Bitcoin Stack Trade is a query and reply website for Bitcoin crypto-currency lovers. It solely takes a minute to enroll.
Anyone can ask a query
Anyone can reply
One of the best solutions are voted up and rise to the highest
Requested
Seen
219 occasions
I’m contemplating holding Bitcoin for the long run. I’ve discovered a number of fundamentals concerning the blockchain and BTC mechanisms, however nonetheless unable to discover a full information on easy methods to safely retailer bitcoin.
-
The right way to generate a personal key safely? On-line instruments are clearly undesirable as they may hold a again door on all keys generated. Comparable cause for any library or packages even they function offline (I can’t examine if these keys generated are in truth following some predetermined sequence).
I can use a random quantity generator on a offline PC. However I’m not an actual ‘hacker’ and have considerations on whether or not any programming language can produce really random numbers that can not be reproduced (or say predicted) on one other PC.
At the moment, I can solely consider throwing cube in my room for key producing however that can’t scale.
-
I don’t need to use any third occasion software program as pockets. Suppose I simply retailer my non-public key on a bit of paper and later switch cash into it utilizing exchanges. Would that be a legitimate transaction and permits me later to spend these cash? Is there anything I have to retailer along with the non-public key (just like the hashed transaction quantity in transaction_input within the blockchain?) I actually need to keep away from third occasion software program as a result of it is likely to be out of date sooner or later, get worn out, and can’t be backed up on a single paper.
Any recommendation?
2
Paper wallets was once the most secure manner. However as of late there are numerous rumors that a few of them really don’t generate random keys however can steal your cash (even when generated offline). So websites like bitcoinpaperwallet are a nono.
In order for you it without cost, you will discover many key turbines on github. You may want some programming abilities to examine them. And earlier than comitting to 1 check that the keys are generated appropriately. Even I’ve made one in Java at https://github.com/Johanpmeert/GeneratePrivateBitcoinKey
It makes use of a Intel DRNG to generate 32 random bytes. Or you may bypass this by coming into the random bytes your self or by taking any image and taking the SHA256 hash. That’ll be random sufficient.
The most secure manner is shopping for a ledger or Trezor direct from the producers web site.
You probably have a paper pockets, that is all you want. Personal and bitcoin deal with on the paper. No have to retailer something however that. You may confirm the quantity on it by coming into the bitcoin deal with on any blockchain explorer. You probably have a QR code that’s even simpler, there’s many apps that scan that and provide the stability.
3