Bitcoin Forum
June 19, 2024, 07:20:40 PM *
News: Voting for pizza day contest
 
   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 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 ... 228 »
  Print  
Author Topic: [NemosMiner] multi algo profit switching NVIDIA/CPU miner  (Read 289401 times)
Kentastic
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
July 26, 2017, 02:19:41 AM
 #941

yeah it is an older model, nvidia770 but I've got it to mine skunk before. now its having a hard time mining the x17 algo which I've seen my card run as well...and now skein; although I've never tested that with other mining programs. but yeah all of the same errors. unsupported

this is the bat I used for mine skunk only on zpool and it worked.

ccminer-x64 --algo=skunk -o stratum+tcp://skunk.mine.zpool.ca:8433 -u 19L7Y7yf1kUW25JMrVSRWnJu9ZZhp5HGUq

now this is the line this miner uses and says my device isn't supported.

Bin\NVIDIA-skunk\ccminerskunk.exe - skunk -o stratum+tcp://skunk.mine.zpool.ca:8433 -u 19L7Y7yf1kUW25JMrVSRWnJu9ZZhp5HGUq


try ccminer 1.7.6, or 1.8-dev for algos other than skunk which is only going to be in the newest miner apps since its a new algo;  If i stil had a 7 series, I would test all the copies I have collected over the years...  But for other algos, like X17, skein, etc... try wither of those 2 versions.

should be able to find links to them on github or cryptominingblog.

Just so I make sure I understand. You want me to replace the miners the program automatically tried to fire up with older ones to see if it works? sorry if I'm being dense.

So I went ahead and replaced some of the versions of ccminer that nemosminer would start with versions I know worked with my card and yeah its mining now! Thanks that was way easier than I had imagined.

Well I don't that was a cure all. It switched to sib using one of the ccminers I replaced and it shot off a bunch of low memory errors or something.
JaredKaragen
Legendary
*
Offline Offline

Activity: 1848
Merit: 1165


My AR-15 ID's itself as a toaster. Want breakfast?


View Profile WWW
July 26, 2017, 02:41:06 AM
 #942

yeah it is an older model, nvidia770 but I've got it to mine skunk before. now its having a hard time mining the x17 algo which I've seen my card run as well...and now skein; although I've never tested that with other mining programs. but yeah all of the same errors. unsupported

this is the bat I used for mine skunk only on zpool and it worked.

ccminer-x64 --algo=skunk -o stratum+tcp://skunk.mine.zpool.ca:8433 -u 19L7Y7yf1kUW25JMrVSRWnJu9ZZhp5HGUq

now this is the line this miner uses and says my device isn't supported.

Bin\NVIDIA-skunk\ccminerskunk.exe -a skunk -o stratum+tcp://skunk.mine.zpool.ca:8433 -u 19L7Y7yf1kUW25JMrVSRWnJu9ZZhp5HGUq


try ccminer 1.7.6, or 1.8-dev for algos other than skunk which is only going to be in the newest miner apps since its a new algo;  If i stil had a 7 series, I would test all the copies I have collected over the years...  But for other algos, like X17, skein, etc... try wither of those 2 versions.

should be able to find links to them on github or cryptominingblog.

Yeah;  to test, just make a quick batch file that just launches the miner you are testing;  using a very basic batch such as this:

mineskein.bat
Code:
ccminer176.exe -a skein -o stratum+tcp://mine.zpool.ca:4933 -u BTCADDRESS -p c=BTC,skein
pause


be sure to replace the btcaddress with your BTC address.

Once you find a compatible one;  check with minerx on how to integrate it into the powershell scripts.  It may be as easy as just replacing the offending miner app itself, naming the new one just like the old one was....  but he will know best.   I haven't looked at his scripts much.

I know nemosminer right now is using SP_'s pay-for-use/private-build miner app....  the problem with it not working now could be that he switched from the tpruvot version recently... but i am unsure if he originally was serving out the tpruvot version for skunk.

*edit* check my bold highlight;  it should be '-a' as i've corrected it.  your post only had a '-'

Link to my batch and script resources here.  

DO NOT TRUST YOBIT  -JK

Donations: 1Q8HjG8wMa3hgmDFbFHC9cADPLpm1xKHQM
Kentastic
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
July 26, 2017, 02:52:10 AM
 #943

yeah it is an older model, nvidia770 but I've got it to mine skunk before. now its having a hard time mining the x17 algo which I've seen my card run as well...and now skein; although I've never tested that with other mining programs. but yeah all of the same errors. unsupported

this is the bat I used for mine skunk only on zpool and it worked.

ccminer-x64 --algo=skunk -o stratum+tcp://skunk.mine.zpool.ca:8433 -u 19L7Y7yf1kUW25JMrVSRWnJu9ZZhp5HGUq

now this is the line this miner uses and says my device isn't supported.

Bin\NVIDIA-skunk\ccminerskunk.exe -a skunk -o stratum+tcp://skunk.mine.zpool.ca:8433 -u 19L7Y7yf1kUW25JMrVSRWnJu9ZZhp5HGUq


try ccminer 1.7.6, or 1.8-dev for algos other than skunk which is only going to be in the newest miner apps since its a new algo;  If i stil had a 7 series, I would test all the copies I have collected over the years...  But for other algos, like X17, skein, etc... try wither of those 2 versions.

should be able to find links to them on github or cryptominingblog.

Yeah;  to test, just make a quick batch file that just launches the miner you are testing;  using a very basic batch such as this:

mineskein.bat
Code:
ccminer176.exe -a skein -o stratum+tcp://mine.zpool.ca:4933 -u BTCADDRESS -p c=BTC,skein
pause


be sure to replace the btcaddress with your BTC address.

Once you find a compatible one;  check with minerx on how to integrate it into the powershell scripts.  It may be as easy as just replacing the offending miner app itself, naming the new one just like the old one was....  but he will know best.   I haven't looked at his scripts much.

I know nemosminer right now is using SP_'s pay-for-use/private-build miner app....  the problem with it not working now could be that he switched from the tpruvot version recently... but i am unsure if he originally was serving out the tpruvot version for skunk.

*edit* check my bold highlight;  it should be '-a' as i've corrected it.  your post only had a '-'

Yeah I typoed that "-a" earlier. Good eye. I think the best solution would be to point the script to the new miners for the trouble coins but that's pretty far above me without some guidance on where to start. I have been just deleting the trouble algos out of the start.bat and not worrying about it. I hope to upgrade my card soon but this is all hobby stuff for me so no big deal. I appreciate the help from everyone so far!
Legat
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
July 26, 2017, 05:11:27 AM
 #944

Hello. I use Nemosminer and great respect for dev. But one thing - how I can set GPU device to mine in Nemosminer 2.x.x? In Nemosminer 1.7.6 I use -d option, but in 2.x.x this option isnt support
minerx117 (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 256

NemosMiner-v3.8.1.3


View Profile
July 26, 2017, 06:40:42 AM
Last edit: July 26, 2017, 08:29:46 AM by minerx117
 #945

Hello. I use Nemosminer and great respect for dev. But one thing - how I can set GPU device to mine in Nemosminer 2.x.x? In Nemosminer 1.7.6 I use -d option, but in 2.x.x this option isnt support

it will be supported very soon.. sorry not implemented yet...  its on my "2 do list"  

atm 2.x.x  will use all gpu's by default

Regards
Nemo  

NemosMiner-v3.8.1.3
kopija
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
July 26, 2017, 09:24:47 AM
Last edit: July 26, 2017, 03:03:47 PM by kopija
 #946

Hi Nemos aficionados,
can somebody give me a hint how to put rig name into  start.bat so it shows on zpool like this
ID=NemosMiner-v2.0.9,nameoftherig,c=BTC
Thanks.

we are nothing but a smart contracts on a cosmic blockchain
cinderz45
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile WWW
July 26, 2017, 12:01:42 PM
 #947

Would it be possible in the next release of nemos to have the option for everything to run in the system tray or in a background process?

I tried using the -B command in the powershell files, but all that does is prevent Nemos from closing ccminer when the app makes a switch to a new algo.

I have a 1080 Ti mining on a home office computer, but the distraction of algo-switching prevents me from using it while working
dragonmike
Hero Member
*****
Offline Offline

Activity: 1274
Merit: 556



View Profile
July 26, 2017, 12:07:59 PM
 #948

I'm noticing a whole bunch of driver errors in my windows logs:

Quote
The description for Event ID 13 from source nvlddmkm cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event:

\Device\UVMLiteProcess1
Graphics Exception: ESR 0x51ca24=0x80000000 0x51ca28=0x0 0x51ca2c=0x0 0x51ca34=0x0

the message resource is present but the message is not found in the string/message table
what do you reckon?
ddu and install newer driver or any other problem?
MikeBuzz
Member
**
Offline Offline

Activity: 68
Merit: 10


View Profile
July 26, 2017, 03:21:08 PM
Last edit: July 26, 2017, 03:35:24 PM by MikeBuzz
 #949

How easy would it be adding the stats reporting to the pool option?

Beat the withdrawal fees using Coinbase and Revolut Fee Free Banking!!
redalert2
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
July 26, 2017, 04:24:40 PM
 #950

Any 2x gtx1070 owners? What hashrate are you guys getting on skunk algorithm?
I'm getting around almost 50 on power 80, +100 gpu clock
minerx117 (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 256

NemosMiner-v3.8.1.3


View Profile
July 26, 2017, 06:05:57 PM
 #951

Hi Nemos aficionados,
can somebody give me a hint how to put rig name into  start.bat so it shows on zpool like this
ID=NemosMiner-v2.0.9,nameoftherig,c=BTC
Thanks.


edit:  NemosMiner-v2.0.9.ps1

find: WorkerName = "ID=NemosMiner-v2.0.9",

change it to want you want eg.  WorkerName = "ID=NemosMiner-v2.0.9/1050ti",

i'll add -WorkerName to start.bat in next update..

Regards
Nemo

NemosMiner-v3.8.1.3
minerx117 (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 256

NemosMiner-v3.8.1.3


View Profile
July 26, 2017, 06:12:46 PM
 #952

I'm noticing a whole bunch of driver errors in my windows logs:

Quote
The description for Event ID 13 from source nvlddmkm cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event:

\Device\UVMLiteProcess1
Graphics Exception: ESR 0x51ca24=0x80000000 0x51ca28=0x0 0x51ca2c=0x0 0x51ca34=0x0

the message resource is present but the message is not found in the string/message table
what do you reckon?
ddu and install newer driver or any other problem?


same drivers as previous versions im just running the latest drivers on all my rigs... no issues's for me and my test rigs.. i got 1050ti's/1060's/1070's & 1080ti's all running great with 2.0.9.....

NemosMiner-v3.8.1.3
MikeBuzz
Member
**
Offline Offline

Activity: 68
Merit: 10


View Profile
July 26, 2017, 07:25:11 PM
 #953

Can the following be added in next release

https://github.com/palginpav/ccminer/releases/download/skunk-1/ccminer-1.0-skunk.zip

Beat the withdrawal fees using Coinbase and Revolut Fee Free Banking!!
oossaa
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
July 26, 2017, 08:53:00 PM
 #954

"cashen" for Nvidia Inspector you can just use these commands:

NVI_0_2_200_-1000_80_83_0      

that = (gpu device 0 / core + 200 / mem -1000 / powertarget 80% / temp 83)

Im sorry. How to use these commands?
If the command needs to be written to a bat-file, please provide an example. Thank you.
minerx117 (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 256

NemosMiner-v3.8.1.3


View Profile
July 26, 2017, 11:42:06 PM
 #955

"cashen" for Nvidia Inspector you can just use these commands:

NVI_0_2_200_-1000_80_83_0      

that = (gpu device 0 / core + 200 / mem -1000 / powertarget 80% / temp 83)

Im sorry. How to use these commands?
If the command needs to be written to a bat-file, please provide an example. Thank you.

download Nvidia Inspector:

http://www.guru3d.com/files-get/nvidia-inspector-download,4.html

click showOverclocking:
make your Over clock to suit you:
click apply current clocks and voltage
click create Clocks Shortcut (that will add the command to your desktop ready to run anytime you wish)

: )

Nemo

NemosMiner-v3.8.1.3
jimmykl
Full Member
***
Offline Offline

Activity: 349
Merit: 102


View Profile
July 27, 2017, 03:18:24 AM
 #956

"cashen" for Nvidia Inspector you can just use these commands:

NVI_0_2_200_-1000_80_83_0      

that = (gpu device 0 / core + 200 / mem -1000 / powertarget 80% / temp 83)

Im sorry. How to use these commands?
If the command needs to be written to a bat-file, please provide an example. Thank you.

download Nvidia Inspector:

http://www.guru3d.com/files-get/nvidia-inspector-download,4.html

click showOverclocking:
make your Over clock to suit you:
click apply current clocks and voltage
click create Clocks Shortcut (that will add the command to your desktop ready to run anytime you wish)

: )

Nemo

Is this a good overclock for all algos used by nemosminer – bump up core and underclock memory?
minerx117 (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 256

NemosMiner-v3.8.1.3


View Profile
July 27, 2017, 05:58:53 AM
Last edit: July 27, 2017, 07:23:14 AM by minerx117
 #957

why don't you try it and find out, for yourself...  but yes most algo's like higher core clock rather than  mem

NemosMiner-v3.8.1.3
Tamashito
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
July 27, 2017, 06:05:06 AM
 #958

Nemo it would be really cool if you put the option to choose what gpu's we wanted to run with the miner, just like what can be done back on nemosminer v1 Smiley
minerx117 (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 256

NemosMiner-v3.8.1.3


View Profile
July 27, 2017, 07:22:08 AM
 #959

Nemo it would be really cool if you put the option to choose what gpu's we wanted to run with the miner, just like what can be done back on nemosminer v1 Smiley

it will be supported very soon.. sorry not implemented yet...  its on my "2 do list" 

atm 2.x.x  will use all gpu's by default

Regards
Nemo

NemosMiner-v3.8.1.3
Tamashito
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
July 27, 2017, 08:12:19 AM
 #960

Nemo it would be really cool if you put the option to choose what gpu's we wanted to run with the miner, just like what can be done back on nemosminer v1 Smiley

it will be supported very soon.. sorry not implemented yet...  its on my "2 do list" 

atm 2.x.x  will use all gpu's by default

Regards
Nemo

No need to apologize, it's us who appreciate your efforts on making the miner scene a better place. I will gladly keep sharing some of my hash power with you.

Thanks a lot!
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 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 ... 228 »
  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!