How to Setup a SkullBuzz Node :Start your SkullBuzz wallet
Go to Help>Debug>Console
type the following and hit Enter (Alias is name of your node address):
getaccountaddress Alias
Send
exactly 1000 SKB to that address
Go to Help>Debug>Console
type the following and hit Enter:
masternode genkey
Copy the result and place that in the skullbuzz.conf file below:
rpcallowip=127.0.0.1
rpcuser=YourUserName
rpcpassword=YourRPCPassword
rpcport=Any Port
server=1
daemon=1
listen=1
staking=0
port=Any Port2
masternodeaddr=YOUR_EXTERNAL_IP, TOR or i2p address:Any Port2
masternode=1
masternodeprivkey=KEY GENERATED BY COMMAND masternode genkey
addnode=90.222.154.127
addnode=174.45.66.179
addnode=94.22.184.4
addnode=202.62.16.188
addnode=5.45.179.149
addnode=176.126.252.12
addnode=174.102.229.22
addnode=as6srig7f27btiah.onion
addnode=l3f2vq47dnmolkjs.onion
addnode=eurpkwk4zuddtagpmzpiqqe4wk3boadawhmrnfzjbbofselsmota.b32.i2p
addnode=bcfntj4hybgg3u4hgdzk6drr4x3ez4v37b7twbicmpiljull5t2q.b32.i2p
Any Port2 must be open.
Restart your wallet and go back to Help>Debug>Console
Type the following and hit enter:
masternode start
How to Run More than one SkullBuzz 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 skullbuzz-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:
mn1.exe -datadir=path_to_mn1_folder
*
make sure to change mn1.exe and path for every .bat file5- Start each RunMN1.bat, RunMN2.bat ..etc and follow "How to Setup a SkullBuzz Node" on top
*
each node must have different ports on skullbuzz.conf fileRunning a SkullBuzz node under TOR or i2p is the same.i will update this post for instructions on how to run wallet under TOR or i2p. Great finaly some multiple masternode option with tutorial.
Thumb up. I will make ten of them