Features
- chore: Improve P2P & mempool robustness and reorg handling (280) by @BlobMaster41
- Harden block change handling and scheduling (281) by @BlobMaster41
Bug Fixes
- chore: Improve P2P & mempool robustness and reorg handling (280) by @BlobMaster41
Installation
From source tarball
tar -xzf opnet-node-v1.0.3.tar.gz
cd opnet-node-v1.0.3
npm install --production
npm startFrom Docker
docker pull ghcr.io/btc-vision/opnet-node:v1.0.3
# Copy and configure
cp docker/config/btc.conf.example docker/config/btc.conf
# Edit docker/config/btc.conf with your settings
# Run with docker-compose
cd docker && docker compose up -d
# Or run standalone
docker run -p 9000:9000 -p 9805:9805 -v $(pwd)/docker/config/btc.conf:/app/config/btc.conf ghcr.io/btc-vision/opnet-node:v1.0.3Checksums
See .sha256 files for verification.