Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apollozkp/zkp-subnet
A subnet on Bittensor which is capable of computing zero-knowledge proofs in a collaborative way, providing linear scaling of prover speed with network size, creating an open and permissionless prover market.
https://github.com/apollozkp/zkp-subnet
Last synced: 3 months ago
JSON representation
A subnet on Bittensor which is capable of computing zero-knowledge proofs in a collaborative way, providing linear scaling of prover speed with network size, creating an open and permissionless prover market.
- Host: GitHub
- URL: https://github.com/apollozkp/zkp-subnet
- Owner: apollozkp
- License: mit
- Created: 2024-03-03T12:51:42.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-13T14:37:04.000Z (5 months ago)
- Last Synced: 2024-06-13T23:39:11.410Z (5 months ago)
- Language: Python
- Homepage:
- Size: 332 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bittensor - SN10 - [**Apollo ZK**](https://apollozkp.com/) (Computing zero-knowledge proofs in a collaborative way, providing linear scaling of prover speed with network size) (Registered Subnets)
README
# **Apollo Collaborative Zero-knowledge Proof Generation Subnet**
[![Discord Chat](https://img.shields.io/discord/308323056592486420.svg)](https://discord.com/channels/799672011265015819/1222672871092912262)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
![example workflow](https://github.com/apollozkp/zkp-subnet/actions/workflows/ci.yml/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/apollozkp/zkp-subnet/badge.svg?branch=main)](https://coveralls.io/github/apollozkp/zkp-subnet?branch=main)[Website](https://apollozkp.com)
## Introduction
Bittensor subnets are a great way to provide open APIs aimed at outsourcing certain computational workloads, whether it be model inference, distributed learning or other highly specific compute. However, a key ingredient to create extra valuable APIs is simply the leveraging of collaborative computation, rather than competitive computation. We believe that Bittensor will only be fully leveraged if subnets begin thinking more deeply about collaborative mining in tandem with the current approach. This is why we are building Apollo, and our first subnet will be a great example of the potential impact we can make; which is aimed at fruitfully combining compute power to achieve competitive results on the open market.
Our first objective - to create a publicly available, massively scalable, concretely competitive and extremely cost-effective zero-knowledge proof generation cluster, by leveraging the work of [Pianist](https://eprint.iacr.org/2023/1271.pdf).
Our aim with this subnet is to provide a public API which can easily undercut costs of bespoke GPU cluster solutions, and to become the go-to solution for many blockchain protocols and applications that are live today which leverage the magic of zero-knowledge proofs.
## Features
- Out of the box working implementation for good-enough proving speed (CPU only for now)
- One-command setup, with easy process management through `pm2`
- Context-dependent validation scoring (always at least one winner)
- Fully randomized validation inputs, keeping mining fair### To be added
- Out of the box CUDA implementation for simpler competition
- Tutorials and tooling to create your own proving clusters, or using your own specialized hardware
- An open, permissionless, market-driven API which opens up a powerful proving cluster to the public, allowing for ZK usecases before considered infeasible, such as provable inference## Roadmap
- [x] Deploy v0 on Bittensor testnet
- [x] Deploy v0 on Bittensor mainnet
- [ ] Implement and deploy vanilla-PLONK style constraint aggregation | In progress...
- [ ] Build payment infrastructure to fully open a public API for proof generation with payouts to miners and validators
- [ ] Extend constraint aggregation support to any type of circuit (KZG only)
- [ ] Explore segmented lookup tables in constraint aggregation work
- [ ] Perform further research into distributing work for other commitment schemes
- [ ] Explore other fruitful opportunities for miner collaboration outside of ZKP generation## Hardware requirements
### Validator requirements
- Ubuntu 22.04
- At least 8 physical cores @ 3.0 GHz
- At least 64 GB RAM (DDR4 or higher)
- 200 GB storage### Miner requirements
- Ubuntu 22.04
- At least 8 physical cores @ 3.0 GHz
- At least 64 GB RAM (DDR4 or higher)
- 200 GB storage## Getting started
Very minimally, you will want to at least have:
- Python 3.8 or higher
- [Bittensor CLI](https://github.com/opentensor/bittensor/blob/master/README.md#install) installedNext, you will want to set up a coldkey and hotkey, if you are planning on mining or validating on the Apollo subnet.
```bash
btcli wallet new_coldkey --wallet.name
btcli wallet new_hotkey --wallet.name --wallet.hotkey
```Be sure to replace `` and `` with names of your choosing.
Then, ensure you have the subnet code on your machine.
```bash
git clone https://github.com/apollozkp/zkp-subnet.git
cd zkp-subnet
```Finally, to start a miner, run:
```bash
make miner WALLET_NAME= HOTKEY_NAME=
```where `` is the name of your wallet, and `` is the name of your hotkey.
To start a validator, run:
```bash
make validator WALLET_NAME= HOTKEY_NAME=
```where `` is the name of your wallet, and `` is the name of your hotkey.
The command starts a `pm2` process which ensures that the miner or validator will continue running, even if you log out of your server session. To check the logs, simply type:
```bash
pm2 logs
```to get a look at what's happening.
### Updating the miner/validator
If a new update has been released, you may update your miner or validator by running
```bash
pm2 stop
```choosing `miner` or `validator` depending on what you're running. Then, you can use
```bash
git pull
```to update the codebase. Finally, you can run the same `make` command as you did before to restart your miner or validator, and use `pm2 logs` to observe the output.
### Validators only
When registered and running, you can increase your stake to the subnet by running:
```bash
btcli stake add --wallet.name validator --wallet.hotkey default
```### Troubleshooting
Any issues you may run into can be discussed in the [Discord](https://discord.com/channels/799672011265015819/1222672871092912262).
Some common issues are:**I'm running into python errors while running the make command**
Make sure you have permissions to run the make command. If you don't, you can run the command with `sudo`.
If you're still running into issues, please let us know in the [Discord](https://discord.com/channels/799672011265015819/1222672871092912262).**I'm not receiving requests**
Syncing the metagraph can take up to 20 minutes. Please allow for some time before you start receiving requests.
If you are still not receiving requests, make sure that the necessary ports are open on your server.
The default ports for receiving requests is `8091`.
To see which port the metagraph has you on, you can run:
```bash
btcli subnet metagraph --netuid NETUID --subtensor.network test/mainnet
```
And look for the `AXON` field for your miner/validator.
It should look like `:`.## Contributing
Please see the [contribution guidelines](./contrib/CONTRIBUTING.md) for details.
## License
This repository is licensed under the MIT License.
```text
The MIT License (MIT)
Copyright © 2024 ApolloPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the “Software”), to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
and to permit persons to whom the Software is furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all copies or substantial portions of
the Software.THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
```The repository also contains code licensed by Yuma Rao under the MIT License.
```text
The MIT License (MIT)
Copyright © 2023 Yuma RaoPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the “Software”), to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
and to permit persons to whom the Software is furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all copies or substantial portions of
the Software.THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
```