IPRoyal Pawns
Earn 1€ per month per device connected to the network with IPRoyal Pawns.
Installing IPRoyal Pawns will allow you to earn money, safely, by sharing your Internet connection on your idle devices.
Secure money
Payment : PayPal, Bitcoin, virtual Giftcards (VISA or Amazon).
Rate in France: $0.2/GB.
Operating Systems (OS)
Linux, Windows, Android, Docker, MacOS.
Compatible with Raspberry Pi, Synology NAS and VM.
Features
Limited to 1 device per IP.
Transfers from $5: 4% fee in PayPal or 1.50 USD in Bitcoin.
Installation of IPRoyal Pawns
Installing Docker on Linux Debian :
1 2 3 4 5 6 |
sudo apt-get -y update sudo apt-get -y install ca-certificates curl gnupg lsb-release curl -fsSL https://download.docker.com/linux/debian/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/debian $(lsb_release -cs) stable" | sudo sudo apt-get -y update sudo apt-get -y install docker-ce docker-ce-cli containerd.io |
Installation of IPRoyal in Docker :
1 |
docker run -d --restart unless-stopped iproyalpawns/pawns-cli:latest -email=ipmail@here.com -password=passwd -device-name=DeviceName -accept-tos |