Bitcoin Forum
July 11, 2024, 08:08:07 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: Asus B250 PCIe Slot Detection on: June 27, 2021, 02:58:27 AM
The motherboard chipset has pcie lanes as well. The B250 has 12 lanes.
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: What is the ms in mining software working for? on: March 27, 2021, 01:37:15 AM
milliseconds
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: excavator by NiceHash - multi-algorithm NVIDIA GPU miner [1.4.4a] on: February 23, 2018, 03:29:25 AM
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.
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: Funakoshi Cuda miner is fast and clean from viruses (windows, ubuntu, fedora) on: February 20, 2018, 05:13:43 AM
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.
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: excavator by NiceHash - multi-algorithm NVIDIA GPU miner [1.4.4a] on: February 18, 2018, 10:47:52 PM
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.
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: excavator by NiceHash - multi-algorithm NVIDIA GPU miner [1.4.4a] on: February 18, 2018, 03:41:49 PM
@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.
7  Alternate cryptocurrencies / Mining (Altcoins) / Re: excavator by NiceHash - multi-algorithm NVIDIA GPU miner [1.4.3a] on: February 13, 2018, 02:17:42 AM
Thanks for the information Dropky.
8  Alternate cryptocurrencies / Mining (Altcoins) / Re: excavator by NiceHash - multi-algorithm NVIDIA GPU miner [1.4.2a] on: February 11, 2018, 03:02:29 AM
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.
9  Alternate cryptocurrencies / Mining (Altcoins) / Re: excavator by NiceHash - multi-algorithm NVIDIA & AMD GPU miner [1.3.7a] on: December 27, 2017, 04:18:17 PM
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.
10  Alternate cryptocurrencies / Mining (Altcoins) / Re: Mining Help (Motherboard) on: December 26, 2017, 11:26:50 PM
Using risers, the max will be 4.
11  Alternate cryptocurrencies / Mining (Altcoins) / Re: excavator by NiceHash - multi-algorithm NVIDIA & AMD GPU miner [1.3.7a] on: December 26, 2017, 06:33:57 AM
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.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!