mirror of
https://github.com/Retropex/datum-docker.git
synced 2025-05-12 19:20:47 +02:00
add setting folder
This commit is contained in:
parent
36a8e209bc
commit
6b927ef5ed
@ -24,4 +24,4 @@ LABEL org.opencontainers.image.source https://github.com/retropex/datum-docker
|
||||
|
||||
LABEL org.opencontainers.image.description Datum in a container
|
||||
|
||||
CMD ["./datum_gateway", "-c datum-setting.json"]
|
||||
CMD ["./datum_gateway"]
|
||||
|
18
settings/datum_gateway_config.json
Normal file
18
settings/datum_gateway_config.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"bitcoind":{
|
||||
"rpcuser": "foo",
|
||||
"rpcpassword": "bar",
|
||||
"rpcurl": "127.0.0.1:8332"
|
||||
},
|
||||
"stratum":{
|
||||
"max_clients_per_thread": 10,
|
||||
"vardiff_min": 1,
|
||||
"max_threads": 1,
|
||||
"max_clients": 10
|
||||
},
|
||||
"mining":{
|
||||
"pool_address": "",
|
||||
"coinbase_tag_primary": "change this",
|
||||
"coinbase_unique_id": 1
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user