Installing the Node
How to install the Bitping node and earn passive income.
Running a node with Bitping is easy, be sure to have an account created here and then select your Operating System to get started:
Windows
Installing
- Download and extract the windows.zip archive
- Move bitping-node-amd64-windows.exe inside /release to somewhere easily accessible, this will allow Windows to launch your node on start-up by default
- Launch the bitping-node-amd64-windows.exe, a browser pop-up will ask you to authorise the node.
- Jobs will start running and you will earn automatically!
Uninstalling
Simply deleting bitping-node-amd64-windows.exe will stop your Bitping node from running.
MacOS
Download Link or wget https://downloads.bitping.com/node/macos.zip
Installing
- Download the macos.zip file
unzip macos.zip
cd release
./bitping-node-amd64-darwin --server
⚠️ Running the node with —server tag is important!
Uninstalling
Simply stop the node by closing the terminal and delete the bitping-node-amd64-darwin file.
Linux
Download Link or wget https://downloads.bitping.com/node/linux.zip
Installing
- Download the linux.zip file
unzip linux.zip
cd release
./bitping-node-amd64-linux --server
⚠️ Running the node with —server tag is important!
⚠️ Linux node is tested in Debian & Ubuntu
Uninstalling
Simply stop the node by closing the terminal and delete the bitping-node-amd64-linux file.
Raspberry Pi (ARMV7)
Download Link or wget https://downloads.bitping.com/node/armv7.zip
Installing
- Download the linux.zip file
unzip armv7.zip
cd release
./bitping-node-armv7-linux --server
⚠️ Running the node with —server tag is important!
Uninstalling
Simply stop the node by closing the terminal and delete the bitping-node-armv7-linux file.
Docker
Installing
docker pull bitping/bitping-node
docker run -it --mount
type=bind,source="$HOME/.bitping/",
target=/root/.bitping bitping/bitping-node:latest
That’s all. If you need support help with your node, please join our Telegram Group or Email Support.