4
I'm considering working on a bitcoin project that will need to generate wallet files. I'm not looking to create receipt addresses that a customer can send funds to for an existing wallet. Instead, I need to generate numerous wallet files, each with preferably only 1 payment address, that can be distributed across multiple locations.
Can this easily be done from a daemon command or with an existing API? If there is an API for this, any language is fine, though I would prefer Python.
1
Related: pywallet
– Nick ODell – 2013-02-04T22:38:15.253Thanks Nick ODell. Post an answer and I'll give you a +1. – RLH – 2013-02-05T12:08:15.110