Hello everyone, will bitcoind works properly with 100k addresses associated with 100k accounts? I need to generate new address for every my client and client should be able to move his funds exactly from same generated beore wallet, how to better done this with bitcoind? Or maybe there exists some alternative solutions for such a huge amount of accounts?
-
n0n0n0n0 commented at 8:42 AM on July 31, 2017: none
-
Rav3nPL commented at 9:17 AM on July 31, 2017: contributor
No, it will kill your wallet file (it will be HUGE like 1GB) and hog bitcoind. You should use external solution, like electrum, for that amount of accounts/addresses.
-
n0n0n0n0 commented at 9:33 AM on July 31, 2017: none
Electrum with even 30k addresses lagging as hell and sometimes(about 80%) shows me NotEnoughFunds error but they exists(can see that even in getbalance command). So unfortunately also not works well, sadly.
-
Rav3nPL commented at 9:39 AM on July 31, 2017: contributor
So you stuck by bx (or similar tool) and own database system :) Core is not designed for that.
-
n0n0n0n0 commented at 2:41 PM on July 31, 2017: none
Sad, Thx
- n0n0n0n0 closed this on Jul 31, 2017
-
samuelGrahame commented at 10:59 PM on December 17, 2017: none
use something like MYSQL if you need a big database. but you would need to do all your own implementation
- DrahtBot locked this on Sep 8, 2021
Contributors