bwt icon indicating copy to clipboard operation
bwt copied to clipboard

A lightweight wallet indexer for Bitcoin, available as an Electrum RPC server and a modern HTTP REST API.

Results 52 bwt issues
Sort by recently updated
recently updated
newest added

It is disabled because the OpenSSL dependency enabled by it causes the following error on ARM targets: ``` /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by bwt) ```

- [ ] Add `--tx-broadcast-p2p ` option to broadcast directly to the P2P network using a socks proxy - [ ] Add `--tx-broadcast-tor` option as a shortcut for setting `--tx-broadcast-p2p`...

enhancement

![logsbox](https://user-images.githubusercontent.com/42577881/82998553-8f297080-a010-11ea-99ce-e94175a96ad5.png)

enhancement
electrum

bwt currently constructs the electrum spv proofs for transactions using the list of txids in the confirming block (retrieved via `getblock` with `verbose=1`), which is a rather large list that...

enhancement
electrum

Provide a docker image that sets up nginx with certbot or a self-signed cert, as a reverse proxy to the http/electrum servers. For the http api, this could also throw...

enhancement

Probably because the cookie changed. bwt can maybe try rereading the cookie if auth fail.

enhancement