Skip to content

Instantly share code, notes, and snippets.

@derjohn
Last active April 22, 2025 13:06
Show Gist options
  • Save derjohn/93d0e6722a49b073ba0ebbe1047e24c3 to your computer and use it in GitHub Desktop.
Save derjohn/93d0e6722a49b073ba0ebbe1047e24c3 to your computer and use it in GitHub Desktop.
helium-run-on-crankk
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