spruned
spruned copied to clipboard
A Bitcoin-without-Blockchain client w/ RPC that can fetch any block or transaction
Hey there, I am trying to connect C-lightning to spruned, however C-lightning can't connect because: `bcli: Unsupported bitcoind version 150100, at least 160000 required.`
The older versions won't build.
I installed spruned and ran it on testnet. It never adds anything to headers.db but gets stuck in a loop where it outputs 16 lines to the spruned.log file over...
The txindex is huge. I estimate that some sort of [firstbits](https://en.bitcoin.it/wiki/Firstbits) implementation would reduce the txindex size down to 20-25%, even less! And this is awesome. The downside is having...
Do checkpoints based soft validation (no scripts evaluation) and track the utxo set.
- [x] Change repository built-in types into custom. - [x] Drop built-in usage on repository integrations [reactors, interfaces, vo_service] - [x] Change Interface\Services built-in types into custom. - [ ]...
I tried to start spruned several times, both on mainnet and testnet (I added some testnet servers, see the patch). But in both cases the blockchain gets stuck at some...
It does connect to _some_ bitcoin p2p peers, but the problem seems to be with dropping the connections to electrum peers. The log just looks like this forever, even after...
run spruned by [--max-electrum-connections MAX_ELECTRUM_CONNECTIONS] params seems invalid; Maybe: https://github.com/gdassori/spruned/blob/12df1211477c569560df0a2f4160bf9d1d8afe6f/spruned/daemon/electrod/__init__.py#L55 Should Be: _`connections=ctx.max_electrum_connections,`_ Because we set max_electrum_connections at beginning here: https://github.com/gdassori/spruned/blob/12df1211477c569560df0a2f4160bf9d1d8afe6f/spruned/application/context.py#L82-L87
Don’t see any documentation on the following features from bitcoin could you let me know if I can use them with this project? blocknotify= Execute command when the best block...