Pages:
Author

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

member
Activity: 81
Merit: 1002
It was only the wind.
I'm using GCC 4.7.2 and LD 2.23 compiled.
when I make , I got a error:
gcc: error: -fuse-linker-plugin is not supported in this configuration

who can help me ?
thanks.


Had the same issue with GCC 4.8.2. I removed -fuse-linker-plugin from the Makefile and it compiled without issue, works fine too. Not sure if this impacts any optimizations, but speed seems good, 420 H/s on dual  E5-2620 with -t 12.

It's not your GCC version - update your binutils. You may get a better hashrate with it.

Worked - thanks! Smiley Slight speedup - +~10 H/s

Well, I did include those flags for a reason  Cheesy
member
Activity: 294
Merit: 12
Wolf0
Why i have with cpuminer-multi-wolf-06-09-2014 on i7-3770 only 130-150h/s, but with cpuminer-multi-wolf-05-29-2014 - 200h\s?
What could be the problem?

Win7 64bit
legendary
Activity: 1151
Merit: 1001
I can confirm - i5-2500, new version is 5+% slower

PS: i5-4570 - again 5% slower with 3 threads :/
I have no idea if we should try to enable hugepages on Windows? These are disbaled by default
member
Activity: 81
Merit: 1002
It was only the wind.
Do you know what cpu models you were using with the amazon instance? I'm wondering if there is any more tweaking I can do with dual e5 2680s. I'm currently getting about 750 hash/s using 16 threads (tried the 21 threads that you used).
Intel(R) Xeon(R) CPU E5-2670 v2 @ 2.50GHz
full member
Activity: 138
Merit: 100
On my i7-2700k@4,6GHz, the latest build
https://ottrbutt.com/cpuminer-multi/cpuminer-multi-wolf-06-09-2014.zip
seems to be slower, 240h/s on may 30 version, 220h/s at best with the above.
More/less cores did not help.

Guessing that Haswells get a boost while old Sandybridges loses out with the new optimizations.
legendary
Activity: 1151
Merit: 1001
Try ccproxy - through socks
like
-x socks5://ccproxy-address:1080

1080 is default, sometimes socks4 works better.
And freeware version supports upto 3 connections
member
Activity: 81
Merit: 1002
It was only the wind.
Do you have plans to add merged mining (for FCN) ?

I could improve the FCN daemon if that's what you're asking... but really, this is a lot of work, and rarely does anyone donate. I'll think about it.
member
Activity: 68
Merit: 10
I can't get stratum to work from Windows regardless of what mining software I use. On the same internet connection it works fine for Linux.

On Windows using the command format:

minerd -a cryptonight -o stratum+tcp://mine.moneropool.org:80 -u YourMoneroAddress -p x -t 4

I get this error:

[2014-06-09 20:09:15] Using JSON-RPC 2.0
[2014-06-09 20:09:15] Starting Stratum on stratum+tcp://mine.moneropool.org:80
[2014-06-09 20:09:15] 4 miner threads started, using 'cryptonight' algorithm.
[2014-06-09 20:09:15] Stratum connection failed: Received HTTP code 403 from proxy after CONNECT
[2014-06-09 20:09:15] ...retry after 10 seconds
^C

I suspect it is something to do with Norton Internet Security but I have tried disabling all the options in NIS I can think of.  Has anyone else solved this?
Up until now I have been using stratum proxies for other coins, but I can't find one for Monero.

Do our other ports work? 5555, 8080, 7777, 8336

Same result for all below, including moneropool.com

Quote
E:\apps\cpuminer-multi-wolf\cpuminer-multi-wolf-06-09-2014>minerd -a cryptonight -o stratum+tcp://mine.moneropool.org:5555 -u -p x -t 4
[2014-06-09 23:55:39] Using JSON-RPC 2.0
[2014-06-09 23:55:39] Starting Stratum on stratum+tcp://mine.moneropool.org:5555
[2014-06-09 23:55:39] 4 miner threads started, using 'cryptonight' algorithm.
[2014-06-09 23:55:39] Stratum connection failed: Received HTTP code 403 from proxy after CONNECT
[2014-06-09 23:55:39] ...retry after 10 seconds
[2014-06-09 23:55:49] Stratum connection failed: Received HTTP code 403 from proxy after CONNECT
[2014-06-09 23:55:49] ...retry after 10 seconds

stratum+tcp://mine.moneropool.org:8080
stratum+tcp://mine.moneropool.org:8336
stratum+tcp://mine.moneropool.com:3333
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
I can't get stratum to work from Windows regardless of what mining software I use. On the same internet connection it works fine for Linux.

On Windows using the command format:

minerd -a cryptonight -o stratum+tcp://mine.moneropool.org:80 -u YourMoneroAddress -p x -t 4

I get this error:

[2014-06-09 20:09:15] Using JSON-RPC 2.0
[2014-06-09 20:09:15] Starting Stratum on stratum+tcp://mine.moneropool.org:80
[2014-06-09 20:09:15] 4 miner threads started, using 'cryptonight' algorithm.
[2014-06-09 20:09:15] Stratum connection failed: Received HTTP code 403 from proxy after CONNECT
[2014-06-09 20:09:15] ...retry after 10 seconds
^C

I suspect it is something to do with Norton Internet Security but I have tried disabling all the options in NIS I can think of.  Has anyone else solved this?
Up until now I have been using stratum proxies for other coins, but I can't find one for Monero.

Do our other ports work? 5555, 8080, 7777, 8336
member
Activity: 81
Merit: 1002
It was only the wind.
I'm using GCC 4.7.2 and LD 2.23 compiled.
when I make , I got a error:
gcc: error: -fuse-linker-plugin is not supported in this configuration

who can help me ?
thanks.


Had the same issue with GCC 4.8.2. I removed -fuse-linker-plugin from the Makefile and it compiled without issue, works fine too. Not sure if this impacts any optimizations, but speed seems good, 420 H/s on dual  E5-2620 with -t 12.

It's not your GCC version - update your binutils. You may get a better hashrate with it.
legendary
Activity: 1151
Merit: 1001
I can't get stratum to work from Windows regardless of what mining software I use. On the same internet connection it works fine for Linux.

On Windows using the command format:

minerd -a cryptonight -o stratum+tcp://mine.moneropool.org:80 -u YourMoneroAddress -p x -t 4

I get this error:

[2014-06-09 20:09:15] Using JSON-RPC 2.0
[2014-06-09 20:09:15] Starting Stratum on stratum+tcp://mine.moneropool.org:80
[2014-06-09 20:09:15] 4 miner threads started, using 'cryptonight' algorithm.
[2014-06-09 20:09:15] Stratum connection failed: Received HTTP code 403 from proxy after CONNECT
[2014-06-09 20:09:15] ...retry after 10 seconds
^C

I suspect it is something to do with Norton Internet Security but I have tried disabling all the options in NIS I can think of.  Has anyone else solved this?
Up until now I have been using stratum proxies for other coins, but I can't find one for Monero.
Try moneropool.com?

2 w0lf. by "reverting commits" do you mean decreasing number of hugepages?
member
Activity: 68
Merit: 10
I can't get stratum to work from Windows regardless of what mining software I use. On the same internet connection it works fine for Linux.

On Windows using the command format:

minerd -a cryptonight -o stratum+tcp://mine.moneropool.org:80 -u YourMoneroAddress -p x -t 4

I get this error:

[2014-06-09 20:09:15] Using JSON-RPC 2.0
[2014-06-09 20:09:15] Starting Stratum on stratum+tcp://mine.moneropool.org:80
[2014-06-09 20:09:15] 4 miner threads started, using 'cryptonight' algorithm.
[2014-06-09 20:09:15] Stratum connection failed: Received HTTP code 403 from proxy after CONNECT
[2014-06-09 20:09:15] ...retry after 10 seconds
^C

I suspect it is something to do with Norton Internet Security but I have tried disabling all the options in NIS I can think of.  Has anyone else solved this?
Up until now I have been using stratum proxies for other coins, but I can't find one for Monero.
legendary
Activity: 1151
Merit: 1001
Compiled under OpenSuse13. Its running as the only guest on ESX5 machine, 12 core Xeon 5670
Previous version is making 440-450H/s, this newer version makes 390-410H/s
vm variable was set to 36 (12*3) - sudo sysctl -w vm.nr_hugepages=36
full member
Activity: 267
Merit: 100
I'd give all kinds of naughty favours for win64 binaries. With AES preferred for i7-4930k Wink Wink *nudge* *nudge*
member
Activity: 81
Merit: 1002
It was only the wind.
Hello,

I have this on my openssl engine

jimmy1@localhost:~$ openssl engine
(rsax) RSAX engine support
(dynamic) Dynamic engine loading support


How to add aesni to openssl engine?Huh

Please

Thanks

You don't need to. OpenSSL isn't used for cryptonight at all - it's all custom code.
full member
Activity: 141
Merit: 100
I've been making windows binaries, but it seems that everything after the may 28th commit hashes but never submits work with my non-aesNI machine.  Could someone verify that the most recent version still works with --disable-aes-ni  at least on linux?
legendary
Activity: 1400
Merit: 1050
Is there a link to the windows binaries of this new and faster version ?
I didn't find any thing in the OP
member
Activity: 81
Merit: 1002
It was only the wind.
Windows, I assume. Try Linux (not in a VM) - should be loads better.

Hi Wolf0. Can you explain why linux is quicker than Windows for this task? I'm running on Windows, and this PC isn't just for mining so I can't easily switch.
Thanks, Q

Windows doesn't give me as much control over memory management.
sr. member
Activity: 266
Merit: 250
Thanks! Working great.
btw i noticed that i get around 20h/8cores more when using gcc 4.7 instead of 4.6
hero member
Activity: 644
Merit: 502
seriously, those nasty female pussyskunk drawings are fakkin weird.

but good work on the miner.  thx
Pages:
Jump to: