Transform your server into a decentralized storage node and earn PIPE tokens
<<<<<<< HEAD
=======
curl -sSL https://raw.githubusercontent.com/karine001/Firestarter-pipe-storage/main/scripts/install.sh | sudo bashorigin/main
๐ Quick Start - 5 Minutes Setup
Perfect for: Experienced users who want fast deployment
- โ One-command automated installation
- โ Auto-configuration of everything
- โ Ready to use immediately
๐ ๏ธ Manual Installation - Full Control
Perfect for: Users who want to understand each step
- โ Step-by-step commands (no scripts)
- โ Full explanations of what each step does
- โ Learn while you install
=======
# Download the manual installer
wget https://raw.githubusercontent.com/karine001/Firestarter-pipe-storage/main/scripts/manual-install.sh
>>>>>>> origin/main
## ๐ฎ **What You'll Be Able To Do**
| **Operation** | **Command** | **Cost** | **Result** |
|---------------|-------------|----------|------------|
| **Upload File** | `pipe upload-file photo.jpg my-photo` | ~0.005 PIPE | File stored on decentralized network |
| **Upload Encrypted** | `pipe upload-file secret.pdf secure --encrypt` | ~0.01 PIPE | Encrypted file, password protected |
| **Create Public Link** | `pipe create-public-link my-photo` | Free | Shareable URL for anyone to download |
| **Upload Directory** | `pipe upload-directory ~/Documents` | Variable | Entire folder backed up |
**๐ฐ Token Economics:** 1 SOL DevNet (free) = 10 PIPE tokens = ~1000 file uploads
---
## ๐ **Discord Roles Path**
### ๐ฅ **Firestarter Role** *(Your Goal)*
**Complete this checklist:**
- [ ] Install Firestarter storage node
- [ ] Create user account and fund wallet
- [ ] Upload files (text, image, encrypted)
- [ ] Create public download links
- [ ] Post verification in Discord
**Reward:** Access to Firestarter channels + path to higher roles
**[๐ Complete Firestarter Guide](discord-roles/)**
---
## ๐ ๏ธ **System Requirements**
| Component | Minimum | Recommended |
|-----------|---------|-------------|
| **OS** | Ubuntu 20.04+ | Ubuntu 22.04 LTS |
<<<<<<< HEAD
| **CPU** | 2 cores | 4+ cores |
| **RAM** | 4GB | 8GB+ |
| **Storage** | 20GB free | 50GB+ SSD |
=======
| **CPU** | 2 cores | 4 cores |
| **RAM** | 4GB | 8GB |
| **Storage** | 20GB free | 50GB SSD |
| **Network** | Stable internet | 100Mbps+ |
## โก Quick Start After Installation
1. **Switch to firestarter user:**
```bash
sudo su - firestarter-
Check installation status:
./pipe-status.sh
-
Create Pipe Network account:
pipe new-user
-
Get SOL DevNet tokens:
- Visit: https://faucet.solana.com/
- Use address from:
pipe check-token
-
Swap for PIPE tokens:
pipe swap-sol-for-pipe 0.1
-
Test your node:
./pipe-test.sh
- ๐ Issues: GitHub Issues
- ๐ฌ Discord: Pipe Network Community
- ๐ง Email: [email protected]
- ๐ Website: TokioStack.com
# Remove everything cleanly
wget https://raw.githubusercontent.com/karine001/Firestarter-pipe-storage/main/scripts/uninstall.sh
chmod +x uninstall.sh
sudo ./uninstall.sh# Install to custom directory
sudo INSTALL_DIR=/opt/pipe ./install.sh
# Install for specific user
sudo USERNAME=custom-user ./install.sh- Fork this repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
If this project helped you, please consider giving it a โญ star on GitHub!
origin/main
- ๐ Issues: GitHub Issues
- ๐ฌ Discord: Pipe Network Community
- ๐ง Support: [email protected]
- ๐ Website: TokioStack.com
curl -sSL https://raw.githubusercontent.com/karine001/Firestarter-pipe-storage/main/scripts/uninstall.sh | sudo bash๐ฅ Built by TokioStack - Node Operations Made Easy ๐ฅ