You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`--cmd` lets you customize the bitcoin-cli path. By default it will look for it in the PATH
13
+
*`--faucet` lets you specify which faucet to use; the faucet is assumed to be compatible with https://github.com/kallewoof/bitcoin-faucet
14
+
*`--addr` lets you specify a Signet address; by default, the address must be a bech32 address. This and `--cmd` above complement each other (i.e. you do not need `bitcoin-cli` if you use `--addr`)
15
+
*`--password` lets you specify a faucet password; this is handy if you are in a classroom and set up your own faucet for your students; (above faucet does not limit by IP when password is enabled)
16
+
17
+
If using the default network, invoking the script with no arguments should be sufficient under normal
18
+
circumstances, but if multiple people are behind the same IP address, the faucet will by default only
0 commit comments