Bitcoin Forum
June 01, 2024, 06:23:58 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 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 ... 164 »
1961  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.3.1 on: April 09, 2018, 02:25:55 PM
its up just download it again from mega :

https://mega.nz/#F!qVIgxAwB!kKmgCDICmQwbdVvMb-tAag

thanks
1962  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.3.1 on: April 09, 2018, 02:20:07 PM
Just an info, next stop is the failover pools, after that i go on ADL (temperature, clocks, voltage etc..) this one will be an interesting trip Smiley, then API that gives back basic data.
1963  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.3.1 on: April 09, 2018, 02:18:13 PM
Hi all,
srbminer doesn't run. It says 'config.txt parse error'. I have doublechecked the config file, but cannot find where I am wrong.

Thank you.

start.bat is unmodified.

P.S
claymore cryptonight runs fine.

Code:
{
/* Type can be : normal, normalv7, lite, litev7, heavy, ultraheavy  */
"cryptonight_type" : "normalv7",

/* Intensity 0-> auto intensity, or value from 1-300  */
"intensity" : 47,

/* To use 2 threads per card set double_threads to true  */
"double_threads" : true,

/* Gpu target temperature, leave it on 0 if you don't want to use this option  */
"target_temperature" : 60,

/* If you use a SSL/TLS encrypted pool set this to true*/
"pool_use_tls" : false,

/* Mining pool address WITHOUT the stratum+tcp:// or stratum+tls:// part  */
"pool" : "xmr-asia1.nanopool.org:14444",

/* Address of you wallet  */
"wallet" : "48uBGByHY6FdkwQE73depXLvoMYADDRESSHERE",

/* Password for your wallet, probably just x  */
"password" : "x",

/* Location for devfee servers, to get better latency  */
"location" : "asia",

/* If you want to log console output, put a filename here  */
"log_file" : "",

/* Advanced settings for each GPU manually */
/* Put in devices that you want to use, if you for ex. don't want to use gpu 2, just don't insert it,like in this example */
/* Id starts from 0 , not from 1 !! */
/* To get a list of available devices with their id's, use --listdevices parameter */
/* This is just an example, edit it and remove comment lines !! */

*/"gpu_conf" :
[
{ "id" : 0, "intensity" : 0, "worksize" : 8, "threads" : 1},
{ "id" : 1, "intensity" : 20, "worksize" : 16, "threads" : 2},
{ "id" : 3, "intensity" : 30, "worksize" : 16, "threads" : 2},
{ "id" : 4, "intensity" : 0, "worksize" : 8, "threads" : 1},
]*/
}

You've */ messed up in gpu_conf of your script. 

its not his fault im the guilty one here, as im so tired that i uploaded a messed up config.txt.
I re uploaded the zip, corrected that. Sorry guys,time for me to rest a little Cheesy
1964  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.3.0 on: April 09, 2018, 09:55:37 AM
does anyone get from time to time errors like this

[2018-04-09 10:00:53] Warning: thread1 hashing speed is 0 (1)
[2018-04-09 10:00:53] Warning: thread2 hashing speed is 0 (1)
[2018-04-09 10:00:53] Warning: thread3 hashing speed is 0 (1)
[2018-04-09 10:00:53] Warning: thread4 hashing speed is 0 (1)
[2018-04-09 10:00:53] Warning: thread5 hashing speed is 0 (1)
[2018-04-09 10:00:53] Warning: thread6 hashing speed is 0 (1)
[2018-04-09 10:00:53] Warning: thread7 hashing speed is 0 (1)
[2018-04-09 10:00:53] Warning: thread8 hashing speed is 0 (1)
[2018-04-09 10:00:53] Warning: thread9 hashing speed is 0 (1)

or invalid job can the problem be from the pool ?
If so can u help me fix it

I have seen these errors when intensity was too high. Which cards are you using and which intensity?

Intensity 0 mean auto config, sometimes that setting is not good, so you have to manually try intensities, like in every other miner software... Smiley
Also just read this : https://bitcointalk.org/index.php?topic=3167363.msg32748623#msg32748623

Too many times same questions asked because people are just lazy to read.

intensity is 0 and the cards are sapphire rx 580 nitro+ 4gb .... so should i set it to like 40 or so ?

That's strange, which pool are you using? Maybe it could be a connection problem, probably the developer knows best.
1965  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.3.1 on: April 09, 2018, 09:50:38 AM
V1.3.1
- 'gpu_conf' is now a little more advanced , added worksize and threads option, for more fine tuning
- Intensity now goes from 0-300 , because on Lite and LiteV7 some cards can go more than 200
- Changed color scheme a little bit
- Some optimisations for Hawaii cards (290, 290x, 390, 390x), set intensity to 0 and double_threads to true, or play with manual settings in the 'gpu_conf' part

Note:
You can still use the old config style for 'gpu_conf' i f you want (id, intensity, double_threads). If mixing double_threads and threads, threads will win and be accepted  Grin
1966  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.3.0 on: April 09, 2018, 07:40:40 AM
Okay, there's one thing I cannot understand and that is how to setup the .bat file Cheesy I copied the following thing to the config.txt file:

Code:
{
"cryptonight_type" : NORMAL
"intensity" : 0,
"double_threads" : TRUE,
"target_temperature" : 45,
"pool_use_tls" : FALSE,
"pool" : "etn-eu1.nanopool.org:13333",
"wallet" : "xxx",
"password" : "x",
"location" : "EUROPE",
"log_file" : "IF YOU WANT TO LOG MINER OUTPUT PUT A FILENAME HERE"
}

I did not make any changes in the .bat file, because I wasn't too sure if I should be doing it. When I start the bat file, it loads something and afterwards I receive an error in the config.txt file (ParseError). Can anyone explain what do I exactly need to do to fix this issue?
Just add comma
Quote
,
after "cryptonight_type" : NORMAL

and quotes too, like "normal"
1967  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.3.0 on: April 08, 2018, 03:13:52 PM
can you add this new variant of cn light please?

Cryptonight-LightV1

https://github.com/fireice-uk/xmr-stak/issues/1227 - this might help

turtlecoin already switched you can use litev7 to mine it
1968  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.2.6 on: April 08, 2018, 09:27:05 AM

I do understand, as a temporary fix, i am starting sgminer first to put fixed fan speed on.
Any more convenient workaround would be great! even temporary. (radeon wattman/afterburner - is not a solution, as it`s not reliable and cannot be deployed/tested fast on hundred of rigs.)

I cannot use your miner directly as ~60C (def temperature fans starts spinup) is too much for lexa cards to mine 24/7.


Just found some workaround myself..

Whoever need ADL fan control after turning off adl w SRBMiner - could use:
https://github.com/BackupGGCode/overdrive5



this is quite old, on which cards and drivers is it working for you ?
1969  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.3.0 on: April 08, 2018, 09:10:59 AM
hello Doctor, thank you for the miner
I have a question, I'm using right now sgm miner for my RX570 to mine Electroneum, and the performance about 950 h/s
I checked few pages of this tread to find out whet performance figures your miner can do, but fail! I'm sure you have some figures for RX card and vegas, can you put them into the first page?

no because the results are not same for everyone, same cards with different straps can do +-200hs even more.
So there is no exact number, you have to try yourself.
1970  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.3.0 on: April 08, 2018, 08:32:03 AM
Farm with 12 RX550 2Gb Baffin
If I press 'h' - miner stop work.
Version 1.3.0

try this :

https://bitcointalk.org/index.php?topic=3167363.msg34158669#msg34158669
1971  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [EXVO] Decentralised, Community Focused AIRDROP | Exchange Platform | Masternode on: April 08, 2018, 07:03:08 AM
You guys are doing a great job!
Very active and transparent, this is why this project will succeed!
1972  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.2.6 on: April 08, 2018, 07:01:27 AM
what are disadvantages of --adldisable?

No temperature reporting , nothing special Smiley


it also mean no temperature control? no target temp holding?

turning off adl fixed all my 12 cards rigs. now they work on your miner, however I think there should be a feature to at least set fixed fan speed during start, no control needed later then.

Thank you!


this is a temporary fix (turning it off), i will look into fixing it
1973  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.2.3 on: April 08, 2018, 07:00:02 AM
will the balance algorithm be implemented ? like load-balance to gatelessgate?

i don't know what that is ?

mining on several pools or coins in percentage

example

Code:
"pools":
[
{
"name": "monero",
"user": "41nujo2JithhQHT4yQMDaf3iSJtuHfkrodNXdghjlwvki7dxCXqiqBQTsy6i4TRkrkGARAFAaoCsUsV5DK5xoC34PFw7D6ExWMbp",
"pass": "VEGA1",
"quota": "50;pool.monero.hashvault.pro:3334"},
{
"name": "sumo",
"user": "Sumoo6evZaPLaSZjjk6HUgLzcxgU2RCv4CFVY4tqatRb4sV12c2hgxdsJ1HdsHXAGJhXGnFheSGhYueLyJvQbZqLo9pRKf2tqAXhwCw",
"pass": "VEGA1",
"quota": "0;pool.sumokoin.hashvault.pro:5555"},
{
"name": "graft",
"user": "GAXLUTCPXLCxdvfUUUeFEuhpV9YoTrJxVAtg27K5UWCp6SivSV1Vr6Cda2LagDAbKA2ZEd9KMBD9JapGfWmgsG9hJDB1QNcNk3Q",
"pass": "VEGA1",
"quota": "45;pool.graft.hashvault.pro:5555"},
{
"name": "monero2",
"user": "41hMpadgfgW77Eh1bmT1DdDngicHcA34toXdAAWPtwqZeH9SJHd291QRPCyMscFmScw3ZZXnNYQfUtgfGMbomMWSvVuY141Nupu",
"pass": "VEGA1",
"quota": "5;pool.monero.hashvault.pro:3334"}
]

although within the same algorithm

definitely not in plan soon
1974  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.2.6 on: April 08, 2018, 06:59:16 AM
Trying to use this miner with default settings on r9 280x rig and get:

[2018-04-08 02:21:16] GPU crash detected, miner will shut down and restart

Is there possibility to make it work with old 280x?

yo need to set intensity by  hand, lower the auto detected value
1975  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.3.0 on: April 08, 2018, 06:57:21 AM
V1.3.0
- Cryptonight UltraHeavy algo added
1976  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.2.6 on: April 07, 2018, 10:35:36 PM
I just upgraded from 1.2.3 to 1.2.6 and my hashrate dropped about 200h/s per rx580 when using 0 for intensity.  Can still use 1.2.3 and get a normal hashrate.

Have switched to manually specifying intensity.

Quote
V1.2.5
- Lowered auto detected intensity for CN Heavy algo

lot of cards crashed on heavy algo on auto intensity.
You know what intensity you had, just put that and it will be the same.
1977  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.2.6 on: April 07, 2018, 10:22:00 PM
Doktore  IPBCv3 algo, 4mb-ultraheavy-cn?

thanks Smiley
1978  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.2.3 on: April 07, 2018, 10:18:14 PM
will the balance algorithm be implemented ? like load-balance to gatelessgate?

i don't know what that is ?
1979  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.2.6 on: April 07, 2018, 07:00:00 PM
do you plan to add a list of alternative pools to which the miner will connect if the primary pool is not available?

yes, that and an API are the next in plan, just want to make sure first that the miner works stable.
1980  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.2.6 on: April 07, 2018, 06:58:37 PM
what are disadvantages of --adldisable?

No temperature reporting , nothing special Smiley
Pages: « 1 ... 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 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 ... 164 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!