Bitcoin Forum
June 13, 2026, 09:48:25 AM *
News: Latest Bitcoin Core release: 31.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 [251] 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 ... 325 »
  Print  
Author Topic: Claymore's CryptoNote AMD GPU Miner v11.3  (Read 2145113 times)
Superpup
Newbie
*
Offline

Activity: 26
Merit: 0


View Profile
November 19, 2017, 06:05:53 PM
 #5001

Any ideas why I'm getting the below error when trying to run the miner, I have my config file set up correctly from what I can see

10:03:19:253   2ecc   
10:03:19:253   2ecc   ΙΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝ»
10:03:19:254   2ecc   Ί            Claymore CryptoNote GPU Miner  v9.7 Beta            Ί
10:03:19:255   2ecc   ΘΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΌ
10:03:19:459   2ecc   Wrong wallet address etnkPEUxuHpDjoECEoVnVpNNpfUzEzLxHdaXuQ5JzAcadCYzWTASodaTPgz9ndv1EYZo3J26x39xP4P EZXWGznGK1NsEeFVpGq - XMR/QCN/BCN/FCN/Duck/Dash/OEC/MCN/ORION addresses are supported only. Use "-allcoins 1" option.
10:03:19:460   2ecc   Pool uspool.electroneum.com removed from the list
10:03:19:462   2ecc   No pools specified! Specify at least one pool in "epools.txt" file or in "-o" parameter.
mirny
Legendary
*
Offline

Activity: 1107
Merit: 1005



View Profile
November 19, 2017, 07:55:25 PM
 #5002

Any ideas why I'm getting the below error when trying to run the miner, I have my config file set up correctly from what I can see

10:03:19:253   2ecc   
10:03:19:253   2ecc   ΙΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝ»
10:03:19:254   2ecc   Ί            Claymore CryptoNote GPU Miner  v9.7 Beta            Ί
10:03:19:255   2ecc   ΘΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΌ
10:03:19:459   2ecc   Wrong wallet address etnkPEUxuHpDjoECEoVnVpNNpfUzEzLxHdaXuQ5JzAcadCYzWTASodaTPgz9ndv1EYZo3J26x39xP4P EZXWGznGK1NsEeFVpGq - XMR/QCN/BCN/FCN/Duck/Dash/OEC/MCN/ORION addresses are supported only. Use "-allcoins 1" option.
10:03:19:460   2ecc   Pool uspool.electroneum.com removed from the list
10:03:19:462   2ecc   No pools specified! Specify at least one pool in "epools.txt" file or in "-o" parameter.
It's saying wrong wallet address, may that old version is not not supporting etn addresses.

This is my signature...
Call_Me_Bambi
Sr. Member
****
Offline

Activity: 574
Merit: 261


View Profile
November 19, 2017, 11:02:57 PM
 #5003

Any ideas why I'm getting the below error when trying to run the miner, I have my config file set up correctly from what I can see

10:03:19:253   2ecc   
10:03:19:253   2ecc   ΙΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝ»
10:03:19:254   2ecc   Ί            Claymore CryptoNote GPU Miner  v9.7 Beta            Ί
10:03:19:255   2ecc   ΘΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΌ
10:03:19:459   2ecc   Wrong wallet address etnkPEUxuHpDjoECEoVnVpNNpfUzEzLxHdaXuQ5JzAcadCYzWTASodaTPgz9ndv1EYZo3J26x39xP4P EZXWGznGK1NsEeFVpGq - XMR/QCN/BCN/FCN/Duck/Dash/OEC/MCN/ORION addresses are supported only. Use "-allcoins 1" option.
10:03:19:460   2ecc   Pool uspool.electroneum.com removed from the list
10:03:19:462   2ecc   No pools specified! Specify at least one pool in "epools.txt" file or in "-o" parameter.

I added "-allpools 1" to the mix and did a test using the following configuration and it looks like it worked. I let it run for as long as it took to verify that it connected to the pool and started to submit shares so it may need some more tweaking to get it to work efficiently.

Code:
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_SINGLE_ALLOC_PERCENT 100
setx GPU_MAX_ALLOC_PERCENT 100

NsGpuCNMiner -o stratum+tcp://eupool.electroneum.com:3333 -u etnkPEUxuHpDjoECEoVnVpNNpfUzEzLxHdaXuQ5JzAcadCYzWTASodaTPgz9ndv1EYZo3J26x39xP4PEZXWGznGK1NsEeFVpGq -p x -allpools 1
Call_Me_Bambi
Sr. Member
****
Offline

Activity: 574
Merit: 261


View Profile
November 20, 2017, 12:55:57 AM
 #5004

I disabled a single GPU in my config (I have 5 GPUs that will be on Claymore).  My configs only seem to apply to my first GPU (#0); all others GPUs run at stock.  I've tried comma-separated values for each GPU and this does not work either.  Is there another way of applying configs to all GPUs (obviously not the disabled one)?

Applicable configs...

Code:
;disabling GPU3
-di 01245

-ftime 10,10,10,10,10
-tstop 85,85,85,85,85
-tt 65,65,65,65,65
-fanmin 60,60,60,60,60
-fanmax 100,100,100,100,100
-cclock 1250,1250,1250,1250,1250
-mclock 2250,2250,2250,2250,2250
-cvddc 875,875,875,875,875
-mvddc 850,850,850,850,850

-dmem 0

;-h 1800

#-allpools 1
#-tt 75


Check if you have anything in the .bat file (other than NsGpuCNMiner.exe) as it will ignore any setting in the config.txt file, from the readme.. If there are two or more options in the command line, miner will take all options from the command line, not from configuration file.

Another way to use the setting is to have them all in the .bat file and not use the config.txt file, such as..

Code:
NsGpuCNMiner.exe -xpool ssl://europe.cryptonight-hub.miningpoolhub.com:20580 -xwal USER.WORKER -xpsw x -di 01245 -ftime 10,10,10,10,10 -tstop 85,85,85,85,85 -tt 65,65,65,65,65 -fanmin 60,60,60,60,60 -fanmax 100,100,100,100,100 -cclock 1250,1250,1250,1250,1250 -mclock 2250,2250,2250,2250,2250 -cvddc 875,875,875,875,875 -mvddc 850,850,850,850,850 -dmem 0

Superpup
Newbie
*
Offline

Activity: 26
Merit: 0


View Profile
November 20, 2017, 02:51:08 AM
 #5005

I disabled a single GPU in my config (I have 5 GPUs that will be on Claymore).  My configs only seem to apply to my first GPU (#0); all others GPUs run at stock.  I've tried comma-separated values for each GPU and this does not work either.  Is there another way of applying configs to all GPUs (obviously not the disabled one)?

I fixed that issue, but for some reason I'm not receiving tokens in my wallet. Different pools are showing payouts that equal around 30 etn, but none are appearing in my wallet. I ensured the blockchain is synced, and that I am using the correct wallet address

Can someone help me please, screenshots are below to show i'm using the correct address. I'm not getting any errors when I execute the miner now

https://www.dropbox.com/s/nuwizxkd9g3nzlt/Capture2.PNG
https://www.dropbox.com/s/2glasignqw4u30r/Capture3.PNG
https://www.dropbox.com/s/hi85qiu086p1e4p/Capture.PNG
leonix007
Sr. Member
****
Offline

Activity: 1008
Merit: 297


Grow with community


View Profile
November 20, 2017, 05:31:41 AM
 #5006

Any ideas why I'm getting the below error when trying to run the miner, I have my config file set up correctly from what I can see

10:03:19:253   2ecc   
10:03:19:253   2ecc   ΙΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝ»
10:03:19:254   2ecc   Ί            Claymore CryptoNote GPU Miner  v9.7 Beta            Ί
10:03:19:255   2ecc   ΘΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΌ
10:03:19:459   2ecc   Wrong wallet address etnkPEUxuHpDjoECEoVnVpNNpfUzEzLxHdaXuQ5JzAcadCYzWTASodaTPgz9ndv1EYZo3J26x39xP4P EZXWGznGK1NsEeFVpGq - XMR/QCN/BCN/FCN/Duck/Dash/OEC/MCN/ORION addresses are supported only. Use "-allcoins 1" option.
10:03:19:460   2ecc   Pool uspool.electroneum.com removed from the list
10:03:19:462   2ecc   No pools specified! Specify at least one pool in "epools.txt" file or in "-o" parameter.

This is a pool version and you need to set pools in your config.

here are some pools you can apply

http://dwarfpool.com/xmr

https://xmr.suprnova.cc/

Steps is already there how to put those pools in your config.
Biodom
Legendary
*
Offline

Activity: 4522
Merit: 6312



View Profile
November 20, 2017, 05:53:24 AM
 #5007


I added "-allpools 1" to the mix and did a test using the following configuration and it looks like it worked. I let it run for as long as it took to verify that it connected to the pool and started to submit shares so it may need some more tweaking to get it to work efficiently.

Code:
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_SINGLE_ALLOC_PERCENT 100
setx GPU_MAX_ALLOC_PERCENT 100

NsGpuCNMiner -o stratum+tcp://eupool.electroneum.com:3333 -u etnkPEUxuHpDjoECEoVnVpNNpfUzEzLxHdaXuQ5JzAcadCYzWTASodaTPgz9ndv1EYZo3J26x39xP4PEZXWGznGK1NsEeFVpGq -p x -allpools 1

why are you using PTR 0 setting?
first post says to use PTR 1.
I thought PTR 0 is only for ethereum, NOT cryptonote.
Call_Me_Bambi
Sr. Member
****
Offline

Activity: 574
Merit: 261


View Profile
November 20, 2017, 02:29:37 PM
Last edit: November 20, 2017, 02:41:09 PM by Call_Me_Bambi
 #5008


I added "-allpools 1" to the mix and did a test using the following configuration and it looks like it worked. I let it run for as long as it took to verify that it connected to the pool and started to submit shares so it may need some more tweaking to get it to work efficiently.

Code:
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_SINGLE_ALLOC_PERCENT 100
setx GPU_MAX_ALLOC_PERCENT 100

NsGpuCNMiner -o stratum+tcp://eupool.electroneum.com:3333 -u etnkPEUxuHpDjoECEoVnVpNNpfUzEzLxHdaXuQ5JzAcadCYzWTASodaTPgz9ndv1EYZo3J26x39xP4PEZXWGznGK1NsEeFVpGq -p x -allpools 1

why are you using PTR 0 setting?
first post says to use PTR 1.
I thought PTR 0 is only for ethereum, NOT cryptonote.

Ooops ! My bad. I just copied the setx part from my ethash version of Claymore and pasted it in, but it still worked. I really don't really know what the setx bits do, so if it works and hashes OK then I just let it be.

EDIT: Just had a look here https://cryptoyeti.com/how-to-make-and-work-with-a-windows-batch-file/2/ and it looks like either 0 or 1 will do.
"
GPU_FORCE_64BIT_PTR [0 | 1] – When set to 0 allows access to 32-bit address space of memory ~3.8 GB. When set to 1 allows access to 64-bit address space. While it may sound like a good idea to set it at 1, it may actually hurt performance since then pointer access would require twice the number clock cycles to complete than it would if left in 32bit mode
"
paladium
Sr. Member
****
Offline

Activity: 448
Merit: 250


CHIEF GROWTH OFFICER OF GLOBAL ENTERPRENEUR


View Profile
November 20, 2017, 02:47:28 PM
 #5009

The stability of version 10.2 is very good. This is probably the best thing about stability. It provided some speed increase.

             ▄▄
          ▄▄████▄▄
       ▄▄████▀▀████▄▄
    ▄▄████▀      ▀████▄▄
 ▄▄████▀            ▀███▀
████▀                  ▀  ▄▄
███                      ▄██
███                      ███
███   ███▄        ▄███   ███
███   █████▄    ▄█████   ███
███   ███▀███▄▄███▀███   ███
███   ███  ▀████▀  ███   ███
███   ███    ▀▀    ███   ███
███▄  ███          ███  ▄███
 ▀███▄███          ███▄███▀
   ▀█████          █████▀
     ▀███          ███▀
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██


▄█████████████████████▄
███████████████████████
█████████████████▀▀▀███
███████████▀▀▀      ███
█████▀▀▀       ▄    ███
██▄         ▄█▀    ████
█████▄    ▄█▀      ████
████████▄█▀       █████
██████████  ▄     █████
██████████ ███▄  ██████
███████████████████████
███████████████████████
▀█████████████████████▀


▄█████████████████████▄
███████████████████████
██████████████▀▀▀██████
████ ▀███████     ▀▄███
████   ▀▀█▀▀      ▄████
█████              ████
██████             ████
███████▄          █████
███████▀        ▄██████
███▀▀        ▄▄████████
███████████████████████
███████████████████████
▀█████████████████████▀


▄█████████████████████▄
███████████████████████
████████████▀▀▀▀███████
██████████▀     ███████
██████████   ██████████
████████▀▀   ▀▀████████
████████       ████████
██████████   ██████████
██████████   ██████████
██████████   ██████████
██████████   ██████████
███████████████████████
▀█████████████████████▀


▄█████████████████████▄
█████▀▀         ▀▀█████
███    ▄▄▄▄▄▄▄▄▄    ███
██   ████▀▀▀▀▀██▀▀   ██
██  ███▀       ▀  █  ██
██  ██▀  █████  ▀██  ██
██  ██  ███████  ██  ██
██  ██▄  █████  ▄██  ██
██  ███▄       ▄███  ██
██   ████▄▄▄▄▄████   ██
███    ▀▀▀▀▀▀▀▀▀    ███
█████▄▄         ▄▄█████
▀█████████████████████▀


▄█████████████████████▄
██████████████▀████████
████████████▀ ▄ ▀  ▀███
███████████ ▄███▄  ▄███
███████████ ███████████
██▀  ▀█▀▀     ▀▀█▀  ▀██
██     ▄▄     ▄▄     ██
███▄  ████   ████  ▄███
████   ▀▀     ▀▀   ████
█████  ▀▄▄   ▄▄▀  █████
███████▄▄ ▀▀▀ ▄▄███████
███████████████████████
▀█████████████████████▀


▄█████████████████████████▄
███████████████████████████
████▀▀▀▀███████████████████
███      ██████████████████
████▄▄▄▄███████████████████
████    ██    █▀    ▀██████
████    ██            █████
████    ██    ▄███▄    ████
████    ██    █████    ████
████    ██    █████    ████
████    ██    █████    ████
████    ██    █████    ████
▀█████████████████████████▀
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
Superpup
Newbie
*
Offline

Activity: 26
Merit: 0


View Profile
November 20, 2017, 04:12:30 PM
 #5010

Any ideas why I'm getting the below error when trying to run the miner, I have my config file set up correctly from what I can see

10:03:19:253   2ecc   
10:03:19:253   2ecc   ΙΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝ»
10:03:19:254   2ecc   Ί            Claymore CryptoNote GPU Miner  v9.7 Beta            Ί
10:03:19:255   2ecc   ΘΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΌ
10:03:19:459   2ecc   Wrong wallet address etnkPEUxuHpDjoECEoVnVpNNpfUzEzLxHdaXuQ5JzAcadCYzWTASodaTPgz9ndv1EYZo3J26x39xP4P EZXWGznGK1NsEeFVpGq - XMR/QCN/BCN/FCN/Duck/Dash/OEC/MCN/ORION addresses are supported only. Use "-allcoins 1" option.
10:03:19:460   2ecc   Pool uspool.electroneum.com removed from the list
10:03:19:462   2ecc   No pools specified! Specify at least one pool in "epools.txt" file or in "-o" parameter.

This is a pool version and you need to set pools in your config.

here are some pools you can apply

http://dwarfpool.com/xmr

https://xmr.suprnova.cc/

Steps is already there how to put those pools in your config.

Thanks for the reply... I already fixed the issue in my original post. But as of yesterday I still wasn't getting paid. The screenshots below show the pool pages saying I have payout, but no etn in my wallet

https://www.dropbox.com/s/nuwizxkd9g3nzlt/Capture2.PNG
https://www.dropbox.com/s/2glasignqw4u30r/Capture3.PNG
https://www.dropbox.com/s/hi85qiu086p1e4p/Capture.PNG

I have created a new wallet and am awaiting my first payment to it, it's the only thing I can think to change, I've tried different pools and different miners
invicta
Member
**
Offline

Activity: 194
Merit: 10


View Profile
November 20, 2017, 04:45:43 PM
 #5011

Any ideas why I'm getting the below error when trying to run the miner, I have my config file set up correctly from what I can see

10:03:19:253   2ecc   
10:03:19:253   2ecc   ΙΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝ»
10:03:19:254   2ecc   Ί            Claymore CryptoNote GPU Miner  v9.7 Beta            Ί
10:03:19:255   2ecc   ΘΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΌ
10:03:19:459   2ecc   Wrong wallet address etnkPEUxuHpDjoECEoVnVpNNpfUzEzLxHdaXuQ5JzAcadCYzWTASodaTPgz9ndv1EYZo3J26x39xP4P EZXWGznGK1NsEeFVpGq - XMR/QCN/BCN/FCN/Duck/Dash/OEC/MCN/ORION addresses are supported only. Use "-allcoins 1" option.
10:03:19:460   2ecc   Pool uspool.electroneum.com removed from the list
10:03:19:462   2ecc   No pools specified! Specify at least one pool in "epools.txt" file or in "-o" parameter.

This is a pool version and you need to set pools in your config.

here are some pools you can apply

http://dwarfpool.com/xmr

https://xmr.suprnova.cc/

Steps is already there how to put those pools in your config.

Thanks for the reply... I already fixed the issue in my original post. But as of yesterday I still wasn't getting paid. The screenshots below show the pool pages saying I have payout, but no etn in my wallet





I have created a new wallet and am awaiting my first payment to it, it's the only thing I can think to change, I've tried different pools and different miners

How are you checking your wallet to see if you've been paid? I think you need to pay and scan the blockchain (or maybe I'm thinking of something else). If you know there is 23 ETN in there why don't you try sending the command to transfer it onto Cryptopia and see what happens - unless I've totally misread the situation.
moreplavec
Newbie
*
Offline

Activity: 2
Merit: 0


View Profile
November 20, 2017, 08:59:55 PM
 #5012

Hello,

i΄m trying to mine using old HD-7770 (1GB), but i get this error:

����������������������������������������������������������������ͻ
�         Claymore's CryptoNote AMD GPU Miner v10.2 Beta         �
����������������������������������������������������������������ͼ

XMR: 1 pool is specified
Main Monero pool is xmr.pool.minergate.com:45560
At least 16 GB of Virtual Memory is required for multi-GPU systems
Make sure you defined GPU_MAX_ALLOC_PERCENT 100
Be careful with overclocking, use default clocks for first tests
Press "s" for current statistics, "0".."9" to turn on/off cards, "r" to reload pools
OpenCL initializing...
AMD Cards available: 1
GPU #0: Capeverde, 641 MB available, 5 compute units
POOL version
No ASM binary found for GPU 0
Segmentation fault (core dumped)
moreplavec@frankenstein:~/Desktop/Claymore's CryptoNote AMD GPU Miner v10.2 - LINUX$

Can anybody help what΄s wrong? Running Ubuntu 16 lts. Thanks for help or tips.
pehoko
Full Member
***
Offline

Activity: 232
Merit: 100


View Profile
November 20, 2017, 09:58:09 PM
 #5013

9.7 is for you
hornet9
Newbie
*
Offline

Activity: 1
Merit: 0


View Profile
November 20, 2017, 09:58:39 PM
 #5014

Hello guys, my Ethman is always showing the status with Warning and in red color but everything seems to be working fine, like 60h+ direct minion with regular hashrate, temps, etc. Is something wrong with my setup? Is there any way to debug it?

Regards!
dawidt
Jr. Member
*
Offline

Activity: 54
Merit: 10


View Profile
November 20, 2017, 10:29:16 PM
 #5015

the best Monero miner ever made! thanks Claymore!
Miguelpt
Member
**
Offline

Activity: 353
Merit: 10


View Profile
November 21, 2017, 12:08:51 AM
 #5016

For the ones trying to mine ETN. Check out this new pool https://bitcointalk.org/index.php?topic=2433784.0

It was launched today and the fee will be 0% all month.

Join the telegram and lets mine!

DynX -- The decentralised trading experience - https://dynx.io
Multipools -- The miners choice! - https://multipools.club
invicta
Member
**
Offline

Activity: 194
Merit: 10


View Profile
November 21, 2017, 12:39:09 AM
 #5017

I am trying to mine Electroneum on my rig using 4 AMD RX 480 GPU cards . When i run with -di 012 cards mining works normal. but when i use all 4 cards it gives me  dk2ano failed error. Screenshot attached



P.S If i start my miner with 4 cards & immediately disable any card by pressing its number on keyboard. then the miner starts normally with any 1 card disabled but after few minutes if i ever Enable that GPU. it starts giving me dk2ano failed error :-( . I had set 16GB virtual memory also but no luck.
My mining rig is working fine with ETC Mining using claymore Eth miner with 4 cards also.
Any idea ?

Give it at least 32GB or more virtual memory and/or give it a smaller -h variable (like 900).
Superpup
Newbie
*
Offline

Activity: 26
Merit: 0


View Profile
November 21, 2017, 12:46:23 AM
 #5018

How are you checking your wallet to see if you've been paid? I think you need to pay and scan the blockchain (or maybe I'm thinking of something else). If you know there is 23 ETN in there why don't you try sending the command to transfer it onto Cryptopia and see what happens - unless I've totally misread the situation.

I'm checking it by running electroneumd and syncing my computer to the blockchain, then opening the wallet and checking my balance. You can see in the first screenshot my balance is zero, I have also checked incoming payments and there arent any. If you look at the second two screenshots in my post above, payment has been sent from 2 different pools
dionaea
Newbie
*
Offline

Activity: 5
Merit: 0


View Profile
November 21, 2017, 05:28:43 AM
 #5019

Hi everybody !


I have seen that somes of you reach 1400H/s with a vega56 Smiley
I get 1000H/s max (default firmware, no OC...)
I use AMD n°23.20.782.259 drivers.

Could you explain me how to have the same results ?
Which Drivers do you use ? Which Firmware ?
Which software to configure it ?
Which parameters in Claymore ?

Thanks by advance !
invicta
Member
**
Offline

Activity: 194
Merit: 10


View Profile
November 21, 2017, 10:17:09 AM
 #5020

How are you checking your wallet to see if you've been paid? I think you need to pay and scan the blockchain (or maybe I'm thinking of something else). If you know there is 23 ETN in there why don't you try sending the command to transfer it onto Cryptopia and see what happens - unless I've totally misread the situation.

I'm checking it by running electroneumd and syncing my computer to the blockchain, then opening the wallet and checking my balance. You can see in the first screenshot my balance is zero, I have also checked incoming payments and there arent any. If you look at the second two screenshots in my post above, payment has been sent from 2 different pools

I will try what you did with my own wallet and report back later. There is so much uncertainty with Electroneum at the moment, I am rapidly losing interest - mostly because https://my.electroneum.com/ is still broken after over a week.
Pages: « 1 ... 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 [251] 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 ... 325 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!