RapidsOfficial / Rapids

Rapids Core Integration
https://rapidsnetwork.io
MIT License
60 stars 27 forks source link

Locking sync #27

Open LightBurdenOfficial opened 4 years ago

LightBurdenOfficial commented 4 years ago

I'm using the new wallet version, but I'm losing synchronization and I get the following error in the debug:

2020-09-19 11:47:47 ERROR: ProcessNewBlock : CheckBlock FAILED for block 4ce32cc0767469e4bd699917aafcd40ea2b76bf31661736aed29867713219c6e, cold-stake-inactive, Transaction check failed (tx hash 48bb675ac41d4ed32562fa9ceee72cc69bc1cbcdd9ad4a50e4dc183a81de5ed9)  (code 16)
rapids-cli getinfo
{
  "version": 3010000,
  "protocolversion": 70916,
  "services": "NETWORK/BLOOM/",
  "walletversion": 61000,
  "balance": 0.00000000,
  "staking status": "Staking Not Active",
  "blocks": 960225,
  "timeoffset": 0,
  "connections": 16,
  "proxy": "",
  "difficulty": 1174035.541099979,
  "testnet": false,
  "moneysupply": 23419621061.18216092,
  "keypoololdest": 1596003725,
  "keypoolsize": 1068,
  "paytxfee": 0.00000000,
  "relayfee": 0.00010000,
  "errors": ""
}

I'm using Ubuntu 16.04 x64.