The concept is somwhat weakened by the time taken to download all the filter. Nonetheless, Kyoto is improving. Update to v0.15 is ongoing (https://github.com/optout21/icepeek/tree/kyoto-15).
Watch-only bitcoin onchain balance checker, private and secure. Can be used for checking cold wallet balances ("peek under the ice").
WARNING: Don't ever enter any seedphrase or private key in this project!
Warning: This software is prototype with no warranty whatsoever.
Based on compact block filters (BIP-147/148), peer-to-peer, not using servers. Written in Rust, using kyoto-cbf lib.
Friendly Advice: Don't forget to regularly check your keys!
-
icepeek-iced: desktop version with UI, based onicedlibrary (Rust) -
icepeek-cli: simple command-line based version (mostly for testing)
The first version of Icepeek was based on Nakamoto CBF library, but later (Oct2024) it was switched to the more recent kyoto-cbf.
cargo r -p icepeek-cli
Wait and watch the output!
cargo r -p icepeek-iced
-
Optionally change the xpub & parameters
-
Press Continue
-
Wait and watch the info
- show state (state Connecting, FastSync, ChilledSync; show number of peers)
- more user-friendly starting block supoprt (no hash needed, custom height, start filters from there)
- initial DNS-based peer discovery doesn't work with VPN (kyoto?)
- Address discovery (gap limit, add new addresses)
- download filters in reverse order
- report more progress events (peer connect/disconnect, etc.)
- latest version is not released (can only be used with local build)
- filters are always retrieved again, even if they are cached (first they are loaded, then retrieved from the beginning)
- load never returns, scan cannot be started only after load
- separation of load and retrieve (wallet-independent), and scan (wallet dependent)