Search content
Sort by

Showing 2 of 2 results by nmarley
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency
by
nmarley
on 26/04/2016, 06:46:39 UTC
From your tour.md:

Users can be employees, volunteers or managers.

What if I sign up and become a volunteer, but then later have an opportunity to become an employee? Will I have to create a new account at that point, or will a roles system be set up to take this into account?
Post
Topic
Board Beginners & Help
Topic OP
how to pre-generate BTC addresses programatically without running bitcoind?
by
nmarley
on 17/11/2013, 23:38:53 UTC
I have an existing electrum wallet.

I would like to pre-generate a lot of BTC addresses for an online store. How can I do this without running bitcoind, which takes up a lot of CPU resources? I don't want to use a tool like PyWallet or "Bitcoin Address Helper" (or whatever it's called). I want to do this programatically so that I can eventually automate it.

(E.g. there will be an existing queue of, say 500 BTC receive addresses, and when it gets down to 100, my system will auto-generate the needed 400 in order to get the queue back up to 500 addresses again).

Is this possible without running my own instance of bitcoind?