Bitcoin Forum
July 05, 2024, 04:07:13 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 »
21  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: September 06, 2016, 09:55:43 PM
Ok, so those are warnings...

Do I need to be concerned about the warnings or will the miner work with them?


Repost over here - https://bitcointalk.org/index.php?topic=653467.0

And I can try and help more. This is the wrong thread. Thanks

Ahhh, over there ...

ok. Thanks. I'll see if I can delete my messages here to clean it up.
22  Alternate cryptocurrencies / Pools (Altcoins) / Re: [XMR] Monero Mining on: September 06, 2016, 09:52:59 PM
I need a little help....

From source, I expanded the .tar.gz file

cd'ed into the folder, typed make

received the following:

Code:
monerominer@monerominer:~/wolf-xmr-miner-0.3b$ make
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c crypto/aesb.c -o crypto/aesb.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c crypto/aesb-x86-impl.c -o crypto/aesb-x86-impl.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c crypto/c_blake256.c -o crypto/c_blake256.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c crypto/c_groestl.c -o crypto/c_groestl.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c crypto/c_keccak.c -o crypto/c_keccak.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c crypto/c_jh.c -o crypto/c_jh.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c crypto/c_skein.c -o crypto/c_skein.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c crypto/oaes_lib.c -o crypto/oaes_lib.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c cryptonight.c -o cryptonight.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c log.c -o log.o
log.c: In function ‘Log’:
log.c:25:3: warning: format not a string literal and no format arguments [-Wformat-security]
   printf(timebuf);
   ^
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c net.c -o net.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c minerutils.c -o minerutils.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c gpu.c -o gpu.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c main.c -o main.o
main.c: In function ‘PoolBroadcastThreadProc’:
main.c:133:3: warning: implicit declaration of function ‘Sleep’ [-Wimplicit-function-declaration]
   while(pthread_mutex_trylock(&QueueMutex)) Sleep(1);
   ^
main.c: In function ‘SetupXMRTest’:
main.c:626:2: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘size_t’ [-Wformat=]
  snprintf(Options, 31, "-I. -DWORKSIZE=%d", LocalThreads);
  ^
main.c:626:2: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘size_t’ [-Wformat=]
gcc -pthread -O0 -ggdb3 crypto/aesb.o crypto/aesb-x86-impl.o crypto/c_blake256.o crypto/c_groestl.o crypto/c_keccak.o crypto/c_jh.o crypto/c_skein.o crypto/oaes_lib.o cryptonight.o log.o net.o minerutils.o gpu.o main.o -ljansson -lOpenCL -ldl -o miner
monerominer@monerominer:~/wolf-xmr-miner-0.3b$

I was told that those are -warnings- not errors, so I tried to run the miner.


I tried to get the miner to work with the existing xmr.conf before I add my personal configuration, just to see if it works.

This is what I tried:


Code:
monerominer@monerominer:~/wolf-xmr-miner-0.3b$ miner xmr.conf
No command 'miner' found, did you mean:
 Command 'mines' from package 'sgt-puzzles' (universe)
 Command 'mixer' from package 'csound-utils' (universe)
miner: command not found
monerominer@monerominer:~/wolf-xmr-miner-0.3b$




Am I using the correct command / format to start the miner?




I also tried using WiNE...... just in case it still needs WiNE - I was trying to compile the miner so I would not have to use WiNE


Code:
monerominer@monerominer:~/wolf-xmr-miner-0.3b$ wine miner xmr.conf
wine: cannot find L"C:\\windows\\system32\\miner.exe"
monerominer@monerominer:~/wolf-xmr-miner-0.3b$


What am I doing wrong?


23  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: September 06, 2016, 09:19:22 PM
Probably it would be better not to fill the pages of the announcement thread with adverts.

Can we get a consensus on that?  


I believe those adverts should be posted in the Altcoin Marketplace so yes, I'm in agreement
24  Alternate cryptocurrencies / Mining (Altcoins) / Re: Trying to mine Monero using Ubuntu, could use a little help .... on: September 06, 2016, 08:50:53 PM
You can't mine using your GPU using Wine because the Nvidia/AMD drivers aren't supported.

I beleive that you are thinking of Ubuntu 16.04 not supporting the amd drivers

I'm running Ubuntu 15.04 and I have all the AMD drivers, SDK and FGLRX-UPDATES installed

As you see below, The AMD stuffz is running.

Code:
monerominer@monerominer:~/wolf-xmr-miner-0.3b$ aticonfig --list-adapters
* 0. 01:00.0 AMD Radeon R9 200 Series

I did find that I was missing libjansson-dev, so I installed that and now have the following when I use make.

Code:
monerominer@monerominer:~/wolf-xmr-miner-0.3b$ make
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c crypto/aesb.c -o crypto/aesb.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c crypto/aesb-x86-impl.c -o crypto/aesb-x86-impl.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c crypto/c_blake256.c -o crypto/c_blake256.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c crypto/c_groestl.c -o crypto/c_groestl.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c crypto/c_keccak.c -o crypto/c_keccak.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c crypto/c_jh.c -o crypto/c_jh.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c crypto/c_skein.c -o crypto/c_skein.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c crypto/oaes_lib.c -o crypto/oaes_lib.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c cryptonight.c -o cryptonight.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c log.c -o log.o
log.c: In function ‘Log’:
log.c:25:3: warning: format not a string literal and no format arguments [-Wformat-security]
   printf(timebuf);
   ^
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c net.c -o net.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c minerutils.c -o minerutils.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c gpu.c -o gpu.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c main.c -o main.o
main.c: In function ‘PoolBroadcastThreadProc’:
main.c:133:3: warning: implicit declaration of function ‘Sleep’ [-Wimplicit-function-declaration]
   while(pthread_mutex_trylock(&QueueMutex)) Sleep(1);
   ^
main.c: In function ‘SetupXMRTest’:
main.c:626:2: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘size_t’ [-Wformat=]
  snprintf(Options, 31, "-I. -DWORKSIZE=%d", LocalThreads);
  ^
main.c:626:2: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘size_t’ [-Wformat=]
gcc -pthread -O0 -ggdb3 crypto/aesb.o crypto/aesb-x86-impl.o crypto/c_blake256.o crypto/c_groestl.o crypto/c_keccak.o crypto/c_jh.o crypto/c_skein.o crypto/oaes_lib.o cryptonight.o log.o net.o minerutils.o gpu.o main.o -ljansson -lOpenCL -ldl -o miner
monerominer@monerominer:~/wolf-xmr-miner-0.3b$

I was told that no errors are shown, but there are warnings.

Warnings ... umm, do I need to fix something still? or can it run.

I tried running it with the existing xmr.conf file just to see if it would run as is before I put in my own commands and wallet.

I receive this error.

Code:
monerominer@monerominer:~/wolf-xmr-miner-0.3b$ miner xmr.conf
No command 'miner' found, did you mean:
 Command 'mines' from package 'sgt-puzzles' (universe)
 Command 'mixer' from package 'csound-utils' (universe)
miner: command not found
monerominer@monerominer:~/wolf-xmr-miner-0.3b$

Am I using the correct command / format to start the miner?

Do I need to use WiNE to run the miner?

I tried using WiNE......

Code:
monerominer@monerominer:~/wolf-xmr-miner-0.3b$ wine miner xmr.conf
wine: cannot find L"C:\\windows\\system32\\miner.exe"
monerominer@monerominer:~/wolf-xmr-miner-0.3b$

What am I doing wrong? I'm learning as I go .....

25  Alternate cryptocurrencies / Mining (Altcoins) / Trying to mine Monero using Ubuntu, could use a little help .... on: September 06, 2016, 03:47:48 AM
I need a little help. I'm not a complete newb to linux / cmd line / Ubuntu ... however, I'm not an expert. I'm just a guy who knows a wee bit more than the average button pusher. There is some reason that is eluding me because I'm fuming about these issues which is leading me to want to put this system through the shredder..... I need a little help fixing this - going on two full days of working on this. Ive tried both Claymore and Wolf's, each give me errors and do not run.

I first started with Ubuntu 14.04.5 ... that was short lived because I just couldn't get the whole AMD drivers, catalyst, SDK, FGLRX-updates to install... so I went up to Ubuntu 15.04 which is far easier to install all the AMD gobbleygook

Using ubuntu desktop 64bit and a R9 270x,  here is what is happening:

Claymore v9.5 - I've tried two ways of starting it....

Code:
monerominer@monerominer:~$ cd /home/monerominer/Claymore
monerominer@monerominer:~/Claymore$ wine pool.bat
wine: Bad EXE format for Z:\home\monerominer\Claymore\pool.bat.

and

Code:
monerominer@monerominer:~$ cd /home/monerominer/Claymore
monerominer@monerominer:~/Claymore$ wine NsGpuCNMiner.exe
err:seh:setup_exception stack overflow 2896 bytes in thread 0024 eip 00007f58ba8fe18b esp 0000000000140ab0 stack 0x140000-0x141000-0x8f0000

The pool.bat file contents:
Code:
NsGpuCNMiner.exe -o stratum+tcp://xmr-usa.dwarfpool.com:8050 -u 463tWEBn5XZxxwallet addyxzctJLPCZy24jvb3NiTcTJ.7c3740cc047xxpayment IDxxa3fdf78f -p x

===

wolf-xmr-miner 0.3 and 0.2 get the same error.... I'm just posting v0.3's errors

Code:
monerominer@monerominer:~$ cd /home/monerominer/wolf-xmr-miner-0.3b
monerominer@monerominer:~/wolf-xmr-miner-0.3b$ wine miner.exe xmr.conf
[20:10:54] Parsed pool URL: xmr-usa.dwarfpool.com
[20:10:54] Successfully connected to pool's stratum.
[20:10:54] Request: {"method": "login", "params": {"login": "463tWEBn5XZxxwallet addyxzctJLPCZy24jvb3NiTcTJ.7c3740cc047xxpayment IDxxa3fdf78f", "pass": "x", "agent": "wolf-xmr-miner/0.1"}, "id": 1}

[20:10:54] Got something: {"id":1,"jsonrpc":"2.0","error":null,"result":{"id":"235151040763594","job":{"blob":"0203c4aeb8be05c3e699071a4e01a34afb17c0dc695eef21512e5b072eedb4dd392afb873d64aa0 00000002bcb79191e3372daafe1c56d7581fa42472ae0e9697a4e84b890e073ff4cbc7102","job_id":"881923559424467","target":"b88d0600"},"status":"OK"}}

wine: Call from 0x7fea5d6d63ac to unimplemented function OpenCL.dll.clCreateCommandQueueWithProperties, aborting
wine: Unimplemented function OpenCL.dll.clCreateCommandQueueWithProperties called at address 0x7fea5d6d63ac (thread 0023), starting debugger...
Unhandled exception: unimplemented function OpenCL.dll.clCreateCommandQueueWithProperties called in 64-bit code (0x00007fea5d6d63ac).
Register dump:
 rip:00007fea5d6d63ac rsp:000000000033f9c0 rbp:000000000033fad8 eflags:00000206 (   - --  I   - -P- )
 rax:0000000000000000 rbx:000000000033f9e0 rcx:000000000033f9e0 rdx:000000000040ed76
 rsi:000000000043db6e rdi:000000000043e59c  r8:000000000033faf0  r9:000000000033fad8 r10:0000000000000000
 r11:0000000000048cf0 r12:0000000000000538 r13:0000000000000000 r14:0000000000048020 r15:0000000000000010
Stack dump:
0x000000000033f9c0:  000000000033f9e0 0000000000000000
0x000000000033f9d0:  0000000000000000 ffffffffffffff00
0x000000000033f9e0:  0000000180000100 0000000000000000
0x000000000033f9f0:  00007fea5d6d63ac 0000000000000002
0x000000000033fa00:  000000000043e59c 000000000043db6e
0x000000000033fa10:  000000000033fb40 0000000000048740
0x000000000033fa20:  000000000033fc10 0000000000000000
0x000000000033fa30:  0000000000000000 0000000000000538
0x000000000033fa40:  0000000000000000 0000000000048020
0x000000000033fa50:  0000000000000010 00007fea55e14f1c
0x000000000033fa60:  3d4ef779603c2534 0000000000000000
0x000000000033fa70:  0000000000000000 6b1578b5f9be5e00
Backtrace:
=>0 0x00007fea5d6d63ac in ntdll (+0x363ac) (0x000000000033fad8)
  1 0x000000000040ed76 in miner (+0xed75) (0x000000000033fad8)
  2 0x000000000042ed5e in miner (+0x2ed5d) (0x0000000000000000)
  3 0x00000000004013f8 in miner (+0x13f7) (0x00000000000464f0)
  4 0x000000000040151b in miner (+0x151a) (0x00007ffe3c4cffa0)
  5 0x00007fea5d70b3d3 call_thread_func+0xd2() in ntdll (0x00007ffe3c4cffa0)
  6 0x00007fea5d7048ea RtlRaiseException+0x7d() in ntdll (0x00007ffe3c4cffa0)
  7 0x00007fea5d6d66f6 in ntdll (+0x366f5) (0x00007ffe3c4cffa0)
  8 0x00007fea5e190fe3 wine_call_on_stack+0x12() in libwine.so.1 (0x00007ffe3c4cffa0)
  9 0x00007fea5e191149 wine_switch_to_stack+0x8() in libwine.so.1 (0x00007fffff7ef000)
  10 0x00007fea5d6dc44c LdrInitializeThunk+0x3fb() in ntdll (0x00007fffff7ef000)
  11 0x000000007b87b2b6 __wine_kernel_init+0x935() in kernel32 (0x00007fea5d9754c0)
  12 0x00007fea5d6dcba8 __wine_process_init+0x177() in ntdll (0x00007ffe3c4d1380)
  13 0x00007fea5e18f564 wine_init+0x2f3() in libwine.so.1 (0x00007ffe3c4d1420)
  14 0x000000007bf00ce2 main+0x81() in <wine-loader> (0x00007ffe3c4d1998)
  15 0x00007fea5db9da40 __libc_start_main+0xef() in libc.so.6 (0x000000007bf00ec0)
  16 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  17 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  18 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  19 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  20 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  21 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  22 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  23 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  24 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  25 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  26 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  27 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  28 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  29 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  30 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  31 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  32 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  33 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  34 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  35 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  36 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  37 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  38 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  39 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  40 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  41 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  42 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  43 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  44 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  45 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  46 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  47 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  48 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  49 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  50 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  51 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  52 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  53 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  54 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  55 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  56 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  57 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  58 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  59 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  60 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  61 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  62 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  63 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  64 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  65 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  66 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  67 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  68 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  69 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  70 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  71 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  72 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  73 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  74 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  75 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  76 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  77 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  78 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  79 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  80 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  81 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  82 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  83 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  84 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  85 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  86 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  87 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  88 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  89 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  90 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  91 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  92 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  93 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  94 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  95 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  96 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  97 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  98 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  99 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  100 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  101 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  102 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  103 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  104 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  105 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  106 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  107 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  108 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  109 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  110 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  111 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  112 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  113 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  114 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  115 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  116 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  117 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  118 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  119 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  120 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  121 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  122 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  123 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  124 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  125 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  126 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  127 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  128 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  129 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  130 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  131 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  132 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  133 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  134 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  135 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  136 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  137 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  138 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  139 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  140 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  141 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  142 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  143 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  144 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  145 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  146 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  147 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  148 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  149 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  150 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  151 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  152 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  153 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  154 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  155 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  156 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  157 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  158 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  159 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  160 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  161 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  162 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  163 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  164 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  165 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  166 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  167 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  168 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  169 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  170 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  171 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  172 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  173 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  174 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  175 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  176 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  177 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  178 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  179 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  180 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  181 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  182 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  183 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  184 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  185 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  186 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  187 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  188 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  189 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  190 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  191 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  192 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  193 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  194 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  195 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  196 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  197 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  198 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  199 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
  200 0x000000007bf00de9 _start+0x28() in <wine-loader> (0x0000000000000000)
0x00007fea5d6d63ac: addq   $20,%rsp
Modules:
Module   Address               Debug info   Name (63 modules)
PE             400000-          441000   Export          miner
ELF           7b800000-        7bc7d000   Dwarf           kernel32<elf>
  \-PE           7b820000-        7bc7d000   \               kernel32
ELF           7be00000-        7c103000   Dwarf           <wine-loader>
ELF       7fea528c2000-    7fea52ade000   Deferred        libresolv.so.2
ELF       7fea52ade000-    7fea52ce4000   Deferred        libnss_dns.so.2
ELF       7fea52ce4000-    7fea52ee7000   Deferred        libnss_mdns4_minimal.so.2
ELF       7fea52f08000-    7fea5310e000   Deferred        libxfixes.so.3
ELF       7fea5310e000-    7fea53318000   Deferred        libxcursor.so.1
ELF       7fea53318000-    7fea53528000   Deferred        libxi.so.6
ELF       7fea53528000-    7fea5372b000   Deferred        libxcomposite.so.1
ELF       7fea5372b000-    7fea53935000   Deferred        libxrandr.so.2
ELF       7fea53935000-    7fea53b3f000   Deferred        libxrender.so.1
ELF       7fea53b3f000-    7fea53d45000   Deferred        libxxf86vm.so.1
ELF       7fea53d66000-    7fea54007000   Deferred        winex11<elf>
  \-PE       7fea53d80000-    7fea54007000   \               winex11
ELF       7fea54031000-    7fea5425a000   Deferred        libexpat.so.1
ELF       7fea5425a000-    7fea54498000   Deferred        libfontconfig.so.1
ELF       7fea54498000-    7fea546be000   Deferred        libpng12.so.0
ELF       7fea546be000-    7fea548d9000   Deferred        libz.so.1
ELF       7fea548d9000-    7fea54b81000   Deferred        libfreetype.so.6
ELF       7fea54b81000-    7fea54daa000   Deferred        libtinfo.so.5
ELF       7fea54daa000-    7fea54fce000   Deferred        libncurses.so.5
ELF       7fea54fce000-    7fea5520a000   Deferred        ws2_32<elf>
  \-PE       7fea54fe0000-    7fea5520a000   \               ws2_32
ELF       7fea5520a000-    7fea55424000   Deferred        version<elf>
  \-PE       7fea55210000-    7fea55424000   \               version
ELF       7fea55424000-    7fea556ad000   Deferred        advapi32<elf>
  \-PE       7fea55430000-    7fea556ad000   \               advapi32
ELF       7fea556ad000-    7fea55a13000   Deferred        gdi32<elf>
  \-PE       7fea556c0000-    7fea55a13000   \               gdi32
ELF       7fea55a13000-    7fea55dc5000   Deferred        user32<elf>
  \-PE       7fea55a30000-    7fea55dc5000   \               user32
ELF       7fea55dc5000-    7fea5608d000   Deferred        msvcrt<elf>
  \-PE       7fea55de0000-    7fea5608d000   \               msvcrt
ELF       7fea5608d000-    7fea56289000   Deferred        libgl.so.1
ELF       7fea56289000-    7fea5648c000   Deferred        libxinerama.so.1
ELF       7fea56d38000-    7fea56f4a000   Deferred        libxext.so.6
ELF       7fea56f4a000-    7fea57150000   Deferred        libxdmcp.so.6
ELF       7fea57150000-    7fea57354000   Deferred        libxau.so.6
ELF       7fea57354000-    7fea57573000   Deferred        libxcb.so.1
ELF       7fea57573000-    7fea578ac000   Deferred        libx11.so.6
ELF       7fea578ac000-    7fea579cc000   Deferred        libatiuki.so.1
ELF       7fea57cdb000-    7fea57e98000   Deferred        libatiadlxx.so
ELF       7fea57eb9000-    7fea580c1000   Deferred        librt.so.1
ELF       7fea580c1000-    7fea5be19000   Deferred        libamdocl64.so
ELF       7fea5be19000-    7fea5c023000   Deferred        libopencl.so.1
ELF       7fea5c023000-    7fea5c242000   Deferred        opencl<elf>
  \-PE       7fea5c030000-    7fea5c242000   \               opencl
ELF       7fea5c242000-    7fea5c44f000   Deferred        libnss_files.so.2
ELF       7fea5c44f000-    7fea5c65b000   Deferred        libnss_nis.so.2
ELF       7fea5c65b000-    7fea5c875000   Deferred        libnsl.so.1
ELF       7fea5c875000-    7fea5ca7e000   Deferred        libnss_compat.so.2
ELF       7fea5d160000-    7fea5d376000   Deferred        libgcc_s.so.1
ELF       7fea5d376000-    7fea5d67e000   Deferred        libm.so.6
ELF       7fea5d67e000-    7fea5d976000   Dwarf           ntdll<elf>
  \-PE       7fea5d6a0000-    7fea5d976000   \               ntdll
ELF       7fea5d979000-    7fea5db7d000   Deferred        libdl.so.2
ELF       7fea5db7d000-    7fea5df47000   Dwarf           libc.so.6
ELF       7fea5df48000-    7fea5e166000   Deferred        libpthread.so.0
ELF       7fea5e187000-    7fea5e52b000   Dwarf           libwine.so.1
ELF       7fea5e52d000-    7fea5e753000   Deferred        ld-linux-x86-64.so.2
ELF       7ffe3c4df000-    7ffe3c4e1000   Deferred        [vdso].so
Threads:
process  tid      prio (all id:s are in hex)
0000000e services.exe
   0000001d    0
   0000001c    0
   00000016    0
   00000014    0
   00000010    0
   0000000f    0
00000012 winedevice.exe
   0000001b    0
   00000018    0
   00000017    0
   00000013    0
00000019 plugplay.exe
   0000001f    0
   0000001e    0
   0000001a    0
00000020 explorer.exe
   00000024    0
   00000021    0
00000022 (D) Z:\home\monerominer\wolf-xmr-miner-0.3b\miner.exe
   00000026    0
   00000025    0
   00000023    0 <==
monerominer@monerominer:~/wolf-xmr-miner-0.3b$

xmr.conf contents:
Code:
{
   "Algorithms":
   [
      {
         "name": "CryptoNight",
         "devices":
         [
            {
               "index": 0,
               "corefreq": 1000,
               "memfreq": 1500,
               "fanspeed": 65,
               "powertune": 20,
               "threads": 1,
               "rawintensity": 1336,
               "worksize": 16
            }
         ],
         "pools":
         [
            {
               "url": "stratum+tcp://xmr-usa.dwarfpool.com:8050",
               "user": "463tWEBn5XZxxwallet addyxzctJLPCZy24jvb3NiTcTJ.7c3740cc047xxpayment IDxxa3fdf78f",
               "pass": "x"
            }
         ]
      }
   ]
}


=====

WTF am I doing wrong? I'd like to mine Monero, but I'm not going to use Winblows to do it .....( the newest version of winblows that I have is xp pro )
26  Bitcoin / Hardware / Re: Hacking the S7 - improving efficiency through minor hardware manipulation on: September 01, 2016, 08:20:48 PM
Awesome. I'll hack em tonight.

Thanks

27  Bitcoin / Hardware / Re: Hacking the S7 - improving efficiency through minor hardware manipulation on: September 01, 2016, 04:30:06 PM
Has anyone tried this with the regular ol S7 - the later models with the voltage regulation?

I just took my S7's out of the rack for a cleaning, and while they are out, I'm thinking of doing this mod.

However, I'm not sure if this mod is an S7LN only thing. I have S7 Batch 9's and Batch 11's; is there anything different in comparison to the S7LN's other than the control board firmware and one extra hashboard?
28  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ethereum: Welcome to the Beginning on: September 01, 2016, 03:36:00 PM
Massive dump coming

Source? Why do you feel that Bitpop?

I think he's saying that he is going to take a 5 day constipated dump.... to add to ETC and the Tidy Bowl man ... circling in the terdlet....

Someone get the air freshener ready.... and the turkey leg extractor.
29  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ethereum: Welcome to the Beginning on: August 31, 2016, 08:51:45 PM
Why do people still buy this scam? It is already hacked to death. It should have been dead by now. Or is it already?

I think you are mistaking ETC with ETH.....   ETC = Ethereum Classic is the dead coin. Its circling the terdlet bowl along with the Tidy Bowl man....
30  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [TGC][ANN] Relaunch Tigercoin - Official thread on: August 26, 2016, 04:53:13 PM
I see people referring to the client/wallet v1.2.0.3

I just built using Ubuntu 14.04, > git clone https://github.com/TigerCoinDev/Tigercoin .... I then cd 'ed into the Tigercoin directory and typed > qmake , then followed by make

I made the tigercoin.conf and placed it in the .tigercoin folder
It consists of the following...

listen=1
server=1
daemon=1
rpcuser= (my rpc address)
rpcpassword= ( my rpc password )
rpcport=15661
rpcconnect=127.0.0.1
addnode=193.192.37.135
addnode=193.33.237.189
addnode=198.27.81.114:15660
addnode=91.121.221.92:15660
addnode=194.135.91.150:15660
addnode=108.61.10.90:15660


I then started tigercoin.qt

It shows version 1.2.0.2-3

IS THIS THE CURRENT VERSION?

I ask because I sync to 48 weeks and then synchronizing stalls.

It also only connect to 3 - 4 nodes.

I'm trying to make a full node as well as to solo mine...

Some help please?



An update.

Trying to synchronize the client / wallet, Its not stalled at 48 weeks, Its just going very slow. I left it synchronizing over night and it moved to 34 weeks. So I'll just leave that go then. One its synced, I just might write a scrypt to auto save the whole blockchain to an online folder so anyone else can just download a ready to use blockchain that's with 24 hrs of actual sync... rather than wait for the wallet to sync itself. A simple download copy the whole blockchain folder and paste it to where the existing - empty blockchain folder is - overwriting the existing blockchain folder.

I've done that with some other coins for personal use in case I have a wallet crash, I'm not waiting for DAYS for things to sync.

I also opened up my router passing 15660 to the server running the Tigercoin Client and now I'm up to 13 connections inbound and outbound.

I also on https://bitnodes.net/node/194-135-91-150/ , I saw my ip address, and the reported client I was using which listed 1.2.0.3 ... so I am running the current client/wallet.
31  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [TGC][ANN] Relaunch Tigercoin - Official thread on: August 26, 2016, 05:26:22 AM
I see people referring to the client/wallet v1.2.0.3

I just built using Ubuntu 14.04, > git clone https://github.com/TigerCoinDev/Tigercoin .... I then cd 'ed into the Tigercoin directory and typed > qmake , then followed by make

I made the tigercoin.conf and placed it in the .tigercoin folder
It consists of the following...

listen=1
server=1
daemon=1
rpcuser= (my rpc address)
rpcpassword= ( my rpc password )
rpcport=15661
rpcconnect=127.0.0.1
addnode=193.192.37.135
addnode=193.33.237.189
addnode=198.27.81.114:15660
addnode=91.121.221.92:15660
addnode=194.135.91.150:15660
addnode=108.61.10.90:15660


I then started tigercoin.qt

It shows version 1.2.0.2-3

IS THIS THE CURRENT VERSION?

I ask because I sync to 48 weeks and then synchronizing stalls.

It also only connect to 3 - 4 nodes.

I'm trying to make a full node as well as to solo mine...

Some help please?

32  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ethereum: Welcome to the Beginning on: August 21, 2016, 01:48:48 AM
Eth is the definition of ponzi https://en.wikipedia.org/wiki/Ponzi_scheme and no longer the definition of blockchain https://en.wikipedia.org/wiki/Blockchain_(database)

I've benchmarked the Ethereum Network versus ETC Network.

Using Ubuntu 16.04 LTS



Would you care to enlighten us on how you are mining with Ubuntu 16.04 .... or is that 16.04 system just for your wallet?


FOR INFO:::

16.04 and future releases do not have the propriety FGLRX or FGLRX-UPDATES supported any more.... making GPU mining, well, not possible. Good for a GETH wallet though.

15.04 and 15.10 just fell out of active support - works good for GPU mining but -NO- security and maintenance updates - cybersecurity hazard.

14.04 is getting old but still supported till early 2019 - works good for GPU mining and still is getting security and maintenance support.

12.04 Support ended earlier this year - I hated the 11.04 through 13.10 releases, never tried 12.04 for mining.

You never read the post properly?

I not mining on Ubuntu 16.04LTS

I use it too store all the wallet.qts and blockchains for various cryptos. It' a lot faster than using Windows for a wallet.qt

Equally, you can install wine1.8 and run any crypto-coin's windows-qt.exe via that emulator.

Once installed, configure wine1.8 to run as Windows 7 emulator.

Therefore, everyone should have at least one Ubuntu installation for their crypto-coins wallet-qts.


I will add, Use ubuntu server for the mining wallet. Yeap, its CLI, but far lighter weight and I believe Server is more secure than desktop.
33  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ethereum: Welcome to the Beginning on: August 20, 2016, 07:18:39 PM
Eth is the definition of ponzi https://en.wikipedia.org/wiki/Ponzi_scheme and no longer the definition of blockchain https://en.wikipedia.org/wiki/Blockchain_(database)

I've benchmarked the Ethereum Network versus ETC Network.

Using Ubuntu 16.04 LTS



Would you care to enlighten us on how you are mining with Ubuntu 16.04 .... or is that 16.04 system just for your wallet?


FOR INFO:::

16.04 and future releases do not have the propriety FGLRX or FGLRX-UPDATES supported any more.... making GPU mining, well, not possible. Good for a GETH wallet though.

15.04 and 15.10 just fell out of active support - works good for GPU mining but -NO- security and maintenance updates - cybersecurity hazard.

14.04 is getting old but still supported till early 2019 - works good for GPU mining and still is getting security and maintenance support.

12.04 Support ended earlier this year - I hated the 11.04 through 13.10 releases, never tried 12.04 for mining.
34  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ethereum: Welcome to the Beginning on: August 20, 2016, 02:45:43 AM
Can anyone explain this?

Using the exact same commands and same equipment, just different pools and wallets - one for ETH-F and one for ETH-C.....

ethminer --farm-recheck 300 -G -t 4 -F <pool and wallet address> --cl-local-work 256 --cl-global-work 16896


All my other GPU platforms are mining ETH-F happily, I'm leaving them to do their thing... so I'm playing around with this dual R9 295X2 miner. When I mine ETH-F , my hash rate is between 136MH and 148MH on dwarfpool - watching the hashrate scrolling on the miner, I see upper 120's all the way to the mid 140's. Also, the mining time is faster .300-.400 second for each chunk mined. ( sorry, I don't know what that is actually called  to refer to the time statistic properly )

Mining ETH-C on Nanopool or solo mining off my geth wallet/node, the hashrate is a whole whopping 50-60MH on Nanopool while my reported hashrate is up to 120'ish , solo mining hashrate I see the hashrate on the miner scrolling by also in the 50's and 60MH range. The mining time on ETH-C is slower at .800-.900 second range.

Why is there such a difference?

With my mining power cut in half basically, mining ETH-C, that makes profit on this system a whopping $0.54 / day, where as ETC-F, I have a profit of $6.73 / day because the miner mines faster on ETH-F

$16 vs $201 per month after electricity is taken out ... Heck, if that's the case for everyone, no wonder ETH-C is dying, its just plain out not worth it.... literally!

But still, I'd like to hear some reason's why there is such a difference in hashrate and mining times.
35  Local / Announcements (Deutsch) / Re: [DeM] UPDATE Ver. 1.4 *HARDFORK* Deutsche eMark - ein deutscher Cryptocoin on: August 19, 2016, 08:08:45 AM
Hi !

yes , you have to ENCRYPT your Wallet for Staking



ok, I just set the encryption to on. When should I start seeing stake activity?

Thanks
36  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ethereum: Welcome to the Beginning on: August 19, 2016, 04:21:56 AM
Chapter 34 of bbOOmm's unpublished book, Mining Ethereum and The Hammer That Smashed The PC.....



Allllllllllrighty, a new problem I ran into...


As some of you know, I have several GPU platforms containing 4 XFX R9 295X2 GPUs ... I just received 2 more XFX R9295X2's and put together another system just with these two cards, waiting for a couple more cards to arrive to finish it. ( I think I'm draining the international used market of these cards!)

(For those wondering, yes, I overclock, a simple <aticonfig --adapter=ALL --odsc 1160,1375> and No, I'm not using a normal power supply. The PC running ethminer uses its own small power supply to power the computer system and an extension of the 5V GND and 12V  comes out of the case to power the PCI-e extender cards mounted on an aluminum plate which slides as an assembly into the server rack. A DPS-2980AB power supply powers the GPU's ONLY with up to 233A of 12VDC which leaves plenty of power supply headroom but not enough uumph for 5 overclocked R9 295X2's

I've been searching the web for a solution to my predicament , that is using Ubuntu Desktop with Terminator for a multi-windowed terminal to use one of the R9 295X2 cards ( Adapter 0 & 1 ) in one terminal window mining ETH-F and then in another terminal window, using the other card ( Adapter 2 & 3 ) to mine ETH-C

*** Yes, my attempt at using Ubuntu server failed. I got frustrated trying to get the AMD FGLRX and also the AMD FGLRX-UPDATES to work, as well as an X session to open and play nice.... so I went back to Desktop GUI till I gain some more knowledge.... evidently I have not hit my forehead on the keyboard long enough to gain what I need to know yet.

As I mentioned in previous posts, I'm mining for the money, I sell what I mine, although I'm holding some of each ETH to cover my bets for ---IF--- either or decides to go to the MoooooN in value. I could care less about which one is the best or about the politics of either or... so lets no go there. I'm mining BOTH, PERIOD.

I have :

export GPU_FORCE_64BIT_PTR=0
export GPU_MAX_HEAP_SIZE=100
export GPU_USE_SYNC_OBJECTS=1
export GPU_MAX_ALLOC_PERCENT=100
export GPU_SINGLE_ALLOC_PERCENT=100

Placed in the /etc/profile configuration so they load at boot, simplifying running ethminer in Terminator 5 less commands to enter.  Eventually, I'll figure out a command to run ethminer how I want it to, then I'll set the PC to run and mine automatically at boot so if I loose line power and my standby generator fails to start, and the  UPS send the system the standby, hibernate or whatever command... when line power is restored, the mining systems restart automatically.

If I'm using all the adapters to mine one crypto I use the following command:

ethminer --farm-recheck 300 -G -t 4 -F eth-us.dwarfpool.com:80/0x1WoUlDnTyOuLiKeToKnOw2978C --cl-local-work 256 --cl-global-work 16896

All the GPU devices would then go chunking along although its dead slow on mining startup as each separate adapter creates its own buffer for DAG and each maps their own big chunks

I've found no difference using the -t 4 verses using the opencl-platform 0 .... just less typing using -t 4 I guess.

However if I use:

ethminer --farm-recheck 300 -G -t 2 -F eth-us.dwarfpool.com:80/0x1WoUlDnTyOuLiKeToKnOw2978C --cl-local-work 256 --cl-global-work 16896

in one window to mine ETH-F and in another window mine ETH-C with:

ethminer --farm-recheck 300 -G -t 2 -F etc-us-east1.nanopool.org:18888/0x1MyPrIvAtEcLaSsIcWaLlEt21bC --cl-local-work 256 --cl-global-work 16896

Both instances of ethminer compete for the same adapters, I know this because I watch the temperatures, I can see Adapter 0 and adapter 1 being used while the others 2 adapters remain cool at idle. I also see a hash rate drop, basically put, the ETH-F ethminer instance is competing for the same two GPUs as the ETH-C ethminer instance resulting in a very jittery response from any input (mouse or keyboard)

I can get the system to play nice using:

ethminer --farm-recheck 300 -G --opencl-device 0 -F eth-us.dwarfpool.com:80/0x1WoUlDnTyOuLiKeToKnOw2978C --cl-local-work 256 --cl-global-work 16896

in one window and in another window:

ethminer --farm-recheck 300 -G --opencl-device 2 -F etc-us-east1.nanopool.org:18888/0x1MyPrIvAtEcLaSsIcWaLlEt21bC --cl-local-work 256 --cl-global-work 16896

That gets the system mining ETH-F and ETH-C separately and stable, although only using one GPU per card.

I tried adding --opencl-device 1 immediately after the --opencl-device 0 in the first ethminer instance ...... and the same adding --opencl-device 3 to the second ethminer instance. That did not get each of the ethminer instances to use the two free adapters ( adapter 1 and adapter 3 ), it mined just with adapter 1 and adapter 3..... it seem that when I gave the second --opencl-device x command, it ignored the first --opencl-device x command.

So, what do I have to do to get two of the GPUs to mine on ETH-F and two GPUs to mine on ETH-C - ultimately one R9 295x2 mining ETH-F and the other R9 295X2 mining ETH-C?

I tried :
--opencl-device 0,1 resulted in just adapter 0 mining
--opencl-device 0 1 resulted in Invalid argument: 1
--opencl-device 0&1 made ethminer go nutz something about Exception 32003, could not connect to http:127.0.0.1:8545 - retrying in 2...  and stuck in an endless loop where I had to close out the terminal window to break the loop.
--opencl-device 0:1 again resulted in adapter 0 mining only


That's as far as I took it. Too much shooting in the dark and I'm not finding any relevant info on the web.

So if anyone has like a cheat sheet or documentation of all the opencl-(whatever) options, please post it, I'd like to have that for reference,  and if anyone knows the proper command how to mine with 2 adapters on one pool, and two adapters on a different pool on the same PC ... also please let me know....

In the mean time, I am getting the result I want by having 4 individual terminal windows open, each window running ethminer running --opencl-device x ( 0 1 2 or 3 ) ... what a crappy way to do it in my opinion.

Thanks in advance


37  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ethereum: Welcome to the Beginning on: August 18, 2016, 11:10:42 PM
After 2100000 now is 2096732 blok eth start ethm-etherum maximalist.

Hunh? What? Explain yer self, boy. -Foghorn Leghorn ( WB Cartoon)

"What you talking about Willis" -Gary Coleman (Different Strokes - 1980's TV Show)
38  Local / Announcements (Deutsch) / Re: [DeM] UPDATE Ver. 1.4 *HARDFORK* Deutsche eMark - ein deutscher Cryptocoin on: August 18, 2016, 10:55:30 PM
Could someone explain how the wallet staking works?

I know I don't have a lot of DEM, something like 350, but its been sitting in my wallet which is online 24/7, all synced up for MONTHS. But no staking is taking place.

Do I need a certain minimum amount to begin staking?

Do I need to be actively mining DEM to be staking?

Do I need to be actively mining DEM AND have a certain amount in the wallet that has "aged" for a certain amount of time?

Is there some command or a specific conf change I need to give the wallet to make it stake?

I'm under the impression that staking is something parallel like to having $$$ in a bank and gaining interest on that amount... true or wrong idea?

Thanks in advance....

Is your wallet encoded?

Encoded ... its been a while since I set up that wallet. How do I check it to see if its encoded?

Or do you mean ENCRYPTED?  I don't think my wallet is encrypted because I saw in one of the tab menus of the wallet GUI, the <encrypt wallet> option.  I wouldn't think if I had encryption already on, that it still would give that option.

Do I need the wallet encrypted in order to stake?

By the way, I'm using Ubuntu 14.04 with Gnome Metacity with eMark wallet v1.4.0.0

Thanks





39  Local / Announcements (Deutsch) / Re: [DeM] UPDATE Ver. 1.4 *HARDFORK* Deutsche eMark - ein deutscher Cryptocoin on: August 18, 2016, 08:36:35 PM
Could someone explain how the wallet staking works?

I know I don't have a lot of DEM, something like 350, but its been sitting in my wallet which is online 24/7, all synced up for MONTHS. But no staking is taking place.

Do I need a certain minimum amount to begin staking?

Do I need to be actively mining DEM to be staking?

Do I need to be actively mining DEM AND have a certain amount in the wallet that has "aged" for a certain amount of time?

Is there some command or a specific conf change I need to give the wallet to make it stake?

I'm under the impression that staking is something parallel like to having $$$ in a bank and gaining interest on that amount... true or wrong idea?

Thanks in advance....
40  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Ethereum: Welcome to the Beginning on: August 18, 2016, 08:15:38 PM
Keep in mind I have been very resistive to read all the FUD and bullschnizzle on here so I can keep a fairly sane, open mind....


This is how I see things...

The value of ETH-C has been slightly above ETH-F - per coinwarz.com - its enough of an increased value that I've been mining ETH-C to rake in a little more $$$ --- I'm in it for the money.

But ETH-C network hashrate has been dropping and is only a fraction of the network hashrate of ETH-F. It seems that ETH-C is dying.

ETH-F, My opinion, the devs should have allows the DAO hack to proceed. If the people were that STUPID to leave their crypto online, on equipment they don't own or have access to so they can verify and maintain their own security, then by all means, You took the risk, you accepted the risk, you just lost it all.

However the ETH-F devs took a play from "No child left behind" and Kindergarden sports where EVERYONE is a winner no matter if they statistically lost the game. The ETH-F devs then did their voodoo and created the mess they are in now to appease the idiots that lost their DAO ETH.

Forks are going to happen. Security fixes, technology additions etc. But to take a crypto and timewarp back in time to make something that happened, disappear. I don't know. If you want crypto currency to live and thrive, treat it like real world currency. If the bank gets robbed, is there a time machine that the bank can use to go back in time, fortify and deter the said robbery so when they go back to normal time, no robbery took place? Sorry, that does not exist (yet). So treat the crypto as if it was real currency. No forks for that reason. -- so you left your moola in a public place, don't be surprised that it finds legs and walks off. Keep your crypto privately, well, first the robbers need to actually KNOW you have the Motz, then they need to figure out your IP address, THEN they can do their hackz. ( Portable USB drives are AWESOME security - especially when you unplug the drive when you are not playing with your crypto ----- picture Scrooge Mc Duck diving in his vault)

I foresee ETH-C dying a slow death, slowly fading into obscurity like 99% of the rest of the crypto.... with a future of " You are mining what? I never heard of it."

I also foresee ETC-F either imploding from their shysterism schemes and most everybody saying fook this, the ETH-F environment is just too stressful, too much deception, etc - There is enough real word reality stress and deception - people could leave just because they don't need any more, they then would move their GPU mining platforms to some other GPU mined coin that shows promise at the first chance that comes along sometime in the future (Miners have the hardware, might as well make their GPUs work to make a few dollars elsewhere mining a coin that has less baggage and politics); or flat out, ETH-F loosing popularity due to all the negative light ETH-F has seen leaving ETH-F a jinxed coin with a questionable history.

If ETH-F does not go Garza on us, I think ETH-F will have a long long road to recover and re-establish itself into a stable, growing crypto. In this age of "gotta have it NOW!" and everyone leery of every crypto out there, ETH-F would need to stabilize NOW and show growing tendencies with stability relatively soon before the crowd gets weary and they leave ETH-F, cashing out their ETH-F as they leave, thus lowering the value in a vicious cycle.

ETH-F devs, time to stop sniffing your sisters panties like a kid and put your adult big boy pants on... I guess the same goes for the ETH-C devs, but I think its too late for them.


---edited to fix some punctuation and typos so the grammar police don't gather a posse to lynch me.
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!