mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-01 09:40:15 +01:00
36 lines
781 B
Bash
36 lines
781 B
Bash
# java memory and remote management options
|
|
JDK_JAVA_OPTIONS=-Xms4096M -Xmx4096M -XX:+ExitOnOutOfMemoryError
|
|
|
|
# use external tor (change to -1 for internal tor binary)
|
|
BISQ_EXTERNAL_TOR_PORT=9051
|
|
|
|
# bitcoin p2p settings
|
|
BITCOIN_P2P_HOST=127.0.0.1
|
|
BITCOIN_P2P_PORT=8333
|
|
|
|
# bitcoind rpc ports
|
|
BITCOIN_RPC_HOST=192.168.1.1
|
|
BITCOIN_RPC_PORT=8332
|
|
BITCOIN_RPC_BLOCKNOTIFY_HOST=127.0.0.1
|
|
BITCOIN_RPC_BLOCKNOTIFY_PORT=5120
|
|
|
|
BITCOIN_RPC_USER=bisq
|
|
BITCOIN_RPC_PASS=bisq
|
|
|
|
# bisq pathnames
|
|
BISQ_HOME=/bisq
|
|
BISQ_APP_NAME=bisq-seednode
|
|
|
|
BISQ_BASE_CURRENCY=btc_mainnet
|
|
BISQ_DAO_FULLNODE=true
|
|
|
|
# bisq node settings
|
|
BISQ_NODE_PORT=8000
|
|
BISQ_MAX_CONNECTIONS=20
|
|
BISQ_MAX_MEMORY=4000
|
|
|
|
# set to true for BSQ explorer
|
|
BISQ_DUMP_BLOCKCHAIN=false
|
|
|
|
# set to true for BSQ markets
|
|
BISQ_DUMP_STATISTICS=false
|