Post
Topic
Board Announcements (Altcoins)
Re: [B3]B3Coin Hybrid POW/POS [Scrypt] - ANTI-INSTAMINE, NO PREMINE, NO ICO, NO IPO
by
joshafest
on 29/11/2017, 05:23:55 UTC
After doing snapshot please match your height with block explorer.
And after matching it , please start staking, those who are running fundamental nodes, they will need to start that again, otherwise all the rewards will go to one fundamentalnode.


Please note that, some bugs are fixed and shorted out , but some still there,
one of them is GUI in qt only, when you hit a fundamentalnode payment  it will show you the full block reward of  transaction, which is wrong
you only got 60% of that.
This bug will be removed in gui update probably in this weekend .


We need a console based instruction set for Nodes to be created without GUI.

Anyone have ANY idea how?

#crysx
To do fundamentalnode payment from console
1. Do fn payments by destroying your funds -
    1a. go to console and type sendtoaddress <25M+1 coins> true
          It will destroy your coins with a proof that you destroyed.
    1b. Wait for this transaction to have 15 confirmations.
    1c. The generate key, by typing "fundamentalnode genkey" in console, this will output a key.
          Copy it.
2. Put this in your b3coin.conf
Code:
rpcallowip=127.0.0.1
rpcuser=YourUserName
rpcpassword=YourRPCPassword
server=1
daemon=1
listen=1
fundamentalnodeaddr=YOUR_IP:5647
promode=1
fundamentalnode=1
fundamentalnodeprivkey=KEY GENERATED BY COMMAND
[/size]