Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions clients/ethereumrust/ethereum_rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ fi
# FLAGS="$FLAGS --ws --ws.addr=0.0.0.0 --ws.api=admin,debug,eth,net,web3"
FLAGS="$FLAGS --http.addr=0.0.0.0 --authrpc.addr=0.0.0.0"

# if [ "$HIVE_TERMINAL_TOTAL_DIFFICULTY" != "" ]; then
# JWT_SECRET="7365637265747365637265747365637265747365637265747365637265747365"
# echo -n $JWT_SECRET > /jwt.secret
# FLAGS="$FLAGS --authrpc.addr=0.0.0.0 --authrpc.jwtsecret=/jwt.secret"
# fi
if [ "$HIVE_TERMINAL_TOTAL_DIFFICULTY" != "" ]; then
JWT_SECRET="7365637265747365637265747365637265747365637265747365637265747365"
echo -n $JWT_SECRET > /jwt.secret
FLAGS="$FLAGS --authrpc.jwtsecret=/jwt.secret"
fi

# Configure NAT
# FLAGS="$FLAGS --nat none"
Expand Down