⌨️ Use it
A fresh node auto-bootstraps from this URL on first start. To apply it manually:
cd Bismuth
curl -L -o static/ledger.db.tar.gz https://bismuth.cz/ledger.tar.gz
tar xzf static/ledger.db.tar.gz -C static/
python3 node.py
⚠️ A full node needs the non-RSA signer libs
mainnet carries ed25519 / ecdsa transactions; without these the node rejects those blocks and cannot sync:
pip install coincurve ed25519