We released new version of excavator:
https://github.com/nicehash/excavator/releases/tag/v1.5.0aChangelog:
- bug fixes & improvements
- changed stratum protocol to NiceHash Miner Protocol
- API version bumped to 0.1.0
- added algorithm CryptoNightV7 (XMR)
- speed improvements for CryptoNight
- added support for Tesla P100
Additional notes:
- From version 1.5.0a further excavator supports only NiceHash stratum servers. Stratum servers are available at:
nhmp.LOCATION.nicehash.com (LOCATION: eu, usa, hk, jp, in, br). - Excavator API has changed!
- This version of Excavator is not compatible with NiceHash Miner (yet).
Config file example:
[
{"time":0,"commands":[
{"id":1,"method":"subscribe","params":["nhmp.usa.nicehash.com:3200","34HKWdzLxWBduUfJE9JxaFhoXnfC6gmePG.testrig"]}
]},
{"time":2,"commands":[
{"id":1,"method":"algorithm.add","params":["equihash"]}
]},
{"time":3,"commands":[
{"id":1,"method":"worker.add","params":["equihash","0"]}
]},
{"time":10,"loop":10,"commands":[
{"id":1,"method":"worker.print.speed","params":["0"]},
{"id":1,"method":"algorithm.print.speeds","params":[]}
]}
]