Closed hensg closed 3 months ago
I'm passing those in as "bitcoin_extra_args" which I think is fine that way where it ends up on 1 line, the fedimint-service tacking is annoying but I think that's because it's launching within the directory. Would it be better to not create and use the directory so it doesn't do the fedimint-service- or to rename everything to assume the fedimint-service- prefix? not sure what best practice for docker container naming is
Bear in mind that the "all in one line" conf won't be parsed well by bitcoin-cli
/ bitcoind
. (ref: https://github.com/bitcoin/bitcoin/blob/v27.1/src/common/config.cpp#L35-L71). So, futher usage of the bitcoin-cli in the docker will require -rpcpassword=xx
Regarding the naming and dir, there is no standard, up to you... I was only point out that the docker exec
message is a bit misleading.
kk updating the service naming and will update the extra args to be multiliene
After installing it and trying to access the bitcoind (not esplora), I found a few small issues:
docker container name.
The message says
bitcoind
but in my installation it has another name.bitcoin.conf
It seems that is missing some line breaks here
Let me know if this is a real issue or If I made any mistake.