degel_x
|
|
June 08, 2014, 08:40:29 AM Last edit: June 08, 2014, 09:09:13 AM by degel_x |
|
Hi i need a some help here, i manage to compile, but when i run ./minerd i got this ./minerd: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
but i have openssl installed and this archives at /usr/lib and /usr/lib64 libcrypto.so libcrypto.so.10 libcrypto.so.1.0.1e
My enviroment is centos 6.4 Tnks edit: I copied my libcrypto.so.1.0.0 from /usr/local/lib to /usr/lib64 and it works now
|
| ..................... ........What is C?......... .............. | ...........ICO Dec 1st – Dec 30th............ ............Open Dec 1st- Dec 30th............ ...................ANN thread Bounty....................
|
|
|
|
degel_x
|
|
June 08, 2014, 09:10:47 AM |
|
Hi i need a some help here, i manage to compile, but when i run ./minerd i got this ./minerd: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
but i have openssl installed and this archives at /usr/lib and /usr/lib64 libcrypto.so libcrypto.so.10 libcrypto.so.1.0.1e
My enviroment is centos 6.4 Tnks Wait... so you compiled against libcrypto.so.1.0.0, but when you ran it, you had only libcrypto.so.1.0.1e? You must have upgraded OpenSSL in the middle. Rebuild the miner. I think my enviroment is a mess, i just copied my libcrypto.so.1.0.0 from /usr/local/lib to /usr/lib64 and it works now Anyway thanks a lot
|
| ..................... ........What is C?......... .............. | ...........ICO Dec 1st – Dec 30th............ ............Open Dec 1st- Dec 30th............ ...................ANN thread Bounty....................
|
|
|
|
surfer43
Sr. Member
Offline
Activity: 560
Merit: 250
"Trading Platform of The Future!"
|
|
June 08, 2014, 03:28:14 PM |
|
Keep up the good work.
|
|
|
|
antonio8
Legendary
Offline
Activity: 1400
Merit: 1000
|
|
June 08, 2014, 04:09:53 PM |
|
Bump for update.
Are you making a compiled version for windows? I don't see it in the post.
|
If you are going to leave your BTC on an exchange please send it to this address instead 1GH3ub3UUHbU5qDJW5u3E9jZ96ZEmzaXtG, I will at least use the money better than someone who steals it from the exchange. Thanks
|
|
|
GreekBitcoin
Legendary
Offline
Activity: 1428
Merit: 1001
getmonero.org
|
|
June 08, 2014, 06:17:37 PM |
|
Excellent optimization Wolf! I got like 15% more than lucas miner on my non AES-NI VMs
|
|
|
|
vgo
Legendary
Offline
Activity: 2072
Merit: 1019
|
|
June 08, 2014, 06:40:56 PM |
|
Thanks, t-8 350 H/s - w7 64bits.
|
|
|
|
5w00p
|
|
June 08, 2014, 10:33:34 PM |
|
seriously, those nasty female pussyskunk drawings are fakkin weird.
but good work on the miner. thx
|
|
|
|
onemorebtc
|
|
June 09, 2014, 12:55:42 AM |
|
Thanks! Working great. btw i noticed that i get around 20h/8cores more when using gcc 4.7 instead of 4.6
|
transfer 3 onemorebtc.k1024.de 1
|
|
|
djm34
Legendary
Offline
Activity: 1400
Merit: 1050
|
|
June 09, 2014, 01:26:58 AM |
|
Is there a link to the windows binaries of this new and faster version ? I didn't find any thing in the OP
|
djm34 facebook pageBTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
|
|
|
coinfusion
|
|
June 09, 2014, 03:02:46 AM |
|
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?
|
|
|
|
Agamemnus
|
|
June 09, 2014, 06:14:49 AM |
|
I'd give all kinds of naughty favours for win64 binaries. With AES preferred for i7-4930k *nudge* *nudge*
|
|
|
|
restless
Legendary
Offline
Activity: 1151
Merit: 1001
|
|
June 09, 2014, 09:29:22 AM |
|
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
|
|
|
|
polecrab
Member
Offline
Activity: 68
Merit: 10
|
|
June 09, 2014, 10:15:03 AM |
|
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.
|
|
|
|
restless
Legendary
Offline
Activity: 1151
Merit: 1001
|
|
June 09, 2014, 11:37:50 AM |
|
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?
|
|
|
|
surfer43
Sr. Member
Offline
Activity: 560
Merit: 250
"Trading Platform of The Future!"
|
|
June 09, 2014, 12:23:40 PM |
|
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
|
|
|
|
polecrab
Member
Offline
Activity: 68
Merit: 10
|
|
June 09, 2014, 02:04:04 PM |
|
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 E:\apps\cpuminer-multi-wolf\cpuminer-multi-wolf-06-09-2014>minerd -a cryptonight -o stratum+tcp://mine.moneropool.org:5555 -u <addr> -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
|
|
|
|
restless
Legendary
Offline
Activity: 1151
Merit: 1001
|
|
June 09, 2014, 02:08:01 PM |
|
Try ccproxy - through socks like -x socks5://ccproxy-address:1080
1080 is default, sometimes socks4 works better. And freeware version supports upto 3 connections
|
|
|
|
|
restless
Legendary
Offline
Activity: 1151
Merit: 1001
|
|
June 09, 2014, 05:15:45 PM Last edit: June 09, 2014, 05:33:10 PM by restless |
|
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
|
|
|
|
Litrbooh
Member
Offline
Activity: 294
Merit: 12
|
|
June 09, 2014, 07:31:16 PM |
|
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
|
|
|
|
|