Could someone advice how to create a backup of my private keys from NOBLE wallet?
I tried to solo mine NOBLE coins and I was lucky, my PC really found a block after several days. I can see mined block with commands
noblecoind getinfo
noblecoind listtransactions
I want to dump my private key for a paper backup with command
dumpprivkey but that command needs an address. And I don't see the address in the output from
listtransactions, generated block has only transactions ID,
txid. I tried command
gettransaction to find address but there is no address at the command reply. My other try was command
listreceivedbyaddress but that commands doesn't list mined blocks at all, even when parameters are added (listreceivedbyaddress 1 true).
Could someone help me to find a way to create a backup of mined block (marked as GENERATE in listtransaction output)? I know how to do a backup of coins received from the pool to address, that is easy (noblecoind dumpprivkey address).