Dear BitNodes Ecosystem members!We announce the beginning of the expansion of BitNodes to exchanges, mining pools and rating sites.
We have already sent about 10 listing applications and will publish them soon.
One exchange has confirmed listing of NODE and XNODE against ETH by this week already!Announce will come soon!
Also we begin active donation company to cover setup fees of the following exchanges:
https://btc-alpha.com/ - 3 BTC
https://tradesatoshi.com/ - 1.5 BTC
https://bitebtc.com/ - 0.2 BTC
https://yobit.net/ - 0.2 BTC
Current investments: 0 BTCListing stats are updating.
All participants who make a donation in BTC will receive XNODE coins from our investment fund at the best rate.
Contact:
hello@bitnodes.co Good Job Devs !!
I have problem .....How to set masternode??? Anyone have any guide?
If you want to set up a master node of BitNodes you should borrow VPS.
- setup
Prepare the libraries in advance and set up the DB.
https://github.com/bitnodes/bitnodes/blob/master/doc/build-unix.mdIf you do not understand it, do not startup the masternode.
Because it is very dangerous to do it without understanding it
- build command
git clone
https://github.com/bitnodes/bitnodescd bitnodes
chmod 755 autogen.sh
./autogen.sh
./configure.sh
make
make install
mkdir ~/.bitnodes/
nano ~/.bitnodes/bitnodes.conf
..and setup conf.
bitnodesd -daemon
bitnodes-cli getaccountaddress MN
..and send 1000NODE to MN address.
- bitnodes.conf example
rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1
server=1
daemon=1
listen=1
port=7227
masternode=1
masternodeaddr=YOUR_IP:7227
masternodeprivkey=YOUR_MN_PRIV_KEY
- If not work then add 1line.
externalip=127.0.0.1
- Command
bitnodesd -daemon
bitnodes-cli masternode start
Message "Masternode successfully started" is good.