add setting folder

This commit is contained in:
Léo Haf 2024-10-16 19:25:51 +02:00
parent 36a8e209bc
commit 6b927ef5ed
Signed by: Retropex
GPG Key ID: 0E37EBAB8574F005
2 changed files with 19 additions and 1 deletions

View File

@ -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"]

View 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
}
}