Crates.io | bitceptron-retriever |
lib.rs | bitceptron-retriever |
version | 1.1.0 |
source | src |
created_at | 2024-05-07 10:58:41.727617 |
updated_at | 2024-05-30 07:13:56.651828 |
description | A utility crate to scan the utxo set for bitcoins locked in scripts built by custom derivation paths. |
homepage | |
repository | https://github.com/bitceptron/bitceptron-retriever |
max_upload_size | |
id | 1232071 |
size | 13,187,501 |
This is part of the bitceptron product suite. A utility crate to scan the utxo set for bitcoins locked in scripts built by custom derivation paths.
Please note that this is a work in progress at the moment and breaking changes might happen.
NOT PRODUCTION READY YET.
Various wallets using different BIP32 derivation paths can be a problem for bitcoiners. In some cases, this might lead to confusion or a perception of loss of bitcoins, when incompatible wallets are used for receiving bitcoins and retrieving them in a later time. Bitceptron retriever is to alleviate that problem to some extent.
Bitceptron retriever uses the txout dump of bitcoincore to scan the utxo set for various descriptors derivable from your mnemonic and passphrase. We use miniscript to create the following single key descriptors:
We plan to:
bitceptron-retriever-cli
provides a cli tool to use this crate. Please refer to https://github.com/bitceptron/bitceptron-retriever/bitceptron-retriever-cli for instructions.
Happy rusting plebs.