Author

Topic: How to programmatically generate a list of addresses and private keys (Read 683 times)

member
Activity: 258
Merit: 10
The next step in Financial Markets evolution
Well, in Clojure the best library is bitcljoin: https://github.com/pelle/bitcljoin

It retrieves balances, sends transactions and etc. Just my 0.02$
hero member
Activity: 865
Merit: 1006
I need to programmatically generate a bunch of bitcoin addresses and the private keys to them. Later on I am going to fund them with bitcoin.

What are some APIs or libraries I can use to perform this task? I've looked on google but I can't seem to find something that can do this cleanly/easily.

Hello.

See my github:

https://github.com/xcbtrader
legendary
Activity: 2097
Merit: 1070
Learn to use crypto libraries and follow the standard procedure, it's not rocket science but there are multiple steps to doing this.
full member
Activity: 181
Merit: 102
You can use NBitcoin if you want to do it with C#.
sr. member
Activity: 588
Merit: 250
I need to programmatically generate a bunch of bitcoin addresses and the private keys to them. Later on I am going to fund them with bitcoin.

What are some APIs or libraries I can use to perform this task? I've looked on google but I can't seem to find something that can do this cleanly/easily.

Use Bitaddress.org offline.

You can generate randomness with your mouse, and turn off your internet before going to the site so no one can steal your keys.

You can make tons of addresses very fast that way.
legendary
Activity: 4130
Merit: 1307
I need to programmatically generate a bunch of bitcoin addresses and the private keys to them. Later on I am going to fund them with bitcoin.

What are some APIs or libraries I can use to perform this task? I've looked on google but I can't seem to find something that can do this cleanly/easily.

Have you read about HD keys?

e.g.
https://en.bitcoin.it/wiki/Deterministic_wallet
https://en.bitcoin.it/wiki/Deterministic_wallet_tools
newbie
Activity: 7
Merit: 0
I need to programmatically generate a bunch of bitcoin addresses and the private keys to them. Later on I am going to fund them with bitcoin.

What are some APIs or libraries I can use to perform this task? I've looked on google but I can't seem to find something that can do this cleanly/easily.
Jump to: