decred.org/dcrdex@v1.0.5/dex/testing/walletpair/README.md (about) 1 # walletpair.sh 2 3 This is a tmux script for a 2-wallet pair that developers can use to perform manual testing on mainnet and testnet. The script aims to solve a number of problems. 4 5 - Testing by self-trading with a single wallet has historically failed to detect some bugs. 6 - Keeping your personal mainnet wallet on a release branch is advisable, so we don't want to use our primary wallet for testing. 7 - For testing on mainnet, we want to use a testing server that has ultra-low lot limits and bond size, and we only want to run the nodes/markets that we're interested in testing. It's not usually a server suitable for public use. 8 9 **walletpair.sh** will create two bisonw instances, and open browser windows to 10 them. Wallet data is persisted through restarts, so you can send mainnet funds 11 without risk of loss. That said, this is for testing, so only send what you can 12 lose in case of massive catastrophe. 13 14 Use `--testnet` and `--simnet` flags to use respective testing networks.