Jump to content

Recommended Posts

I am having issues setting up my miner...I have previously used the claymore miner to dual mine eth and sia. This is my bat file.

 

@echo off
echo "starting up sgminer" 

@setx GPU_FORCE_64BIT_PTR 0
@setx GPU_MAX_HEAP_SIZE 100
@setx GPU_USE_SYNC_OBJECTS 1
@setx GPU_SINGLE_ALLOC_PERCENT 100

Call :start

pause
GOTO ENDE


:start

@set GPU_MAX_ALLOC_PERCENT = 100

DEL /F *.bin
sgminer.exe -a tribus -o stratum+tcp://yiimp.ccminer.org:<8533> -u <DShQSQhPnsV3tv5iZBLj7uVCULtm6r1MWe> -p x
EXIT /B 0

:ENDE

  • Upvote 1
Link to comment
Share on other sites

Remove the < > brackets from the port and address :)

So the sgminer.exe part should be:

sgminer.exe -a tribus -o stratum+tcp://yiimp.ccminer.org:8533 -u DShQSQhPnsV3tv5iZBLj7uVCULtm6r1MWe -p x

You can change yiimp.ccminer.org:8533 to any other Denarius pool like hashbag.cc or pool.denarius.name or kawaiipool.party, etc.

Founder of BlockForums.org - PM me for any help - Join our Discord Server: https://discord.gg/UPpQy3n

100703395-b1ee6600-3360-11eb-82bc-96818c

Link to comment
Share on other sites

340 KH/s is not right for a RX480 4Gb...

Create a new bat file and just have: 

sgminer.exe -a tribus -o stratum+tcp://yiimp.ccminer.org:8533 -u DShQSQhPnsV3tv5iZBLj7uVCULtm6r1MWe -p x
pause

Try running that and see what happens.

Thanks,

Stu - (RecoStar)

Denarius Mod

denarius-dnr.png.c89033ca9f0500ec0bcdf83c7dbb6e27.png

Link to comment
Share on other sites

33 minutes ago, donies666 said:

try to run your miner by directly clicking dnr.cmd 
after properly  setting up your sgminer-dnr.conf

Hmmm that is strange. I think maybe try a different miner. Windows OS? If so try this one mate: 

https://github.com/carsenk/sph-sgminer-tribus/releases/download/1.0-tribus/sph-sgminer-tribus.zip

Thanks,

Stu - (RecoStar)

Denarius Mod

denarius-dnr.png.c89033ca9f0500ec0bcdf83c7dbb6e27.png

Link to comment
Share on other sites

Look in 

sgminer-dnr.conf

in your miner directory.

Or, when you start sgminer, look at what it says in the red square, as shown in my attached picture.

Looking at your previous screenshot, your intensity is at 8, which is pretty low.

To change your miners intensity setting, press g, then i and increase the intensity by 1, by entering the number and pressing enter. Let it run for a little while to see if it is stable, then try to increase it again. 

You could probably run with intensity 18 or 19..

sgminer_intensity_setting.png

Edited by KawaiiCrypto
  • Upvote 2
Link to comment
Share on other sites

On 7/14/2017 at 5:11 PM, Carsen said:

@RecoStar That is the old mining software...

The latest version is sgminer 5.3.8 with Tribus support: http://ccminer.org/preview/sgminer-x64-5.3.8.zip

Thanks Carsen, I've updated the links in the tutorial to point to the release sources which will be better to find latest versions of mining software.

  • Upvote 1

Thanks,

Stu - (RecoStar)

Denarius Mod

denarius-dnr.png.c89033ca9f0500ec0bcdf83c7dbb6e27.png

Link to comment
Share on other sites

13 hours ago, KawaiiCrypto said:

Look in 


sgminer-dnr.conf

in your miner directory.

Or, when you start sgminer, look at what it says in the red square, as shown in my attached picture.

Looking at your previous screenshot, your intensity is at 8, which is pretty low.

To change your miners intensity setting, press g, then i and increase the intensity by 1, by entering the number and pressing enter. Let it run for a little while to see if it is stable, then try to increase it again. 

You could probably run with intensity 18 or 19..

sgminer_intensity_setting.png

This appears to have worked...I am getting a reasonable has-rate now.

Does higher intensity mine faster?

  • Upvote 1
Link to comment
Share on other sites

2 minutes ago, cryptounicorn said:

This appears to have worked...I am getting a reasonable has-rate now.

Does higher intensity mine faster?

INTENSITY INFORMATION:

Intensity correlates with the size of work being submitted at any one time to a GPU. The higher the number the larger the size of work. Generally speaking finding an optimal value rather than the highest value is the correct approach as hash rate rises up to a point with higher intensities but above that, the device may be very slow to return responses, or produce errors.

  • Upvote 1

Thanks,

Stu - (RecoStar)

Denarius Mod

denarius-dnr.png.c89033ca9f0500ec0bcdf83c7dbb6e27.png

Link to comment
Share on other sites

  • 2 weeks later...
19 minutes ago, Michsupii said:

pls anyone with comprehensive mining tutorial ?

Check out this article that was posted on how to mine DNR: http://cryptovore.com/2017/07/05/how-to-mine-denarius-dnr/

Otherwise there is a lot of information here in the forums, check the other mining threads in this board. B|

Founder of BlockForums.org - PM me for any help - Join our Discord Server: https://discord.gg/UPpQy3n

100703395-b1ee6600-3360-11eb-82bc-96818c

Link to comment
Share on other sites

  • 2 weeks later...

Hello!
I'm having trouble mining alone.

My denarius.conf file:
Rpcuser = DNR
Rpcpassword = x
Rpcconnect = 192.168.254.11
Rpcallowip = 192.168.254.11
Rpcport = 32339
Server = 1
Daemon = 1
Listen = 1
Addnode = yiimp.ccminer.org
Addnode = 172.93.53.210
Addnode = hashbag.cc

My computer that has the wallet installed (with ccminer for nvidia):

ccminer-x64 -a tribus -o http://192.168.254.11:32339 -u DNR -p x
pause

Mining in this one works (computer whith wallet).

The problem is in the other computers on the network, they are AMD RX 4xx and 5xx with sgminer.
The .bat file:
Sgminer.exe --kernel tribus -o http://192.168.254.11:32339 -u DNR -p x
Or
Sgminer.exe --kernel tribus -o stratum + tcp: //192.168.254.11: 32339 -u DNR -p x

I've already unlocked the ports on the computer in my wallet. (Win10 Pro 64)


ERROR SGMINER:

[16:40:11] Kernel Tribus is experimental.
[16:40:22] Waiting for work to be available from pools.
[16:41:23] Kernel Tribus is experimental.
[16:41:23] Kernel Tribus is experimental.
[16:41:23] Probing for an alive pool
[16:41:27] Pool 0 slow/down or URL or credentials invalid
[16:42:23] No servers were found that could be used to get work from.
[16:42:23] Please check the details from the list below of the servers you have input
[16:42:23] Most likely you have input the wrong URL, forgotten to add a port, or have not set up workers
[16:42:23] Pool: 0  URL: http://192.168.254.11:32339  User: DNR  Password: x
[16:42:23] Press any key to exit, or sgminer will try again in 15s.
[16:42:42] Pool 0 slow/down or URL or credentials invalid
[16:43:38] No servers were found that could be used to get work from.
[16:43:38] Please check the details from the list below of the servers you have input
[16:43:38] Most likely you have input the wrong URL, forgotten to add a port, or have not set up workers
[16:43:38] Pool: 0  URL: http://192.168.254.11:32339  User: DNR  Password: x
[16:43:38] Press any key to exit, or sgminer will try again in 15s.

Can someone help me?
My email: [email protected]

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...