Get paid in Bitcoin for task work
Browse open tasks, claim one, complete it โ get paid in sats over Lightning. No bank account needed.
Don't have a Lightning wallet? Get Cake Wallet โ non-custodial, works on your phone. Start with an Easy task (500 sats) to try it out.
๐งญ
How It Works
โก 527475 sats paid out
Leaderboard โ
โก The Lightning Network is a payment protocol built on the Bitcoin blockchain that enables fast and cheap transactions by processing them off the main blockchain. All amounts are in sats (satoshis), the smallest unit of Bitcoin. 1 Bitcoin = 100,000,000 sats.
- Browse open tasks โ pick one that matches what you can do
- Claim it โ you're locked in, no one else can take it
- Do the work & submit โ provide proof and your Lightning address
- Get paid โ admin reviews and sends sats straight to your wallet
Payments are sent over the Lightning Network โ no bank, no waiting. Tasks auto-expire after 168h of inactivity. Claims expire after 1 hour.
Open Tasks
Set Up a Free Oracle Cloud Web Server
2000 sats
# Set Up a Free Oracle Cloud Web Server
๐ด **Hard**
Oracle Cloud's Always-Free tier gives a real VPS (Ampere ARM, up to 4 CPU / 24 GB) that costs nothing monthly. Put a simple web page on it that proves it's yours. No proxy, no VPN โ one web server, one page.
๐ด **Laptop and SSH required. Do not attempt this task on a phone alone.** Signup needs a card (small temporary authorization only โ the tier itself is free).
You need: a laptop, an email address, and any card for the signup authorization (temporary hold only โ the tier itself is free). Words you'll meet: SSH (secure login to your server), instance (your rented computer), curl (a command that fetches a web page). No SSH key yet? Generate one during instance creation.
## Steps
1. Create an Oracle Cloud account at [oracle.com/cloud/free](https://www.oracle.com/cloud/free/).
2. Go to Compute > Instances > Create Instance. Choose an Always Free shape: **Ampere A1 ARM**, boot image **Ubuntu 24.04**.
3. Upload or generate an SSH key pair during creation, then create the instance.
4. Note the external public IP. If you get "out of host capacity", retry later or switch availability domain โ a known Oracle limitation.
## Setup
1.โฆ
Set Up a Vultr VPS Web Server
2000 sats
# Set Up a Vultr VPS Web Server
๐ด **Hard**
Rent a small virtual server on Vultr and put a simple web page on it that proves it's yours. No proxy, no VPN โ one web server, one page, reachable from the internet.
๐ด **Laptop and SSH required. Do not attempt this task on a phone alone.**
You need: a laptop, an email address, and a payment card you control. Words you'll meet: SSH (secure login to your server), droplet/server (your rented computer), curl (a command that fetches a web page). No SSH key yet? Pick the provider's generate-key option.
## Steps
1. Create an account at [vultr.com](https://www.vultr.com) (email + payment method: card or PayPal).
2. Deploy a server: Products > Deploy New Server. Choose Cloud Compute - Regular Performance, location of your choice.
3. Configure: Ubuntu 24.04, plan 512 MB RAM / 1 vCPU / 10 GB SSD, IPv4 enabled.
4. Add your SSH key during deploy (or set a root password). Note the external IP.
## Setup
1. SSH in: `ssh root@<external-ip>`
2. Install the web server: `sudo apt update && sudo apt install -y nginx`
3. Publish your ownership page โ it must contain the word `satsboard` plus your Nostr `npub` (or the name from your board profile):
`eโฆ
Set Up a DigitalOcean VPS Web Server
2000 sats
# Set Up a DigitalOcean VPS Web Server
๐ด **Hard**
Rent a small virtual server on DigitalOcean and put a simple web page on it that proves it's yours. No proxy, no VPN โ one web server, one page, reachable from the internet.
๐ด **Laptop and SSH required. Do not attempt this task on a phone alone.**
You need: a laptop, an email address, and a payment card you control. Words you'll meet: SSH (secure login to your server), droplet/server (your rented computer), curl (a command that fetches a web page). No SSH key yet? Pick the provider's generate-key option.
## Steps
1. Create an account at [digitalocean.com](https://www.digitalocean.com) (email + payment method: card or PayPal).
2. Create a droplet: Droplets > Create Droplet. Choose Basic 512 MiB / 1 vCPU / 10 GB SSD. Pick Ubuntu 24.04, a region near you, and add your SSH key. Create.
3. Note the droplet's external IPv4 address.
## Setup
1. SSH in: `ssh root@<external-ip>`
2. Install the web server: `sudo apt update && sudo apt install -y nginx`
3. Publish your ownership page โ it must contain the word `satsboard` plus your Nostr `npub` (or the name from your board profile):
`echo "satsboard npub1yourkeyhere" | sudo tee /var/โฆ