mirror of
https://github.com/benjamin-wilson/public-pool.git
synced 2025-03-17 21:31:42 +01:00
27 lines
504 B
Bash
27 lines
504 B
Bash
BITCOIN_RPC_URL=http://bitcoin-testnet
|
|
BITCOIN_RPC_USER=bitcoin
|
|
BITCOIN_RPC_PASSWORD=bitcoin
|
|
BITCOIN_RPC_PORT=18332
|
|
BITCOIN_RPC_TIMEOUT=10000
|
|
|
|
# Enable in bitcoin.conf with
|
|
# zmqpubrawblock=tcp://*:3000
|
|
# BITCOIN_ZMQ_HOST="tcp://192.168.1.100:3000"
|
|
|
|
API_PORT=13334
|
|
STRATUM_PORT=13333
|
|
|
|
#optional telegram bot
|
|
#TELEGRAM_BOT_TOKEN=
|
|
|
|
#optional discord bot
|
|
#DISCORD_BOT_CLIENTID=
|
|
#DISCORD_BOT_GUILD_ID=
|
|
#DISCORD_BOT_CHANNEL_ID=
|
|
|
|
#optional
|
|
DEV_FEE_ADDRESS=
|
|
# mainnet | testnet
|
|
NETWORK=testnet
|
|
|
|
API_SECURE=false |