Can you add to "dumpwallet"-method in windows-qt console
to do dump all private keys and addresses from wallet.dat to the txt file?
Do you have any program to do it?
I don't see all generated addresses in "receiving addresses",
but mining rewards is go to every time new generated addresses.
So after relaunch the program I don't see rewards, balances and unconfirmed transactions
and I see only the transactions to main address.
I did dump my wallet.dat and wait the answer.
P.S.: I did run qt with option -reindex and see transactions here, but it's unconfirmed and I cann't see this after restart...
The mined balance should become part of the wallet balance
once the required number of confirmations have occurred. If the block reward disappeared, then it may be that the blocks that you mined were orphaned (that happens). The address generated when the block is made does not show up on the receive tab. Without the hash for the blocks that you mined it is hard to check what happened. (Do NOT send us your hash code)
If you run the listtransactions command in the debug console in the Qt client, it should show you previous transactions including mined. With details from listtransactions, it should be possible to see if the blocks that you created became orphaned.
I did do -reindex and saw my transactions then. It has status "conflicted" and after restart qt I cann't see this transactions.
I did export all transactions to *.csv file and open it as text. Then I see addresses and can do "dumpprivkey GUN_address".
But I don't see any transactions and my blocks in block explorer.
This is because I did run qt with parameter -reindex, in this case my qt again download blockchain from another nodes.
But only my wallet was been a node with my blocks.
I did have only this nodes in my config.conf:
addnode=seed.guncoin.info
addnode=seed2.guncoin.info
addnode=seed3.guncoin.info
and as I see all this nodes is on one domain. It was been disconnected ALL if guncoin.info server disconnected
and my wallet did mining my own blockchain. I saw 30000 GUN in my wallet with confirmed status.
But all this blocks was been declined.
Now I added all nodes from this list:
https://chainz.cryptoid.info/gun/#!network and now solo mining is good.
Also, I don't see paperwallet and if you want to do brain wallet, you can add your
prefix bytes to this brainwalletX:
https://bitcointalk.org/index.php?topic=2359426.msg24488519#msg24488519 (open source, local, zip)
Private key version, public key version,
compressed or
uncompressed keys and addresses.
(index.html <ul class="dropdown-menu dropdown-menu-two-column">)
Then you can host it on your site if you want. See source code.
Also, can I specify my address to get rewards?
I see this is possible here, in this proxy:
https://github.com/sammy007/zcash-proxyparameter "coinbase": but this is for zcash and btg.
So do you have any proxy like this or another resolution?