Это видео недоступно.
Сожалеем об этом.

How to install Repocket on your Raspberry Pi | Docker Passive Income

Поделиться
HTML-код
  • Опубликовано: 29 июн 2024
  • In this video we are going to addd Repocket to our Raspberry Pi which already is running EarnApp, HoneyGain and Traffmonetizer. Repocket is just like HoneyGain and Earnapp a way to earn passive income by sharing your bandwidth. If you use these kind of apps always do your own research. When you install the app, it securely utilizes your unused bandwidth for things like flight comparisson and content delivery. They payout uusing PayPal, but they also have other options. To run Repocket on the Raspberry Pi we use Docker. If Docker isn't installed on your Pi, first check our video on how to install Docker ( • HOW TO install DOCKER ... ).
    Referall link Repocket with standard sign-up bonus of $5.00:
    link.repocket....
    Referral link for HoneyGain to get a $3.00 starter gift:
    r.honeygain.me...
    Referral link EarnApp:
    earnapp.com/i/...
    Referral link Traffmonetize:
    traffmonetizer...
    Putty:
    www.chiark.gre...
    Command to pull image:
    docker pull repocket/repocket
    Command to create rp.env file:
    touch rp.env
    Add you credentials with Nano:
    nano rp.env
    add the following and save the file:
    RP_EMAIL=your@email.com
    RP_API_KEY=your_api_key
    Command to run container in detached mode and auto restart:
    docker run --env-file rp.env -d --restart=always repocket/repocket
    Alternatively, if you don't want to create the rp.env file, you can use this command to specify the credentials right in your command line:
    docker run --name repocket -e RP_EMAIL=your@email.com -e RP_API_KEY=your_api_key -d --restart=always repocket/repocket
    If you liked the project, please consider buying us a cup of coffee.🧡
    www.buymeacoff...
    Bloxy Labs is now present on X! Follow us to see what we are doing and share your own ideas with us!!
    / bloxy_labs
    Credits to No Copyright Sounds (NCS) and the following artists and songs:
    Max Brhon - AI
    Rameses B - Keep You - Phonk
    Andrah - Pretty Afternoon
    Geoxor - You & I
    Janji - Heroes Tonight
    Four Eyes - Psycho

Комментарии • 4

  • @SrPivete13
    @SrPivete13 21 день назад +1

    6:40 Music Geoxor - You And I , great music XD

  • @fredrikbillstrom5085
    @fredrikbillstrom5085 Месяц назад

    Using default tag: latest
    latest: Pulling from repocket/repocket
    no matching manifest for linux/arm/v7 in the manifest list entries

  • @bobbyjohnson116
    @bobbyjohnson116 Месяц назад +1

    Have you tried out Scala?

    • @BloxyLabs
      @BloxyLabs  28 дней назад

      I will make a video about this in the very near feature ;)