Skip to content

Commit

Permalink
Enable auto-update for RainbowMiner (akash-network#358)
Browse files Browse the repository at this point in the history
* Add working RainbowMiner!

* Update README

* Add picture and README details

* README update

* RainbowMiner ready!

* Bump min memory

* Safe defaults

* Update mins

* Fix AE

* Add more options and stability

* Add custom fee, interval, better defaults

- Custom donation fee
- Interval, BenchmarkInterval,MaxCrashes updated
- Runmode set to standalone
- Enable auto pool for other coins

* Fixes crashes with depends and disable extended benchmark interval

* Fixes losing setup.json

* Fix autoupdate and disable mining as root

* Fix up wallets and default deployment

* Restore default pools

Ready to run

* Major update for threads fix

* Bump version

* Remove extra checks

* Revert extra check and bump version

Taking too long to benchmark

* Enable auto-update

* Add curl and avoid VTC

* Bump version

Co-authored-by: Crypto and Coffee <[email protected]>
Co-authored-by: Andrew <[email protected]>
  • Loading branch information
3 people authored Dec 18, 2022
1 parent c684006 commit bdbb88c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rainbowminer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:22.04

RUN apt-get update ; apt-get dist-upgrade -yqq ; apt-get install git sudo wget libicu-dev xz-utils pciutils libnuma-dev libhwloc15 libuv1-dev libssl-dev libhwloc-dev liblzo2-dev libpam0g-dev libmicrohttpd-dev bc -y
RUN apt-get update ; apt-get dist-upgrade -yqq ; apt-get install git sudo wget libicu-dev xz-utils pciutils libnuma-dev libhwloc15 libuv1-dev libssl-dev libhwloc-dev liblzo2-dev libpam0g-dev libmicrohttpd-dev bc curl -y

#RUN git clone https://github.com/rainbowminer/RainbowMiner ; cd RainbowMiner ; chmod +x *.sh ; ./install.sh

Expand Down
4 changes: 2 additions & 2 deletions rainbowminer/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "2.0"

services:
rainbowminer:
image: cryptoandcoffee/akash-rainbowminer:71
image: cryptoandcoffee/akash-rainbowminer:73
expose:
- port: 4000
as: 80
Expand Down Expand Up @@ -41,7 +41,7 @@ services:
#Mine only these algorithms, example Take2
- EXCLUDE_COIN_SYMBOL=
#Do not mine these symbols, check Pools > All Pools for a full list
- EXCLUDE_ALGORITHM=VerusHash
- EXCLUDE_ALGORITHM=VertHash
#Do not mine these algorithms, check Pools > All Pools for a full list
- EXCLUDE_POOL_NAME=Nicehash
#Do not mine these pools, check Pools > All Pools for a full list
Expand Down
2 changes: 1 addition & 1 deletion rainbowminer/setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"LinuxDisplay": ":0",
"LinuxXAuthority": "",
"EnableMinersAsRoot": "0",
"EnableAutoUpdate": "0",
"EnableAutoUpdate": "1",
"EnableUpdateDuringPause": "0",
"EnableUpdateWhenScheduled": "0",
"EnableAutoAlgorithmAdd": "1",
Expand Down

0 comments on commit bdbb88c

Please sign in to comment.