Can't register a node that has been previously registered
Opened this issue · 1 comments
stonysam commented
If you are trying to register a node which has been previously registered with another wallet, this will fail. You will need to generate a new Masternode ID for each applicable node.
Use the following commands to generate a new MasternodeID (MNID)
1. cd masternode
2. sh masternode.sh down
3. rm -rf ipfs
4. mkdir -p ipfs/staging
5. sh masternode.sh up
After this you should be able to register the node correctly.
HoneybadgerX commented
Does this restart / require a new warm up period?