rename to bgold

This commit is contained in:
nicolas.dorier
2018-05-18 01:13:09 +09:00
parent ced0cde91e
commit 0fbb75079f
2 changed files with 9 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ services:
- "43782"
- "39388"
volumes:
- "bitcoingold_datadir:/data"
- "bgold_datadir:/data"
nbxplorer:
environment:
NBXPLORER_CHAINS: "btg"
@@ -24,10 +24,10 @@ services:
links:
- bgoldd
volumes:
- "bitcoingold_datadir:/root/.bitcoingold"
- "bgold_datadir:/root/.bitcoingold"
btcpayserver:
environment:
BTCPAY_CHAINS: "btg"
BTCPAY_BTGEXPLORERURL: http://nbxplorer:32838/
volumes:
bitcoingold_datadir:
bgold_datadir:

View File

@@ -41,7 +41,7 @@ namespace DockerGenerator
new CryptoDefinition()
{
Crypto = "btg",
CryptoFragment = "bitcoingold",
CryptoFragment = "bgold",
CLightningFragment = null,
}
};