Skip to content

Commit

Permalink
Merge pull request #54 from cryptoprofitswitcher/dev
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
cryptoprofitswitcher authored Jul 20, 2020
2 parents 454ed14 + a062b3e commit 5915e5b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,9 @@ This value gives the profit provider information for which coin or algorithm you
| MinerRocksApi | The name of the subdomain for the coin e.g. for https://monero.miner.rocks/ it would be *monero*. |
| HeroMinersApi | The name of the subdomain for the coin e.g. for https://monero.herominers.com/ it would be *monero*. |
| WhatToMineApi | The key to the coin in https://whattomine.com/coins.json e.g. for Ethereum it would be *Ethereum*. |
| MoneroOceanApi | Not needed |
| MineXmrApi | Not needed |
| MoneroOceanApi | Not needed -> defaults to XMR |
| MineXmrApi | Not needed -> defaults to XMR|
| NimiqApi | Not needed -> deafaults to Nimiq|



Expand Down Expand Up @@ -136,6 +137,7 @@ BTW: There are no fees from my side in this app :)
* [MineXmr API](https://minexmr.com/)
* [WhatToMine API](https://whattomine.com/)
* [NiceHash API](https://docs.nicehash.com/main/index.html)
* [NimiqX API](https://api.nimiqx.com/docs/about)
* [CsConsoleFormat](https://github.com/Athari/CsConsoleFormat)
* [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json)

8 changes: 4 additions & 4 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -567,19 +567,19 @@
"DeviceType": "AMD",
"DeviceId": "0",
"Enabled": true,
"ExpectedHashrate": 500.0,
"ExpectedHashrate": 450000,
"PrepareScript": null,
"Miner": "TeamRedMiner",
"MinerPath": "Miners/teamredminer/teamredminer.exe",
"MinerArguments": "-a cn_haven",
"MinerDeviceSpecificArguments": "--cn_config=14*14:CBB",
"MinerArguments": "-a nimiq",
"MinerDeviceSpecificArguments": "",
"MinerApiPort": 0
},
{
"DeviceType": "AMD",
"DeviceId": "1",
"Enabled": true,
"ExpectedHashrate": 490.0,
"ExpectedHashrate": 505000,
"PrepareScript": null,
"Miner": "TeamRedMiner",
"MinerPath": "Miners/teamredminer/teamredminer.exe",
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
15

0 comments on commit 5915e5b

Please sign in to comment.