Bitcoin Forum

Other => Beginners & Help => Topic started by: privacy-keeper on October 22, 2014, 05:18:52 PM



Title: Bitcoin Client which can generate much Adresses
Post by: privacy-keeper on October 22, 2014, 05:18:52 PM
I need a Client that can generate a lot of different BTC-Adreses for recieving btc and sending them together. Like in the official client, but I need to generate not one adresse per click, I want to write in field for example generate "100" adresses.


Title: Re: Bitcoin Client which can generate much Adresses
Post by: notlist3d on October 22, 2014, 05:32:43 PM
Look into multibit.  Its easy to add more.  I would warn you splitting to much will make it hard to buy something if you have have to combine and pay transmission fees before buying.


Title: Re: Bitcoin Client which can generate much Adresses
Post by: odolvlobo on October 22, 2014, 05:41:44 PM
Go to https://www.bitaddress.org/ and click on "Bulk Wallet". Your request seems unusual. Perhaps you could explain your plan. There may be a better way.

Take a look at "How do I use a Bulk Wallet to accept bitcoins on my website?" at the bottom.


Title: Re: Bitcoin Client which can generate much Adresses
Post by: Muscleminer on October 23, 2014, 06:52:47 AM
bitcoin core can do it.


Title: Re: Bitcoin Client which can generate much Adresses
Post by: farjia on October 23, 2014, 07:00:59 AM
You can do it in electrum by this command, just go to the console tab and enter:

Code:
wallet.storage.put('gap_limit',100) 


Title: Re: Bitcoin Client which can generate much Adresses
Post by: aronnov on October 23, 2014, 07:16:26 AM
you can use blockchain.info, the wallet can produce many bitcoin address, but the store only one wallet, but it also has blockchain.info qualified security so that the client feels safe to store bitcoin there ...  ;D


Title: Re: Bitcoin Client which can generate much Adresses
Post by: Mobius7 on October 23, 2014, 11:22:36 AM
You could use bitaddress or bitcoind.

you can use blockchain.info, the wallet can produce many bitcoin address, but the store only one wallet, but it also has blockchain.info qualified security so that the client feels safe to store bitcoin there ...  ;D

OP wants to be able generate a large number of addresses with just a few clicks. With blockchain.info wallet, you need to click twice for creating a new address.


Title: Re: Bitcoin Client which can generate much Adresses
Post by: kewmccool on October 23, 2014, 11:33:41 AM
blockchain.info is worth to try.


Title: Re: Bitcoin Client which can generate much Adresses
Post by: themys on October 25, 2014, 03:14:43 PM
blockchain.info is more safe and its can product much adresses


Title: Re: Bitcoin Client which can generate much Adresses
Post by: keackh on October 25, 2014, 04:02:46 PM
with bitcoin core you can do what you want if i understood good what you mean !


Title: Re: Bitcoin Client which can generate much Adresses
Post by: mezmerizer9 on October 25, 2014, 04:44:29 PM
blockchain.info is more safe and its can product much adresses

yeah, I'd recommend that one but I don't understand why he wants about 100 addresses?


Title: Re: Bitcoin Client which can generate much Adresses
Post by: jjacob on October 26, 2014, 12:14:12 AM
blockchain.info is more safe and its can product much adresses

yeah, I'd recommend that one but I don't understand why he wants about 100 addresses?

He would probably want to generate a new address for every sale that he makes. If your volumes are high, you might want to generate a lot of addresses at one go.


Title: Re: Bitcoin Client which can generate much Adresses
Post by: Sonny on October 27, 2014, 10:08:57 AM
It is very easy to generate a large number of addresses with Electrum.

Step 1: Create a Electrum wallet
Step 2: Go to "Console" tab and enter "wallet.storage.put('gap_limit',1000)" if you want to generate 1000 addresses.
Step 3: Shut down the program, and restart it.