Bitcoin Forum
April 30, 2024, 08:26:05 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 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 ... 164 »
1101  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.8 - V8 & algo switching on: October 18, 2018, 03:39:28 PM
heyho, Im new to SRBMiner since today. All my Vega Rigs are running fine so far...except one Cheesy

Im trying to give each card manual settings, however it doesnt seem to work -> always get parseError. These are the settings im trying to use:

Quote
"gpu_conf" :
[
   { "id" : 0, "intensity" : 120, "worksize" : 16, "threads" : 2},
   { "id" : 1, "intensity" : 120, "worksize" : 16, "threads" : 2},
   { "id" : 2, "intensity" : 120, "worksize" : 16, "threads" : 2},
   { "id" : 3, "intensity" : 120, "worksize" : 16, "threads" : 2},
   { "id" : 4, "intensity" : 120, "worksize" : 16, "threads" : 2},
   { "id" : 5, "intensity" : 120, "worksize" : 16, "threads" : 2},
   { "id" : 6, "intensity" : 120, "worksize" : 16, "threads" : 2},
   { "id" : 7, "intensity" : 120, "worksize" : 16, "threads" : 2},
   { "id" : 8, "intensity" : 120, "worksize" : 16, "threads" : 2}
]

what am I doing wrong?

Thanks in advance

Post the whole config, this part looks OK
1102  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.8 - V8 & algo switching on: October 18, 2018, 03:38:43 PM
Guys, you won't get back your V7 hashrate, this algo gives less hashrate and consumes more power.
The most affected cards are Vega's.
1103  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.8 - V8 & algo switching on: October 18, 2018, 01:20:34 PM
Doc,  Switch over worked great, thx for your continued support...

Do we need to tweak any of the setting for V8 or will the v7 work well?

meaning card settings..

Not the same settings, depending on the card the intensity is about the same as on V7, but the worksize 8 isn't working out very well for V8, 16 or 32 is usually better.
1104  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.8 - V8 & algo switching on: October 18, 2018, 01:18:45 PM
Auto switch worked like a charm  Cool
Guys, we are now mining V8 Smiley

@NCarter84 , if miner works then API web server works too. When you think it crashed, open the api port in the browser, to check does it return json.

Would you be able to provide directions on how to do this?

Thanks

open http://127.0.0.1:21555 (this is the default port, if you changed it, use that port) in the browser, and if it 'shows you some text data' then the API is working OK.
1105  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.8 - V8 & algo switching on: October 18, 2018, 12:35:49 PM
Auto switch worked like a charm  Cool
Guys, we are now mining V8 Smiley

@NCarter84 , if miner works then API web server works too. When you think it crashed, open the api port in the browser, to check does it return json.
1106  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.8 - V8 & algo switching on: October 18, 2018, 09:38:11 AM
Hey Doc,

SRBMiner API call:
Code:
{    "rig_name": "GKMiner",    "cryptonight_type": "normalv7",    "miner_version": "1.6.8",    "driver_version": "24.20.11021.1000",    [u][b]"mining_time": 2[/b][/u],    "total_devices": 6,    "total_threads": 12,    "hashrate_total_now": 0,    "hashrate_total_1min": 0,    "hashrate_total_5min": 0,    "hashrate_total_30min": 0,    "hashrate_total_max": 0,    "pool": {        "pool": "asia.cryptonight-hub.miningpoolhub.com:20580",        "difficulty": 0,        [u][b]"time_connected": "1970-01-01 05:30:00",        "uptime": 1539850156[/b][/u],        "latency": 0,        "last_job_received": 1    },    "shares": {        "total": 0,        "accepted": 0,        "accepted_stale": 0,        "rejected": 0,        "avg_find_time": 0    },    "devices": [        {            "device": "GPU0",            "device_id": 0,            "model": "Radeon RX Vega",            "bus_id": 19,            "kernel_id": 1,            "hashrate": 0,            "core_clock": 1630,            "memory_clock": 1100,            "temperature": 41,            "fan_speed_rpm": 3795        },        {            "device": "GPU1",            "device_id": 1,            "model": "Radeon RX Vega",            "bus_id": 13,            "kernel_id": 1,            "hashrate": 0,            "core_clock": 1630,            "memory_clock": 1100,            "temperature": 40,            "fan_speed_rpm": 3743        },        {            "device": "GPU2",            "device_id": 2,            "model": "Radeon RX Vega",            "bus_id": 16,            "kernel_id": 1,            "hashrate": 0,            "core_clock": 1630,            "memory_clock": 1100,            "temperature": 40,            "fan_speed_rpm": 3819        },        {            "device": "GPU3",            "device_id": 3,            "model": "Radeon RX Vega",            "bus_id": 9,            "kernel_id": 1,            "hashrate": 0,            "core_clock": 1630,            "memory_clock": 1100,            "temperature": 38,            "fan_speed_rpm": 3833        },        {            "device": "GPU4",            "device_id": 4,            "model": "Radeon RX Vega",            "bus_id": 3,            "kernel_id": 1,            "hashrate": 0,            "core_clock": 1630,            "memory_clock": 1100,            "temperature": 38,            "fan_speed_rpm": 3760        },        {            "device": "GPU5",            "device_id": 5,            "model": "Radeon RX Vega",            "bus_id": 6,            "kernel_id": 1,            "hashrate": 0,            "core_clock": 1630,            "memory_clock": 1100,            "temperature": 39,            "fan_speed_rpm": 3809        }    ]}

This is an API call made after the miner has started("mining_time": 2), but before it is connected to the pool ("time_connected": "1970-01-01 05:30:00",        "uptime": 1539850156).
Can u fix this, so the Uptime shows 0 instead of the UNIX timestamp? Its throwing the charts crazy.

going to check it out Smiley
1107  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.8 - V8 & algo switching on: October 18, 2018, 09:01:30 AM
Why the MD5 checksum on the website www.srbminer.com and in the first post of this thread is different?
On the website www.srbminer.com MD5: f5fa1db91d56ea63b09343e724bc82fc *SRBMiner-CN-V1-6-8.zip
On this thread: MD5: 9a88b36a8ef2d4116b158c25d06721f6 *SRBMiner-CN-V1-6-8.zip

Oh, i forgot to change it on the site, MD5 of the latest release is : 9a88b36a8ef2d4116b158c25d06721f6 *SRBMiner-CN-V1-6-8.zip


Edit: Fixed
1108  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.8 - V8 & algo switching on: October 17, 2018, 03:42:49 PM
Talking about power... CNv2 (Monerov8) does use quite a bit more. Getting very close to the acceptable limit on my 1500W PSU on that 6x Vega rig. I need to undervolt a tad more.

Bad decision from the Monero team, this new algo draws a lot more power, and gives less hashrate than the previous V7.
Monero's price should go up if they want people to continue mining their coin.
1109  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.8 - V8 & algo switching on: October 17, 2018, 11:37:18 AM
Doc. I was asking but maybe I missed an answer. Is it possible to fix the problem - when miner doesn't start after reboot if there is no active local or rdp session? (I mean local monitor connected, or rdp session activated)
It just hangs on "heating up system".

I really don't know what could cause that, maybe someone here had the same issue and can help you.
1110  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.8 - V8 & algo switching on: October 17, 2018, 10:15:30 AM
Dok, is there a way to incorporate MoneroV8 into the pools-algoswitch file, i.e. moneroocean would switch to MoneroV8 automatically if it's included there? I'd like to keep using the normal algoswitching until the fork - and then, arguably, moneroocean would switch everyone to Monerov8 after the fork.

...or do I need to restrict mining to XMR and populate the pools-fork.txt file with the v7 and v8 pools for it to switch?

if you are using MO, and the pool sends you a new job that is V8, miner will restart automatically with the v8 settings, so you don't need the pools-fork.txt trick.

Fantastic!
I'll just add the v8 settings and pool under the algoswitch and bob's my uncle. If profitability lives up to expectations MO should switch to V8 pretty much straight after the fork goes live.

We will see Smiley
I am working on algo switching without miner restart, and everything works when NOT using MO (manual pool switch, that has different algo), but i still have to find why app crashes badly with MO algo switching  Grin
1111  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.8 - V8 & algo switching on: October 17, 2018, 10:02:23 AM
Dok, is there a way to incorporate MoneroV8 into the pools-algoswitch file, i.e. moneroocean would switch to MoneroV8 automatically if it's included there? I'd like to keep using the normal algoswitching until the fork - and then, arguably, moneroocean would switch everyone to Monerov8 after the fork.

...or do I need to restrict mining to XMR and populate the pools-fork.txt file with the v7 and v8 pools for it to switch?

if you are using MO, and the pool sends you a new job that is V8, miner will restart automatically with the v8 settings, so you don't need the pools-fork.txt trick.
1112  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.8 - V8 & algo switching on: October 17, 2018, 09:31:31 AM
Hi, I have this message from my pool.
"low difficulty share" if I use v8 instead v7
I use SRBMiner 1.6.8 with Vega64 and RX580.

Anyone can help me please?

Dont use V8 yet, Monero still haven't switch
1113  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.8 - V8 & algo switching on: October 17, 2018, 09:30:49 AM
I just checked on my test machines i have win10 v1703 and v1709, also win7 x64.

@hesido

I will (re) introduce a parameter in 1.6.9, which will probably help you re-gain the hashrate you had.
Just have to make the algo switching crash-free first  Grin
Well, hurry up, doc, you've got 24 hours! Grin (well actually less 'cause we can't really test at night)...

Can someone tell me how I can test CNv8 please? I need some kind of test-pool I can point my hash towards.

Test on http://killallasics.moneroworld.com
1114  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.8 - V8 & algo switching on: October 17, 2018, 05:30:20 AM
I just checked on my test machines i have win10 v1703 and v1709, also win7 x64.

@hesido

I will (re) introduce a parameter in 1.6.9, which will probably help you re-gain the hashrate you had.
Just have to make the algo switching crash-free first  Grin
1115  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.8 - V8 & algo switching on: October 17, 2018, 05:23:42 AM
So there is no way to get it to work with older AMD drivers like 15.12 ? This is on Windows 7.

Basically starting the start.bat or the SRBMiner-CN.exe results in an instant exit and doesn't even provide an error. Checked the log file and nothing was created.

put a pause at the end of the start.bat so it won't close the window and you probably have a parse error in the config file.
1116  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.8 - V8 & algo switching on: October 16, 2018, 06:25:43 AM
relative to pitcairn 370 2gb
I get a maximum of 370 h / s on v8
1000 - 1420 gpu / mem
-i 27 -w 16 -k 1
but new problems have arisen
there are compute errors on these maps
I tried the 18.6.1, 18.5.2 driver
changed the intensity of the core frequency and memory errors appear again
then tested v7 - 490h / s
970 - 1400 gpu / mem
-i 30 -w 8 -k 1
compute errors again
question where is the problem?

try on blockchain drivers, one of the users reported to me that on r7 370 on blockchain drivers works good with 1.6.8
1117  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.8 - V8 & algo switching on: October 16, 2018, 04:18:58 AM
is there any issue using AMD driver 22.19.659.0?  I have Vega 64's and am completely new to SRBminer.

You should try Smiley
It's working with the blockchain drivers.
1118  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.8 - V8 & algo switching on: October 15, 2018, 07:15:27 PM
hi i m trying to set up a multi-algo switching (Monero Ocean+ Miner2gether (XAO)
i set these 2 pools in pools-algo-switching with cryptonight_type option by pool
when i run miner it restart switching in loop cryptonightv7-->another MO currency-->cryptonight_V7-->another currency again and again with no mining
help plz
*SRBMiner 1.6.8

maybe a bug in 1.6.8, i will check it out
1119  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.8 - V8 & algo switching on: October 15, 2018, 07:03:43 PM
Loving this miner!

Just a quick query, is there any built in hash rate monitoring? Did I miss it?

Sometimes Vega's are dropping hash and a hash watch dog where you can set a threshold before the miner restarts would be awesome!

I guess you haven't check the first page, or the readme.txt.

config.txt

"min_rig_speed" : number - in H/S, it defines the minimum rig hashing speed we want to maintain. If 5 minute average hashing speed is less than this, miner restarts.
"min_rig_speed_duration" : number - in seconds (minimum is 30 sec), defines the time period for average hashing speed calculation, used with 'min_rig_speed' parameter
1120  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.8 - V8 & algo switching on: October 14, 2018, 07:53:16 PM
Hi

Excuse me because I am very new, I am trying to configure the intensities of the gpus manually.

If I use this configuration it works fine

{
"cryptonight_type" : "bittubev2",
"intensity" : 0,
"double_threads" : true
}


I'm trying to use this configuration but I do not know if it's okay

{
"cryptonight_type" : "bittubev2",
"gpu_conf" :
[
   { "id" : 0, "intensity" : 54, "worksize" : 8, "threads" : 2},
   { "id" : 1, "intensity" : 54, "worksize" : 8, "threads" : 2},
   { "id" : 2, "intensity" : 54, "worksize" : 8, "threads" : 2},
   { "id" : 3, "intensity" : 54, "worksize" : 8, "threads" : 2}
]
}


When the active rig is blocked, so I continue to use the initial configuration for now.

My gpus are rx 580/570

Is the configuration I try in manual wrong?

This should work:

Code:
{
"cryptonight_type" : "bittubev2",
"intensity" : 0,
"double_threads" : true,
"gpu_conf" :
[
{
 "id" : 0,
 "intensity" : 54,
 "worksize" : 8,
 "threads" : 2
},
        {
 "id" : 1,
 "intensity" : 54,
 "worksize" : 8,
 "threads" : 2
},
        {
 "id" : 2,
 "intensity" : 54,
 "worksize" : 8,
 "threads" : 2
},
        {
 "id" : 3,
 "intensity" : 54,
 "worksize" : 8,
 "threads" : 2
}
]
}

Quote
When the active rig is blocked

This i don't understand
Pages: « 1 ... 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 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 ... 164 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!