Bitcoin Forum
May 09, 2024, 01:26:13 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 [31] 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 »
  Print  
Author Topic: hsrminer - Nvidia mining software for various algos by palgin&alexkap  (Read 30734 times)
Cuzzle
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
January 15, 2018, 11:56:03 AM
 #601

I've tried to use hsrminer_neoscrypt.exe but it always showing me " Invalid Share " ...  50-60% (aprox) of the shares are rejected, i'm mining at bsod.pw, works 100% perfect with ccminer, stock settings at all.

Anyone can help?. Thx in advance.



try another pool, unimining has been flawless for me for weeks

https://www.unimining.net
If you want to be a moderator, report many posts with accuracy. You will be noticed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715217973
Hero Member
*
Offline Offline

Posts: 1715217973

View Profile Personal Message (Offline)

Ignore
1715217973
Reply with quote  #2

1715217973
Report to moderator
1715217973
Hero Member
*
Offline Offline

Posts: 1715217973

View Profile Personal Message (Offline)

Ignore
1715217973
Reply with quote  #2

1715217973
Report to moderator
zorday
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
January 15, 2018, 01:56:42 PM
 #602

Anyone got any idea how to restart my miner
I mean after the miner crashed how to restart it automatically
My pc doesn?t turn off only the miner crashes


You could wrap it in a loop in the batch file.

e.g.

@echo off


:start

<<Start miner herre>>

goto start

natan069
Full Member
***
Offline Offline

Activity: 198
Merit: 100


View Profile
January 15, 2018, 03:00:20 PM
 #603

Anyone got any idea how to restart my miner
I mean after the miner crashed how to restart it automatically
My pc doesn?t turn off only the miner crashes


You could wrap it in a loop in the batch file.

e.g.

@echo off


:start

<<Start miner herre>>

goto start




This other command has the same function too right?

:loop
hsrminer_neoscrypt -o stratum+tcp://pool.unimining.net:4234 -u wallet -p c=DSR,stats
goto loop

AND how to setup a failover? To conect to other pool if the main is down.
Tried with ccminer too without sucess, really wanted to configure a failsafe pool
p1r473
Copper Member
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
January 15, 2018, 05:53:12 PM
 #604

When does the dev fee mining happen? Is it the first minute?
Because I am using a profit switcher to switch algorithms every 60 seconds to choose the most profitable one. If your dev fee mines the first minute, then I switch to another algorithm, the dev fee will become 100% of Neoscrypt for me

So, when is the dev mining? Ive been mining and monitoring it exclusively for 3 hours and cant find any reference to dev fee (piping it to a text file and control f'ing it)

don't switch so often.  miners typically take 10-15 seconds to start up, if you switch every 60, you're COMPLETELY wasting 25% of your time, regardless of dev fees.

also, the dev fee is hidden and random, to prevent people from 'auto-switching'  "just in time"


I've set it to every 60 seconds with a 25% profitability increase threshhold.
I had calculated that a 12 second rampup is worth a 25% profit increase (10 sec rampup is 20%)
So, my profitability increase factors in the rampup
By switching every 60s, I can always jump on the latest spike


How does the devfee in this work? Mines for a whole minute? Or submits a few shares under dev address?
promomei
Sr. Member
****
Offline Offline

Activity: 399
Merit: 254



View Profile
January 15, 2018, 08:12:31 PM
 #605

Palgin can you check this problem
this is happening pretty often with miner Huh

https://ibb.co/idjUE6
mzutg
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
January 15, 2018, 08:49:11 PM
 #606

What does mean the message 'Share difficulty reset' whereas 'new block difficulty' message says it's increasing ?
Vicus_temp
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
January 16, 2018, 02:41:55 AM
 #607

6 major cons:
1. No options like -r and -R (similar to ccminer), can't loop for failover, etc
2. No API.
3. After startup I see per-card hashrate... but some time after it not displaying anymore
4. Sometimes it just hangs after swith to dev fee mining.
5. If program terminated, windows appear, with suggestion to End Task... not good for looping.
6. Build f....g linux version!
stevascha
Member
**
Offline Offline

Activity: 312
Merit: 10


View Profile
January 16, 2018, 03:49:17 AM
 #608

I just switched back to KlausTT 8.18 and i get more average hashrate as shown on the pool now.
Ditching untill new version

Yup, I can confirm that KlausT miner has higher hashrate on neoscrypt and no fee.


For 1050/1060/1070 series KlausT is better, this miner is better for 1080 series

i don't think soo, my 70ti have 1400hs (160w) using palgin work's
for now klaust has been defeated, but i only test for some hour
will do some test, maybe in saturday and sunday

cheers

YENTEN - YescryptR16 - NO PREMINE - ASIC RESISTANT - WALLET MINING - COMMUNITY MANAGED - ADULT MALES
Yenten is a Japanese cryptocurrency of the cpu, by the cpu, for the cpu.
No ASIC. ASIC is for girls and kids. Join us!
zorday
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
January 16, 2018, 08:34:51 AM
 #609

Anyone got any idea how to restart my miner
I mean after the miner crashed how to restart it automatically
My pc doesn?t turn off only the miner crashes


You could wrap it in a loop in the batch file.

e.g.

@echo off


:start

<<Start miner herre>>

goto start




This other command has the same function too right?

:loop
hsrminer_neoscrypt -o stratum+tcp://pool.unimining.net:4234 -u wallet -p c=DSR,stats
goto loop

AND how to setup a failover? To conect to other pool if the main is down.
Tried with ccminer too without sucess, really wanted to configure a failsafe pool

Yes exactly. That is the same thing.
I don't think that you have any functionality like that in ccminer or hsrminer. It may be incorporated in one of the multi-algo wrappers like Nemo miner or Sniffdog but not sure.
It's not overly complicated to write something basic that would take care of this but it requires some scripting skills.
I have a TPLink HS110 that I monitor every minute with a script. If the current power is below the expected power for more than a minute I restart the entire rig which takes care of a number of problems (freeze, network problems, etc.) not the nicest of solutions but it gets the work done.
mzutg
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
January 16, 2018, 10:15:35 AM
Last edit: January 16, 2018, 02:53:39 PM by mzutg
 #610

I have this error :

"Cuda error in func 'neoscrypt_cpu_hash_1070' at line 1460 : the launch timed out and was terminated."

Pic :
https://ibb.co/e5gAMm


I have 6gpus kfa2 gtx 1070 ex. I am on windows 10 pro updated and nvidia 390.65 drivers.

If someone could help me

SOLVED : Installed 388.3x drivers and not the latest 390
tutulfo
Full Member
***
Offline Offline

Activity: 322
Merit: 105


View Profile
January 16, 2018, 10:21:02 AM
 #611

6 major cons:
1. No options like -r and -R (similar to ccminer), can't loop for failover, etc
2. No API.
3. After startup I see per-card hashrate... but some time after it not displaying anymore
4. Sometimes it just hangs after swith to dev fee mining.
5. If program terminated, windows appear, with suggestion to End Task... not good for looping.
6. Build f....g linux version!


Check this out https://bitcointalk.org/index.php?topic=2765610, some of your problems are solved  Smiley


Be carefull with this, new account, he offer closed code miner fork..... 

Megaminer - Multi pool / Multi Algo launcher https://bitcointalk.org/index.php?topic=2059039.0
BTC: 1AVMHnFgc6SW33cwqrDyy2Fug9CsS8u6TM -------   LTC:  LVwuYbAvbMDVapheQBA7o2qQ2mKTEXVDbX
BCH: 1N7wsg4JmWJLP6BuHUP5rwsAXnQjTWPBjr --------  ETH: 0x9b7A01Bf5bD29c66d228d372B5bD1C43cDb78AcC
Vicus_temp
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
January 16, 2018, 10:23:25 AM
 #612

6 major cons:
1. No options like -r and -R (similar to ccminer), can't loop for failover, etc
2. No API.
3. After startup I see per-card hashrate... but some time after it not displaying anymore
4. Sometimes it just hangs after swith to dev fee mining.
5. If program terminated, windows appear, with suggestion to End Task... not good for looping.
6. Build f....g linux version!


Check this out https://bitcointalk.org/index.php?topic=2765610, some of your problems are solved  Smiley


Be carefull with this, new account, he offer closed code miner fork..... 
ty. I'm not so stupid to run this shit.
loray23
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
January 16, 2018, 10:43:03 AM
 #613

is there any linux binary (Ubuntu 17.x/Cuda 9.1x) to test or source?
kravinec
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
January 16, 2018, 11:37:21 AM
 #614

Hi, I have a strange problem with hsr. It throws at me two different errors. 'GPU0 - Invalid argument' and 'Api not available'. I am running 750 Ti. Anybody knows what could be the problem?

https://preview.ibb.co/fdVZE6/gingevitys.png
promomei
Sr. Member
****
Offline Offline

Activity: 399
Merit: 254



View Profile
January 16, 2018, 03:29:49 PM
 #615

Palgin can you check this problem
this is happening pretty often with miner Huh

https://ibb.co/idjUE6

My MSI burner set my rig to 75 power limit
But miner shows on  1060 --around 90
                              1070-- around 105(but msi still showing 75-80)

what is correct ?
Can i set power limit inside miner(bat file)?

thanks
Sayman_nsk
Full Member
***
Offline Offline

Activity: 237
Merit: 100


View Profile
January 16, 2018, 04:07:30 PM
 #616

Palgin can you check this problem
this is happening pretty often with miner Huh

https://ibb.co/idjUE6

My MSI burner set my rig to 75 power limit
But miner shows on  1060 --around 90
                              1070-- around 105(but msi still showing 75-80)

what is correct ?
Can i set power limit inside miner(bat file)?

thanks
MSI AF show in %, miner show in watt`s. 1060 in stock is 120w, 1070 - 150w. 75% from 120 (for 1060) = 90w and for 150w (1070) = 112,5w
MSI AF power limit work with %, not with watt`s.
NetopyrMan
Member
**
Offline Offline

Activity: 144
Merit: 10


View Profile
January 16, 2018, 04:38:28 PM
 #617

I just switched back to KlausTT 8.18 and i get more average hashrate as shown on the pool now.
Ditching untill new version

Yup, I can confirm that KlausT miner has higher hashrate on neoscrypt and no fee.


For 1050/1060/1070 series KlausT is better, this miner is better for 1080 series

i don't think soo, my 70ti have 1400hs (160w) using palgin work's
for now klaust has been defeated, but i only test for some hour
will do some test, maybe in saturday and sunday

cheers

exactly ... ive got around 1400 per 1070ti with hsr miner on 160w too and around 1100 on 1070 on 120w
genmauer
Newbie
*
Offline Offline

Activity: 84
Merit: 0


View Profile
January 16, 2018, 05:02:26 PM
 #618

Hello there, noob questions here!

1) My GTX 1070 show flags: 0, 1, 0. Whats mean this flags?
2) Can i put some code in my .bat to auto reboot when crash?


My stats:
CCminer - PL 100% - +150/+500   =    ~965kH/s
HSRminer - PL 100% - non-OC   =    ~1230kH/s

Change clock e memory speed don't change much on kH/s.

VGA: GIGABYTE GEFORCE GTX 1070 G1 Gaming 8G


promomei
Sr. Member
****
Offline Offline

Activity: 399
Merit: 254



View Profile
January 16, 2018, 05:08:26 PM
 #619

Palgin can you check this problem
this is happening pretty often with miner Huh

https://ibb.co/idjUE6

My MSI burner set my rig to 75 power limit
But miner shows on  1060 --around 90
                              1070-- around 105(but msi still showing 75-80)

what is correct ?
Can i set power limit inside miner(bat file)?

thanks
MSI AF show in %, miner show in watt`s. 1060 in stock is 120w, 1070 - 150w. 75% from 120 (for 1060) = 90w and for 150w (1070) = 112,5w
MSI AF power limit work with %, not with watt`s.

Got you
so to use less power i need do on AF power to 50% XD
but anyways can i do in bat file on nvidia cards power limit set ups ?
igotek
Hero Member
*****
Offline Offline

Activity: 2058
Merit: 608


Online Security & Investment Corporation


View Profile WWW
January 16, 2018, 05:17:47 PM
 #620

1122kh with Asus Dual GTX1070 8GB - no oc - 130w

I cannot live, I cannot die, trapped in myself.
Hold my breath as I wish for death. Oh please god, help me !
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 [31] 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!