• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

Status": "Waiting for ProTx to appear on-chain" appears after my node is upgraded to 19.1

eagleeyes

New member
After my node is upgraded to 19.1, after entering the command dash-cli masternode status, it shows
"outpoint": "0000000000000000000000000000000000000000000000000000000000000000-4294967295",
"service": "108.61. . :9999",
"state": "WAITING_FOR_PROTX",
"status": "Waiting for ProTx to appear on-chain"
The node status on the wallet shows ENABLED, and PoSe points are deducted 2696

After I re-registered, no change.
please help, thanks
 
After my node is upgraded to 19.1, after entering the command dash-cli masternode status, it shows
"outpoint": "0000000000000000000000000000000000000000000000000000000000000000-4294967295",
"service": "108.61. . :9999",
"state": "WAITING_FOR_PROTX",
"status": "Waiting for ProTx to appear on-chain"
The node status on the wallet shows ENABLED, and PoSe points are deducted 2696

After I re-registered, no change.
please help, thanks
That most likely means your masternode on the wrong chain. You'll have to do the invalidateblock / reconsider block trick, or more likely a full --reindex. Do a ./dash-cli -getinfo and check which block you're on. It should match the one shown in the Information tab in your wallet that evidently is on the correct chain.
 
Back
Top