This repo manages the files to build the dmcanally/nanominer docker image.
Feel free to use/fork/etc.
Be sure to setup config.ini to contain your wallet and email. https://github.com/nanopool/nanominer#configuration-file
The config.ini
in this repo provides an example for mining PASC, but can be setup to mine whatever is supported by nanominer.
Example config.ini
[RandomHash2]
wallet=<YourWallet>
paymentId = 0
coin=Pascal
sortPools=true
email=<Your Email>
pool1=fastpool.xyz:3336
Run nanominer localy
docker run -d -v ${PWD}/config.ini:/nanominer/config.ini dmcanally/nanominer
Build a new version
./build.sh 3.1.4
For information on using yoru GPU, more info here
Be sure to change the update kubernetes/nanominer/configmap.yaml to contain your wallet and email.
kubectl apply -k kubernetes/