Easiest way to collect funds of big lists of bitcoin privatekeys

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?

user1447499

Posted 2012-08-04T12:49:03.180

Reputation: 43

Answers

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

Posted 2012-08-04T12:49:03.180

Reputation: 13 952

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

Posted 2012-08-04T12:49:03.180

Reputation: 26 118

The API looks very useful, but I prefer to use my own wallet. Thank you anyway.user1447499 2012-08-04T19:08:28.640