
Latest update failed
Hi guys, i updated my 6 Masternodes by script. Four of them have no issues but 2 show: ctsc-cli getinfo error: {"code":-1,"message":"ReserveKeyFromKeyPool() : read failed"} What does this mean? How to solve? 1st i updated yesterday all MNs with script (#2). They synced till block 901440 and stopped. After that i deleted almost all files from the VPS and synced from scratch - didn't work. Stuck on Block 901440 again. Uploaded bootstrap on VPS - "loading blocks" forever. Then i did the update by script for all MNs again and after that i have chosen #3 from the script. After that i got 4 MNs running but 2 MNs didn't want to sync and start. 1st time it said something's wrong with database "can't read" or such and 2nd time is the problem above. So, 4 are working and 2 not. Should i install them as new? Thanks and keep the good work going :) Have a nice weekend. Mario
100 CTSC
70 CTSC
Hi Mario, are all these MN on 1 VPS or multiple?
If they are on separate VPS then do the following steps: 1. run "systemctl stop CTSC" on the vps. 2. run "ctsc-cli getinfo" to make sure that the MN is stopped 3. run "bash <(curl https://raw.githubusercontent.com/ctscoin/ctsc-core-v3/master/contrib/masternodes/ctsc-installer.sh)" on your vps. Once the menu shows up, select 2 to update node 4. Once it completes run "systemctl stop CTSC" again 5. run "bash <(curl https://raw.githubusercontent.com/ctscoin/ctsc-core-v3/master/contrib/masternodes/ctsc-installer.sh)" on your vps. Once the menu shows up, select 3 to resync from bootstrap The node should start by itself. Otherwise run "systemctl start CTSC".