-
Notifications
You must be signed in to change notification settings - Fork 452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blockchain Engineering - class of 2024 - Team Democracy-2: Cypto Core #7909
Comments
Here you can find the Bitcoin node source: https://github.com/Tribler/Bitcoin-Regtest-Server |
|
|
|
Worked on getting the regtest node working on my device and getting the getBTC button working (with the major code update). I tried to connect to it from various emulators, but I did not manage to get that working. |
|
|
Next sprint:
|
Please read the folllowing papers: |
|
Demo goals:
Demo Pointers:
|
We updated the bitcoin core to run on version 25 We updated the bitcoin configuration file to run the bitcoin daemon on the testnet. We had to debug quite a lot during this process in order to get the testnet working on the server. We tested the communication between the android application and the server running on testnet. The communication is working, but since we don't have funds on the testnet wallet, we get an error when retrieving BTC. Updated the readme file for the server to make it more convenient when setting up Created a new page in app that shows list of connected peers with their external ipv4,last response- & request time trying to fix personal problem with communication between core, python server and superapp application |
|
Great progress 🎉
|
|
Next Sprint:
|
Grading session
|
|
Final session
|
Project assignment for Delft University of Technology master course called "Blockchain Engineering".
Democracy-2: Cypto Core
Analyse existing running code with multi-sig, taproot, Schnorr signatures, and threshold voting
Get existing code running with 4 laptops with Android emulators or real phones. Add new debug dashboard of connected peers with external IPv4, last-response-time, time-outs, new peers discovered, and alerts for incoming packets.
Identify the exact location of security vulnerabilities such as lack of message signing, lack of pre-commitment, lack of leader election (or leaderless mode), and lack of FROST-type of security guarantees.
FIX and craft hardened code
Superapp checkout, Emulator working, get BTC operational,
@Mozafar7 @M-Butenaerts @QuintenVanOpstal
Sprint goal:
The text was updated successfully, but these errors were encountered: