Skip to content

Commit 4edc719

Browse files
authored
Add Tom's solo staker ssh idea
1 parent 2418132 commit 4edc719

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ Ads bring in surprisingly low revenue -- I hope that the bounty makes it worth y
343343

344344
### Crypto ($400 each)
345345

346+
- **Build TLS Notary for SSH**: Brainstormed with Tom Fadial. To prove someone is a solo staker, they can connect to their SSH via IP via a notary, and then the notary can sign that they correctly ran the commands that print logs showing they are a solo staker, and mask their IP to remove the last 5 digits for instance, allowing rough but not precise geolocation. That can either be exposed publicly so that people can verify they are in a residential district, or it can automatically be mapped to the region in ZK and the only output is their distance from the nearest AWS/GCP/etc datacenter.
346347
- **FHE for Gene Algorithms** (by Janmajaya and Florent): Use Janmajaya's libraries to build a simple algorithm to match a secret generic algorithm with a users genome to show them their results, without revealing data on either side.
347348
- **Quantum Proof Keypairs on Ethereum with AA**: Implement ECDSA in a STARK and integrate into EIP 4337 like this [ethresearch post suggests](https://ethresear.ch/t/quantum-proof-keypairs-with-ecdsa-zk/14901), allowing anyone to move their money to a quantum-safe wallet with ECDSA, without having to switch keypair algorithms.
348349
- **Recursive Verifier for Vole in the Head**: Thanks to Nanak for the idea. Holonym has a very fast [browser prover for circom](https://github.com/holonym-foundation/vole-zk-prover) based on the vole in the head paper, but proofs are 10mb. Write a recursive verifier for these proofs in groth16 so that you can aggregate them efficiently to post on-chain.

0 commit comments

Comments
 (0)