01-edu / Branch-Blockchain

⛓️ Repository for the Blockchain branch content.
3 stars 5 forks source link

Dockerfile : Error in bitcoind #47

Closed Hamzaelkhatri closed 1 year ago

Hamzaelkhatri commented 1 year ago

When I build the docker image, I get this error message :

Error: Error reading configuration file: parse error on line 1: -e txindex=1, options in the configuration file must be specified without leading -           

I guess the command :

RUN bitcoind -daemon; sleep 5; bitcoin-cli createwallet "testwallet"; address=`bitcoin-cli getnewaddress`; bitcoin-cli generatetoaddress 101 $address; bitcoin-cli stop

should be in the entrypoint file

Xalava commented 1 year ago

Should be fixed with the commit above