mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 18:38:09 +01:00
docker: Add PIVX, Dash and Firo to isolated config
Changed pivx-params location to PIVX datadir. Still need a way to set the Firo wallet seed.
This commit is contained in:
@@ -35,3 +35,21 @@ XMR_WALLET_RPC_HOST=monero_wallet
|
||||
BASE_XMR_WALLET_PORT=29998
|
||||
XMR_WALLET_RPC_USER=xmr_wallet_user
|
||||
XMR_WALLET_RPC_PWD=xmr_wallet_pwd
|
||||
|
||||
PIVX_DATA_DIR=/data/pivx
|
||||
PIVX_RPC_HOST=pivx_core
|
||||
PIVX_RPC_PORT=51473
|
||||
PIVX_RPC_USER=pivx_user
|
||||
PIVX_RPC_PWD=pivx_pwd
|
||||
|
||||
DASH_DATA_DIR=/data/dash
|
||||
DASH_RPC_HOST=dash_core
|
||||
DASH_RPC_PORT=9998
|
||||
DASH_RPC_USER=dash_user
|
||||
DASH_RPC_PWD=dash_pwd
|
||||
|
||||
FIRO_DATA_DIR=/data/firo
|
||||
FIRO_RPC_HOST=firo_core
|
||||
FIRO_RPC_PORT=8888
|
||||
FIRO_RPC_USER=firo_user
|
||||
FIRO_RPC_PWD=firo_pwd
|
||||
|
||||
Reference in New Issue
Block a user