SolarCashHere are the main goals of SolarCash
Work with solar panel industries to offer discount for user of SolarCash and take a big part in the ecological transition.
A PoS currency is the best way to respect the earth, we need to reduce the pollution if we want future generations to be able to live properly. Whitepaper:
https://solarcash.net/SolarCash_Whitepaper_1.0.pdfmade a very professional video about SolarCash:
https://www.youtube.com/watch?v=DZr5Pm_JffM&feature=youtu.beMasternode ConfigurationTo be activated, a SolarCash masternode need 10 000 SLC.
1./ From your wallet, click on the debug console. Type in getnewaddress MN1 and press enter
2./ Copy and past your MN1 address in send option
3./ Send 10 000 SLC to the MN1 address and wait until finish confirmation
4./ Buy a cheap VPS here
https://www.vultr.com/?ref=7546786 ( Ubuntu 16.04 )
5./ Login in your VPS, copy and past the scrypt :
wget -q
https://raw.githubusercontent.com/solarcash/solarcash/master/installscript/install.sh && bash install.sh
UPDATE ( only for Ubuntu 16.04 ) :
wget -q
https://raw.githubusercontent.com/solarcash/solarcash/master/installscript/update.sh && bash update.sh
6./ Follow the instructions from VPS
7./ Go to debug console again and type masternode genkey
8./ Type in masternode outputs and press enter
9./ Copy and past your txid of masternode outputs out the following code format in your masternode.conf file ( wallet : tools -> open masternode configuration file ) :
alias IP:port masternodeprivekey collateral_output_txid collateral_output_index
10./ Copy your masternode genkey and paste in solarium.conf in this format, replace also IP:PORT ( port is 5252 ) :
rpcuser=anyusername
rpcpassword=anypassword
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
logtimestamps=1
maxconnections=256
masternode=1
port=5252
masternodeaddr=IP:port
masternodeprivkey=masternodeprivkey
11./ Restart wallet. Now your masternode should show up in the masternode tab.
Click start all. Now your masternode should show enable ( this can make some time )
Start MN from VPS :
systemctl start solarcash-mn1.service
Show MN statut from VPS :
systemctl status solarcash-mn1.service