bitpingd
now has a more organized and understandable set of CLI flags. Check them out using bitpingd --help
.bitpingd
as a service with the commands bitpingd service install && bitpingd service start
. Compatibility includes Launchd on Mac and Systemd, initd, and openrc on Linux.š« Important: It's not recommended to run both
bitpingd
and Bitping Desktop on the same machine as it may flag your nodes as spam in the network.Do not run multiple
bitpingd
or Bitping Desktop instances on the same machine when they are pointing to the same credentials directory (~/.bitpingd
,~/.bitping
or Docker volume)
Use Bitping Desktop on MacOS and Windows. Bitping Desktop does not explicitly run in the background while you are logged out of your computer. The Idea of Bitping Desktop is to have you passively earn income while you're going about your daily activities on your computer/laptop.
Use Bitpingd on Linux. Bitpingd is built to be run as a system daemon either via Systemd, Launchd or Docker. It will run in the background even while your user account is logged out.
Running a node with Bitping is easy, be sure to have an account created here
Then navigate to the node Install/Update page in the Bitping Dashboard
You can then follow the step by step instructions below dependent on your operating system and install method.
curl https://bitping.com/install.sh | bash
bitpingd login
bitpingd
bitpingd service install --system && bitpingd service start --system
bitpingd service install && bitpingd service start
sudo loginctl enable-linger $(whoami)
curl https://bitping.com/install.sh | bash
bitpingd login
bitpingd
bitpingd service install --system && bitpingd service start --system
bitpingd service install && bitpingd service start
docker run -it --mount type=volume,source="bitpingd-volume",target=/root/.bitpingd bitping/bitpingd:latest
docker run -it --mount type=volume,source="bitpingd-volume",target=/root/.bitpingd --entrypoint /app/bitpingd bitping/bitpingd:latest login --email "YOUR_BITPING_EMAIL" --password "YOUR_BITPING_PASSWORD"
docker run -it --mount type=volume,source="bitpingd-volume",target=/root/.bitpingd bitping/bitpingd:latest
docker run -it \
-e BITPING_EMAIL='YOUR_BITPING_EMAIL' \
-e BITPING_PASSWORD='YOUR_BITPING_PASSWORD' \
-e BITPING_MFA='YOUR_BITPING_2FA_CODE' \
--mount type=volume,source="bitpingd-volume",target=/root/.bitpingd bitping/bitpingd:latest
If you encounter any issues or need further guidance, please:
Thank you for being part of our beta program! Your feedback is invaluable.