Title: Simplemining,1070, ZCash - config? Post by: k3rt on November 22, 2017, 01:43:45 PM Using https://simplemining.net/ to control the rig. Have a bunch fo GeForce 1070 GPUs. Would like to mine ZCash from one of descent pools (e.g. http://dwarfpool.com/zec).
How does the config should look like? Smth like: Code: -wd 1 -r 1 -epool stratum+tcp://zec-eu1.dwarfpool.com:3336 -ewal wallet_name.rig_name -esm 0 -epsw x -allpools 1 -mport -3333 ?? Title: Re: Simplemining,1070, ZCash - config? Post by: wacko on November 22, 2017, 02:21:59 PM What kind of a miner is that? Seeing arguments like "ewal" it looks like something made by Claymore? For gtx 10x0 cards and Zcash you should use either ewbf miner, or dstm's miner.
Title: Re: Simplemining,1070, ZCash - config? Post by: fapar on November 22, 2017, 02:36:02 PM Using https://simplemining.net/ to control the rig. Have a bunch fo GeForce 1070 GPUs. Would like to mine ZCash from one of descent pools (e.g. http://dwarfpool.com/zec). How does the config should look like? Smth like: Code: -wd 1 -r 1 -epool stratum+tcp://zec-eu1.dwarfpool.com:3336 -ewal wallet_name.rig_name -esm 0 -epsw x -allpools 1 -mport -3333 ?? Config for EWBF (https://bitcointalk.org/index.php?topic=1707546.0) should look something like this miner.exe --server zec-eu1.dwarfpool.com --user YOUR_WALLET --pass x --port 3335 --cuda_devices 0 1 2 3 Port and parameter --cuda_devices point depending on the number of cards Title: Re: Simplemining,1070, ZCash - config? Post by: wacko on November 22, 2017, 02:46:23 PM miner.exe Simplemining is a linux-based OS, so no .exe's there. There are all kinds miner configuration strings examples in the "help" section at simplemining.net, k3rt just have to spend a couple of minutes reading those.Title: Re: Simplemining,1070, ZCash - config? Post by: fapar on November 22, 2017, 02:54:40 PM miner.exe Simplemining is a linux-based OS, so no .exe's there. There are all kinds miner configuration strings examples in the "help" section at simplemining.net, k3rt just have to spend a couple of minutes reading those.My bad(( Sorry! Edit start.sh ./miner --server zec-eu1.dwarfpool.com --user YOUR_WALLET --pass x --port 3335 --cuda_devices 0 1 2 3 Title: Re: Simplemining,1070, ZCash - config? Post by: wacko on November 22, 2017, 02:59:42 PM ./miner Even that is not needed, :D simplemining is built around controlling everything through the web browser, you just input stuff into appropriate fields, and it's arguments only for each miner:https://www.youtube.com/watch?v=wEo3jgIAwds Title: Re: Simplemining,1070, ZCash - config? Post by: fapar on November 22, 2017, 03:12:51 PM ./miner Even that is not needed, :D simplemining is built around controlling everything through the web browser, you just input stuff into appropriate fields, and it's arguments only for each miner:https://www.youtube.com/watch?v=wEo3jgIAwds You can not argue) You're right! Really only need to choose the right miner to specify a pool, the port and the wallet with password. Title: Re: Simplemining,1070, ZCash - config? Post by: k3rt on November 22, 2017, 05:40:45 PM When trying to use:
Code: -wd 1 -r 1 --server zec-eu1.dwarfpool.com --user t1dizyWLyWnQqbFUGAbeyyDNoFqR5fDEAnn --pass x --port 3336 --cuda_devices 2 getting: Quote Applying CoreOffset: 100 MemoryOffset: 720 for GPU 1 with GPU Type: 3 Available power limit for GPU 1 is 75.00 W, 170.00 W Applying PowerLimit: 170 watt for GPU 1 ============ Starting Miner =============== UNKNOWN OPTION --server UNKNOWN OPTION zec-eu1.dwarfpool.com UNKNOWN OPTION --user UNKNOWN OPTION t1abcdDEyWnQqbFUGAbeyyDNoFqR5fDEAnn UNKNOWN OPTION --pass UNKNOWN OPTION x UNKNOWN OPTION --port UNKNOWN OPTION 3336 UNKNOWN OPTION --cuda_devices UNKNOWN OPTION 2 Binary file (standard input) matche So the problem is - how to get the proper config that could be used. Title: Re: Simplemining,1070, ZCash - config? Post by: wacko on November 22, 2017, 05:43:55 PM So the problem is - how to get the proper config that could be used. The actual problem is not the proper config but something else, you either downloaded the wrong image (you need the NV OS) or you're putting your config string in the wrong place. Cause right now you're trying to run the wrong miner with the right config.Title: Re: Simplemining,1070, ZCash - config? Post by: k3rt on November 22, 2017, 05:48:35 PM Those are the miners, that (looks like) are available to the SimpleMining users.
https://ibb.co/cMvfiR So my tasks is: 1) Pick the miner that can mine ZCash 2) Get proper config for picked miner Title: Re: Simplemining,1070, ZCash - config? Post by: wacko on November 22, 2017, 05:53:13 PM Those are the miners, that (looks like) are available to the SimpleMining users. Read my first answer to you in this thread, it's all there (for zec you need either ewbf or dstm, and you have ewbf available). |