Johan Pouwelse
Johan Pouwelse
Solid progress! Lesson learned: 5 developers stuck on 1 flag for a whole sprint, that is blockchain engineering for you. [First Taproot transactions in the wild](https://twitter.com/TomGiuretis/status/1459756741537591299) Transaction fee: $284.86! Goal...
- targeting getting everything inside a single APK, JNI fixing! - 90%-ish sure that _something_ will be working in week-10 - next sprinting target is design and coding of Trustchain-based...
:clap: it seems to be coming together! please think about the final benchmark. Testing and demonstrating with 10M would obviously be awsome ([see museg benchmark](https://github.com/jonasnick/musig-benchmark)): ``` $ musig-bench keygen 10000000...
Seg Fault. :stop_sign: Status: stuck on detailed engineering. Compiler without a breaking warning, lots of warnings, never tested running for Android. Pull request is autoconf, difficult with Superapp integration. No...
- it works! :1st_place_medal: but segmentation fault when increasing the Schnorr signatures to 1000-ish. - Ambitious target of wrapping up by next week. - ToDo: documentation, pull request accepted, and...
- Sadly the .APK did not yet install - Draft PR not yet ready: https://github.com/Tribler/trustchain-superapp/compare/master...iiacoban42:final-version - Readme: please add - Title: fully decentralised DAO - The superapp contains the foundation...
Impressive achievement!! - Worked with 3 people :confetti_ball: :partying_face: :coin: - Please do a Pull Request. This code was never reviewed now. Code: https://github.com/Tribler/trustchain-superapp/compare/master...iiacoban42:final-version - unclear things in [Readme](https://github.com/iiacoban42/trustchain-superapp/blob/c3b79b07bfe4e889ce3f2f7d2624912d97011426/README.md) -...
:astonished: :astonished: re-written everything in Java ??? (hearing this on a video call, no details)
the fun stuff: https://github.com/remkonaber/natlab-ansible/blob/develop/roles/natnode_create/tasks/main.yml ``` --- - name: Create LXC node proxmox: vmid: "{{ item }}" hostname: "node{{ item }}" password: "{{ lxc_password }}" netif: '{"net0":"name=eth0,ip={{ internal_network }}.{{ item }}/{{...
Gumby has multiple semi-identical Bash scripts for each experiment which configure servers. Ansible is specifically designed for getting a server ready for Dispersy or Tribler. Thus Gumby ```local_setup_cmd = 'das4_setup.sh'```...