http://s5.postimg.org/eo4ojp893/main.pnghttp://s5.postimg.org/xhqhgp6h3/newroadmap.pngPoW has ended and we are Pure Pos Now!
Now's the time to fire up those MasterNodes!
Rock and Roll FOREVER!
Peace Brother...
http://s5.postimg.org/5h7852k1v/github2.pnghttp://s5.postimg.org/r4w6fikg3/windows.jpgMac Wallet - Working on it
Block Explorer and Rich List -
http://bitzcoin.bloxexplorer.us/http://s5.postimg.org/uu4phc4xz/suprnova_logo_1_small.jpghttp://s5.postimg.org/dnyrd9t6v/yobit.pngPoW reward - 75 BTZ (Blocks 200 -10,200)
PoS reward - 100 BTZ (Starts at block 1000) (12 Hour Min Stake)
Masternodes pay 60%
You shouldn't need addnodes but here are two just in case
rpcport=30223
p2port=30222
addnode=173.44.54.136
addnode=167.114.82.237
Start your BitzCoin wallet
Go to Help>Debug>Console
type the following and hit Enter (Alias is name of your node address):
Code:
getaccountaddress Alias
Send exactly 100000 BTZ in 1 single transaction to that address
Go to Help>Debug>Console
type the following and hit Enter:
Code:
masternode genkey
Copy the result and place that in theBitzCoin.conf file below:
Code:
rpcallowip=127.0.0.1
rpcuser=REPLACEME
rpcpassword=REPLACEME
rpcport=Any Port
server=1
daemon=1
listen=1
staking=0
port=Any Port2
reservbalance=100000
masternodeaddr=YOUR_EXTERNAL_IP:Any Port2
masternode=1
masternodeprivkey=KEY GENERATED BY COMMAND masternode genkey
Any Port2 must be open.
Wait for 10 confirms before running the below command
Restart your wallet and go back to Help>Debug>Console
Type the following and hit enter:
Code:
masternode start
How to Run More than one BitzCoin Node instance on the same PC:
1- Make a new folder ((Example: Masternodes)
2- inside masternodes folder, make N number of new folders and name them for example mn1 , mn2 ..etc ( N= number of nodes you want to run)
3- go back to masternodes folder and place N number of BitzCoin-qt.exe copies and name them mn1.exe mn2.exe ..etc
4- on the same masternode folder, make new N number of RunMN1.bat files and paste the following:
Code:
mn1.exe -datadir=path_to_mn1_folder
* make sure to change mn1.exe and path for every .bat file
5- Start each RunMN1.bat, RunMN2.bat ..etc and follow "How to Setup a BitzCoin Node" on top
* each node must have different ports on BitzCoin.conf file