閃來幣SunlightCoin源碼編譯運行

SunlightCoin 源碼編譯運行

SunlightChain is a public blockchain. Anyone can participate in the development of SunlightCoin. Simply download the SunlightCoin mining wallet and simply install it to experience the application of “blockchain” and “cryptocurrency” technologies.

SunlightChain 是公有區塊鏈,任何人均可參與 SunlightCoin 的發展,只需下載 SunlightCoin 挖礦錢包,進行簡單的安裝,即可體驗“區塊鏈”和“加密貨幣”技術的應用,在實踐中學習。

How much is the SLC value?

Gift currency activity: The mobile wallet is successfully installed, send screenshots and addresses, and immediately give 5000 SLC.

How much is the SLC value? First, the wallet system developed by SLC includes: Windows, Linux, MacOS, Android, IOS. The development language includes .NET, C, HTML5, Object C, Python, and the related research and development costs are related to these, and the blockchain technology learning cost is not included. In addition, SLC has been operating stably for 17 months to generate about 5E SLC related electricity and equipment costs.
At present, the nodes are all over China, the United States, Canada, Japan, Germany, the United Kingdom, South Korea and other places.

SLC 值多少錢,首先 SLC 研發的錢包系統包含:Windows,Linux,MacOS,Android,IOS。開發語言包含.NET,C,HTML5,Object C,Python, 與這些相關的是對應的研發成本,還不包括區塊鏈技術學習成本。再加上SLC已經穩定運行17個月共計產生近5E枚SLC相關電費及設備費用。

目前節點遍佈中國,美國,加拿大,日本,德國,英國,韓國等地。

How to compile SunlightCoin

Ubuntu 14.04

Download

  1. sudo apt-get update
  2. apt-get install git
  3. git clone https://gitee.com/sunlightcode/

Configuration

  1. sudo apt-get upgrade
  2. sudo apt-get install make gcc g++
  3. sudo apt-get install pkg-config
  4. apt-get install libdb-dev libdb+±dev libboost-dev zlib1g-dev libssl-dev build-essential libminiupnpc-dev autoconf libevent-dev libzmq3-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev libtool libboost-all-dev

Compile

  1. export CXXFLAGS=-std=c++11
  2. ./autogen.sh
  3. ./configure -without-gui --with-incompatible-bdb
  4. make
  5. make install

Run

  1. sunlightcoind -conf=/mnt/.sunlightcoin/sunlightcoin.conf -datadir=/mnt/.sunlightcoin/
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章