Demo of Robin Linus's implementation of BitVM

Robin is almost finished with his cpu simulator for bitvm. Some of its features:

it has a 32 bit processor 17 GB of ram It runs about 4 billion cpu cycles in a few seconds (so it runs at about 1 gigahertz) For Paul and Vicky to set up the cpu, Paul has to share about 4mb of data with Vicky

He is currently adding more ASM instructions to it. It currently supports Add, Subtract, Jump, Branch if Equal, and Branch if Not Equal.

For more info, see here: https://github.com/BitVM/BitVM/

And talk about it with us in our telegram: https://t.me/bitvm_chat

Last updated