2
I am new to Bitcoin, and I am still trying to understand the working of bitaddress.org but get stuck a long the way.
On bitadress.org I can take the site offline and create a public and private key by moving my mouse.
Once my keys are generated I can send bitcoins to the public key. But as the site is offline how do my keys get into the bitcoin system?
"The adress is not made known to the network when they are created," Then what makes an adress made on bitaddress.org valid? Is it correct to say that these created adresses are based on predifined and bitcoinrestricted formulas? – – user25765 – 2016-12-14T13:28:55.680
@Murch nailed it down. For your question about the address format, yes not all strings can be an address (but even strings that have the format of an address may not have any private key possibly associated!). You can check https://en.bitcoin.it/wiki/Address for more details, there is even a section on offline creation of addresses.
– Oliver – 2016-12-14T18:41:44.013@user25765: Private keys are randomly generated numbers (of vast size). The address is deterministically derived from that. You don't need third party validation to create a valid address. Have a look at the link Oliver posted. – Murch – 2016-12-14T18:50:41.750