Comment
Author: Admin | 2025-04-28
A CPU) gets about 500 kh/s, but my AMD Radeon 280x GPU gets over 2.5 Mh/s--5 times faster.For darkcoin (and other x11 algorithm coins), the AMD 280x Radeon is hands-down the best value. It's almost as fast as the 290x but WAY cheaper.Linux Mint Mate over Ubuntu? It won't matter much. I had problems with installing AMD GPU miners on Linux Mint XFCE for some weird reason, but for CPU mining, it won't matter much. Laptop: ASUS k53e, Intel i5 2410M CPU, 120GB Samsung SSD - Ubuntu 14.04 (64 bit) and Windows 7 (64 bit)Desktop: ASUS A88X motherboard, AMD Kaveri A10-7850K APU, AMD Radeon HD7970 GPU, 8GB Mushkin RAM, 250GB Samsung 840 SSD - Ubuntu 14.04 (64 bit) error compiling darkcoin-cpuminer-1.2c: unknown register name ‘%r..’ in ‘asm’ I am trying to compile darkcoin-cpuminer-1.2c on Ubuntu 14.04 following your instructions for a processor *not* supporting the AES-NI instruction set. I was getting a series of errors during make (step 5), starting with: Code: error "SSE2 instruction set not enabled"(See askubuntu for someone with the same problem on a Xubuntu 10.04 32 bit.) I enabled SSE2 as follows: Code: $ ./configure CFLAGS="-O3 -msse2" configure then finishes without error, but make produces (among others): Code: x6/grso-asm.c:6:3: error: unknown register name ‘%r15’ in ‘asm’(See bitcointalk for someone with the same problem.) See pastebin for full log. Do you have any idea how I could solve this, GreenRaccoon? Re: error compiling darkcoin-cpuminer-1.2c: unknown register name ‘%r..’ in ‘asm’ Originally Posted by mariano.j I am trying to compile darkcoin-cpuminer-1.2c on Ubuntu 14.04 following your instructions for a processor *not* supporting the AES-NI instruction set. I was getting a series of errors during make (step 5), starting with: Code: error "SSE2 instruction set not enabled"(See askubuntu for someone with the same problem on a Xubuntu 10.04 32 bit.) I enabled SSE2 as follows: Code: $ ./configure CFLAGS="-O3 -msse2" configure then finishes without error, but make produces (among others): Code: x6/grso-asm.c:6:3: error: unknown register name ‘%r15’ in ‘asm’(See bitcointalk for someone with the same problem.) See pastebin for full log. Do you have any idea how I could solve this, GreenRaccoon? Hm, I'd try running this: Code: sudo aptitude reinstall -r gcc gcc-multilib gcc-opt lib32gcc1 lib64gcc1 lib32gcc1-dbg lib64gcc1-dbgWhat's your CPU, by the way? Could you paste the output of this please? Laptop: ASUS k53e, Intel i5 2410M CPU, 120GB Samsung SSD - Ubuntu 14.04 (64 bit) and Windows 7 (64 bit)Desktop: ASUS A88X motherboard, AMD Kaveri A10-7850K APU, AMD Radeon HD7970 GPU, 8GB Mushkin RAM, 250GB Samsung 840 SSD - Ubuntu 14.04 (64 bit) Re: [Noob-Proof] How To Install Cpuminer and Mine Darkcoin under Linux/Ubuntu I installed the software -- but got stuck when filling out the gedit file. I don't know how to join the pool. I went to http://mine1.coinmine.pl/#getting_started but there is no where I see to create a username and worker name. How do I join a pool? Thanks. Re: [Noob-Proof] How To Install Cpuminer and Mine Darkcoin under Linux/Ubuntu Originally Posted by probes88 I
Add Comment