Bitcoin Forum
April 25, 2024, 04:26:53 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: how to generate  (Read 2327 times)
Shonis (OP)
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
February 16, 2015, 12:41:57 AM
 #1

how i can genrate 100.000 bitcoin addresses with bitcoin core all this address need to be associated only with 1  wallet.dat  ...
"If you don't want people to know you're a scumbag then don't be a scumbag." -- margaritahuyan
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714019213
Hero Member
*
Offline Offline

Posts: 1714019213

View Profile Personal Message (Offline)

Ignore
1714019213
Reply with quote  #2

1714019213
Report to moderator
1714019213
Hero Member
*
Offline Offline

Posts: 1714019213

View Profile Personal Message (Offline)

Ignore
1714019213
Reply with quote  #2

1714019213
Report to moderator
1714019213
Hero Member
*
Offline Offline

Posts: 1714019213

View Profile Personal Message (Offline)

Ignore
1714019213
Reply with quote  #2

1714019213
Report to moderator
cr1776
Legendary
*
Offline Offline

Activity: 4018
Merit: 1299


View Profile
February 16, 2015, 01:30:09 AM
 #2

how i can genrate 100.000 bitcoin addresses with bitcoin core all this address need to be associated only with 1  wallet.dat  ...

The default already is pool size=100, see

https://en.bitcoin.it/wiki/Running_Bitcoin

You can alter that value, performance will depend on size and what you are attempting to do.
Shonis (OP)
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
February 16, 2015, 02:39:29 AM
 #3

hello thank you .. i check it but i can't find .. i want to create 100k bitcoin addresses fast its possible ? and after export in a file.txt ( this option have bitcoin core ) but i dont know how to create fast 100.000 address  without stay and click generate address for 100.000 times
Rude Boy
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500


View Profile
February 16, 2015, 02:59:34 AM
 #4

bitaddress.org might help to create bulk btc address.. Wink
shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1499


No I dont escrow anymore.


View Profile WWW
February 16, 2015, 08:44:51 AM
 #5

hello thank you .. i check it but i can't find .. i want to create 100k bitcoin addresses fast its possible ? and after export in a file.txt ( this option have bitcoin core ) but i dont know how to create fast 100.000 address  without stay and click generate address for 100.000 times

As cr1776 said. Close, set  keypool=100000 in your config file (create it if you need to), start and wait.

Im not really here, its just your imagination.
Shonis (OP)
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
February 16, 2015, 12:06:31 PM
 #6

hello thanks shorena , my bitcoin don't have a bitcoin.conf  why this issue ? only to me ?
Newar
Legendary
*
Offline Offline

Activity: 1358
Merit: 1000


https://gliph.me/hUF


View Profile
February 16, 2015, 01:36:13 PM
 #7

hello thanks shorena , my bitcoin don't have a bitcoin.conf  why this issue ? only to me ?


https://en.bitcoin.it/wiki/Running_Bitcoin#Bitcoin.conf_Configuration_File
Quote
The configuration file is not automatically created; you can create it using your favorite plain-text editor. By default, Bitcoin (or bitcoind) will look for a file named 'bitcoin.conf' in the bitcoin data directory, but both the data directory and the configuration file path may be changed using the -datadir and -conf command-line arguments.
https://en.bitcoin.it/wiki/Data_directory

OTC rating | GPG keyid 1DC91318EE785FDE | Gliph: lightning bicycle tree music | Mycelium, a swift & secure Bitcoin client for Android | LocalBitcoins
Borisz
Sr. Member
****
Offline Offline

Activity: 476
Merit: 251



View Profile
February 16, 2015, 05:51:43 PM
 #8

how i can genrate 100.000 bitcoin addresses with bitcoin core all this address need to be associated only with 1  wallet.dat  ...

The default already is pool size=100, see

https://en.bitcoin.it/wiki/Running_Bitcoin

You can alter that value, performance will depend on size and what you are attempting to do.

Aren't these addresses only used when you receive back some coins from a transaction you have sent?

I am not sure if these keys can be exported into a list, but the way I understood was that OP meant was tha he/she wanted to create a list of 100'000 addresses like in a text file to use with his/her wallet. Addresses that can be given out to 3rd parties and receive payments.

There was this vanity address generator tool: https://bitcointalk.org/index.php?topic=25804.0
I'm not sure if this can be used to simply generated a bunch of random addresses too.
coinpr0n
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1000



View Profile
February 16, 2015, 06:18:50 PM
 #9

how i can genrate 100.000 bitcoin addresses with bitcoin core all this address need to be associated only with 1  wallet.dat  ...

The default already is pool size=100, see

https://en.bitcoin.it/wiki/Running_Bitcoin

You can alter that value, performance will depend on size and what you are attempting to do.

Aren't these addresses only used when you receive back some coins from a transaction you have sent?

I am not sure if these keys can be exported into a list, but the way I understood was that OP meant was tha he/she wanted to create a list of 100'000 addresses like in a text file to use with his/her wallet. Addresses that can be given out to 3rd parties and receive payments.

There was this vanity address generator tool: https://bitcointalk.org/index.php?topic=25804.0
I'm not sure if this can be used to simply generated a bunch of random addresses too.

The addresses are used for anything: for change or requesting payment, etc...

The wallet.dat file is a list of public-private keypairs, so using the bitcoind pool size method seems a valid way to generate those 100000 addresses.

shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1499


No I dont escrow anymore.


View Profile WWW
February 16, 2015, 06:26:11 PM
 #10

-snip-
Aren't these addresses only used when you receive back some coins from a transaction you have sent?

You can use the addresses however it pleases you.

I am not sure if these keys can be exported into a list, but the way I understood was that OP meant was tha he/she wanted to create a list of 100'000 addresses like in a text file to use with his/her wallet. Addresses that can be given out to 3rd parties and receive payments.

Bitcoin core can export all private keys and addresses into a text file with a single command. From what OP wrote they are aware of that.

Code:
dumpwallet "filename"

Dumps all wallet keys in a human-readable format.

Arguments:
1. "filename" (string, required) The filename

There was this vanity address generator tool: https://bitcointalk.org/index.php?topic=25804.0
I'm not sure if this can be used to simply generated a bunch of random addresses too.

It probably can, but if someone asks for bitcoin core advise I usually try to help them with the tool they ask help for and only suggest they use something else if its not possible with the tool or very difficult.

Its like asking for help with your car and someone suggests: "lel, use bike, is good". Its not helpfull even though it might be a valid solution.

Im not really here, its just your imagination.
Borisz
Sr. Member
****
Offline Offline

Activity: 476
Merit: 251



View Profile
February 16, 2015, 07:49:26 PM
 #11

You can use the addresses however it pleases you.

[...]

Bitcoin core can export all private keys and addresses into a text file with a single command. From what OP wrote they are aware of that.

Code:
dumpwallet "filename"

Dumps all wallet keys in a human-readable format.

Arguments:
1. "filename" (string, required) The filename

[...]

It probably can, but if someone asks for bitcoin core advise I usually try to help them with the tool they ask help for and only suggest they use something else if its not possible with the tool or very difficult.

Its like asking for help with your car and someone suggests: "lel, use bike, is good". Its not helpfull even though it might be a valid solution.

Thanks for explaining!  Smiley
I knew there was some dump command, tried to look it up quickly, but I must have missed it.

As for the vanity address generator, I only asked/linked just in case OP was not making progress with bitcoin core. Get the car  Wink
shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1499


No I dont escrow anymore.


View Profile WWW
February 16, 2015, 07:51:20 PM
 #12

-snip-

Thanks for explaining!  Smiley
I knew there was some dump command, tried to look it up quickly, but I must have missed it.

As for the vanity address generator, I only asked/linked just in case OP was not making progress with bitcoin core. Get the car  Wink

I tend to use all cars, bikes and motorboats when it comes to bitcoin Wink

Im not really here, its just your imagination.
nuno12345
Sr. Member
****
Offline Offline

Activity: 276
Merit: 284


View Profile
February 18, 2015, 10:10:13 PM
 #13

You dont need bitcoin for that.
You can grab any crypto library, for eg C# https://github.com/mb300sd/Bitcoin-Tool and generate a new public and private pair.
Its better if you generate only one and test if they are working before the bulk
tss
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500


View Profile
February 22, 2015, 07:48:40 AM
 #14

i think op is hoping to generate a key already in use by someone.  what are the odds on that again?
shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1499


No I dont escrow anymore.


View Profile WWW
February 22, 2015, 09:15:25 AM
 #15

i think op is hoping to generate a key already in use by someone.  what are the odds on that again?

1 / 2160 (per key)

chance to find nothing would be

1-(1/2160)100000

which wolfram alpha rounds do 100% Wink

Im not really here, its just your imagination.
altcoinex
Sr. Member
****
Offline Offline

Activity: 293
Merit: 250


Director - www.cubeform.io


View Profile WWW
February 23, 2015, 03:45:31 AM
 #16

i think op is hoping to generate a key already in use by someone.  what are the odds on that again?

He could just use http://directory.io/ Grin


                                     ╓╢╬╣╣╖
                                   ┌║██████║∩
                                   ]█████████
                                    ╜██████╝`
                                      ╙╜╜╜`
                                   ╓╥@@@@@@╥╓
         ╓╖@@╖,                 ,@║██████████╢@,                 ,╓@@╖╓
       ╓╢██████╢.              ╓╢███████████████╖               ║╢█████║╓
       ║█████████    ,,╓╓,,   ┌║█████████████████┐   ,,╓╓,,    ]█████████
       └╢██████║` ╓╢║██████╢║∩``╙╙╙╙╙╙╙╙╙╙╙╙╙╙╙╙╙`»╢╢██████╢║╖  ║███████╜
         "╜╜╜╜` ╖╢█████████╣╜                      └╢██████████@ `╜╜╜╜╜
               ║██████████╜                          ╙╢██████████
              ┌█████████╜                              ╙╢█████████
              └███████╨`                                 ╜████████
               ║████╨╜                                    `╢█████
                ╙╢╣╜                                        └╢█╜
                ,,                                            ,,
             ╓@║██┐                                          ┌██║@╓
            ╢██████                                          ]█████H
           ╢███████∩                                        ┌████████
  ╓@@@@╓   █████████                                        ║████████`  ╓@@@@╖
╓╢██████║. █████████∩                                      ┌█████████ ,║███████╖
██████████ └█████████                                      ██████████ ]█████████
`║██████╜`  └╢████████                                    ┌███████╣╜   ╙██████╨`
  `╙╜╜╙`      `╙╨╢████                                    █████╝╜`       `╙╜╜`
                      ]@╓                              ╓╖H
                      ███╢║@╓,                    ,╓@╢╢███`
                      ████████╢@╖╓.           ╓╖@║████████`
                      ]███████████╢║@╓,  ,╓@╢╢████████████
                       ╙╢█████████████╨` ╜██████████████╜
                         ╙╝╢███████║╜`    `╜║████████╝╜`
                     ,╓@@@╓  `²╙``             `╙²`  ╓@@@╖,
                    ║╢█████╢H                      ╓╢██████H
                    █████████                      █████████`
                    ╙╢██████╜                      ╙╢██████╜
                      └╨╩╝┘                          └╨╩╝╜
WINFLOW.
██
██
██
██
██
██
██
██
██
██
██
██
██
..
██
██
██
██
██
██
██
██
██
██
██
██
██
.
shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1499


No I dont escrow anymore.


View Profile WWW
February 23, 2015, 09:20:40 AM
 #17

i think op is hoping to generate a key already in use by someone.  what are the odds on that again?

He could just use http://directory.io/ Grin

Odds are the same

Im not really here, its just your imagination.
Zawamiya
Hero Member
*****
Offline Offline

Activity: 526
Merit: 500



View Profile
February 24, 2015, 07:24:57 AM
 #18

i wonder why OP need that much btc address when he can use one account multiple times
it will hard to manage 100K btc addresses
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!