I think I can generate bitcoin addresses offline by JS. Can I use them directly or have to report them to somewhere so that the network knows my addresses?
Asked
Active
Viewed 81 times
0
-
What do you want to use the addresses for? – Nate Eldredge Feb 09 '14 at 21:20
-
Hi @Nate Eldredge, just do transactions normally : ) – GarlicBread Feb 09 '14 at 21:21
-
Related: At what point is a new wallet known by the Bitcoin network? – Murch Feb 09 '14 at 21:27
1 Answers
1
If you want to use an address to receive funds, then there is no requirement to "report" the offline generated address anywhere. You can create the address (public and private key) offline, read the address out to somebody over the phone (or send email, or post it on a web page), and they can then send bitcoin to that address.
Later, when you want to spend the funds sent to you, you would need to load the keys into a client.

Greg Hewgill
- 3,421
- 14
- 22