Search content
Sort by

Showing 7 of 7 results by kusuma
Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.5.8
by
kusuma
on 03/06/2018, 12:00:27 UTC
V1.5.8
- Fixed a bug in pool switching process
- Fixed a bug in watchdog's "reboot_script"
- Changed default devfee pool for Heavy algo

+ I would like to politely ask everyone if they appreciate my work, to switch their miners to this new version.

The default devfee pool for heavy algo was pool.sumokoin.com, which is under the control of the origin Sumo team.
They self-decided, without any community voting or anything to switch their algo back to now ASIC friendly Cryptonight from block 137500.
That will happen in about two days.
What this means to users of SRBMiner/Me ? On previous versions if you mine any coin on 'heavy' algo from monday, the devfee will connect to pool.sumokoin.com using 'heavy' algo,
but the pool will be using classic CN, so shares will be ALL rejected, and i won't be getting the 0.85% fee.



Thank you in advance, if you are going to support me and going to switch to this version.

Switching now.  Can i just replace the .exe file in the miner directory?

thank you, yes its enough if you were using one of the newer versions > 1.4.0

Switched all 200kh+ of my miners to 1.5.8, Thank you... keep up the great works
Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.5.1
by
kusuma
on 06/05/2018, 15:01:46 UTC
Did not find a monitoring solution from a third party, so I made my simple html + JS dashboard )))

https://prntscr.com/jectz0

Could you please share us your code... Thank you
Post
Topic
Board Mining (Altcoins)
Re: Genesis Mining Presents: SGMiner-GM - now with Zawawa's GG! [Updated 17/01/2017]
by
kusuma
on 25/01/2018, 00:02:24 UTC
Please help me in simplemining
I want mined etn with this miner in simplemining
But not can
This code  true

--kernel CryptoNight -o ssl://etn-eu1.nanopool.org:13433 etnkAay8c8VgLCvBRK5cXmQu7urcG9mDjBpZj1UdzB3nXTsxQfK5Sg6K3vWN5RzYSdFgR8s1kyGZhGR eNDW2Cmpb8i7jAf9myY.test -p x -T

Not working
Miner ended crashed

missing -u before your wallet, try this
--kernel CryptoNight -o ssl://etn-eu1.nanopool.org:13433 -u  etnkAay8c8VgLCvBRK5cXmQu7urcG9mDjBpZj1UdzB3nXTsxQfK5Sg6K3vWN5RzYSdFgR8s1kyGZhGR eNDW2Cmpb8i7jAf9myY.test -p x -T

Post
Topic
Board Mining (Altcoins)
Re: [GUIDE][AMD][NVIDIA][CPU][XMR]How to Mine Monero + Miners Download Links ⛏
by
kusuma
on 15/10/2017, 13:28:13 UTC
Hi ya all, pardon my ignorance being a newbie in xmr,

Just a curious question, is it normal in sgminer-gm 5.5.5 mining xmr with poworcolor rx470 4g(elpida) clocking 1106@2025  to have such a big difference in hash rate(-20%) in the same hardware different os, same config --rawintensity 752 -w 8 -g 2,

windows10(beta blockchain 11aug)
 avg 861h/s each gpu
linux ubuntu 17.04(dagfix installed)
 avg 695h/s each gpu

while mining ethereum, I got 30mh/s in windows, a fraction bit lower 29.6mh in linux with the same conditions.

Please lead me to the right direction and point me out what could be wrong?

Thank you so much.




Having same problem. You can put higher intensity, but gpu threads does nothing in linux, at least for me.
Thank you Christiano88, indeed ri 896 give it a lil boost, still a distance away
Post
Topic
Board Mining (Altcoins)
Re: [GUIDE][AMD][NVIDIA][CPU][XMR]How to Mine Monero + Miners Download Links ⛏
by
kusuma
on 15/10/2017, 02:56:08 UTC
Hi ya all, pardon my ignorance being a newbie in xmr,

Just a curious question, is it normal in sgminer-gm 5.5.5 mining xmr with poworcolor rx470 4g(elpida) clocking 1106@2025  to have such a big difference in hash rate(-20%) in the same hardware different os, same config --rawintensity 752 -w 8 -g 2,

windows10(beta blockchain 11aug)
 avg 861h/s each gpu
linux ubuntu 17.04(dagfix installed)
 avg 695h/s each gpu

while mining ethereum, I got 30mh/s in windows, a fraction bit lower 29.6mh in linux with the same conditions.

Please lead me to the right direction and point me out what could be wrong?

Thank you so much.


Post
Topic
Board Mining (Altcoins)
Re: [OS] rxOC easy-to-use Linux AMD Mining v0012
by
kusuma
on 11/09/2017, 15:41:52 UTC
Hello FullZero and all,
Thank you for this great rxOC v12, has been using it for two weeks with biostar tb250-btc pro 12pcie(but only 6 rx570 attached). Until today, I add another 6 rx570, it wont boot into my terminal, while I have enable 6+ gpu in bios, have set tolud to 3.5g, tried legacy/uefi combinations for storage and graphic in bios boot, still no luck today, the furthest I can go is until a message box pops telling me "the system is running in low graphics mode"(but I plug my hdmi into the same main gpu n monitor), if I click OK, it leads me to several options,
1, try running with default graphical mode
2, reconfigure graphics
3,trouble shoot the error
4, exit to console login
 but I was unable to choose other options except the first one, which brings me back to "the system is running in low graphics mode".... if I move to console 2, I could login to cli, and able to start claymore manually with 12 gpus working.

I am lost now, switching back to 6gpu, and everything is working perfectly.

Somebody please enlighten me to let all 12gpus working.

Thank you in advance

I have had a similar experience using 6x proDuo (although this begins to happen when more than 3x proDuo are used)  I will look into this more for v0013; for now what I am doing is starting the mining process via ssh on this rig, which is essentially the same as starting it manually from console mode, but easier as it doesn't require me to attach a monitor / keyboard / mouse to the rig.

I noted the ip for the rig, then on another computer; I use the terminal cmd:

Code:
ssh m1@the_rigs_ip_here

and press enter, then type yes (if it is the first time I am accessing the rig via ssh), then I enter miner1 as the password (unless you have changed it)

then I enter the cmd:

Code:
bash 2unix

this launches the OC, then mining process.




Thank you so much for your reply, will give it a try tomorrow.
Waiting for the better v013.
Post
Topic
Board Mining (Altcoins)
Re: [OS] rxOC easy-to-use Linux AMD Mining v0012
by
kusuma
on 07/09/2017, 17:25:11 UTC
Hello FullZero and all,
Thank you for this great rxOC v12, has been using it for two weeks with biostar tb250-btc pro 12pcie(but only 6 rx570 attached). Until today, I add another 6 rx570, it wont boot into my terminal, while I have enable 6+ gpu in bios, have set tolud to 3.5g, tried legacy/uefi combinations for storage and graphic in bios boot, still no luck today, the furthest I can go is until a message box pops telling me "the system is running in low graphics mode"(but I plug my hdmi into the same main gpu n monitor), if I click OK, it leads me to several options,
1, try running with default graphical mode
2, reconfigure graphics
3,trouble shoot the error
4, exit to console login
 but I was unable to choose other options except the first one, which brings me back to "the system is running in low graphics mode".... if I move to console 2, I could login to cli, and able to start claymore manually with 12 gpus working.

I am lost now, switching back to 6gpu, and everything is working perfectly.

Somebody please enlighten me to let all 12gpus working.

Thank you in advance