fibercrypto / fibercrypto/skycoin
Optimize wallet address scanning by searching from last to first
Open
- Dominant language
- Go
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
The address scanner checks every address in the wallet from first to last. In practice, the addresses can be scanned last to first and stop on the first address with activity.
This doesn't help much for wallet chains with few active addresses, but will help with the bip44 change chain, which will potentially be long.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.