Can someone make a start-many for dummies like me?
I wrote up a start-many guide. Can someone here vet it and provide feedback?
https://github.com/perrywoodin/darkcoin-startmany-guide/blob/master/README.md
Can someone make a start-many for dummies like me?
Thank you for this!I wrote up a start-many guide. Can someone here vet it and provide feedback?
https://github.com/perrywoodin/darkcoin-startmany-guide/blob/master/README.md
Thank you for this!
This is the first guide I've seen that makes me confident enough to attempt a start-many.
This dummy finally gets it!
I would start from this step https://github.com/perrywoodin/darkcoin-startmany-guide/blob/master/README.md#create-private-keys as all previous are quite irrelevant to start-many itselfI wrote up a start-many guide. Can someone here vet it and provide feedback?
https://github.com/perrywoodin/darkcoin-startmany-guide/blob/master/README.md
BUT THIS STEP IS WRONG!!
You shouldn't dump mn address privkey, you should take masternodeprivkey from corresponding MN or generate new one by "masternode genkey" and update it on MN too
I'm not saying it doesn't work. It does work because "masternode genkey" actually returns you legit privatekey but for some dummy address.Thanks for this. Unfortunately, dumping the priv key works. I'll make sure to update the guide and my nodes to use masternode genkey.
I'm not saying it doesn't work. It does work because "masternode genkey" actually returns you legit privatekey but for some dummy address.
But please hear me - you store private key in masternode.conf and on external server!!! That's just the same as storing 1000 DRK there!
If you did this kind of setup for yourself I would HIGHLY recommend to fix it ASAP.
the other thing is that you can use existing wallet where was 1000 input, like old masternode which you started seperatly as a single one. All you need it to clarify the position in the output index in the txid, it can be any number but using fresh wallet it is always 0 than.
That makes sense imo.By using the 1000 from an existing wallet, you could then have a wallet that is used solely for the purpose of starting/stopping your MNs. Your coins would then reside in individual MN wallets. Is that right?
That would be nice if you are managing MNs for a group of individuals and you want that group to have a separate wallet.
> darkcoind --help
...
-wallet=<file> Specify wallet file (within data directory) (default: wallet.dat)
...
you simply import the privkey on one wallet and than start many, anyway there are different ways to do it but the rule is only oneBy using the 1000 from an existing wallet, you could then have a wallet that is used solely for the purpose of starting/stopping your MNs. Your coins would then reside in individual MN wallets. Is that right?
That would be nice if you are managing MNs for a group of individuals and you want that group to have a separate wallet.
orangecycle
I will wait until you update your guide before attempting. Good time to procrastinate! :wink:
Ahh.. Nice! It's getting better and better! Thank you for your efforts!Updated!
Ahh.. Nice! It's getting better and better! Thank you for your efforts!
Few suggestions though:
- use "masternodeprivkey" / "masternode private key" instead of "priv_key" / "private key" / etc where it applies to avoid confusions.
- this part https://github.com/perrywoodin/dark...ternode-details-into-your-masternodeconf-file is a mix of a structure and an example. I would separate one from another.
You can use https://github.com/darkcoin/darkcoin/blob/master/doc/masternode_conf.md as a reference for field names (structure) and example.
PS. Once your guide became quite solid I think it would be a good idea to push it to https://github.com/darkcoin/darkcoin/tree/master/doc as start-many_guide.md or smth like that :wink:
Note, I didn't force you to ask me for that :grin::Thanks for the additional suggestions. Keep them coming!
The guide has been updated.
And yes... it would be great to see this end up in the darkcoin repo on github. Let me know how we can make it happen.
Note, I didn't force you to ask me for that :grin::
"ipaddress" -> "ipaddressort"
To make it end up in darkcoin repo you just have to fork it on github, clone it to your local machine, [create new branch,] put you guide inside of doc folder, add it, commit, push repo back to github and finally create new pull request. Easy :what::wink:
LOL You made my day with that commit!! :grin::grin::grin:This one is for you. https://github.com/perrywoodin/dark...mmit/18a83c495639e8b349f758b4a78327fc0c578581
Ok. I'll have to work on my git skills this weekend.