Bitcoin Forum

Bitcoin => Bitcoin Discussion => Topic started by: alexey14 on May 11, 2023, 08:10:29 PM



Title: How to Make 10 Million BTC Wallet Per Day
Post by: alexey14 on May 11, 2023, 08:10:29 PM
I need to make 10 Million BTC Wallet Per Day ( dont ask why ), creating 10M wallet manually Take so much time, How I can eaily make 10 Million BTC Wallet Per Day ? FASTEST Way?
Each wallet must be created with complatly a new Private key.


Title: Re: How to Make 10 Million BTC Wallet Per Day
Post by: DaveF on May 11, 2023, 09:03:42 PM
You should move this to the Development & Technical Discussion board instead of here.
But with any kind of decent hardware any of the vanity address generators can easily get you millions of private keys and addresses.
Even bitaddress.org generate about 1000 private keys and addresses a minute on a couple of year old i7 laptop.

However, there is no wallet in the world that can take that many and not die. There are none that can handle that many.
You would be better off writing some custom code and keeping them all in a database.

-Dave


Title: Re: How to Make 10 Million BTC Wallet Per Day
Post by: Stalker22 on May 11, 2023, 09:20:36 PM
Each wallet must be created with complatly a new Private key.

Instead of generating a large number of wallets in advance, have you considered using a hierarchical deterministic (HD) wallet? HD wallets use a single seed to generate an unlimited number of public and private key pairs, which can be used to generate new addresses on demand. This can save time and effort, while also reducing the risk of storing a large number of keys.

Alternatively, if you provide more context on why you need to generate so many wallets, we may be able to suggest a more tailored solution that is both efficient and secure.


Title: Re: How to Make 10 Million BTC Wallet Per Day
Post by: hatshepsut93 on May 11, 2023, 10:34:44 PM
If you can code, just look up a decent Bitcoin library for your language, they all support creating addresses or wallets. If you can't, then somebody needs to do it for you, and I doubt anyone would want to spend a few hours doing it for free, so you should post an offer in Services board to hire someone for this task.


Title: Re: How to Make 10 Million BTC Wallet Per Day
Post by: digaran on May 11, 2023, 10:52:18 PM
Do you need them for multiverse people or what? Since there is no actual use for 10M address a day, your request is sus.😉 I could however generate 30M addresses per second with my laptop! High end GPUs could give you several billion addresses per second.

Welcome to the hunt for the hidden treasures of Satoshi.😅


Title: Re: How to Make 10 Million BTC Wallet Per Day
Post by: Smartvirus on May 11, 2023, 10:54:06 PM
If you can code, just look up a decent Bitcoin library for your language, they all support creating addresses or wallets. If you can't, then somebody needs to do it for you, and I doubt anyone would want to spend a few hours doing it for free, so you should post an offer in Services board to hire someone for this task.
You've got the right idea towards this, having it posted on some service board. Bounties perhaps and your wallet would be created on it's required number within hours. The issue is, you don't expect any privacy of wallets created. The bounty users would always have the private keys or seed phrase to them wallets.

When you refer to coding for a means,
How do one archive that with regards to OP's quest?

I need to make 10 Million BTC Wallet Per Day ( dont ask why ), creating 10M wallet manually Take so much time, How I can eaily make 10 Million BTC Wallet Per Day ? FASTEST Way?
Each wallet must be created with complatly a new Private key.
You might not want us to ask why but still, I would like to know why.
Why 10million and of what use might it be because, a part of me tells me something fishy is about to go down, possibly there is an update we don't know about or your just abusing the free nature of wallet creation.


Title: Re: How to Make 10 Million BTC Wallet Per Day
Post by: hatshepsut93 on May 11, 2023, 11:05:05 PM
You've got the right idea towards this, having it posted on some service board. Bounties perhaps and your wallet would be created on it's required number within hours. The issue is, you don't expect any privacy of wallets created. The bounty users would always have the private keys or seed phrase to them wallets.

When you refer to coding for a means,
How do one archive that with regards to OP's quest?


Obviously OP will get a program that creates wallets and not just the wallets themselves. This still poses a security risk that the code can be malicious and generate wallets non-randomly or send a copy to authors server, so the code should be independently verified or OP will have to just trust that they won't get robbed. But this isn't very different from typical crypto jobs when someone asks to create a service involving receiving money, and there's a risk that the developer will put a backdoor.


Title: Re: How to Make 10 Million BTC Wallet Per Day
Post by: entebah on May 11, 2023, 11:15:27 PM
But with any kind of decent hardware any of the vanity address generators can easily get you millions of private keys and addresses.
Even bitaddress.org generate about 1000 private keys and addresses a minute on a couple of year old i7 laptop.
-Dave

I just try the website bitaddress to generate 1000 address but over 10 minutes it still need to generate 600 address so if he wants to generate 10 m address I believe it will take over a month.
maybe the only VanitySearch is the only way for the OP to be able to generate a 10m address on a good pc.


Title: Re: How to Make 10 Million BTC Wallet Per Day
Post by: DaveF on May 12, 2023, 12:53:30 AM
But with any kind of decent hardware any of the vanity address generators can easily get you millions of private keys and addresses.
Even bitaddress.org generate about 1000 private keys and addresses a minute on a couple of year old i7 laptop.
-Dave

I just try the website bitaddress to generate 1000 address but over 10 minutes it still need to generate 600 address so if he wants to generate 10 m address I believe it will take over a month.
maybe the only VanitySearch is the only way for the OP to be able to generate a 10m address on a good pc.

What hardware are you using?
Are you using the bulk wallet tab?
What OS and browser?

i7 11th gen that is having others issues is getting me 1000 every 90 to 100 seconds with windows 10 & firefox.
Running vanitygen64 with 3 threads and dumping into a text files is getting about 30000 addresses a minute. -> Extrapolationg from that you should be able to do 10 million in about 6 or 7 hours. But that is just address and private key. You really can't pull them into any know wallet.


-Dave


Title: Re: How to Make 10 Million BTC Wallet Per Day
Post by: BlackBoss_ on May 12, 2023, 01:25:45 AM
I need to make 10 Million BTC Wallet Per Day ( dont ask why ), creating 10M wallet manually Take so much time, How I can eaily make 10 Million BTC Wallet Per Day ? FASTEST Way?
Each wallet must be created with complatly a new Private key.
You must be clear.

What do you need?

Wallet or address.

You can create one HD wallet with a mnemonic seed, then create many receiving addresses. Each receiving address has its private key.

Increase the gap limit (https://electrum.readthedocs.io/en/latest/faq.html#gap-limit) in Electrum when you create new addresses.

Code:
wallet.change_gap_limit(100000)
[wallet.create_new_address(False) for i in range(100000)]

However 10M is out of capacity (not responding). You can try with smaller number, repeat it a few times. I try with 100000 and it works.

You will get receiving addresses, then if you want to get private keys. Choose Wallets, Private keys, Export, and choose File format (JSON or CSV). Click Export to finish.


Title: Re: How to Make 10 Million BTC Wallet Per Day
Post by: pooya87 on May 12, 2023, 06:12:50 AM
dont ask why
Well it is impossible to give the best answer without knowing the reason why you want to create this many "wallets" per day!

For example if it is some sort of project to "get lucky" and find a funded address then it is a waste of time but also the answer to such question is that you shouldn't create "wallets" but to create keys and in such a scenario you won't need to store them so there is no need to discuss databases, etc.

But if the project is for some sort of centralized service then things are very different, you do need to create "wallets" and you do need "storage". But then again the details depend on the type of the service. What you would do for a custodian web wallet is different from non-custodian web wallet and different from an exchange and also different from if you want personal wallet for a service receiving payment (last one needs a single wallet with many "child" keys).
In these cases you would need to discuss database (what to use and how).

I can keep going but I think you get the gist. The other replies here are also all over the place because they don't know your purpose.

P.S. Although with "10 mil/day" I'm guessing your goal is the first thing I said!

You can try with smaller number, repeat it a few times. I try with 100000 and it works.
Electrum wallet is not designed to handle large number of keys/transactions so I seriously doubt it can perform well for anything beyond a couple of hundred keys.


Title: Re: How to Make 10 Million BTC Wallet Per Day
Post by: benalexis12 on May 12, 2023, 08:05:49 AM
I need to make 10 Million BTC Wallet Per Day ( dont ask why ), creating 10M wallet manually Take so much time, How I can eaily make 10 Million BTC Wallet Per Day ? FASTEST Way?
Each wallet must be created with complatly a new Private key.

I think for this matter the tool you can use for this is vanitygen, you can create bitcoin address through this, you can also
specify the number of address that you want to generate and export them in JSON. I'm not just exactly sure if you can get this at once
on this, because 10M is too big for it. What are you going to do with the 10M address anyway?


Title: Re: How to Make 10 Million BTC Wallet Per Day
Post by: yudi09 on May 12, 2023, 08:34:34 AM
I need to make 10 Million BTC Wallet Per Day ( dont ask why ), creating 10M wallet manually Take so much time, How I can eaily make 10 Million BTC Wallet Per Day ? FASTEST Way?
Each wallet must be created with complatly a new Private key.
It's not an easy job to do. Something that is difficult if done alone, means that other people's services are needed to complete it.
The services of others need to be valued according to the complexity of the work. I mean, if you want your job done but you can't, then you have to pay people to get it done.

Because you don't want to convey what it is for, then try to go to the service section and make an offer. If anyone is suitable for the job, hire and pay according to the agreement.


Title: Re: How to Make 10 Million BTC Wallet Per Day
Post by: LoyceV on May 12, 2023, 09:31:32 AM
I need to make 10 Million BTC Wallet Per Day ( dont ask why )
Why?

Well it is impossible to give the best answer without knowing the reason why you want to create this many "wallets" per day!
My guess: sending 10 million spam emails per day, and keeping track of which one fell for it. There's not really a legit use for that many wallets, Bitcoin can't even handle that many transactions.


Title: Re: How to Make 10 Million BTC Wallet Per Day
Post by: ImThour on May 12, 2023, 09:39:07 AM
He just wants 10 million private keys and then finds which of these have some funds available that he can steal.
Here you go bud https://privatekeys.pw/keys/bitcoin/1

This website has every private key that exists on the blockchain. Good luck finding the funds you need to fulfill your dreams.


Title: Re: How to Make 10 Million BTC Wallet Per Day
Post by: LoyceV on May 12, 2023, 09:47:05 AM
He just wants 10 million private keys and then finds which of these have some funds available that he can steal.
I have no problem with that. It's great if users prove to themselves that Bitcoin is secure.


Title: Re: How to Make 10 Million BTC Wallet Per Day
Post by: retreat on May 12, 2023, 09:49:25 AM
Depending on what your needs are, you can generate 10 million Bitcoin wallets in a day using programming code that you can download and install on your device or you can hire someone to do it. Or if you only need addresses you can try (HD) crypto wallets which can give you multiple addresses with one seed and it is much more efficient than creating multiple wallets and storing them in a database where the chances of data leakage are higher. But it comes back to you which one you feel suits your needs. But 10 million is a lot of wallets and I'm not sure what you're using that for, why not just tell us? you left a lot of people guessing.


Title: Re: How to Make 10 Million BTC Wallet Per Day
Post by: Fiatless on May 12, 2023, 10:14:19 AM
I need to make 10 Million BTC Wallet Per Day ( dont ask why )
Why?

Well it is impossible to give the best answer without knowing the reason why you want to create this many "wallets" per day!
My guess: sending 10 million spam emails per day, and keeping track of which one fell for it. There's not really a legit use for that many wallets, Bitcoin can't even handle that many transactions.
I will not ask OP why because he is used to starting weird threads such as these:
 Satoshi Nakamoto is US Governnment (https://bitcointalk.org/index.php?topic=5443590.msg61862459#msg61862459)
 Plan B is a CIA Agent (https://bitcointalk.org/index.php?topic=5405055.msg60502592#msg60502592)
 Corona Virus Created by BTC Whales  (https://bitcointalk.org/index.php?topic=5233202.msg54038680#msg54038680)

I might be wrong but when I went through some of these posts I am assuming that OP might not be serious with his request of creating 10 Million BTC Wallet Per Day. It is possible he is just joking.


Title: Re: How to Make 10 Million BTC Wallet Per Day
Post by: SamReomo on May 12, 2023, 10:52:03 AM
I need to make 10 Million BTC Wallet Per Day ( dont ask why ), creating 10M wallet manually Take so much time, How I can eaily make 10 Million BTC Wallet Per Day ? FASTEST Way?
Each wallet must be created with complatly a new Private key.

The simple answer to your question is do it yourself. Learn computer programming and then write your own scripts to generate that many wallets a day. You'll definitely need a beefy setup to create that many wallets a day. You should also keep in your mind that the thing can only be achieved if you know programming very well.

If you are not good at programming than your best bet is to find a good programmers on freelancing sites and let them do the work for you. You must remember that the programmers will take a lot of money to create such programs for you. You can get some inspiration from bitaddress.org as that will be a helpful site for you.

You can also try some Bitcoin wallet generation libraries as they will be helpful for you. You can use BitcoinJS library as a base for your script and if well programmed then you'll be able to generate 10 million wallets a day without a problem.

It's not worth it to ask you that why you want to create so many wallets a day, but I would warn you if your intentions are not positive then you'll be responsible for the harm. If you intentions are good and you're doing it for development purpose than it's okay.


Title: Re: How to Make 10 Million BTC Wallet Per Day
Post by: DaveF on May 12, 2023, 11:03:18 AM
...
I will not ask OP why because he is used to starting weird threads such as these:
...

Did not even look at their post history, I figured it was just someone who wanted to do something because they 'know better' and was going to spend days of time trying to do something that would never work. Just figured I would help them along that path.


My guess: sending 10 million spam emails per day, and keeping track of which one fell for it. There's not really a legit use for that many wallets, Bitcoin can't even handle that many transactions.

And as I pointed out there is no wallet to handle it. Anyone with a bit of programming / database knowledge can setup a small block explorer that could with sufficient hardware keep an eye on 10m addresses. But there is no wallet in the world that can import them. But, since they could not even figure out how to generate them there is no way they could even be able to figure out the programming.

-Dave


Title: Re: How to Make 10 Million BTC Wallet Per Day
Post by: lovesmayfamilis on May 12, 2023, 01:01:21 PM
...
I will not ask OP why because he is used to starting weird threads such as these:
...

Did not even look at their post history, I figured it was just someone who wanted to do something because they 'know better' and was going to spend days of time trying to do something that would never work. Just figured I would help them along that path.


Yes, you are right. As the OP stated in his previous posts, he will only listen to users without a signature, since he alone is busy with important business.
I do not think that all the advice will benefit him. In response, he will throw out another bucket of rudeness and rudeness. I wouldn't waste time on it.


Title: Re: How to Make 10 Million BTC Wallet Per Day
Post by: Aanuoluwatofunmi on May 12, 2023, 01:03:52 PM
I need to make 10 Million BTC Wallet Per Day ( dont ask why ), creating 10M wallet manually Take so much time, How I can eaily make 10 Million BTC Wallet Per Day ? FASTEST Way?
Each wallet must be created with complatly a new Private key.

I think this is more of a comic act or so, OP is giving answer to the question he's asking already and has demanded us not to ask why, how can we even asked why when you have already supplied yourself the means to use in achieving that, all that we can do is in wishing you the best of it all in accomplishing it, but anyone that has money on their bitcoin wallet and are security conscious will never fall a victim of any of your tricks you may try use in attacking on people wallet addresses.


Title: Re: How to Make 10 Million BTC Wallet Per Day
Post by: cydrix on May 12, 2023, 01:13:02 PM
Depending on your requirements, you may either hire someone to do it for you or use programming code that you can download and install on your device to create 10 million Bitcoin wallets in a single day. Or, if all you need are addresses, you can try (HD) crypto wallets, which are considerably more effective than making several wallets and keeping them in a database where the risk of data leaking is higher because they can offer you multiple addresses with a single seed. But ultimately, you must decide which one best meets your needs. But ten million is a lot of wallets, so why not just tell us what you're using them for? You raised a lot of questions for folks.


Title: Re: How to Make 10 Million BTC Wallet Per Day
Post by: traderethereum on May 12, 2023, 03:03:14 PM
Why make 10 million BTC wallets per day?
Unless you want to use it for illegal activities requiring many BTC wallets, you can create many BTC wallets yourself.
Or do you want to sell those BTC wallets? You better explain it in more detail so that we understand what you mean.
But I suggest you create by yourself many BTC wallets that exist and see how many wallets you can get so you will think that it is not easy to make 10 million BTC, even if there is software that can do that.


Title: Re: How to Make 10 Million BTC Wallet Per Day
Post by: Stalker22 on May 12, 2023, 07:03:59 PM
I just try the website bitaddress to generate 1000 address but over 10 minutes it still need to generate 600 address so if he wants to generate 10 m address I believe it will take over a month.

Bitaddress is an "open source JavaScript client-side Bitcoin wallet generator" that can be run completely offline. Therefore, the speed of address generation depends entirely on your hardware. If you were not able to generate even 1000 addresses in more than 10 minutes, then either your hardware is weak or something is wrong with your system.


Title: Re: How to Make 10 Million BTC Wallet Per Day
Post by: Obari on May 12, 2023, 08:42:20 PM
Each wallet must be created with complatly a new Private key.

Alternatively, if you provide more context on why you need to generate so many wallets, we may be able to suggest a more tailored solution that is both efficient and secure.


I think op isn't interested  to disclose details if what his doing and one can easily conclude that the reasons for what he intends doing might be incriminating and just so he knows that this act looks really suspicious.

Just as other users have suggested that you do, I think there is nothing to add to this and I hope you must have gotten the solution to what you want and if you have, I would advise that you lock the thread to avoid any spamming.


Title: Re: How to Make 10 Million BTC Wallet Per Day
Post by: BlackBoss_ on May 13, 2023, 02:40:39 AM
You can try with smaller number, repeat it a few times. I try with 100000 and it works.
Electrum wallet is not designed to handle large number of keys/transactions so I seriously doubt it can perform well for anything beyond a couple of hundred keys.
I did not know about that and tried it yesterday.

Creating 100,000 addresses take a few minutes.
Exporting 100,000 private keys for those addresses takes me about 4 hours. That is a painful experience. I can stop it anytime but I want to see how it works and 4 hours is my waiting time for this practice.

So with Electrum, if you do it a few times, you can create 10M addresses and private keys but a lot of time will be needed.