Pages:
Author

Topic: Wolf's XMR/BCN/DSH CPUMiner - 2x speed compared to LucasJones' - NEW 06/20/2014 - page 9. (Read 547096 times)

full member
Activity: 199
Merit: 108
Look, I'm really not that interesting. Promise.
Holy moly I forgot about this. Two years?

Might be time for an update, pet.
newbie
Activity: 17
Merit: 0
Found this after using yam and its increased my hashrate and of course is open source.

Cheers mate. Donated ~0.0033BTC change i had in a wallet. Thanks, keep up the good work.

member
Activity: 81
Merit: 1002
It was only the wind.
https://minergate.com/download/win32-cli

minergate has 32 bit miner but they restrict the pool  Cry Cry

Plus, it's Minergate Tongue

Anyway, 99% of demand for 32-bit miners are botnets - if they want to make asstons of money, it ain't gonna be free.
newbie
Activity: 19
Merit: 0
Hello, I am having problems to build wolf-cpuminer on ubuntu 16.04,14.04 using mingw32. I compile it easily for linux, but i would like to compile it for windows. I am having  this problem after: sudo make and this is my configure command : sudo ./configure --host=i586-mingw32msvc

cc1: error: invalid option argument ?-Ofast?
cc1: error: unrecognized command line option "-flto"
cc1: error: unrecognized command line option "-fuse-linker-plugin"
 Huh Huh Huh
and when I go to Makefile and delete these lines, i am having other errors. I am not sure, i am on the right place for asking this question, but I hope  somebody may have a clue what to do.

Thanks in advance !  Smiley
newbie
Activity: 1
Merit: 0
Hi guys,

based on Ubuntu Mate 16.04.1, I was able to build Wolf's miner from github as follows:

Code:
# install build tools and libs
sudo apt-get install build-essential autotools-dev autoconf pkgconf libtool

# get, build (statically) and install curl
wget https://curl.haxx.se/download/curl-7.50.1.tar.gz
tar xvfz curl-7.50.1.tar.gz
cd curl-7.50.1
./configure --disable-shared --enable-static --prefix=/tmp/curl --disable-ldap --disable-sspi
make
sudo make install;
cd ..

# build miner (statically)
unzip cpuminer-multi-master.zip
cd cpuminer-multi-master
./autogen.sh
./configure CFLAGS="-static" --with-libcurl=/tmp/curl
make

# confirm miner is entirely static
ldd minerd

I'm not entirely sure, whether I'm doing it formally right, but the resulting binary works as expected and all our boxes (also on those that don't run the dynamically-linked build due to lack of libs). So far, so good.

Here's my question:
How do I change the build process, such that I get an .so library instead of a binary for the miner. I would like to use the .so as sort of a plugin in a bigger Java-based application, that invokes C(++)-based library functions using JNA. I would now like to include Wolf's miner, too. Please note, that I do not want to use ProcessBuilder and similar to run the ordinarily built binary. The question here refers specifically to building a library from the miner code.

Thanks,
CaptainN00b
legendary
Activity: 1108
Merit: 1005
This is a CPU mining thread, not GPU.
legendary
Activity: 3500
Merit: 2792
Enjoy 500% bonus + 70 FS
at the moment i use the claymore miner, but i will use the wolf miner.

i have the speed from 3,8 kh/s

09/06/16-20:45:59 - New job received from mine.moneropool.com:3333
Speed: 3859 h/s, TotalHashes: 5543K, DevHashes: 137K Mining time: 00:24

how can i configure the wolf miner and what are the best settings for a AMD 480'er system with 6 cards




BestRegards
Willi
member
Activity: 93
Merit: 10
Tried a couple pools and this is the result:

[2016-09-05 10:00:18] Stratum detected new block
[2016-09-05 10:00:49] Stratum detected new block
[2016-09-05 10:01:34] Stratum detected new block
[2016-09-05 10:02:05] Stratum detected new block
[2016-09-05 10:03:40] Stratum detected new block
[2016-09-05 10:05:40] Stratum connection timed out
[2016-09-05 10:05:40] Stratum connection interrupted
[2016-09-05 10:05:40] Stratum detected new block
[2016-09-05 10:08:16] Stratum detected new block
[2016-09-05 10:08:57] Stratum detected new block
[2016-09-05 10:11:56] Stratum detected new block
[2016-09-05 10:13:56] Stratum connection timed out
[2016-09-05 10:13:56] Stratum connection interrupted
[2016-09-05 10:13:56] Stratum detected new block
[2016-09-05 10:14:31] Stratum detected new block
[2016-09-05 10:15:16] Stratum detected new block
[2016-09-05 10:15:42] Stratum detected new block
[2016-09-05 10:17:42] Stratum connection timed out
[2016-09-05 10:17:42] Stratum connection interrupted
[2016-09-05 10:17:42] Stratum detected new block
[2016-09-05 10:19:42] Stratum connection timed out
[2016-09-05 10:19:42] Stratum connection interrupted
[2016-09-05 10:19:43] Stratum detected new block
[2016-09-05 10:20:40] Stratum detected new block
[2016-09-05 10:21:32] Stratum detected new block
[2016-09-05 10:21:47] Stratum detected new block

What am I doing wrong?
legendary
Activity: 1232
Merit: 1011
Monero Evangelist
Hi,

I wonder if anyone tried to use any virtualization soft for mining? For example, openVZ etc. It is interesting if several VE running miner are more profitable than one on a whole server?
I mined on all well-known virtualizers: KVM, XEN, OpenVZ, Proxmox, SolusVM and some custom stacks like Jelastic. No problems.
Before booking VPS, check if you have AES-NI on VPS. With-out AES-NI it's slower. A lot slower, around 1/3rd the speed. And the non AES-NI implementation is deprecated and will not be improved.


Never benchmarked.
legendary
Activity: 1624
Merit: 1008
My antivirus detects Troj/Miner-AB in the windows exe. I used the link on this forum to download.

All anti virus detects CPU miners as viruses/trojans because of botnets.  Ofc that doesn't mean some aren't but this one is just fine and I have used it with no problems.  Wolf has a very good rep.  You should add it to your anti viruses trusted list so it doesn't mess with it later.
hero member
Activity: 698
Merit: 500
Trying out mining Monero for the first time. When I first ran the cpu miner I got "Stratum detected new block" over and over, cpu running at 100%. Am I even mining?

Trying the second time I now get:
[2016-09-03 15:48:41] Using JSON-RPC 2.0
[2016-09-03 15:48:41] HTTP request failed: Protocol stratum+tcp not supported or disabled in libcurl
[2016-09-03 15:48:41] 11 miner threads started, using 'cryptonight' algorithm.
[2016-09-03 15:48:41] ...retry after 10 seconds
[2016-09-03 15:48:51] HTTP request failed: Protocol stratum+tcp not supported or disabled in libcurl
[2016-09-03 15:48:51] ...retry after 10 seconds


Any help? I cannot find much troubleshooting info online


EDIT:

Trying out the GPU miner, all I did was change the pool address and wallet address in xmr.conf and I get:

[16:08:38] Got something: {"id":1,"jsonrpc":"2.0","error":{"code":-1,"message":"your IP is banned"}}

[16:08:38] Share rejected ((null)): -1/0 (inf%)
[16:08:38] Total Hashrate: nanH/s

wtf?

f'off botnet puppeteer!
sr. member
Activity: 512
Merit: 260
My antivirus detects Troj/Miner-AB in the windows exe. I used the link on this forum to download.
newbie
Activity: 7
Merit: 0
Trying out mining Monero for the first time. When I first ran the cpu miner I got "Stratum detected new block" over and over, cpu running at 100%. Am I even mining?

Trying the second time I now get:
[2016-09-03 15:48:41] Using JSON-RPC 2.0
[2016-09-03 15:48:41] HTTP request failed: Protocol stratum+tcp not supported or disabled in libcurl
[2016-09-03 15:48:41] 11 miner threads started, using 'cryptonight' algorithm.
[2016-09-03 15:48:41] ...retry after 10 seconds
[2016-09-03 15:48:51] HTTP request failed: Protocol stratum+tcp not supported or disabled in libcurl
[2016-09-03 15:48:51] ...retry after 10 seconds


Any help? I cannot find much troubleshooting info online


EDIT:

Trying out the GPU miner, all I did was change the pool address and wallet address in xmr.conf and I get:

[16:08:38] Got something: {"id":1,"jsonrpc":"2.0","error":{"code":-1,"message":"your IP is banned"}}

[16:08:38] Share rejected ((null)): -1/0 (inf%)
[16:08:38] Total Hashrate: nanH/s

wtf?
member
Activity: 84
Merit: 10
dual E5-2690v3, total 24 cores, 48 threads - 648 H/s
newbie
Activity: 19
Merit: 0
Hello,

I have a problem building this miner. I am trying to build it in Linux 16.04 64bit with mingw32. I am configuring like that :

 sudo ./configure --host=i586-mingw32msvc

Then I have this error after sudo make :

cc1: error: invalid option argument ‘-Ofast’
cc1: error: unrecognized command line option "-flto"
cc1: error: unrecognized command line option "-fuse-linker-plugin"
Makefile:526: recipe for target 'minerd-cpu-miner.o' failed
make[2]: *** [minerd-cpu-miner.o] Error 1


I tried to remove this lines in the Makefile, but then I got other error. Does somebody have some idea how to fix that?

Thanks in advance !
newbie
Activity: 84
Merit: 0
Hi,

I wonder if anyone tried to use any virtualization soft for mining? For example, openVZ etc. It is interesting if several VE running miner are more profitable than one on a whole server?
full member
Activity: 239
Merit: 250
I cannot get the miner to work. It pulls the error: Error -1 when calling clGetDeviceIDs for number of devices.

I have an AMD r9 290 running Windows 7 Ultimate 64 bit. I can't find any solution searching about. The closest relevant thing I saw suggested I cannot use the HDMI port on my GPU to connect to my monitor?

My full specs are:
OS:   Microsoft Windows 7 Ultimate
Version:   6.1.7601 Service Pack 1 Build 7601
System Model:   B85M-DS3H-A
System Type:   x64-based PC
Processor:   Intel(R) Core(TM) i5-4460  CPU @ 3.20GHz, 3201 Mhz, 4 Core(s), 4 Logical Processor(s)
GPU: AMD r9 290 Sapphire Tri-X
BIOS Version/Date:   American Megatrends Inc. F1, 1/19/2015
SMBIOS Version:   2.7
Hardware Abstraction Layer   Version = "6.1.7601.17514"
Installed Physical Memory (RAM):   8.00 GB
Total Physical Memory:   7.90 GB
Available Physical Memory:   5.79 GB
Total Virtual Memory:   15.8 GB
Available Virtual Memory:   12.8 GB



i guess is only CPU miner and you try with GPU


edit l was wrong yes you can used you GPU go here https://bitcointalksearch.org/topic/claymores-cryptonote-amd-gpu-miner-v113-638915
member
Activity: 81
Merit: 1002
It was only the wind.
just wanted to say that if you run on a single core cpu, by default it does nothing:

0 miner threads started, using 'cryptonight' algorithm

1 - 1 = 0 :-D

Oops. I should fix that.

EDIT: Pushed fix.
newbie
Activity: 3
Merit: 0
I cannot get the miner to work. It pulls the error: Error -1 when calling clGetDeviceIDs for number of devices.

I have an AMD r9 290 running Windows 7 Ultimate 64 bit. I can't find any solution searching about. The closest relevant thing I saw suggested I cannot use the HDMI port on my GPU to connect to my monitor?

My full specs are:
OS:   Microsoft Windows 7 Ultimate
Version:   6.1.7601 Service Pack 1 Build 7601
System Model:   B85M-DS3H-A
System Type:   x64-based PC
Processor:   Intel(R) Core(TM) i5-4460  CPU @ 3.20GHz, 3201 Mhz, 4 Core(s), 4 Logical Processor(s)
GPU: AMD r9 290 Sapphire Tri-X
BIOS Version/Date:   American Megatrends Inc. F1, 1/19/2015
SMBIOS Version:   2.7
Hardware Abstraction Layer   Version = "6.1.7601.17514"
Installed Physical Memory (RAM):   8.00 GB
Total Physical Memory:   7.90 GB
Available Physical Memory:   5.79 GB
Total Virtual Memory:   15.8 GB
Available Virtual Memory:   12.8 GB


member
Activity: 81
Merit: 1002
It was only the wind.
Any chance this will work on arm?
LucasJones version doesn't work either, the cryptonight part fails to link. I believe the problem is missing aesb-arm.S in that case.
Can't find the bitcointalk thread for it, though.

Nope - I use x86 intrinsics.
Pages:
Jump to: