Pages:
Author

Topic: XMR-stak-JK 2.10.7 Compiled with no devfee (Updated: 2019-8-18) - page 10. (Read 28564 times)

legendary
Activity: 1848
Merit: 1165
My AR-15 ID's itself as a toaster. Want breakfast?
How to configure the display of statistics in the window of the miner (as in ccminer)?
how to disable support for mining on the CPU?
there is none.

to disable individual devices you should read this thread;  it already explains how to modify the settings and comment out the necessary lines and disable/change different devices in the nvidia.txt, cpu.txt and amd.txt....


What would be better is you should check readme.md, compile.md, etc on the official github:
https://github.com/fireice-uk/xmr-stak     Just scroll down;  there's links there to each subject.  It goes into great detail.

I didn't write the program, I just compiled the source with no devfee.
jr. member
Activity: 149
Merit: 3
How to configure the display of statistics in the window of the miner (as in ccminer)?
how to disable support for mining on the CPU?
legendary
Activity: 1848
Merit: 1165
My AR-15 ID's itself as a toaster. Want breakfast?
yes, this one is current, i am unaware of any algo changes coming up soon.
jr. member
Activity: 149
Merit: 3
please give the file a start.bat for GTX 1070.
I tormented myself half a day, I can not start it at all. I do not understand what to write there.

There is no batch file.

You run the app for the first time, answer the questions, and it generates .txt files with the configurations and starts mining right away.

When you go to run it thereafter, you simply launch the .exe to mine.


You can reference the docs or this thread for how to trim and modify each video card's properties/intensities; as well as how to create separate configurations for use with different pools/algos.


But;  if you wish to have the app auto-run at startup (especially in windows 10);  it should be run as administrator;  its folder should be in the root of C for example;  do not use a .lnk to launch it from the startup folder;  you must make a simple batch and the batch file should look something like this (modify it for your config; and this is the only reason you should need a batch file for xmr-stak):
Code:
@echo off
cd c:\XMR-stak-JK_2.4.4\
start xmr-stak.exe
Be sure this batch file is set to run as administrator.

Thanks, I will try. Tell me more, does this miner support Cryptonight v7 ?
legendary
Activity: 1848
Merit: 1165
My AR-15 ID's itself as a toaster. Want breakfast?
please give the file a start.bat for GTX 1070.
I tormented myself half a day, I can not start it at all. I do not understand what to write there.

There is no batch file.

You run the app for the first time, answer the questions, and it generates .txt files with the configurations and starts mining right away.

When you go to run it thereafter, you simply launch the .exe to mine.


You can reference the docs or this thread for how to trim and modify each video card's properties/intensities; as well as how to create separate configurations for use with different pools/algos.


But;  if you wish to have the app auto-run at startup (especially in windows 10);  it should be run as administrator;  its folder should be in the root of C for example;  do not use a .lnk to launch it from the startup folder;  you must make a simple batch and the batch file should look something like this (modify it for your config; and this should be one of the only reasons you should need a batch file for xmr-stak):
Code:
@echo off
cd c:\XMR-stak-JK_2.4.4\
start xmr-stak.exe
Be sure this batch file is set to run as administrator.
jr. member
Activity: 149
Merit: 3
this miner supports Cryptonight v7 ?
please give the file a start.bat for GTX 1070.
I tormented myself half a day, I can not start it at all. I do not understand what to write there.
full member
Activity: 420
Merit: 182

Update of my result, seems that it increased from 614 - 630/645H Thanks for the help.. Oh by the way what is the hashrate of your card? I am using Sapphire RX 580 8GB and MSI Gaming X 570 4Gb..
...

This card is on my main desktop so not a dedicated mining rig, but I'm doing about 740H/s on average with an Elpida powersaver ROM, core at 1200, mem at 1900 and no change to power limit.
legendary
Activity: 1848
Merit: 1165
My AR-15 ID's itself as a toaster. Want breakfast?
Calling 1080Ti users of this build:

I just got back from servicing a few of my friend's miners;  as well as disassembling and re-pasting cards to be resold...

At the end of my night;  I loaded xmr-stak 2.4.4 and it would crash when it loads the threads for the nvidia cards....    one card, both cards, either card... same result on the 1080 Ti's.


Here's a big rub:
I updated the video driver.  Clean DDE and install clean via the latest available download.    Same results.
Tried my build of 2.4.2.   Same results.
Tried modifying bfactor/bsleep.  Same results.


Here's the twist:
I was given a 1080 from him as a thanks for all the work today....    brought it home;  works like a champ (not Ti...).  We did not test XMR-stak on the 1080 machines, because they have all been dismantled, cleaned, and re-pasted and re-boxed to re-sell and invest the return in crypto during this low....   so;  in my own eyes, to this day I have seen it work with every card I can throw at it except:  1080Ti, and GTX 2xx series....



So has anyone here had success with their 1080 Ti's?
If so:
What OS, Video driver version, and make/model of card do you have?


FYI; this is a driver crash, leading to a cuda error because the driver crashed.    As mentioned above, changing bfactor/bsleep/threads changed nothing.   Mining other algos (xevan, skien, neoscrypt, etc) works fine.

Thanks.    Hopefully this will help me figure out whats really wrong.  
hero member
Activity: 2086
Merit: 562
I'm using 12 rx 570 nitro+ 8gb per rig and I only got 615H per card, is this hashrate power is okay or there is a way to increase it, I'm using the latest version of xmr-stak I hope somebody here put some help..

Thanks

Each card entry in your amd.txt file should look something like this:

{ "index" : 0, "intensity" : 800, "worksize" : 8, "affine_to_cpu" : false, "strided_index" : 2, "mem_chunk" : 2, "comp_mode" : false },
{ "index" : 0, "intensity" : 800, "worksize" : 8, "affine_to_cpu" : false, "strided_index" : 2, "mem_chunk" : 2, "comp_mode" : false },

With only the index number incrementing by 1 for each card. This gives 2 threads (why the lines are duplicated) with intensity of 800, etc. So, for example, the 2nd card would have entries like so:

{ "index" : 1, "intensity" : 800, "worksize" : 8, "affine_to_cpu" : false, "strided_index" : 2, "mem_chunk" : 2, "comp_mode" : false },
{ "index" : 1, "intensity" : 800, "worksize" : 8, "affine_to_cpu" : false, "strided_index" : 2, "mem_chunk" : 2, "comp_mode" : false },

Etc. up to the 12th card, which will have index of 11.



I will copy this settings on the AMD config txt? Or only the intensity, worksize and memchunk? sorry totally nood using this miner, since when i was started mining I only using claymore eth base and phoenix miner.

Update of my result, seems that it increased from 614 - 630/645H Thanks for the help.. Oh by the way what is the hashrate of your card? I am using Sapphire RX 580 8GB and MSI Gaming X 570 4Gb..

Here's the screenshot:

hero member
Activity: 2086
Merit: 562
I'm using 12 rx 570 nitro+ 8gb per rig and I only got 615H per card, is this hashrate power is okay or there is a way to increase it, I'm using the latest version of xmr-stak I hope somebody here put some help..

Thanks

Each card entry in your amd.txt file should look something like this:

{ "index" : 0, "intensity" : 800, "worksize" : 8, "affine_to_cpu" : false, "strided_index" : 2, "mem_chunk" : 2, "comp_mode" : false },
{ "index" : 0, "intensity" : 800, "worksize" : 8, "affine_to_cpu" : false, "strided_index" : 2, "mem_chunk" : 2, "comp_mode" : false },

With only the index number incrementing by 1 for each card. This gives 2 threads (why the lines are duplicated) with intensity of 800, etc. So, for example, the 2nd card would have entries like so:

{ "index" : 1, "intensity" : 800, "worksize" : 8, "affine_to_cpu" : false, "strided_index" : 2, "mem_chunk" : 2, "comp_mode" : false },
{ "index" : 1, "intensity" : 800, "worksize" : 8, "affine_to_cpu" : false, "strided_index" : 2, "mem_chunk" : 2, "comp_mode" : false },

Etc. up to the 12th card, which will have index of 11.



I will copy this settings on the AMD config txt? Or only the intensity, worksize and memchunk? sorry totally nood using this miner, since when i was started mining I only using claymore eth base and phoenix miner.
full member
Activity: 420
Merit: 182
I'm using 12 rx 570 nitro+ 8gb per rig and I only got 615H per card, is this hashrate power is okay or there is a way to increase it, I'm using the latest version of xmr-stak I hope somebody here put some help..

Thanks

Each card entry in your amd.txt file should look something like this:

{ "index" : 0, "intensity" : 800, "worksize" : 8, "affine_to_cpu" : false, "strided_index" : 2, "mem_chunk" : 2, "comp_mode" : false },
{ "index" : 0, "intensity" : 800, "worksize" : 8, "affine_to_cpu" : false, "strided_index" : 2, "mem_chunk" : 2, "comp_mode" : false },

With only the index number incrementing by 1 for each card. This gives 2 threads (why the lines are duplicated) with intensity of 800, etc. So, for example, the 2nd card would have entries like so:

{ "index" : 1, "intensity" : 800, "worksize" : 8, "affine_to_cpu" : false, "strided_index" : 2, "mem_chunk" : 2, "comp_mode" : false },
{ "index" : 1, "intensity" : 800, "worksize" : 8, "affine_to_cpu" : false, "strided_index" : 2, "mem_chunk" : 2, "comp_mode" : false },

Etc. up to the 12th card, which will have index of 11.

hero member
Activity: 2086
Merit: 562
Im getting errors about missing DLLs:

VCRUNTIME140D.dll
ucrtbased.dll
MSVCP140D.dll

I have basically all MS VC++ redistributables installed (from 2005 thru 2017). But since there is a D in the end of the file, i have the suspicion that these are debug-dlls. Any idea?

I got that same error too and tried installing visual ++c and nothing fix by doing that, I dunno why, I ask my friends about the error and they told me that I must uninstall and install the visual ++c but again, nothing happened.. I discovered that it will need to add more virtual memory to fix that error, I recently setting up the VM with 35K but after I add some VM to 55K and the error fixed.. This miner needs more Virtual memory to run smoothly.. Hope it helps.
hero member
Activity: 2086
Merit: 562
I'm using 12 rx 570 nitro+ 8gb per rig and I only got 615H per card, is this hashrate power is okay or there is a way to increase it, I'm using the latest version of xmr-stak I hope somebody here put some help..

Thanks
jr. member
Activity: 238
Merit: 1
thanks for making this. I tried to follow instructions, but I had trouble with visual studio since I already have a few versions of it installed, the cuda downloader for visual studio integration failed.

Yours worked instantly! 2 ez  Grin
you are welcome.


I have expeirenced a very strange connect error to nanopool on only one of my machines....  Anyone else getting this issue?

I'm not sure what the hell happens (because so far I have been asleep each time) but I have some issue which seems to crash three instances of the miner (2.4.4) running on two machines. Last night it was after running great for 16 hours, mining Loki (which has a very low difficulty right now which is good, but has taken a price hit - but I am HODLing anyway).

Did you manage to compile 2.4.5 yet? I was going to try to teach myself how sometime but it's like going back to f'ing school.....

no luck on trying with 2.4.5 yet.  Probably sometime tomorrow since Ill be at a location where I can uninstall and reinstall everything for the third time to try and compile it.

The issue was a fluke;  seems right before the completion of the new windows 18xx update.   I tried running 2.4.2, and it gave the same no connect error.

When I came home later that day my machine had rebooted itself automatically, and 2.4.4 launched no problems again.   It was an odd one.


Go into the CPU config, and remove the CPU threads.... leave it blank brackets {}.   See if stability comes back.   I have a LGA775 machine right now that gets TLS socket errors and reconnects every so often.  The auto emails from nanopool from that machine are quite annoying.

I got sick of windows sneaking in updates I had all my rigs running 10 pro with updates totally disabled and somehow they all updated so after playing on google for awhile I was able to find a win 10 pro stripped down with no apps or anything I haven't had one issue since

Do you have a link to this stripped-down version of Windows 10, I'd like to give it a go and see what happens.
legendary
Activity: 1848
Merit: 1165
My AR-15 ID's itself as a toaster. Want breakfast?
I have tried this miner and it all went good. Thank you dev for this great miner. It is more easy and profitable to mine xmr now.
Yep, I thank the dev for releasing the source as well.

I'll be gone for the weekend; hopefully I can pick this back up next week when I'm less busy....
jr. member
Activity: 238
Merit: 1
Honesly i am not yet try this software. It is seem nice software for mining with no fee. But i still choose claymore with dev fee, because i think dev fee is important for developing the software. Anyway thank for sharing new mining software, and i waiting news for it's speed mining.

I don't fundamentally begrudge the dev fee for the Claymore miner it's just the way it does it that results in a greater loss of mining than just the fee alone (time spent changing servers adds a significant loss).
Maybe longer periods between collecting dev fee and a lower dev fee (he must be loaded by now) would help.
newbie
Activity: 154
Merit: 0
Honesly i am not yet try this software. It is seem nice software for mining with no fee. But i still choose claymore with dev fee, because i think dev fee is important for developing the software. Anyway thank for sharing new mining software, and i waiting news for it's speed mining.
newbie
Activity: 18
Merit: 0
JaredKaragen, great work. Should I assume that you abandoned 2.4.5 or there isn't progress?

yeah.  for now, ive been focused on work... and every attempt so far at compiling 2.4.5 so far has failed.

I want to wipe the laptop Ive been using to compile, and try reinstalling everything fresh again and see where I can get.

I already have the doctored source to compile that removes all the devfee addresses and sets the devfee factor to zero.  I think the only thing I need to change is the build pull number (there's a giithub reference variable its compiled with that's linked to version,  I haven't changed that yet, but it really doesn't matter int he grand scope of things).

I did compile XTL stak at the same time I did 2.4.4... but it seems to not be a version people are after and Ill be ignoring it from now on.


You seem close and thank you for that. I think it's a refreshment to this thread as there wasn't any posts since June 26th or so.
legendary
Activity: 1848
Merit: 1165
My AR-15 ID's itself as a toaster. Want breakfast?
JaredKaragen, great work. Should I assume that you abandoned 2.4.5 or there isn't progress?

yeah.  for now, ive been focused on work... and every attempt so far at compiling 2.4.5 so far has failed.

I want to wipe the laptop Ive been using to compile, and try reinstalling everything fresh again and see where I can get.

I already have the doctored source to compile that removes all the devfee addresses and sets the devfee factor to zero.  I think the only thing I need to change is the build pull number (there's a giithub reference variable its compiled with that's linked to version,  I haven't changed that yet, but it really doesn't matter int he grand scope of things).

I did compile XTL stak at the same time I did 2.4.4... but it seems to not be a version people are after and Ill be ignoring it from now on.
newbie
Activity: 18
Merit: 0
JaredKaragen, great work. Should I assume that you abandoned 2.4.5 or there isn't progress?
Pages:
Jump to: