C-Otto / BitBook

BitBook helps you organize your bitcoin addresses and transactions.
https://bitbook.c-otto.de
MIT License
43 stars 6 forks source link

Feature Request: Get address transactions via Electrum (electrs) #143

Closed C-Otto closed 2 years ago

C-Otto commented 2 years ago

Implement a provider for AddressTransactions which requests the data from a local/trusted Electrum server (for example electrs). This helps with #4.

C-Otto commented 2 years ago

With 5d289d9739add635b0c9d3ec67c638ad1fdfbbc4 one can get the script (as hex string) for a Base58 P2PKH or P2SH address. Bech32 addresses are not supported, yet.

C-Otto commented 2 years ago

Fixed with 7ebb2fd9ef9632b898cf7c63d6cebe3e504527e4 (and some bug fixes and improvements merged afterwards).