This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# This shebang line will use the first bash in your PATH, which should be 4.x | |
# Bash 4.x is required for this script | |
# Libbitcoin-explorer (bx) | |
# Configure bx.cfg config file to testnet values for testnet | |
# Not all commands accept --version option | |
# Associative arrays are stored in a 'hash' order, so no ordering. | |
# Name: entropy |
OlderNewer