Closed n3xus-uk closed 7 years ago
If the installation went through and the nodes activated initially, it's almost always a very specific problem where the coins bct thread or slack is your best bet.
Also make sure you waited at least a coupleof hours, often gui wallets sometimes lagged and didn't show the correct status of the masternodes.
Please collect the following data. You will need it anyways when you are talking to the corresponding developers.
Working with "PURE" as example here, adapt accordingly for your selected crypto:
[ ] Your operating system: [ ] The content of the masternode configuration file ( /etc/masternodes/pure_n1.conf ): [ ] The debug.log in the data dir ( /var/lib/masternodes/pure1 ):
Definitely also check with the individual crypto community. Especially related to any IPv6 related problems. Some coins simply dont support it yet and i do currently not work around that. There will be a fix, but it will take a couple of days to be released.
If the installation went through and the nodes activated initially, it's almost always a very specific problem where the coins bct thread or slack is your best bet.
Best wishes
The script is not yet novice-friendly. That's why i decided to implement a menu-guided version right now. Please give me 2-3 days to rewrite / refactor the scripts to incorporate the feedback so far and make it better for all of us.
Tooling to make troubleshooting easier will be included, too. Stay tuned, closing this issue for now.
Firstly, thanks for putting this together, very helpful.
Having an issue though with IPv6 binding by the looks of it. Followed the guide for the Vultr setup, setting up for a Bitsend and Bitcloud masternode. The script executed fine, but the nodes fail to start properly.
The debug.log :
2017-11-02 11:07:20 BTDX version v2.0.0.3-109c1a9 (2017-09-23 21:01:00 +0200) 2017-11-02 11:07:20 Using OpenSSL version OpenSSL 1.0.2g 1 Mar 2016 2017-11-02 11:07:20 Using BerkeleyDB version Berkeley DB 5.3.28: (September 9, 2013) 2017-11-02 11:07:20 Default data directory /home/masternode/.bitcloud 2017-11-02 11:07:20 Using data directory /var/lib/masternodes/btdx1 2017-11-02 11:07:20 Using config file /etc/masternodes/btdx_n1.conf 2017-11-02 11:07:20 Using at most 256 connections (1024 file descriptors available) 2017-11-02 11:07:20 Using 0 threads for script verification 2017-11-02 11:07:20 Binding RPC on address :: port 5551 (IPv4+IPv6 bind any: 1) 2017-11-02 11:07:20 Using wallet wallet.dat 2017-11-02 11:07:20 init message: Verifying wallet... 2017-11-02 11:07:20 CDBEnv::Open: LogDir=/var/lib/masternodes/btdx1/database ErrorFile=/var/lib/masternodes/btdx1/db.log 2017-11-02 11:07:20 Unable to bind to [2001:19f0:7402:182:2003::1]:8329 on this computer (bind returned error Cannot assign requested address (99)) 2017-11-02 11:07:20 Error: Unable to bind to [2001:19f0:7402:182:2003::1]:8329 on this computer (bind returned error Cannot assign requested address (99)) 2017-11-02 11:07:20 Error: Failed to listen on any port. Use -listen=0 if you want this. 2017-11-02 11:07:20 PrepareShutdown: In progress... 2017-11-02 11:07:20 RPCAcceptHandler: Error: Operation canceled 2017-11-02 11:07:20 StopNode() 2017-11-02 11:07:20 Verifying mncache.dat format... 2017-11-02 11:07:20 Loaded info from mncache.dat 0ms 2017-11-02 11:07:20 Masternodes: 0, peers who asked us for Masternode list: 0, peers we asked for Masternode list: 0, entries in Masternode list we asked for: 0, nDsqCount: 0 2017-11-02 11:07:20 Writting info to mncache.dat... 2017-11-02 11:07:20 Written info to mncache.dat 0ms 2017-11-02 11:07:20 Masternodes: 0, peers who asked us for Masternode list: 0, peers we asked for Masternode list: 0, entries in Masternode list we asked for: 0, nDsqCount: 0 2017-11-02 11:07:20 Masternode dump finished 1ms 2017-11-02 11:07:20 Verifying budget.dat format... 2017-11-02 11:07:20 Loaded info from budget.dat 0ms 2017-11-02 11:07:20 Proposals: 0, Budgets: 0, Seen Budgets: 0, Seen Budget Votes: 0, Seen Final Budgets: 0, Seen Final Budget Votes: 0 2017-11-02 11:07:20 Writting info to budget.dat... 2017-11-02 11:07:20 Written info to budget.dat 0ms 2017-11-02 11:07:20 Budget dump finished 0ms 2017-11-02 11:07:20 Verifying mnpayments.dat format... 2017-11-02 11:07:20 Loaded info from mnpayments.dat 0ms 2017-11-02 11:07:20 Votes: 0, Blocks: 0 2017-11-02 11:07:20 Writting info to mnpayments.dat... 2017-11-02 11:07:20 Written info to mnpayments.dat 0ms 2017-11-02 11:07:20 Budget dump finished 0ms 2017-11-02 11:07:20 Shutdown: done