Attaching to 9ab47c9e9a64_dashd
9ab47c9e9a64_dashd | + dash_init
9ab47c9e9a64_dashd | + '[' '!' -e /dash/.dashcore/dash.conf ']'
9ab47c9e9a64_dashd | + cat /dash/.dashcore/dash.conf
9ab47c9e9a64_dashd | rpcport=9998
9ab47c9e9a64_dashd | rpcconnect=127.0.0.1
9ab47c9e9a64_dashd | rpcuser=winstantpay
9ab47c9e9a64_dashd | rpcpassword=iwillchangethat
9ab47c9e9a64_dashd | server=1
9ab47c9e9a64_dashd | Initialization completed successfully
9ab47c9e9a64_dashd | + echo 'Initialization completed successfully'
9ab47c9e9a64_dashd | + '[' 0 -gt 0 ']'
9ab47c9e9a64_dashd | + args=("-rpcallowip=::/0")
9ab47c9e9a64_dashd | + exec dashd -rpcallowip=::/0
9ab47c9e9a64_dashd | : Error opening block database.
9ab47c9e9a64_dashd | Please restart with -reindex or -reindex-chainstate to recover.
9ab47c9e9a64_dashd exited with code 1
how can i modify the entrypoint of the image? I want to run dashd with -reindex options
Attaching to 9ab47c9e9a64_dashd
9ab47c9e9a64_dashd | + dash_init
9ab47c9e9a64_dashd | + '[' '!' -e /dash/.dashcore/dash.conf ']'
9ab47c9e9a64_dashd | + cat /dash/.dashcore/dash.conf
9ab47c9e9a64_dashd | rpcport=9998
9ab47c9e9a64_dashd | rpcconnect=127.0.0.1
9ab47c9e9a64_dashd | rpcuser=winstantpay
9ab47c9e9a64_dashd | rpcpassword=iwillchangethat
9ab47c9e9a64_dashd | server=1
9ab47c9e9a64_dashd | Initialization completed successfully
9ab47c9e9a64_dashd | + echo 'Initialization completed successfully'
9ab47c9e9a64_dashd | + '[' 0 -gt 0 ']'
9ab47c9e9a64_dashd | + args=("-rpcallowip=::/0")
9ab47c9e9a64_dashd | + exec dashd -rpcallowip=::/0
9ab47c9e9a64_dashd | : Error opening block database.
9ab47c9e9a64_dashd | Please restart with -reindex or -reindex-chainstate to recover.
9ab47c9e9a64_dashd exited with code 1
how can i modify the entrypoint of the image? I want to run dashd with -reindex options