You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
7. For the final exercise, follow instructions in `FINAL-TASK.MD` file and update all other `xxx.txt` files.
48
48
49
-
8. Submit your solution to this form: [Google form](https://forms.gle/eDRGAJXpLqRxEExR6).
49
+
8. Submit your solution to this form: [Google form](https://forms.gle/MHXcSUFStn5vr5dXA).
50
50
51
51
PS: You can commit and push as often as you like and GitHub Actions will re-evaluate your code every time.
52
52
You will need to look through the auto-grader logs (in the "Actions" tab) to see what exactly you got right or wrong.
53
+
54
+
## Resources
55
+
- Learn me a Bitcoin: [link](https://learnmeabitcoin.com/)
56
+
- Bitcoin RPC API Reference: [link](https://developer.bitcoin.org/reference/rpc/index.html)
57
+
- Bash Scripting Tutorial – Linux Shell Script and Command Line for Beginners: [link](https://www.freecodecamp.org/news/bash-scripting-tutorial-linux-shell-script-and-command-line-for-beginners/)
58
+
59
+
## Plagiarism Policy
60
+
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.
61
+
62
+
## AI Usage Disclaimer
63
+
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.
64
+
65
+
## Why These Restrictions?
66
+
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.
0 commit comments