File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed
Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 11## The ` trustedcoin ` plugin.
22
3- A plugin that uses block explorers (blockstream.info, mempool.space, blockchain .com and blockchain.info) as backends instead of your own Bitcoin node.
3+ A plugin that uses block explorers (blockstream.info, mempool.space, blockchair .com and blockchain.info) as backends instead of your own Bitcoin node.
44
55This isn't what you should be doing, but sometimes you may need it.
66
7- (Remember this will download all blocks c-lightning needs from blockchain.info in raw, hex format.)
7+ (Remember this will download all blocks c-lightning needs from blockchain.info or blockchair.com in raw, hex format.)
88
99## How to install
1010
@@ -16,6 +16,20 @@ You only need the binary you can get in [the releases page](https://github.com/f
1616
1717Also call ` chmod -x bcli ` so the ` bcli ` plugin that comes installed by default doesn't conflict with ` trustedcoin ` .
1818
19+ ## How to bootstrap a Lightning node from scratch, without Bitcoin Core, on Ubuntu amd64
20+
21+ ```
22+ add-apt-repository ppa:lightningnetwork/ppa
23+ apt update
24+ apt install lightningd
25+ cd /usr/libexec/c-lightning/plugins
26+ chmod -x bcli
27+ wget https://github.com/fiatjaf/lightningd-gjson-rpc/releases/download/trustedcoin-v0.2/trustedcoin_linux_amd64
28+ chmod +x trustedcoin_linux_amd64
29+ cd
30+ lightningd
31+ ```
32+
1933## How to use
2034
2135You don't have to do anything, this will just work.
You can’t perform that action at this time.
0 commit comments