Results 71 comments of narodnik

For anyone like me looking how to get this working, install proot which enables you to run Linux inside a VM, then install ubuntu, and install sage math. ``` pkg...

Same problem. Unable to import wallet. The create button doesn't do anything.

Thanks a lot. I just tried to sign up to poa.st but it looks like a fediverse instance. How can I access matrix with them? Or do you recommend some...

You can swap 2 items (the left and right values for the path) when you have a binary value b by doing: ``` new_left == b * left + (1...

This can be done through a DAO I think. You have a treasury controlled by a governance token with a total supply of 3 tokens. The threshold is set to...

Has there been any progress on this issue? I cannot find anything in the docs about auth or curve support.

Hey, so I wrote the first implementations of coinjoin and stealth addresses, and implementations of all the major anon algos: ring sigs, mimblewimble, lelantus, bulletproofs, and the major zk algos:...

Aha so Seraphis is based off of Jens Groth 1 out of N commitment to 0? That's also a solid anonymity scheme. Yes, we have the membership proofs working. They...

You guys don't need to code the zk contracts (circuits). Here is the code for halo2: https://github.com/darkrenaissance/darkfi/blob/master/src/zk/circuit/mint_contract.rs https://github.com/darkrenaissance/darkfi/blob/master/src/zk/circuit/burn_contract.rs It's more if you want to make your own plonk/halo2 prover/verifier system...

And here they are written with @parazyd 's compiler: * https://github.com/darkrenaissance/darkfi/blob/master/proof/burn.zk * https://github.com/darkrenaissance/darkfi/blob/master/proof/mint.zk