Bitcoin Forum
May 08, 2024, 11:08:04 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Technical handle 25000 address  (Read 1136 times)
noreplybatam (OP)
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
September 14, 2017, 06: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
1715166484
Hero Member
*
Offline Offline

Posts: 1715166484

View Profile Personal Message (Offline)

Ignore
1715166484
Reply with quote  #2

1715166484
Report to moderator
"I'm sure that in 20 years there will either be very large transaction volume or no volume." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
noreplybatam (OP)
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
September 15, 2017, 06:36:21 AM
 #2

up
CarlOrff
Sr. Member
****
Offline Offline

Activity: 826
Merit: 440



View Profile
September 15, 2017, 05: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.

Bitcoin + privacy respect = BitcoinZ (topic BitcoinZ)
The only decentralized crypto that complements Bitcoin on privacy.
You missed Bitcoin in 2009 ? Do not miss BitcoinZ in 2018 !
noreplybatam (OP)
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
September 15, 2017, 06: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
noreplybatam (OP)
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
September 16, 2017, 01:33:15 PM
 #5

up
cr1776
Legendary
*
Offline Offline

Activity: 4032
Merit: 1301


View Profile
September 16, 2017, 04: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
noreplybatam (OP)
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
September 16, 2017, 04: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
maeusi
Sr. Member
****
Offline Offline

Activity: 462
Merit: 254


View Profile
September 16, 2017, 06: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?
noreplybatam (OP)
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
September 16, 2017, 07: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
noreplybatam (OP)
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
September 17, 2017, 04:06:42 PM
 #10

up
jackg
Copper Member
Legendary
*
Offline Offline

Activity: 2856
Merit: 3071


https://bit.ly/387FXHi lightning theory


View Profile
September 18, 2017, 07: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).
noreplybatam (OP)
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
September 18, 2017, 11: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)
noreplybatam (OP)
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
September 18, 2017, 11: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
cr1776
Legendary
*
Offline Offline

Activity: 4032
Merit: 1301


View Profile
September 19, 2017, 12:52:05 AM
 #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.

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!