dockers
dockers copied to clipboard
Making it easy to build Bitcoin secure, efficient and scalable Bitcoin applications!
Just tried to build the lnd image thanks to this Dockerfile : https://github.com/SatoshiPortal/dockers/tree/master/rpi/LN/lnd Building process was succesful, but when I tried to to run the container, no container was created...
Code from: https://github.com/trezor/blockbook This is useful because a lot of people use trezor web-wallet. Blockbook is the back-end explorer for trezor wallet which people connect their web wallet to. It's...
I'm just wondering as to why you are not using the alpine golang image for the lnd Dockerfile here: https://github.com/SatoshiPortal/dockers/blob/master/rpi/LN/lnd/Dockerfile
Code from: https://github.com/kyuupichan/electrumx This is particularly useful because: 1. Having multiple electrum servers prevents sybill attacks on the network so unlike non-economic Bitcoin nodes honest users running electrum servers is...
Code from: https://github.com/romanz/electrs An efficient re-implementation of Electrum Server, inspired by [ElectrumX](https://github.com/kyuupichan/electrumx), [Electrum Personal Server](https://github.com/chris-belcher/electrum-personal-server) and [bitcoincore-indexd](https://github.com/jonasschnelli/bitcoincore-indexd). The motivation behind this project is to enable a user to run his...
https://github.com/bitcoin/bitcoin/releases/tag/v0.17.0rc3 We are trying to test the concept of having a chron docker batching transactions based on configurations choser by a Bitcoin node operator, and aggregating them for signature in...