We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
addressindex is originally suggested by https://github.com/bitpay/insight
BTC declined merge into master, but they want to keep another repo. bitcoin/bitcoin#10370
but its enabled only with -addressindex like txindex=1 and its bool so RAM usage is not affected https://github.com/sugarchain-project/sugarchain/blob/API-addressindex/src/validation.cpp#L218
-addressindex
txindex=1
bool
ZEC and RES have also addressindex https://github.com/ResistancePlatform/resistance-core/blob/master/src/addressindex.h
if we merge this AddressIndex into master, i wanna do after Yespower PoW cache is finished. this is safer IMO. @volbil
The text was updated successfully, but these errors were encountered:
volbil
No branches or pull requests
addressindex is originally suggested by
https://github.com/bitpay/insight
BTC declined merge into master, but they want to keep another repo.
bitcoin/bitcoin#10370
but its enabled only with
-addressindex
liketxindex=1
and itsbool
so RAM usage is not affectedhttps://github.com/sugarchain-project/sugarchain/blob/API-addressindex/src/validation.cpp#L218
ZEC and RES have also addressindex
https://github.com/ResistancePlatform/resistance-core/blob/master/src/addressindex.h
if we merge this AddressIndex into master, i wanna do after Yespower PoW cache is finished. this is safer IMO.
@volbil
The text was updated successfully, but these errors were encountered: