Skip to content

KARINE001/Firestarter-pipe-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ”ฅ Pipe Network Firestarter Storage

Transform your server into a decentralized storage node and earn PIPE tokens

Quick Install Manual Install Discord Roles


<<<<<<< HEAD

๐ŸŽฏ Choose Your Installation Method

=======

curl -sSL https://raw.githubusercontent.com/karine001/Firestarter-pipe-storage/main/scripts/install.sh | sudo bash

origin/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

<<<<<<< HEAD

=======

# 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
  1. Check installation status:

    ./pipe-status.sh
  2. Create Pipe Network account:

    pipe new-user
  3. Get SOL DevNet tokens:

  4. Swap for PIPE tokens:

    pipe swap-sol-for-pipe 0.1
  5. Test your node:

    ./pipe-test.sh

๐Ÿ“š Documentation

๐Ÿ†˜ Support & Community

๐Ÿ”ง Advanced Usage

Uninstallation

# Remove everything cleanly
wget https://raw.githubusercontent.com/karine001/Firestarter-pipe-storage/main/scripts/uninstall.sh
chmod +x uninstall.sh
sudo ./uninstall.sh

Custom Configuration

# Install to custom directory
sudo INSTALL_DIR=/opt/pipe ./install.sh

# Install for specific user
sudo USERNAME=custom-user ./install.sh

๐Ÿค Contributing

  1. Fork this repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

๐Ÿ“œ License

This project is licensed under the MIT License - see the LICENSE file for details.

๐ŸŒŸ Star History

If this project helped you, please consider giving it a โญ star on GitHub!

origin/main


๐Ÿ†˜ Need Help?


๐Ÿ—‘๏ธ Uninstall

curl -sSL https://raw.githubusercontent.com/karine001/Firestarter-pipe-storage/main/scripts/uninstall.sh | sudo bash

๐Ÿ”ฅ Built by TokioStack - Node Operations Made Easy ๐Ÿ”ฅ

About

๐Ÿ”ฅ Automated Pipe Network Firestarter Node installation and management scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages