Gridflare.xyz was a lightning network explorer and channel recommendation engine launched in 2023 and archived in 2026.
git clone https://github.com/Gridflare/gridflare.xyz.git
cd gridflare.xyzI recommend linking to your credentials with ln -s, but copying and pasting into data/credentials will work too.
mkdir -p data/credentials
cd data/credentials
ln -s ~/.lnd/tls.cert
ln -s ~/.lnd/data/chain/bitcoin/mainnet/readonly.macaroon
ln -s ~/.lnd/data/chain/bitcoin/mainnet/admin.macaroon
The readonly macaroon is sufficient to run the website, extra permissions are only required if randomgossipconnections is enabled (see below).
Edit processor/node.conf.
- Set
serverto your node ip. - If you use Neutrino, set
use_include_unannounced_workaround = 1andlistener_node_pub. - Optional, for better graph knowledge over time, set
randomgossipconnections = 1andmacpathtoadmin.macaroon.
docker compose -f docker-compose-dev.yml upGo to localhost:7080 in your web browser.
Additional debug logs are located in processor/processor.log.
tail -f processor/processor.log