# regtesting **Repository Path**: mirrors_whyrusleeping/regtesting ## Basic Information - **Project Name**: regtesting - **Description**: Some basic scripts to set up blockchain regtest environments - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # regtesting caution, readme WIP. ## Usage Make sure you have bitcoind/-cli and zcashd/-cli installed and in your path, then run `./regtest.sh`. It should start up bitcoin and zcash (and geth too, but its currently disabled in the script) in regtest mode, and start mining blocks. Once they are running, you can interact with the daemons via the api, or the cli. I have made a couple helper scripts `btcc`, `zecc`, and `ethc` that hopefully make the command line invocations a little easier. Pressing ctrl-C on the regtest.sh process should properly shut everything down.