mirror of
https://github.com/benjamin-wilson/public-pool.git
synced 2025-04-07 11:28:17 +02:00
43 lines
809 B
Plaintext
43 lines
809 B
Plaintext
# bitcoin node running in your private network 192.168.1.0/24
|
|
BITCOIN_RPC_URL=http://192.168.1.100
|
|
|
|
# bitcoin node running undockered on the same PC
|
|
# needs to add rpcallowip=172.16.0.0/12 to your bitcoin.conf
|
|
#BITCOIN_RPC_URL=http://host.docker.internal
|
|
|
|
BITCOIN_RPC_USER=
|
|
BITCOIN_RPC_PASSWORD=
|
|
BITCOIN_RPC_PORT=8332
|
|
BITCOIN_RPC_TIMEOUT=10000
|
|
|
|
# Enable in bitcoin.conf with
|
|
# zmqpubrawblock=tcp://*:3000
|
|
# BITCOIN_ZMQ_HOST="tcp://192.168.1.100:3000"
|
|
|
|
API_PORT=3334
|
|
STRATUM_PORTS=3333,3332,3331,3330
|
|
|
|
#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=mainnet
|
|
|
|
API_SECURE=false
|
|
|
|
#postgresql
|
|
DB_HOST=
|
|
DB_PORT=
|
|
DB_USERNAME=
|
|
DB_PASSWORD=
|
|
DB_DATABASE=
|
|
|
|
PRODUCTION=false
|