Bitcoin Forum
April 30, 2024, 08:22:54 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 99 [100] 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 ... 164 »
1981  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.2.6 on: April 07, 2018, 03:16:23 PM
V1.2.6
- Added console option to disable ADL, use it if you have that 'quits after 3 minutes or when pressing h' problem

If you are having this problem put --adldisable in start.bat :


FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq %EXE%"') DO IF %%x == %EXE% goto RUNNING
%EXE% -c config.txt --adldisable
TIMEOUT /T 15 /NOBREAK
1982  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.2.5 on: April 07, 2018, 12:36:56 PM
miner is crashing for the latest update after pressing h. its likely its because i have more than 9 gpus

probably because of ADL, i will add option to turn it off
1983  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.2.3 on: April 07, 2018, 08:08:14 AM
Hello.
Miner work about 3 minutes, then restart.
If I press h - its restart.
Win10, rx580.
What do you think?
same problem
win 7, onda d1800, 6x MSI RX550 2Gb

any copy paste from console or screenshot would be good.
Also algo and settings too...
1984  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.2.5 on: April 07, 2018, 05:50:21 AM
socket was close while receive data. is it ban or bad stellite server?
accept shares, accept shares and suddenly disconnection for all 3 rigs.  Huh

Its not ban don't worry.
You get banned for duplicate shares, but the miner reports that too.

Try downloading new version 1.2.5, you can set timeout for server connection in config file maybe that helps.


Optional config parameters :

"timeout" : WHEN IS A CONNECTION TO THE POOL TREATED AS TIMED OUT , IN SECONDS
"retry_time" : HOW MUCH TO WAIT TILL RECONNECTING WHEN DISCONNECTED FROM POOL, IN SECONDS
"giveup_limit" : HOW MANY TIMES TO TRY RECONNECTING, SET TO 0 FOR UNLIMITED
1985  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.2.5 on: April 07, 2018, 05:47:14 AM
V1.2.5
- Added optional parameters timeout, retry_time, and giveup_limit
- Hashrate is now displayed per GPU (not threads)
- Lowered auto detected intensity for CN Heavy algo
1986  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.2.4 on: April 06, 2018, 07:35:03 PM

Try 1.2.4 i upped the timeout to 30 sec, maybe this solves your problem.
I will make options for this too in conf.
And no gui will be, if i wanted gui i would start with that , not console Smiley

i think this solves my pool disconnection problems. excellent. thanks for fixing it.

anyway, still, it would be better if you include it to be configured in config.txt

all the 3 options i mentioned.

thanks.

i will make them optional settings, as im trying to make it simple as i can Smiley
1987  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.2.4 on: April 06, 2018, 07:03:33 PM
I'm mining with heavy algo. Will dev donation work? If not, can I get a dev sumo or haven address to donate to using the charity feature?

charity mining was removed from version 1.2.4 , and this is exactly the reason why. Too much algos, there would be problems if you would mine for ex monerov7 but charity isn't the same algo..
Devfee works as expected, for every algo there should be no problems anymore.
1988  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.2.4 on: April 06, 2018, 04:57:11 PM
Some of my observations regarding Sumo Heavy :

Rx570, Rx580 with 8g best settings are double_threads TRUE and Intensity 54. This gives me > 900 hs / card.

On 4G cards better works if double_threads is FALSE, and intensity is between 55-60, not every card can do 60 lol
1989  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.2.4 on: April 06, 2018, 04:55:15 PM
these random errors causing me to scratch my head figuring out.

i randomly get error on any pool "pool is not responding" thus causing recons.

can you add network timeout options like in xmr stak? so i can figure out if its the solution.

like:
call_timeout
retry_time
giveup_limit

also, web gui is a nice feature if not too much to ask.

thanks

Try 1.2.4 i upped the timeout to 30 sec, maybe this solves your problem.
I will make options for this too in conf.
And no gui will be, if i wanted gui i would start with that , not console Smiley
1990  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.2.3 on: April 06, 2018, 02:46:21 PM
Hello.
Miner work about 3 minutes, then restart.
If I press h - its restart.
Win10, rx580.
What do you think?

try making a custom config start with low intensity and go up until you find one that does not crash :

"gpu_conf" :
[
   { "id" : 0, "intensity" : 10, "double_threads" : true},
   { "id" : 1, "intensity" : 10, "double_threads" : false},
   { "id" : 2, "intensity" : 10, "double_threads" : true},
   { "id" : 3, "intensity" : 10, "double_threads" : true},
]
1991  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.2.4 on: April 06, 2018, 02:43:16 PM
V1.2.4
- Rewrote devfee mining code cause some were getting their IP blocked for 10 minutes when devfee mining stopped
- Removed charity option because these different forks complicate things too much
- Minor bug fixes
1992  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.2.3 on: April 06, 2018, 09:33:54 AM
Using "cryptonight_type" : "heavy", at hashvault sumokoin hashrate become low from 400 to 349

[2018-04-06 16:44:00] ADL initialised successfully!
[2018-04-06 16:44:00] Connecting to pool.sumokoin.hashvault.pro:5555
[2018-04-06 16:44:00] Connected to pool.
[2018-04-06 16:44:00] Pool difficulty: 50000
[2018-04-06 16:44:00] Pool sent a new job (ID: E/Ry9SoPgarEad9X9DfTfSpVhZO/)
[2018-04-06 16:44:00] Pool sent a new job (ID: eKPkEyN1oL6zWI+vn4a3wzCw9mVW)
[2018-04-06 16:44:02] Pool accepted result 0x0000E8F0
[2018-04-06 16:44:03] Pool difficulty: 499996
[2018-04-06 16:44:03] Pool sent a new job (ID: xfUrTkBCiD3l8Df9LnWkhCnFjKYt)
[2018-04-06 16:44:04] Pool accepted result 0x0000770E
[2018-04-06 16:44:17] GPU0[T0]:     348.0 H/S (T: 38c, RPM: 2037)
[2018-04-06 16:44:17] GPU0[T1]:     349.0 H/S (T: 38c, RPM: 2037)
[2018-04-06 16:44:17] GPU1[T2]:     351.0 H/S (T: 42c, RPM: 2247)
[2018-04-06 16:44:17] GPU1[T3]:     346.0 H/S (T: 42c, RPM: 2247)
[2018-04-06 16:44:17] GPU2[T4]:     349.0 H/S (T: 42c, RPM: 2269)
[2018-04-06 16:44:17] GPU2[T5]:     350.0 H/S (T: 42c, RPM: 2269)
[2018-04-06 16:44:17] GPU3[T6]:     349.0 H/S (T: 41c, RPM: 2315)
[2018-04-06 16:44:17] GPU3[T7]:     347.0 H/S (T: 41c, RPM: 2315)
[2018-04-06 16:44:17] GPU4[T8]:     342.0 H/S (T: 40c, RPM: 2216)
[2018-04-06 16:44:17] GPU4[T9]:     354.0 H/S (T: 40c, RPM: 2216)
[2018-04-06 16:44:17] GPU5[T10]:    348.0 H/S, (T: 51c, RPM: 1971)
[2018-04-06 16:44:17] GPU5[T11]:    348.0 H/S, (T: 51c, RPM: 1971)
[2018-04-06 16:44:17] GPU6[T12]:    349.0 H/S, (T: 41c, RPM: 2249)
[2018-04-06 16:44:17] GPU6[T13]:    349.0 H/S, (T: 41c, RPM: 2249)
[2018-04-06 16:44:17] GPU7[T14]:    349.0 H/S, (T: 40c, RPM: 2207)
[2018-04-06 16:44:17] GPU7[T15]:    349.0 H/S, (T: 40c, RPM: 2207)
[2018-04-06 16:44:17] Total:        5577.0 H/S

while at fairpool just work smooth:

[2018-04-06 16:47:47] Pool accepted result 0x001AB010
[2018-04-06 16:47:47] GPU0[T0]:     423.0 H/S (T: 40c, RPM: 2141)
[2018-04-06 16:47:47] GPU0[T1]:     406.0 H/S (T: 40c, RPM: 2141)
[2018-04-06 16:47:47] GPU1[T2]:     409.0 H/S (T: 44c, RPM: 2335)
[2018-04-06 16:47:47] GPU1[T3]:     418.0 H/S (T: 44c, RPM: 2335)
[2018-04-06 16:47:47] GPU2[T4]:     404.0 H/S (T: 46c, RPM: 2389)
[2018-04-06 16:47:47] GPU2[T5]:     424.0 H/S (T: 46c, RPM: 2389)
[2018-04-06 16:47:47] GPU3[T6]:     420.0 H/S (T: 44c, RPM: 2362)
[2018-04-06 16:47:47] GPU3[T7]:     403.0 H/S (T: 44c, RPM: 2362)
[2018-04-06 16:47:47] GPU4[T8]:     420.0 H/S (T: 43c, RPM: 2337)
[2018-04-06 16:47:47] GPU4[T9]:     410.0 H/S (T: 43c, RPM: 2337)
[2018-04-06 16:47:47] GPU5[T10]:    385.0 H/S, (T: 55c, RPM: 2008)
[2018-04-06 16:47:47] GPU5[T11]:    398.0 H/S, (T: 55c, RPM: 2008)
[2018-04-06 16:47:47] GPU6[T12]:    410.0 H/S, (T: 45c, RPM: 2379)
[2018-04-06 16:47:47] GPU6[T13]:    418.0 H/S, (T: 45c, RPM: 2379)
[2018-04-06 16:47:47] GPU7[T14]:    419.0 H/S, (T: 44c, RPM: 2345)
[2018-04-06 16:47:47] GPU7[T15]:    405.0 H/S, (T: 44c, RPM: 2345)
[2018-04-06 16:47:47] Total:        6572.0 H/S


Help please.....


Try to use higher diff port on that server, so it wont send jobs so often.
Everytime a new job is sent, gpu's start over working on the new job so that can be a reason why hashing speed shown is less
1993  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.2.3 on: April 06, 2018, 09:27:24 AM
sorry for the noobie question, but your premade start.bat is for the miner to restart right incase there is failure. now how to add parameters in your start.bat?

:START
FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq %EXE%"') DO IF %%x == %EXE% goto RUNNING
%EXE% -c config.txt -addyourparameterhere
TIMEOUT /T 15 /NOBREAK
goto START
1994  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.2.3 on: April 05, 2018, 11:23:34 PM
V1.2.3
- Fixed Nicehash extranonce thingy
- Fixed a bug with gpu_conf settings. Those forks screw things up
- Fixed devfee mining bug, again those forks..
- Added display of HW errors per thread
1995  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.2.2 on: April 05, 2018, 09:05:31 PM
i think you should improve the stats, which gpu is giving rejects/invalid, and the like.

also, im having a problem with errors:

accepted/total shares: 577/580 (and i cant find in the logs.txt whats causing the missing 3 shares)
network errors: 3 (maybe this is the reason?)

i think its related to error "pool is not responding"

is there something wrong with my setup?

i have 2 rigs connected with the same internet connection.

rig 1 doesnt have that problem, but rig 2 gave that error.

so i think its not pool related.

yes, those 3 shares were lost cause they couldn't be sent to the pool (pool not responding).
Probably connection was lost to the pool, nothing you can do about that.
1996  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.2.2 on: April 05, 2018, 06:47:18 PM
If the share is accepted dont worry. Stale share is a result that was sent after a new job arrived, its just an indication, so if server dont accept it, it would be a rejected share. Dont worry about it, maybe ill just remove that indication so people wont worry without a reason 😀

Yes probably that would be better idea.  Or just keep a count of the potential stale shares.  is there a way to figure out actual stale shares?

no that is something only the pool knows.
Also when diff is low jobs come very fast so thats another reason for stale shares.
1997  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.2.2 on: April 05, 2018, 06:46:43 PM
Rx 580 rig is mining monero at nanopool.Speed is only 740/card, lol, I've got 890/card with XMR stak 64.

when intensity is set at 0, the sw suggest an intensity of 124.
SO, I tried 121,122,123, etc to see the best intensity near it and to do so, I edit the gpuconf section
I've got 0 hashing speed on all threads, all the card.
I waited till all the screen became red. and then I stopped,

Reboot, intensity at 0, and it goes

changed to single gpu intensity, all red.

Reboot, all stock, the same thing.

thenI deleted all the *.srb

Reboot and  its the same.

First I tried at 0, then singles intensity and it doesn't work.

Last try I can do is : erase the *.srb, put everything stock, reboot, set intensity single and then launch WITHOUT launching intensity 0 first.

May be its trying to use the same *.srb (bin) just compiled for that intensity. I don't know
Later tonight I will try again

I want to help you so please copy paste result of this :

SRBMiner-CN.exe -listdevices (run from console)

I will make you a conf file for nanopool so you can try it.

edit:
looks like i maybe found a bug , will fix it and we will see
1998  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.2.2 on: April 05, 2018, 06:38:00 PM
I am mining sumokoin and I am getting a lot of stale shares. Is this normal?

Rig is running Rx580 and RX480 cards.

Code:
[2018-04-06 02:31:04] Pool accepted result 0x00153E20 ( STALE )
[2018-04-06 02:31:04] Pool accepted result 0x0007CF5D ( STALE )
[2018-04-06 02:31:05] Pool accepted result 0x000F6E88 ( STALE )
[2018-04-06 02:31:05] Pool accepted result 0x001E821A ( STALE )
[2018-04-06 02:31:05] Pool accepted result 0x00046013 ( STALE )
[2018-04-06 02:31:06] Pool accepted result 0x001E8B0A ( STALE )
[2018-04-06 02:31:06] Pool accepted result 0x0001724C ( STALE )
[2018-04-06 02:31:07] Pool accepted result 0x000484FC ( STALE )
[2018-04-06 02:31:07] Pool accepted result 0x001507DC ( STALE )
[2018-04-06 02:31:08] Pool accepted result 0x0017D419 ( STALE )
[2018-04-06 02:31:08] Pool accepted result 0x001588C2 ( STALE )
[2018-04-06 02:31:09] Pool accepted result 0x000FC691 ( STALE )
[2018-04-06 02:31:09] Pool accepted result 0x000C7269 ( STALE )
[2018-04-06 02:31:10] Pool accepted result 0x0000AF8F ( STALE )
[2018-04-06 02:31:10] Pool accepted result 0x00000357 ( STALE )
[2018-04-06 02:31:10] Pool accepted result 0x0006D0CA ( STALE )
[2018-04-06 02:31:11] Pool accepted result 0x001D3E60 ( STALE )
[2018-04-06 02:31:12] Pool accepted result 0x0012FE82 ( STALE )
[2018-04-06 02:31:12] Pool accepted result 0x000A6D0F ( STALE )
[2018-04-06 02:31:13] Pool accepted result 0x0002C7B9 ( STALE )
[2018-04-06 02:31:13] Pool accepted result 0x0017F22F ( STALE )
[2018-04-06 02:31:14] Pool accepted result 0x0000F7E5
[2018-04-06 02:31:14] Pool accepted result 0x0004959F
[2018-04-06 02:31:15] Pool accepted result 0x001D970D ( STALE )
[2018-04-06 02:31:15] Pool accepted result 0x00051FEB
[2018-04-06 02:31:15] Pool difficulty: 22029
[2018-04-06 02:31:15] Pool sent a new job (ID: d5be)
[2018-04-06 02:31:16] Pool accepted result 0x00076367 ( STALE )
[2018-04-06 02:31:16] Pool accepted result 0x000856D2 ( STALE )
[2018-04-06 02:31:17] Pool accepted result 0x00082D0D ( STALE )
[2018-04-06 02:31:17] Pool accepted result 0x0000CB8F ( STALE )
[2018-04-06 02:31:21] Pool difficulty: 74383
[2018-04-06 02:31:21] Pool sent a new job (ID: d5b9)
[2018-04-06 02:31:21] Pool accepted result 0x000023DC ( STALE )
[2018-04-06 02:31:22] Pool accepted result 0x0002E9C4 ( STALE )
[2018-04-06 02:32:02] Pool accepted result 0x0000CD7D

If the share is accepted dont worry. Stale share is a result that was sent after a new job arrived, its just an indication, so if server dont accept it, it would be a rejected share. Dont worry about it, maybe ill just remove that indication so people wont worry without a reason 😀
1999  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.2.2 on: April 05, 2018, 05:15:09 PM
I'm testing the miner on stellite pool but no luck... XMR-stak last version is working I get 1250khs  2X RX570
using SRBMiner I get only a thread running even if I set true on double switch on true. I'have a G1840  CPU

On a FX8320E and two RX560 ... i get 325 h/s for GPU  using xmr-stak ... I can't have a working script on SRBMiner !

So I stop testing!
I've tested even on old pool using "normal" algo ...  nothing to do it doesn't work!

if you use the latest v1.2.2 and this conf (stellite test pool):

{
"cryptonight_type" : "normalv7",
"intensity" : 0,
"double_threads" : true,
"target_temperature" : 0,
"pool_use_tls" : false,
"pool" : "148.251.154.104:53811",
"wallet" : "Se321oJNkfaGrN89Vmq6qGZb8587L53u2NVZbCrhhJujemaGMVNmr952oEsQAKGFojevSWDNcJK8GS8 Sy4manyrG2okoPyvfa",
"password" : "x",
"location" : "europe",
"log_file" : "",
}

it has to work.
2000  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.2.2 on: April 05, 2018, 04:45:27 PM
Spoke too soon...

1.2.2

Rx 580, with intensity set at 124 ( but it was 0 in the config) working

Rx 580, with intensity set at 121/122/123/124 ( but selected by gpu)  NOT working ( I was trying to find a better one)

I triple check the sintax, there is no parsing problem, it simply give no hashing.

do you get 0 hashing speed and then it restarts the miner or ?
also which algo type?
Pages: « 1 ... 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 99 [100] 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 ... 164 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!