swarmfund / swarm-masternode

This repository contains instructions, commands and configurations required to run a SWARM Masternode. SWARM Masternodes are a way for anyone to provide services to the SWARM network - and to be rewarded for doing so.
MIT License
8 stars 5 forks source link

Can't register a node that has been previously registered #3

Open stonysam opened 5 years ago

stonysam commented 5 years ago

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 5 years ago

Does this restart / require a new warm up period?