Exercise should be done using Regtest network.
- Fork this repository.
- Go to the
Actions
tab and enable github workflow for your repository by clickingI understand my ...
-
Clone the fork to your local computer.
-
Add your bitcoin cli commands to the script files in the submission folder. Example:
$ bitcoin-cli -regtest getblockcount
-
Commit and push your changes to your remote fork.
-
Confirm your forked repository has a green check mark.
- Submit your solution to this form: Google form.
PS: You can commit and push as often as you like and GitHub Actions will re-evaluate your code every time. You will need to look through the auto-grader logs (in the "actions" tab) to see what exactly you got right or wrong.