Skip to content

Instantly share code, notes, and snippets.

View johnnyasantoss's full-sized avatar
🤓
Learning

Johnny Santos johnnyasantoss

🤓
Learning
View GitHub Profile
#!/bin/bash
BITCOIND="bitcoind"
BITCOINCLI="bitcoin-cli"
GREP="grep"
DATADIR="/tmp/btc_stopatheight_test"
EXPECTED_HEIGHT=10
ITERATIONS=100
BITCOIN_SHARED_OPTS="-signet -signetchallenge=xx -addnode=a.b.c.d:38333 -datadir=$DATADIR"