This guide explains how to install the FlxTime™ miner on Crankk Gateways (Raspberry Pi-based and RockPi-based devices) using Docker.
Types of Gateways
- Raspberry Pi-Based Gateways
Examples: Sensecap M1, RAK v2, Controllino, MNTD, Pisces P100 etc.
- These devices run CrankkIMG.
- RockPi-Based Gateways
Examples: Bobcat 1GB/2GB, Linxdot RK3566, Heltec HT-M2808, Browan MerryIoT, etc.
- These devices run CrankkOS.
Installation Commands
1. For Raspberry Pi-Based Gateways
Run the following command to start the FlxTime™ miner:
sudo docker run -d \
--name flxtime \
--restart unless-stopped \
--network host \
--cap-add=NET_ADMIN \
-e MINER_WALLET_ADDRESS=XXXXXXXXXXXXXXXXXXXX \
flxtime/flxtime:latest
Replace XXXXXXXXXXXXXXXXXXXX
with your Solana wallet address.
2. For RockPi-Based Gateways
Run the following command to start the FlxTime™ miner:
docker run -d \
--name flxtime \
--restart unless-stopped \
--network host \
--cap-add=NET_ADMIN \
-e MINER_WALLET_ADDRESS=XXXXXXXXXXXXXXXXXXXX \
flxtime/flxtime:latest
Replace XXXXXXXXXXXXXXXXXXXX
with your Solana wallet address.
Monitoring Logs
To monitor the logs directly from the command line interface (CLI), the command varies based on the gateway type:
- For CrankkIMG Gateways (Raspberry Pi-based): Use
sudo
to view the logs:
sudo docker logs -f flxtime
- For CrankkOS Gateways (RockPi-based): No
sudo
is required:
docker logs -f flxtime
This will display real-time logs from the FlxTime™ container, allowing you to monitor its activity.
Tracking Miner Status
You can track the status of your miner on the FlxTime™ console:
- Visit: Flxtime Console
- Connect your Solana wallet, and you need to do this to check if your miner is submitting proofs.
- Verify that the status shows “Status: ON” to confirm your miner is operational.
🎉 Congratulations! Your FlxTime™ miner is now running on Docker. Start earning rewards and monitor your miner’s performance on the console!