Search content
Sort by

Showing 12 of 12 results by Yenbus
Post
Topic
Board Mining (Altcoins)
Re: Asus B250 PCIe Slot Detection
by
Yenbus
on 27/06/2021, 02:58:27 UTC
The motherboard shipset has pcie lanes as well.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] [PMM] PhoenixMinerManager v1.0 (Windows)
by
Yenbus
on 19/04/2021, 01:56:20 UTC
Careful, I might be judging but this poster been away for 3 years.  Not only posting again, but posting in English.  Please use caution.
Post
Topic
Board Mining (Altcoins)
Re: What is the ms in mining software working for?
by
Yenbus
on 27/03/2021, 01:37:15 UTC
milliseconds
Post
Topic
Board Mining (Altcoins)
Re: excavator by NiceHash - multi-algorithm NVIDIA GPU miner [1.4.4a]
by
Yenbus
on 23/02/2018, 03:29:25 UTC
I want to say that I got around 710 with DSTM.  I pretty much try them all as they release new versions.  I end up sticking with Excavator due to better hash and no fees.  I also get better hash with lyra2rev2.  I run 3 workers with it.

Do you mean for your GPU, the excavator is faster than DSTM? How about the power consumption?

When using same tdp and clocks, excavator will out performs.  When comparing 2 different miners, I always use the same settings.  I change up settings depending on different variables.  I will go for max hash some days, others I go for max hash per watt.
Post
Topic
Board Mining (Altcoins)
Re: Funakoshi Cuda miner is fast and clean from viruses (windows, ubuntu, fedora)
by
Yenbus
on 20/02/2018, 05:13:43 UTC
What hash rate should I expect from titan x pascal (2016 version).  I have not found any miner better than excavator with same settings.  I get around 760 h/s.
Post
Topic
Board Mining (Altcoins)
Re: excavator by NiceHash - multi-algorithm NVIDIA GPU miner [1.4.4a]
by
Yenbus
on 18/02/2018, 22:47:52 UTC
I want to say that I got around 710 with DSTM.  I pretty much try them all as they release new versions.  I end up sticking with Excavator due to better hash and no fees.  I also get better hash with lyra2rev2.  I run 3 workers with it.
Post
Topic
Board Mining (Altcoins)
Re: excavator by NiceHash - multi-algorithm NVIDIA GPU miner [1.4.4a]
by
Yenbus
on 18/02/2018, 15:41:49 UTC
@Kaan3000,

Give it a try using M=1 and 2 workers.  I am using Titan X (pascal) from 2016 and get steady 755-760 h/s.  I find pascal cards do better with 2 workers and maxwell with 1 worker.
Post
Topic
Board Mining (Altcoins)
Re: excavator by NiceHash - multi-algorithm NVIDIA GPU miner [1.4.3a]
by
Yenbus
on 13/02/2018, 02:17:42 UTC
Thanks for the information Dropky.
Post
Topic
Board Mining (Altcoins)
Re: excavator by NiceHash - multi-algorithm NVIDIA GPU miner [1.4.2a]
by
Yenbus
on 11/02/2018, 03:02:29 UTC
As promised I uploaded a simple benchmark script for excavator - https://github.com/nicehash/excavator/blob/master/excavator-benchmark.py

Python 3 is required!

Examples:

1. benchmark algorithm 1 on device 0
python excavator-benchmark.py --excavator path_to_excavator -a algo1 -d 0 -b

2. benchmark all algorithms on all devices
python excavator-benchmark.py --excavator path_to_excavator -b

3. benchmark on nicehash pool (default is eu server)
python excavator-benchmark.py --excavator path_to_excavator -u btc_address

Default time for benchmark is 300 seconds per algorithm, you can modify it with -t parameter.



Any way to edit the script to use multiple workers?  It would be nice if this could be dynamic based on the algo.
Post
Topic
Board Mining (Altcoins)
Re: excavator by NiceHash - multi-algorithm NVIDIA & AMD GPU miner [1.3.7a]
by
Yenbus
on 27/12/2017, 16:18:17 UTC
Hey Nicehash,

I am starting to really enjoy using Excavator.  Unless I am missing something, any thought on add the ability to device print speed?  This would sum up all the workers for that device.

For doo that you need to edit json file like this:

Code:
{"time":3,"commands":[
{"id":1,"method":"worker.add","params":["0","0","0"]},
{"id":1,"method":"worker.add","params":["0","0","0"]},
{"id":1,"method":"worker.add","params":["0","1","0"]},
{"id":1,"method":"worker.add","params":["0","1","0"]}
]},
{"time":10,"loop":10,"commands":[
{"id":1,"method":"worker.print.speed","params":["0"]},
{"id":1,"method":"worker.print.speed","params":["1"]},
{"id":1,"method":"algorithm.print.speeds","params":["0"]}
]}

this it will add 2 worker / 1 device in M-0 Mode Be ware it depend by what algoritm it is use

["0","0","0"] = 0 = Device 0, 0 = worker 0, 0 = M0 mining mode (remove if you want default M1)

This section it will make miner to print speed at how many worker you was add first
Code:
{"id":1,"method":"worker.print.speed","params":["0"]},
{"id":1,"method":"worker.print.speed","params":["1"]},

This is same as what I am doing.  It prints speed for each worker, not total for the device.
Post
Topic
Board Mining (Altcoins)
Re: Mining Help (Motherboard)
by
Yenbus
on 26/12/2017, 23:26:50 UTC
Using risers, the max will be 4.
Post
Topic
Board Mining (Altcoins)
Re: excavator by NiceHash - multi-algorithm NVIDIA & AMD GPU miner [1.3.7a]
by
Yenbus
on 26/12/2017, 06:33:57 UTC
Hey Nicehash,

I am starting to really enjoy using Excavator.  Unless I am missing something, any thought on add the ability to device print speed?  This would sum up all the workers for that device.