Exercise should be done using Regtest network.
- Fork this repository.
- Go to the
Actionstab and enable github workflow for your repository by clickingI understand my ...
-
Clone your fork to your local computer.
-
Add your bitcoin cli commands to the script files in the
submissionfolder. Example:$ bitcoin-cli -regtest getblockcount
-
Commit and push your changes to the
mainbranch of 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.
- Learn me a Bitcoin: link
- Bitcoin RPC API Reference: link
- Bash Scripting Tutorial – Linux Shell Script and Command Line for Beginners: link
Submissions must be your own work. Do not copy from other students, solution repositories, or past cohorts. Sharing or copying answers is not allowed. Violations may result in your submission being invalidated or in follow-up under the program’s policies.
You may use AI tools to study and to clarify concepts, but the commands and code you submit must be written by you. Do not paste in AI-generated answers as your submission. The exercises are for your learning; relying on AI to produce answers will undermine that and may be treated like other academic misconduct.
These rules are in place so that you actually practice using Bitcoin CLI, build real skills, and can be fairly assessed. Doing the work yourself is how you learn; shortcuts defeat the purpose of the exercises and don’t prepare you for what comes next in the program.

