2

I am setting up an webstore where you can pay with bitcoins. Therefore I created a bulk list on bitcoinaddress.org. I save the public addresses in a database and attach one to each transaction. Then I wait to recieve a notification from bitcoinmonitor.net and complete the transaction.

That will work fine I think, but how can I get the funds from all the different addresses? I know you can import in some software a private key, but it is too much work to do for each order. Do you know something easier to collect the funds of all the generated addresses?

Stephen Gornick
  • 27,040
  • 12
  • 67
  • 141

2 Answers2

1

I would import all the private keys into my wallet immediately after generating them with bitaddress.org. There's no need to wait for them to be used.

See this answer for how to import the whole collection at once.

Chris Moore
  • 14,825
  • 6
  • 66
  • 87
0

If you don't want to use your own wallet (and local bitcoind) but instead want to use a hosted solution, you can import all the private keys into Mt. Gox (redeem private key).

Mt. Gox will then sweep any incoming transactions into your Mt. Gox account. They even have an API for adding (redeeming) these private keys.

Stephen Gornick
  • 27,040
  • 12
  • 67
  • 141