Jump to content

Solo mine issue


Minerius
 Share

Recommended Posts

Hi all, I'm new to this forum. First of all I would like to let you guys know that I like the concept behind Denarius coin and so far I see much effort from developer and the rest of the team. So I decided to be part of this community and help the network as a miner. So let me explain what exactly is the issue for me. First of all I have a set of 6 GPUs (AMD Sapphire RX 480 Nitro+ 8GB) available for mining Denarius, in the next days if I figure out the correct way on how to solo mine I will stop ETC mining and put more workers in Denarius network. I followed all the instructions in the denarius.io website about solo mine , but after that the only info I got from the sgminer is "New block detected" or "Pool 0 not providing work fast enough". Also the shares are not increasing . I have the wallet open 24/7 to be synced with the Network and I'm since I have 4 active connections every time.

 

I have created in the AppData\Denarius folder the config file and just copied and pasted there what the docs say. In the sgminer I use the command:

 

sgminer.exe -o http://127.0.0.1:32339 -u denariususer -p xx

(I have tried https instead of http , but with no luck)

I can access the 127.0.0.1:32339 through my browser just to make sure the server is up and running. But then the shares are not increasing at all. Hope there is another member here who faces the same problem as I do. Thanks for your time. I'm happy being part of this community, we all let the good times roll !

  • Upvote 1
Link to comment
Share on other sites

You will not get shares from solo mining. Solo mining is a bit like gambling as you are competing on the network with your six GPUs vs. several mining pools with hundreds of miners. So with solo mining you will be lucky to find a block, which if you do you will receive the entire block reward. Mining on a pool is the best solution to this as you will receive shares for the work you put in.

Try doing

sgminer.exe -k tribus -o stratum+tcp://hashbag.cc:8688 -u <yourwalletaddress> -p whateveryouwant

Also welcome to the community! Glad to have you here! B|

  • Upvote 1

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

  • 3 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

Hi Marcus, first of all add some more nodes in the config file:

 

addnode=104.233.106.135:33339
addnode=109.205.244.150:33339
addnode=115.207.158.4:33339
addnode=130.255.12.2:33339
addnode=142.105.20.251:33339
addnode=147.135.191.162:33339
addnode=159.118.167.26:33339
addnode=163.172.4.66:33339
addnode=167.114.103.43:33339
addnode=172.93.53.210:33339
addnode=173.150.158.71:33339
addnode=189.186.121.70:33339
addnode=192.3.196.202:33339
addnode=200.92.17.152:33339
addnode=36.81.2.210:33339
addnode=37.146.173.97:33339
addnode=49.169.43.77:33339
addnode=5.9.112.62:33339
addnode=73.135.197.253:33339
addnode=75.174.67.156:33339
addnode=77.38.55.82:33339
addnode=82.114.227.101:33339
addnode=82.114.227.188:33339
addnode=82.114.234.204:33339
addnode=82.114.238.71:33339
addnode=82.114.251.198:33339
addnode=85.108.170.179:33339
addnode=88.254.45.178:33339
addnode=91.77.206.228:33339
addnode=94.250.129.128:33339

 

Have you tried solo mining, by replacing your local ip with 127.0.0.1(localhost) ?

 

Sgminer.exe --kernel tribus -o http://127.0.0.1:32339 -u DNR -p x

Edited by Minerius
Link to comment
Share on other sites

  • 1 month later...
9 hours ago, ldrvolga said:

friends, can help me
I'm new to this hobby
I immediately liked the identity of the creator of this coin
I decided to try myself in solo
but I can not beat the problem:

I'm very grateful for the help

bag.jpg

Try https://127.0.0.1:32339 instead of http://192.168.1.37:32339

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

Try adding to your denarius.conf: rpcallowip=127.0.0.1 instead. It is saying "Connection Refused" now instead of "Timed out", which I would think means it is just blocking the RPC connection, so allowing your local IP should do the trick. You could try rpcallowip=*.* but that is extremely insecure, but you could try it for testing.

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

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...