Last active
April 22, 2025 13:06
-
-
Save derjohn/93d0e6722a49b073ba0ebbe1047e24c3 to your computer and use it in GitHub Desktop.
helium-run-on-crankk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -d --name miner --restart=unless-stopped --network=host --env GW_KEYPAIR=ecc://i2c-1:96?slot=0 \ | |
--env GW_ONBOARDING=ecc://i2c-1:96?slot=15 \ | |
--env GW_REGION=EU868 \ | |
--env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \ | |
--env RUST_BACKTRACE=1 \ | |
--env GW_LISTEN=0.0.0.0:1680 \ | |
--device /dev/i2c-1 \ | |
quay.io/team-helium/miner:gateway-latest helium_gateway server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment