Overview
This repository is a fork of ElectrumX adapted for Bitmark (BTM). It provides the server component that bridges Electrum-Bitmark wallets to the Bitmark blockchain.
Completed
Remaining Tasks
Testing & Validation
Configuration Tuning
Testnet Support
Production Readiness
Integration with Electrum-Bitmark
Quick Start
# Prerequisites: synced bitmarkd with txindex=1
# Install
python3 -m venv venv
source venv/bin/activate
pip install .
# Configure
cp contrib/bitmark/electrumx_bitmark.conf ~/.electrumx-bitmark.conf
# Edit DAEMON_URL with your bitmarkd RPC credentials
# Run
source ~/.electrumx-bitmark.conf
./electrumx_server
Related
Overview
This repository is a fork of ElectrumX adapted for Bitmark (BTM). It provides the server component that bridges Electrum-Bitmark wallets to the Bitmark blockchain.
Completed
electrumx/lib/coins.pycontrib/bitmark/electrumx_bitmark.conf)contrib/bitmark/electrumx-bitmark.service)contrib/bitmark/README.md)Remaining Tasks
Testing & Validation
Configuration Tuning
CHAIN_SIZEandCHAIN_SIZE_HEIGHTwith actual values after syncAVG_BLOCK_SIZEbased on real dataCACHE_MBsettingsTestnet Support
Production Readiness
Integration with Electrum-Bitmark
Quick Start
Related