Bitcoin Forum
April 25, 2024, 03:53:59 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 [37] 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 »
  Print  
Author Topic: An (even more) optimized version of cpuminer (pooler's cpuminer, CPU-only)  (Read 1958265 times)
pooler (OP)
Hero Member
*****
Offline Offline

Activity: 838
Merit: 507


View Profile
December 04, 2013, 11:15:25 AM
 #721

can you profide me the newest phtreadGC2XXX  for 64bit file please ??
It isn't clear to me why you'd want to update the DLLs, if those provided with the binary package work. If you are trying to make the miner faster, you are definitely looking in the wrong place.

BTC: 15MRTcUweNVJbhTyH5rq9aeSdyigFrskqE · LTC: LTCPooLqTK1SANSNeTR63GbGwabTKEkuS7
1714017239
Hero Member
*
Offline Offline

Posts: 1714017239

View Profile Personal Message (Offline)

Ignore
1714017239
Reply with quote  #2

1714017239
Report to moderator
Once a transaction has 6 confirmations, it is extremely unlikely that an attacker without at least 50% of the network's computation power would be able to reverse it.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714017239
Hero Member
*
Offline Offline

Posts: 1714017239

View Profile Personal Message (Offline)

Ignore
1714017239
Reply with quote  #2

1714017239
Report to moderator
1714017239
Hero Member
*
Offline Offline

Posts: 1714017239

View Profile Personal Message (Offline)

Ignore
1714017239
Reply with quote  #2

1714017239
Report to moderator
paulus51
Sr. Member
****
Offline Offline

Activity: 616
Merit: 321



View Profile
December 04, 2013, 11:30:05 AM
 #722

wel no i am not trying to make it faster...

but this version should be 64 bit right ?  that dll is for 32 bit , i am only asking for a 64 bit dll file

you did a great job on it thats not the point  Wink

i dont want to make it faster i just want my files be up to date , there is nothing wrong with i think ..........
pooler (OP)
Hero Member
*****
Offline Offline

Activity: 838
Merit: 507


View Profile
December 04, 2013, 11:35:29 AM
 #723

but this version should be 64 bit right ?  that dll is for 32 bit , i am only asking for a 64 bit dll file
That file should be 64-bit just like the rest. What makes you think it isn't? Just the filename?

BTC: 15MRTcUweNVJbhTyH5rq9aeSdyigFrskqE · LTC: LTCPooLqTK1SANSNeTR63GbGwabTKEkuS7
paulus51
Sr. Member
****
Offline Offline

Activity: 616
Merit: 321



View Profile
December 04, 2013, 11:42:13 AM
 #724

well it issent the source it selfs say's it  Wink


i have done resource about this and the source ...


source force say : specific :  "pthreadGC2.dll" (for 32-bit programs) or "pthreadGC2_64.dll" (for 64-bit programs)


compiler issue ?

package the wrong dll file with it ?
pooler (OP)
Hero Member
*****
Offline Offline

Activity: 838
Merit: 507


View Profile
December 04, 2013, 12:01:52 PM
 #725

source force say : specific :  "pthreadGC2.dll" (for 32-bit programs) or "pthreadGC2_64.dll" (for 64-bit programs)
Not sure what you are referring to. The filename is just a name. As they say, a rose by any other name would smell as sweet.

Anyway, I have briefly tested the 64-bit package with wine64, and as expected it doesn't work if I remove pthreadGC2.dll or if I replace it with the one from the 32-bit package. That pretty much proves that the file is 64-bit, to me. I'm not a Windows expert, but I do know that function calling conventions are different for 32-bit and 64-bit programs, so I very much doubt that a 64-bit program can use 32-bit libraries.

BTC: 15MRTcUweNVJbhTyH5rq9aeSdyigFrskqE · LTC: LTCPooLqTK1SANSNeTR63GbGwabTKEkuS7
Spoetnik
Legendary
*
Offline Offline

Activity: 1540
Merit: 1011


FUD Philanthropist™


View Profile
December 04, 2013, 12:21:25 PM
 #726

i noticed long ago in the miner_thread() function the scantime setting does not do anything
unless Stratum and Longpolling is NOT found.. i can prove this easily and show lines of source doe etc

SO this leads me to believe a lot of people out there are led to believe --scantime may be doing something when in fact it can't

Is this by design ?

i have made my own mod(s) on this mod of yours and fixed it so to speak. (i made a mod of cudaminer and quarkminer that are based on your miner)

so do you know what i am saying or should post the exact parts of the code ?

FUD first & ask questions later™
pooler (OP)
Hero Member
*****
Offline Offline

Activity: 838
Merit: 507


View Profile
December 04, 2013, 12:28:04 PM
 #727

i noticed long ago in the miner_thread() function the scantime setting does not do anything
unless Stratum and Longpolling is NOT found.. i can prove this easily and show lines of source doe etc

SO this leads me to believe a lot of people out there are led to believe --scantime may be doing something when in fact it can't

Is this by design ?

i have made my own mod(s) on this mod of yours and fixed it so to speak. (i made a mod of cudaminer and quarkminer that are based on your miner)

so do you know what i am saying or should post the exact parts of the code ?
Brief note on the -s/--scantime option
I have seen people suggest various values for this option in order to reduce stales when mining in pools.
The funny thing is that, to my knowledge, all Litecoin pools have long polling permanently enabled (which is good), and when long polling is enabled the scantime parameter is completely ignored.
For this reason, the use of this parameter only makes sense when you are mining solo.
Is having a lower scantime better when solo mining?
If you are solo mining you may want to set it to a lower value than the default (5 seconds), provided that the *coin daemon is running locally. That can lower the probability of your solutions getting rejected.
If you are mining at a pool, the option is completely ignored by the miner, as better solutions (long polling or Stratum) will then be available.

BTC: 15MRTcUweNVJbhTyH5rq9aeSdyigFrskqE · LTC: LTCPooLqTK1SANSNeTR63GbGwabTKEkuS7
pluMmet
Sr. Member
****
Offline Offline

Activity: 588
Merit: 251



View Profile
December 04, 2013, 01:08:10 PM
Last edit: December 04, 2013, 01:33:37 PM by pluMmet
 #728

Solo mining for the first time here.

When pool mining the cmd window shows my cpu info and reprints it when pool finds block.

Solo mining prints info just once (no blocks yet i get it) but how do i know its not just frozen?

It just says bind thread 8 times  (0-7) thats it. No mh reading or anything.

Is my little comp dead in the water or is this how cpuminer works while solo mining?
K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
December 04, 2013, 02:04:03 PM
 #729

Solo mining for the first time here.

When pool mining the cmd window shows my cpu info and reprints it when pool finds block.

Solo mining prints info just once (no blocks yet i get it) but how do i know its not just frozen?

It just says bind thread 8 times  (0-7) thats it. No mh reading or anything.

Is my little comp dead in the water or is this how cpuminer works while solo mining?
yes this is normal, check your CPU usage Wink
solomining with CPUs wont get you any blocks on the bigger coins.

[GPG Public Key]
BTC/DVC/TRC/FRC: 1K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM AK1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: NK1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: LKi773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: EK1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: bK1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
GigaPixels
Newbie
*
Offline Offline

Activity: 34
Merit: 0



View Profile WWW
December 04, 2013, 10:43:43 PM
 #730

2.) Is there anyway to have it run in the background, I have a million spreadsheets open at once and I keep closing the minimized window by accident.

shell "C:\Users\YOU\yourconfig.bat", vbHide

Step by step for dummies.  Thought based on some reading probably not a good idea to mine on my latptop anyway.  Still handy for the couple desktops we have in the office.

Here you can: http://thomasvanhoutte.be/blog/2013/12/04/hide-cpugpu-miner-window/

Also, there is an explanation on how to run your miner (in the background) on system start-up.

Enjoy!
eRRoRist
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
December 05, 2013, 05:38:31 AM
 #731

Guys I seem to be having some problem using CPUminer behind a firewall.

All my internet traffic needs to go through a proxy server. I have no problem mining BTC using any miner that lets me specific a proxy i.e cgminer...bfgminer.

I'm now try to mine LTC via scrypt + CPU + cpuminer. This is was I use.

minerd --url=stratum+tcp://global.wemineltc.com:3333 --proxy=http://proxy:8080 -u xxx -p xxx

Stratum connection failed: Failed connect to global.wemineltc.com:3333; No error

 Embarrassed

I'm also looking at going through stratum proxy but I don't think it supports a proxy server? Any help from you guys will be greatly appreciated!!

pooler (OP)
Hero Member
*****
Offline Offline

Activity: 838
Merit: 507


View Profile
December 05, 2013, 09:54:17 AM
 #732

All my internet traffic needs to go through a proxy server. I have no problem mining BTC using any miner that lets me specific a proxy i.e cgminer...bfgminer.

I'm now try to mine LTC via scrypt + CPU + cpuminer. This is was I use.

minerd --url=stratum+tcp://global.wemineltc.com:3333 --proxy=http://proxy:8080 -u xxx -p xxx

Stratum connection failed: Failed connect to global.wemineltc.com:3333; No error
You can't use Stratum with a HTTP proxy because Stratum does not operate over HTTP, but you can use a SOCKS4/5 proxy.

BTC: 15MRTcUweNVJbhTyH5rq9aeSdyigFrskqE · LTC: LTCPooLqTK1SANSNeTR63GbGwabTKEkuS7
matthewh3
Legendary
*
Offline Offline

Activity: 1372
Merit: 1003



View Profile WWW
December 05, 2013, 02:35:13 PM
 #733

Code:
$ ./minerd -a quark -o stratum+tcp://qrk.coinmine.pl:6010 -u matthewh3.1 -p x
Try `minerd --help' for more information.

Anyone know what the correct argument is that I need to put?

pooler (OP)
Hero Member
*****
Offline Offline

Activity: 838
Merit: 507


View Profile
December 05, 2013, 03:30:06 PM
 #734

Code:
$ ./minerd -a quark -o stratum+tcp://qrk.coinmine.pl:6010 -u matthewh3.1 -p x
Try `minerd --help' for more information.
Wrong thread. This miner only supports algorithms SHA-256d and scrypt.

BTC: 15MRTcUweNVJbhTyH5rq9aeSdyigFrskqE · LTC: LTCPooLqTK1SANSNeTR63GbGwabTKEkuS7
Sheldor333
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


View Profile
December 07, 2013, 05:31:40 PM
 #735

Ok so this is the third day I've been trying to get this running. No luck. I am using Ubuntu 13.10 and I've been using a lot of tuts from here to try to install it. No luck. Last one I've used was from this thread https://bitcointalk.org/index.php?topic=200147.0 it gave me errors at ./autogen.sh telling me it doesn't exist. Is there some complete tutorial on how to install it. I can configure it later for different pools that is easy.

jedimstr
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000



View Profile
December 07, 2013, 07:06:00 PM
 #736

Ok so this is the third day I've been trying to get this running. No luck. I am using Ubuntu 13.10 and I've been using a lot of tuts from here to try to install it. No luck. Last one I've used was from this thread https://bitcointalk.org/index.php?topic=200147.0 it gave me errors at ./autogen.sh telling me it doesn't exist. Is there some complete tutorial on how to install it. I can configure it later for different pools that is easy.

Why don't you just download the binaries from the first post for Linux.  There's a 32bit and 64bit one.  I have the 64bit running on my Lubuntu and Xubuntu workstations now from those binaries.

Sheldor333
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


View Profile
December 08, 2013, 12:32:35 PM
 #737

Ok so this is the third day I've been trying to get this running. No luck. I am using Ubuntu 13.10 and I've been using a lot of tuts from here to try to install it. No luck. Last one I've used was from this thread https://bitcointalk.org/index.php?topic=200147.0 it gave me errors at ./autogen.sh telling me it doesn't exist. Is there some complete tutorial on how to install it. I can configure it later for different pools that is easy.

Why don't you just download the binaries from the first post for Linux.  There's a 32bit and 64bit one.  I have the 64bit running on my Lubuntu and Xubuntu workstations now from those binaries.
Because only line script is available to me. True it would be a lot easier that way if I could just use the binaries, but I can't. Can't believe there no tut that works around here.

jedimstr
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000



View Profile
December 08, 2013, 12:50:28 PM
 #738

Ok so this is the third day I've been trying to get this running. No luck. I am using Ubuntu 13.10 and I've been using a lot of tuts from here to try to install it. No luck. Last one I've used was from this thread https://bitcointalk.org/index.php?topic=200147.0 it gave me errors at ./autogen.sh telling me it doesn't exist. Is there some complete tutorial on how to install it. I can configure it later for different pools that is easy.

Why don't you just download the binaries from the first post for Linux.  There's a 32bit and 64bit one.  I have the 64bit running on my Lubuntu and Xubuntu workstations now from those binaries.
Because only line script is available to me. True it would be a lot easier that way if I could just use the binaries, but I can't. Can't believe there no tut that works around here.

Wait, so you're trying to run cpuminer on an Ubuntu server/station that you don't have permissions to wget and execute binaries but you do have permissions to compile?  Not quite seeing why you can't use wget to download the binaries from the shell.

xminerx
Full Member
***
Offline Offline

Activity: 172
Merit: 100


quickest cross blockchain transactions


View Profile
December 08, 2013, 08:52:57 PM
 #739

Fun little piece of software! I'm getting about 100 kh/s on my 4770k. That's nearly a third of what my 7850 is doing.

dark143i
Jr. Member
*
Offline Offline

Activity: 56
Merit: 1


View Profile
December 09, 2013, 03:36:51 PM
 #740

How do I know its running. Its showing block found etc etc. However, in my account Under Worker The Status shows as (X). Can anyone help me please.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 [37] 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!