Run a Glittr Node
Run a Bitcoin Node
Requirements
Installation
git clone https://github.com/Glittrfi/glittr-core-public
cd glittr-core-publiccargo build --release --features helper-apiConfiguration
btc_rpc_url: http://127.0.0.1:18443
btc_rpc_username: user
btc_rpc_password: password
rocks_db_path: db_data
api_url: 127.0.0.1:3001Configuration Options
Option
Description
Default
Running the Node
Last updated