Zack
Zack
money creation scheme: slasher http://blog.ethereum.org/2014/01/15/slasher-a-punitive-proof-of-stake-algorithm/ I have written other currencies like this: https://github.com/zack-bitcoin/CryptGo money distribution scheme: proof-of-burn, maybe integrate a service like kickstarter? Mixing scheme: any suggestions? I am not...
It may be useful to prevent SPV mining. The worry is that miners will mine blocks on top of a header without taking the time to verify that the block...
An idea to make amoveo contracts shorter. A new transaction type, and all it did was define a pure function to be made available in chalang. So from now on,...
an account where N of M people have to sign to spend the VEO.
There has been debate in Amoveo about whether our futarchy markets for updates to Amoveo should optimize for the market cap or for the price of a VEO. Spike offers...
Maybe we can sync faster by downloading different blocks from different peers at the same time.
For cold storage it would be best to use multi-tx, but currently you can't make them from the light node. It is bad to require a full node just to...
0x51 and 0x00 are True and False in bitcoin. 3 2 1 0 is 0x53, 0x52, 0x51, 0x00
Looking at the pedersen version of the verkle tree. The prime field on top of BLS12-381, it is really slow to do square root in this field. It needs tonelli...
Maybe you already know about this faster algorithm. I was not able to find the part of the go-verkle code that generates the precompute. The faster algorithm seems to be...