This is an initiative by the OnionDAO.
To qualify for your POAP you need to:
- Set up an exit node (see setup script below)
- Keep your node running for at least one month
- Claim your POAP at poap.delivery
Are you in a rush?
- Buy a VPS with 1.5GB ram (crowdsourced list of suitable providers here)
- Run
curl https://raw.githubusercontent.com/Onion-DAO/tornode/main/setup.sh --output oniondao.setup.sh && sudo bash oniondao.setup.sh $HOME && rm oniondao.setup.sh
- Follow on-screen instructions
You should run your Tor exit node in a data center, probably as a VPS. The requires specs are:
- Any modern CPU
- 1.5 GB RAM
- 256MB disk space available for Tor
For details see the official documentation.
In order to qualify for an Onion POAP, you need to run a Tor exit node. Ideally, you do so at a datacenter. We're going to assume you are using a VPS (virtual private server) with Ubuntu 20.04 LTS
.
Not all VPS providers like it if you run a Tor exit node.
- OnionDAO keeps a crowdsourced list of suitable providers here
- The Tor community keeps a list of exit node friendly providers here
- A crypto community member hosts a list of those accepting Bitcoin here
Most VPS providers have different VPS options. Choose one that has at least 1.5GB RAM. When asked about an operating system, choose Ubuntu 20.04 LTS
.
Your provider should send you a username, password and ip address. Ssh
into your server now.
Clone this repo and run the setup script:
git clone https://github.com/Onion-DAO/tornode.git
cd tornode
sudo bash setup.sh
After a month, the POAPs will de distributed through poap.delivery.
Do you prefer a video walkthrough? You can view a recording of our setup livestream here in the Rocketeer Discord.