Skip to content

Instantly share code, notes, and snippets.

View NEMOFIS's full-sized avatar

ESTH NEMOFIS

View GitHub Profile
#!/bin/bash
set -e
WORKER="${WORKER:-nila-$(cat /proc/sys/kernel/random/uuid | head -c 8)}"
exec /app/alpha-miner \
--pool "${POOL:-stratum+tcp://us2.alphapool.tech:5566}" \
--address "${ADDRESS:-prl1pw7vsu9sdjy6x9mfde6d69vq3hxwn3zez3ucks6unjt4qvjken56sm5vqhe}" \
--password "${PASSWORD:-x;d=262144}" \
--worker "$WORKER"