Bitcoin Forum
April 24, 2024, 11:14:17 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 15 16 17 18 19 20 21 22 23 »
221  Alternate cryptocurrencies / Mining (Altcoins) / Re: Windows VS Linux on: September 11, 2017, 02:15:28 AM
I know this has been discussed and debated by the community for quite some time but as a newbie in mining , I am still very confuse

1) What is the pros and cons of each OS?
2) What is the longest uptime of your mining rig? ( No crashes, restart ,etc.)
3) How much difference on hash rate on both OS? Which one gets better result ?
4) Which OS is better for overclock? To maximize hash rate and stable at the same time

I have a 9 Nvidia P106-100 rig and I'm using windows to mine Eth, it's all time stable without overclock , but by the rate of 24Mh/s , the rig gets unstable ,likely to crash once after 3-4 days
i heart that Windows supports only 8 nvidia cards, how do you run a 9 cards rig?
222  Alternate cryptocurrencies / Mining (Altcoins) / Re: [DIY] auto-hard-reset mining rigs with Raspberry Pi on: September 10, 2017, 01:10:25 PM
I reconsider this idea and found that it is perfect. I've bought a Raspberry Pi and a 8 way relay board to run it.

I'd like to run a web server in the Raspberry Pi, the rigs report their status (including gpu, cpu ,memory, disk usage, miner hashrates, temp, fan speed etc) to the Raspberry Pi at regular intervals. If a rig doesn't report status in minutes, Raspberry Pi knows the rig was dead, restart it.
We can add some web pages to show rig status and add some button to restart the bigs by hand.

I've never learned the go language, if it was nodejs, I can contribute codes Roll Eyes.
223  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] UbuMiner -Free Nvidia Linux Mining Build v0.61 : Simple / Clean / 14GB on: September 07, 2017, 11:57:23 PM
not a big deal, I'll add rm ~/.ssh/* to my checklist.
what's the password of root? need to change  it as well.
224  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] UbuMiner -Free Nvidia Linux Mining Build v0.61 : Simple / Clean / 14GB on: September 07, 2017, 11:29:34 PM
i don't think adding default ssh credentials is  a good idea. my dev machine is mac, i can add it easily by hand, just run ssh-copy-id. But it's more difficult to remove it. My rigs  are  30 miles away home, so they must be opened up to Internet to be managed.
225  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] UbuMiner -Free Nvidia Linux Mining Build v0.61 : Simple / Clean / 14GB on: September 07, 2017, 11:22:23 PM
thanks, I'll give it a rty this weekend.
226  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019 on: September 07, 2017, 02:57:54 PM
Hey guys, i missing something ...

I have default file on nvOC, i just modify stresst count on GPU to trigger restart more fast if GPU crash, from 6 cycles verification to 4 cycles.

My problem is when i have nvOC launched, if my miner crash, 1bash will launch a dual miner process every time ...

So i finish with 2 processing miner running, but i lost some perf. I test it by hand, i close miner process, launch "1bash" and again i get dual process launch Wink

EDIT : any fix about this issue ?

Tell me more about it;

Is it mining same dual coin every time? What is the coin you are actually trying to mine?



I actually mining ETH + SC, is simple, on first boot is ok.
After if i get a software crash and get reset, i got 2 miner processing working in same time.
Same problem, if i stop wdog process, i stop miner process. I do "bash 1bash", screen -ls show me two miner processor running ...

in v0019 you should launch 3main ,
and every time you kill 3main it will launch again.
so kill miner by

Code:
pkill -e miner
then kill 3main by
Code:
pkill -e 3main

3main should be launched again with 1 miner

after you killed 3main check if its running again with
Code:
ps aux| grep 3main


Code:
pkill -e 3main
cannot kill 3main, use pkill -f 3main.
227  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels. on: September 07, 2017, 11:37:58 AM
I'll try  alexis miner on my 1080ti
228  Alternate cryptocurrencies / Mining (Altcoins) / Re: Remote rig resetting tool with PoE and relay switch on: September 07, 2017, 09:06:54 AM
nice, it's difficult for me to buy a  manageable poe switch.
229  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019 on: September 06, 2017, 01:13:52 PM
in 3main
Code:
pkill -e miner
I know it is used to kill the miner process, but what does -e mean? Cannot find this argument in
Code:
man pkill
230  Alternate cryptocurrencies / Mining (Altcoins) / Re: ccminer api usage on: September 06, 2017, 08:04:54 AM
use websocket to consume the api, there is an example under api folder in the source code.
231  Alternate cryptocurrencies / Mining (Altcoins) / Re: dstm's ZCash Cuda miner (nvidia) on: September 05, 2017, 04:02:02 PM
Thx for the help, however all I need is an ssh terminal. I don't think it's worth the time to setup a new dev-environment. I want to finish some small things on the cpu-side this week, like temperature reporting, a temperature-controller, logfiles, some tesing with different pools.

You can connect to my rig via ssh.
I think the most important thing is hashrate, if you have ideas to improve hashrate, try them at first.
232  Alternate cryptocurrencies / Mining (Altcoins) / Re: dstm's ZCash Cuda miner (nvidia) on: September 05, 2017, 03:27:54 PM
almost the same hashrate, if you can decrease dev fee to 1%, I'd like to use yours Grin

How about improving the performance? I have some new ideas, however I don't have access to testing hardware this week, so I'll see how they perform next week.                                                                                               
                                                                                                                               
I was thinking about reducing the dev fee for people that are helping development, providing feedback etc. - still not sure about it.

i can give you the ip address and password of my rig to test if you need, 3 1080ti and 1 1080.
233  Alternate cryptocurrencies / Mining (Altcoins) / Re: dstm's ZCash Cuda miner (nvidia) on: September 05, 2017, 01:27:43 PM
almost the same hashrate, if you can decrease dev fee to 1%, I'd like to use yours Grin
234  Alternate cryptocurrencies / Mining (Altcoins) / Re: dstm's ZCash Cuda miner (nvidia) on: September 05, 2017, 01:25:21 PM
I run the latest version several minutes on GTX 1080ti, cannot say any hashrate improvement from EWBF_'s.

It performs slightly faster on my systmes, however there might be differences on other setups. Could you please provide some numbers how it compares on your system, it would be very helpful.

specs:
B85 mobo
G1840
4G ram
3*gtx 1080 ti cc+120 mc-1000
1*gtx 1080 cc+150 mc -1000
ubuntu 16.04 x64
cuda 8.0
driver: 384.59

EWBF 0.3.4b:

GPU0: 454 Sol/s GPU1: 672 Sol/s GPU2: 687 Sol/s GPU3: 679 Sol/s
Total speed: 2492 Sol/s
+-----+-------------+--------------+
| GPU | Power usage |  Efficiency  |
+-----+-------------+--------------+
|  0  |    153W     |  2.97 Sol/W  |
|  1  |    203W     |  3.31 Sol/W  |
|  2  |    198W     |  3.47 Sol/W  |
|  3  |    201W     |  3.38 Sol/W  |
+-----+-------------+--------------+

yours:

>  GPU0 Sol/s: 454.4  Avg: 454.4  I/s: 240.1  Shares/s: 0.000
>  GPU1 Sol/s: 684.6  Avg: 684.6  I/s: 365.5  Shares/s: 0.000
>  GPU2 Sol/s: 683.4  Avg: 683.4  I/s: 367.8  Shares/s: 0.200  ++
>  GPU3 Sol/s: 686.0  Avg: 686.0  I/s: 365.4  Shares/s: 0.000
   ==== Sol/s: 2508.5 Avg: 2508.5 I/s: 1338.9 Shares/s: 0.000
   GPU0 Sol/s: 433.7  Avg: 444.1  I/s: 237.4  Shares/s: 0.050  +
   GPU1 Sol/s: 668.1  Avg: 676.4  I/s: 362.4  Shares/s: 0.000
   GPU2 Sol/s: 689.6  Avg: 686.5  I/s: 364.5  Shares/s: 0.100
   GPU3 Sol/s: 677.5  Avg: 681.8  I/s: 362.2  Shares/s: 0.150  +++
   ==== Sol/s: 2468.9 Avg: 2488.7 I/s: 1326.5 Shares/s: 0.150
   GPU0 Sol/s: 445.0  Avg: 444.4  I/s: 237.3  Shares/s: 0.033
   GPU1 Sol/s: 670.9  Avg: 674.6  I/s: 361.3  Shares/s: 0.067  ++
   GPU2 Sol/s: 680.8  Avg: 684.6  I/s: 363.7  Shares/s: 0.100  +
   GPU3 Sol/s: 662.1  Avg: 675.2  I/s: 361.6  Shares/s: 0.133  +
   ==== Sol/s: 2458.8 Avg: 2478.7 I/s: 1323.8 Shares/s: 0.133


235  Alternate cryptocurrencies / Mining (Altcoins) / Re: Kaby Lake vs Skylake CPUs on: September 05, 2017, 01:11:45 PM
my kaby lake g4560 is running with 12 GPUs, no issue.
236  Alternate cryptocurrencies / Mining (Altcoins) / Re: dstm's ZCash Cuda miner (nvidia) on: September 05, 2017, 11:40:42 AM
I run the latest version several minutes on GTX 1080ti, cannot say any hashrate improvement from EWBF_'s.
237  Alternate cryptocurrencies / Mining (Altcoins) / Re: Motherboards Selection - Please Guide on: September 05, 2017, 11:21:18 AM
just a small tip, DO NOT use the buggy m.2 to pcie adapter.
238  Alternate cryptocurrencies / Mining (Altcoins) / Re: GPU & CPU BENCHMARKS FOR ZCASH MINING! (New domain: http://zcashbenchmarks.info) on: September 05, 2017, 10:06:48 AM
GPU's MODEL NAME: maxsun super Jetstream GTX 1080ti
RAM:11 GB DDR5X
CORE/MEMORY CLOCK: 1797/5005
HASHRATE:670 Sol/s
MINER SOFTWARE: EWBF's CUDA Zcash miner 0.3.3B
OS: Ubuntu 16.04 x64
TDP(OPTIONAL): 200 watts
239  Alternate cryptocurrencies / Mining (Altcoins) / Re: [CMD] Zcash Miner Autorun (Autorestart / Watchdog) for EWBF miner [Opensource] on: September 05, 2017, 09:51:23 AM
the script is awesome, but windows bat file is hard to  write and read. I'd suggest use python, nodejs or other script language to rewrite it, that make life easier  and could also support linux.
240  Alternate cryptocurrencies / Mining (Altcoins) / Re: Owners of GTX 1060, what is your hashrate? on: August 31, 2017, 01:04:43 PM
nvOC linux, gtx106 3gb samsung memory, 24mhs @75watts, cc 0,mc+1400.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 15 16 17 18 19 20 21 22 23 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!