Skip to content

Commit

Permalink
Added config file example for dual mining.
Browse files Browse the repository at this point in the history
  • Loading branch information
t4njast committed Jul 31, 2018
1 parent 1da95b2 commit 9bca1ef
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions default_command_file_dual_mining.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[
{"time":0,"commands":[
{"id":1,"method":"subscribe","params":["nhmp.usa.nicehash.com:3200","34HKWdzLxWBduUfJE9JxaFhoXnfC6gmePG.testrig"]}
]},
{"time":2,"commands":[
{"id":1,"method":"algorithm.add","params":["daggerhashimoto"]},
{"id":1,"method":"algorithm.add","params":["decred"]}
]},
{"time":3,"commands":[
{"id":1,"method":"worker.add","params":["daggerhashimoto_decred","0"]}
]},
{"time":10,"loop":10,"commands":[
{"id":1,"method":"worker.print.speed","params":["0"]},
{"id":1,"method":"algorithm.print.speeds","params":[]}
]}
]

0 comments on commit 9bca1ef

Please sign in to comment.