Setup new HDD with same identity

Hi Guys,

My original node is full. I want to run another node on same machine.

trying to run following command,

docker run -d --restart unless-stopped --stop-timeout 300 -p 28968:28967 -p 127.0.0.1:14003:14002 -e WALLET="0x92eBd35199Asdf19374b4A8697" -e EMAIL="my.email@gmail.com" -e ADDRESS="nodetwo.test.dev:28968" -e STORAGE="10TB" --mount type=bind,source="C:/Users/my/AppData/Roaming/Storj/Identity/storagenode/",destination=/app/identity --mount type=bind,source="K:/storj/",destination=/app/config --name storagenode2 storjlabs/storagenode:latest

It’s giving me following error,

Error starting master database on storagenode: storage node database error: database bandwidth does not exist stat config/storage/bandwidth.db: no such file or directory

Couple of questions,

I should be using same wallet address yes?
What about identity same?
Also I think I have only changed the port in cli command. That should be good?

Thanks.

I should clarify don’t want to migrate. Want to setup new node. If i need new identity then want to find out how can i obtain new one?

I believe you just need to request a new token, generate a new identity and sign it with that new token. And then run the new node on the same host but with a different identity and storage mounts.

You 100% need a new identity you can use the same wallet.

Got it. So How do i get new identity?

Same way you got the first one. You need to apply for one.

1 Like