Are you wondering how to stake more faster in your DNR QT Wallet?
Required:
Spreadsheet Software like Excel
Notepad++
Denarius QT Wallet
Some DNR whether its large or small.
First backup your wallet.dat. Now fully unlock the wallet to make this faster. Then create addresses, you will want 500, don't count, just click, push enter many times over and over again.
Make an address and give it a label. We will be sending the entire balance to this one address. I labelled mine armageddon. Now send the entire balance to this address.
Next with your new 500 or less addresses, go to the receive coins tab, and then File -> Export. This will export a .csv file somewhere, make note as we need to open that next. Copy the column with addresses, should be 500. From there we open a new notepad++ text file and paste the column in.
In notepad++ we should have 1 single column of addresses.
On line 1, click at the very first area on the left. Push ALT-C. Text to Insert will be a
". Click OK and this will put quotes down the left side.
Now if your balance is 5000 DNR with 500 addresses we want to distribute 10 DNR to each address. Do some quick math here on your balance and number of addresses.
Click, at the end of line 1, and push ALT-C. Text to insert will be
":10,CTRL-A to highlight everything and copy with CTRL-C.
Now you have a text file in proper format, sample here
Go back into the QT Wallet to Help -> Debug Window -> Console.
This is a short sample of what to type into the console window.
sendmany "armageddon" '{"WALLETADDRESS1":10,WALLETADDRESS2":10}'
The line will be long, and you may end up with a , at the end. Make sure to delete the last
comma before the }.
Push enter, it will distribute your balance to each address and give you a transaction number. Wait 8 hours for coins to mature and get to staking much more with this little trick. I don't think this works with other coins as DNR has a slightly different POS system. Also there seems to be a limit of 500 addresses for sendmany. And you can't do this twice to make 1000 addresses on the same wallet.
Is anyone else seeing a ? - question mark next to all of their mined coins? I’m not getting credit for any staked coins. It like deducting (0.00001) from each staking, rather than giving me coins.