Skip to content

Commit

Permalink
updated entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
MdTeach committed Jan 22, 2025
1 parent 490e555 commit af63203
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/prover-client/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ set -e

echo "starting Prover client"

# Sample Entrypoint
strata-prover-client \
--rpc-port 9851 \
--enable-dev-rpcs true \
--enable-checkpoint-runner false \
--rollup-params $ROLLUP_PARAMS \
--datadir $DATA_DIR \
--sequencer-rpc http://sequencer:8432 \
--bitcoind-url http://bitcoind:8332 \
--bitcoind-user $BITCOIND_USER \
--bitcoind-password", $BITCOIND_PASSWORD \
--bitcoind-password $BITCOIND_PASSWORD \
--reth-rpc http://reth:8545 $@

0 comments on commit af63203

Please sign in to comment.