Author

Topic: Technical handle 25000 address (Read 1144 times)

legendary
Activity: 4130
Merit: 1307
September 18, 2017, 08:52:05 PM
#14
Do you need the 25000 addresses or can you send all of the coins to one address?

What is the exact problem here?

Can you not just keep making a new wallet, say, add to your script to send the coins to a wallet in another vps/your pc or a cold wallet to empty those addresses and recreate you a new wallet.dat. Storing the old wallet.dat in a different folder under the current date. You only need about a 5sats/byte fee in order to get a confirmation within a few days (I've done it quite a bit with that size fee).

and i want to know how blockchain.info handle all member wallet, what type server they using or how many server they using

Like I said above, the reports say they have a database and manage the wallet themselves.  They don't use the wallet functionality of Core.

You might look at this if you wish to see something similar:

https://wildbunny.co.uk/blog/2014/03/18/watch_only_wallet/

This is for watching only, but the same logic would apply.  It is a few years old, but could be useful.

newbie
Activity: 27
Merit: 0
September 18, 2017, 07:44:03 PM
#13
Do you need the 25000 addresses or can you send all of the coins to one address?

What is the exact problem here?

Can you not just keep making a new wallet, say, add to your script to send the coins to a wallet in another vps/your pc or a cold wallet to empty those addresses and recreate you a new wallet.dat. Storing the old wallet.dat in a different folder under the current date. You only need about a 5sats/byte fee in order to get a confirmation within a few days (I've done it quite a bit with that size fee).

and i want to know how blockchain.info handle all member wallet, what type server they using or how many server they using
newbie
Activity: 27
Merit: 0
September 18, 2017, 07:39:58 PM
#12
Do you need the 25000 addresses or can you send all of the coins to one address?

What is the exact problem here?

Can you not just keep making a new wallet, say, add to your script to send the coins to a wallet in another vps/your pc or a cold wallet to empty those addresses and recreate you a new wallet.dat. Storing the old wallet.dat in a different folder under the current date. You only need about a 5sats/byte fee in order to get a confirmation within a few days (I've done it quite a bit with that size fee).

the problem is, i store 30k address now in 1 wallet.dat and 1k transaction /day .
and now i see my daemon is broken for showing info
- slowly getinfo cli
- slowly getbalance cli
- slowly using sendfrom cli (sometimes transaction reject)
copper member
Activity: 2856
Merit: 3071
https://bit.ly/387FXHi lightning theory
September 18, 2017, 03:01:04 PM
#11
Do you need the 25000 addresses or can you send all of the coins to one address?

What is the exact problem here?

Can you not just keep making a new wallet, say, add to your script to send the coins to a wallet in another vps/your pc or a cold wallet to empty those addresses and recreate you a new wallet.dat. Storing the old wallet.dat in a different folder under the current date. You only need about a 5sats/byte fee in order to get a confirmation within a few days (I've done it quite a bit with that size fee).
newbie
Activity: 27
Merit: 0
September 17, 2017, 12:06:42 PM
#10
up
newbie
Activity: 27
Merit: 0
September 16, 2017, 03:02:27 PM
#9
I would transfer my funds to another wallet instead of handling 30000+ addresses. How did that happen? Did you get 30000 payments?

yes now is like that im used method
sr. member
Activity: 462
Merit: 254
September 16, 2017, 02:56:13 PM
#8
I would transfer my funds to another wallet instead of handling 30000+ addresses. How did that happen? Did you get 30000 payments?
newbie
Activity: 27
Merit: 0
September 16, 2017, 12:44:44 PM
#7
Hi ..
i try want to build website with API service provider like
Quote
block.io
so i compile bitcoin-cli daemon in 1 vps. and created 1 vps more for backend using php
and i connected with
Quote
EasyBitcoin
.
now i have a 25k address in my bitcoin wallet.dat .
and now i feel the proccess is slow .
what the best technical for this case ??
any help Huh
OK...
All these words, but what is your question ?
Are you sure you have 25k adresses in your wallet.dat ?
Have a look at the github sources documentation about the eventual wallet.dat limitations.
If this not a limitation, take care about the validity of all these addresses.

yes, now i have 30k addresses in my daemon cli .
my question is what is the best solution for handle much addresses in wallet .
must be more setup server ?? or what the other solutions ??
thanks

Create a database and manage it yourself is probably the best solution

what about transaction ?? what the logic
legendary
Activity: 4130
Merit: 1307
September 16, 2017, 12:13:21 PM
#6
Hi ..
i try want to build website with API service provider like
Quote
block.io
so i compile bitcoin-cli daemon in 1 vps. and created 1 vps more for backend using php
and i connected with
Quote
EasyBitcoin
.
now i have a 25k address in my bitcoin wallet.dat .
and now i feel the proccess is slow .
what the best technical for this case ??
any help Huh
OK...
All these words, but what is your question ?
Are you sure you have 25k adresses in your wallet.dat ?
Have a look at the github sources documentation about the eventual wallet.dat limitations.
If this not a limitation, take care about the validity of all these addresses.

yes, now i have 30k addresses in my daemon cli .
my question is what is the best solution for handle much addresses in wallet .
must be more setup server ?? or what the other solutions ??
thanks

Create a database and manage it yourself is probably the best solution
newbie
Activity: 27
Merit: 0
September 16, 2017, 09:33:15 AM
#5
up
newbie
Activity: 27
Merit: 0
September 15, 2017, 02:06:30 PM
#4
Hi ..
i try want to build website with API service provider like
Quote
block.io
so i compile bitcoin-cli daemon in 1 vps. and created 1 vps more for backend using php
and i connected with
Quote
EasyBitcoin
.
now i have a 25k address in my bitcoin wallet.dat .
and now i feel the proccess is slow .
what the best technical for this case ??
any help Huh
OK...
All these words, but what is your question ?
Are you sure you have 25k adresses in your wallet.dat ?
Have a look at the github sources documentation about the eventual wallet.dat limitations.
If this not a limitation, take care about the validity of all these addresses.

yes, now i have 30k addresses in my daemon cli .
my question is what is the best solution for handle much addresses in wallet .
must be more setup server ?? or what the other solutions ??
thanks
sr. member
Activity: 826
Merit: 440
September 15, 2017, 01:56:05 PM
#3
Hi ..
i try want to build website with API service provider like
Quote
block.io
so i compile bitcoin-cli daemon in 1 vps. and created 1 vps more for backend using php
and i connected with
Quote
EasyBitcoin
.
now i have a 25k address in my bitcoin wallet.dat .
and now i feel the proccess is slow .
what the best technical for this case ??
any help Huh
OK...
All these words, but what is your question ?
Are you sure you have 25k adresses in your wallet.dat ?
Have a look at the github sources documentation about the eventual wallet.dat limitations.
If this not a limitation, take care about the validity of all these addresses.
newbie
Activity: 27
Merit: 0
September 15, 2017, 02:36:21 AM
#2
up
newbie
Activity: 27
Merit: 0
September 14, 2017, 02:40:34 PM
#1
Hi ..
i try want to build website with API service provider like
Quote
block.io
so i compile bitcoin-cli daemon in 1 vps. and created 1 vps more for backend using php
and i connected with
Quote
EasyBitcoin
.
now i have a 25k address in my bitcoin wallet.dat .
and now i feel the proccess is slow .
what the best technical for this case ??
any help Huh
Jump to: