miximus icon indicating copy to clipboard operation
miximus copied to clipboard

A proof of concept trustless ethereum mixer

Results 20 miximus issues
Sort by recently updated
recently updated
newest added

I am looking for a mixer to use as part of a study project i am working on is this mixer stable, with latest ubuntu dependencies ( like nodejs, gcc...

First, thanks publishing this project! Can't wait to see a product ready trustless Ethereum mixer. I'm running into some difficulties during the make process. Because I'm running OSX I'm including...

Recently Vitalik Buterin proposed to abuse `ecrecover` to compute hashed result of `ecmul`: https://ethresear.ch/t/you-can-kinda-abuse-ecrecover-to-do-ecmul-in-secp256k1-today/2384 I had implemented his idea: https://github.com/1Address/ecsol/blob/master/contracts/EC.sol It uses about 32K gas to call `ecmulVerify`.

A major problem in the current system is who pays for the gas for the withdrawal. While the prefect solution to this is to allow the smart contract to pay...

1. It's initialized here: https://github.com/barryWhiteHat/miximus/blob/7ef365fb818492a2e6c4ec06956f70baf20cf76b/src/main.cpp#L95 2. Witnessed here:https://github.com/barryWhiteHat/miximus/blob/7ef365fb818492a2e6c4ec06956f70baf20cf76b/src/main.cpp#L169 3. Thought maybe your unpacker does it, but it's called with false: https://github.com/barryWhiteHat/miximus/blob/7ef365fb818492a2e6c4ec06956f70baf20cf76b/src/main.cpp#L141 I'd ideally print the constraints related to these variables...

TODOs: - [x] Run the tests - [ ] Write a token use case

While a mixer with fixed denominations is a good starting point, without the ability to shield the total value, or splitting and joining coins it has limited use and has...

https://github.com/barryWhiteHat/semaphore/issues/3 This is a good idea as it reuses code and hopfully reduces the audit requirements for both.

It would be good to be able to perform an anonymous transfer between two recipients without the ether leaving the contract. As per discussion on https://github.com/AntoineRondelet/snark-mixer/issues/2 This can be achieved...