[ad_1]
Bitcoin Stack Change 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
The very best solutions are voted up and rise to the highest
Requested
Considered
141 instances
I’m contemplating holding Bitcoin for the long run. I’ve discovered a couple of fundamentals concerning the blockchain and BTC mechanisms, however nonetheless unable to discover a full information on how one can safely retailer bitcoin.
-
Find out how to generate a non-public 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 actual fact following some predetermined sequence).
I can use a random quantity generator on a offline PC. However I’m not an actual ‘hacker’ and have issues on whether or not any programming language can produce really random numbers that can’t be reproduced (or say predicted) on one other PC.
At present, I can solely consider throwing cube in my room for key producing however that can’t scale.
-
I don’t wish 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 sound 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 wish to keep away from third occasion software program as a result of it is perhaps 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 means. However as of late there are a lot of 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.
If you would like it without cost, you could find many key mills on github. You will want some programming expertise to examine them. And earlier than comitting to at least one 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 means is shopping for a ledger or Trezor direct from the producers web site.
You probably have a paper pockets, that is all you want. Non-public 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
[ad_2]