1
I goal is to understand. I do not want to earn money with mining. (I have a server without GPU)
Here is what i've done:
I have downloaded, maked and installed bitcoin sourcecode from github.
It seems to work because i can interact with bitcoind with bitcoin-cli command.
I know this is not a good practice but i want to "see" my private key.
I have read several documentation and tutorials and they said i need to generate an address first, then call dumpprivkey method.
Like this:
$ bitcoin-cli getnewaddress
xxxxxxx
$ bitcoin-cli dumpprivkey xxxxxxx
I do not understand but if i repeat twice this operation, i get 2 differents private keys.
So this is not the private key i am looking for... What is those privates keys ?
Thanks
Thanks for your answer. Everything is very confuse for me. I will do a test : i will take 2 computers. Whats commands should i type on both computer in order to « transfert » my account from first to second computer – Bob5421 – 2019-08-25T14:44:33.620
1
@Bob5421: That's a different question. See https://en.bitcoin.it/wiki/Backingup_your_wallet - Copy the wallet.dat file from the old wallet and use it to overwrite the wallet.dat file of a newly installed empty wallet on a different computer.
– RedGrittyBrick – 2019-08-25T17:23:31.763