Bitcoin Forum
May 13, 2024, 07:19:16 PM *
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 1958280 times)
jedimstr
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000



View Profile
April 05, 2014, 05:48:13 AM
 #941

Hello, I try to use mining_proxy.exe with Minerd

Code:
mining_proxy.exe -pa scrypt -o stratum-us.doge.hashfaster.com -p 3339


Code:
minerd.exe -a scrypt -o stratum+tcp://ltc.ouranos.fr:3333 -u myworker_1 -p mypass_1 -o stratum+tcp://127.0.0.1:3333 -u myworker_2 -p mypass_2


When I use these two lines,
there is the last pool that works. (the one that goes through the proxy)

If I cut the proxy or the pool behind the proxy is no longer accessible. I thought he would switch to the first pool.

But he refuses

Where is the error in my command linne?

thanks

Unlike BFGMiner or CGMiner, minerd/CPUMiner does not support multiple or failover pools.  Only the last pool parameters will be recognized.

The Bitcoin network protocol was designed to be extremely flexible. It can be used to create timed transactions, escrow transactions, multi-signature transactions, etc. The current features of the client only hint at what will be possible in the future.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715627956
Hero Member
*
Offline Offline

Posts: 1715627956

View Profile Personal Message (Offline)

Ignore
1715627956
Reply with quote  #2

1715627956
Report to moderator
clovers
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
April 07, 2014, 10:34:08 AM
 #942

The win64 binaries for 2.3.3 report a BitcoinMiner trojan in many antivirus softwares:
https://www.virustotal.com/en/file/8af141adfe7a2823a89fe5cc87f4da1c6be34f49a690b15e565d8b5c36e32045/analysis/1396711203/
False positives or a very bad situation?

BTW The scan is done on the original sourceforge link.
Massimo80
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
April 07, 2014, 01:00:03 PM
 #943

The win64 binaries for 2.3.3 report a BitcoinMiner trojan in many antivirus softwares:
https://www.virustotal.com/en/file/8af141adfe7a2823a89fe5cc87f4da1c6be34f49a690b15e565d8b5c36e32045/analysis/1396711203/
False positives or a very bad situation?

Well, it is a miner program...

Antiviruses tend to report all of them as viruses because there are trojans out there which hijack computers to use them for mining unbeknownst of their owners.
Massimo80
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
April 09, 2014, 11:46:00 AM
 #944

Hello, I'm using cpuminer to do some Litecoin mining using https://give-me-coins.com. The OS is Windows 7 x64.

Version 2.3.2 works fine; version 2.3.3 instead just keeps saying "...retry after 30 seconds", as if the pool server was unavailable (which is not the case).

The launch command is exactly the same for both versions:

Code:
minerd.exe -o stratum+tcp://ltc-eu.give-me-coins.com:3333 -O Username:Password

What's wrong here?

I can reproduce this (even if not consistently) on Linux under Wine using both the 32-bit and the 64-bit Windows binary. The issue disappears, however, if I replace the libcurl DLL provided with cpuminer 2.3.3 (libcurl 7.35.0) with the older libcurl DLL from cpuminer 2.3.2. After further testing, I was able to reproduce the issue with libcurl 7.35.0 and 7.36.0, but not with 7.34.0 or 7.33.0.

The problem keeps randomly happening.

Once it connects I can mine without problems for hours, but sometimes it simply doesn't connect and just gives the "...retry after 30 seconds" message. As before, 2.3.2 Always works; only 2.3.3 exhibits this behaviour.
pooler (OP)
Hero Member
*****
Offline Offline

Activity: 838
Merit: 507


View Profile
April 09, 2014, 12:02:25 PM
 #945

Hello, I'm using cpuminer to do some Litecoin mining using https://give-me-coins.com. The OS is Windows 7 x64.

Version 2.3.2 works fine; version 2.3.3 instead just keeps saying "...retry after 30 seconds", as if the pool server was unavailable (which is not the case).

The launch command is exactly the same for both versions:

Code:
minerd.exe -o stratum+tcp://ltc-eu.give-me-coins.com:3333 -O Username:Password

What's wrong here?

I can reproduce this (even if not consistently) on Linux under Wine using both the 32-bit and the 64-bit Windows binary. The issue disappears, however, if I replace the libcurl DLL provided with cpuminer 2.3.3 (libcurl 7.35.0) with the older libcurl DLL from cpuminer 2.3.2. After further testing, I was able to reproduce the issue with libcurl 7.35.0 and 7.36.0, but not with 7.34.0 or 7.33.0.

The problem keeps randomly happening.

Once it connects I can mine without problems for hours, but sometimes it simply doesn't connect and just gives the "...retry after 30 seconds" message. As before, 2.3.2 Always works; only 2.3.3 exhibits this behaviour.

Have you tried replacing the libcurl DLL with the one that came with cpuminer 2.3.2 (rename it as needed)?

BTC: 15MRTcUweNVJbhTyH5rq9aeSdyigFrskqE · LTC: LTCPooLqTK1SANSNeTR63GbGwabTKEkuS7
Massimo80
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
April 09, 2014, 12:45:46 PM
 #946

Have you tried replacing the libcurl DLL with the one that came with cpuminer 2.3.2 (rename it as needed)?

This works. The problem really seems to be caused by libcurl.
wolfey2014
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile WWW
April 09, 2014, 03:11:46 PM
 #947

Hello, I'm using cpuminer to do some Litecoin mining using https://give-me-coins.com. The OS is Windows 7 x64.

Version 2.3.2 works fine; version 2.3.3 instead just keeps saying "...retry after 30 seconds", as if the pool server was unavailable (which is not the case).

The launch command is exactly the same for both versions:

Code:
minerd.exe -o stratum+tcp://ltc-eu.give-me-coins.com:3333 -O Username:Password

What's wrong here?


Your syntax is incorrect.
Your miner/s is/are not communicating with the pool hence "retry after 30 seconds" due to this.
It should look something more like this:

minerd --freq=850 --gc3355=comX --url=stratum+tcp://ltc-eu.give-me-coins.com:3333 --userpass=xxxx.x:xxxx

also, try minerd --help for help Wink

Good luck! Wink

I Modify Miners Professionally! PM me for details!
Massimo80
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
April 09, 2014, 03:27:27 PM
 #948

Your syntax is incorrect.
Your miner/s is/are not communicating with the pool hence "retry after 30 seconds" due to this.

My syntax is perfectly correct, please have a look at the README again.

2.3.2 always works, 2.3.3 works sometimes but not always; if the syntax was indeed incorrect, it would never work.
pooler (OP)
Hero Member
*****
Offline Offline

Activity: 838
Merit: 507


View Profile
April 09, 2014, 03:28:44 PM
 #949

Code:
minerd.exe -o stratum+tcp://ltc-eu.give-me-coins.com:3333 -O Username:Password
Your syntax is incorrect.
It should look something more like this:
minerd --freq=850 --gc3355=comX --url=stratum+tcp://ltc-eu.give-me-coins.com:3333 --userpass=xxxx.x:xxxx

Massimo80's syntax is correct. wolfey2014's suggestion, on the other hand, includes inexistent parameters, which may apply to some ASIC fork of cpuminer, but not to the original software discussed in the present thread.

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

Activity: 378
Merit: 250


View Profile WWW
April 09, 2014, 03:40:07 PM
 #950

Code:
minerd.exe -o stratum+tcp://ltc-eu.give-me-coins.com:3333 -O Username:Password
Your syntax is incorrect.
It should look something more like this:
minerd --freq=850 --gc3355=comX --url=stratum+tcp://ltc-eu.give-me-coins.com:3333 --userpass=xxxx.x:xxxx

Massimo80's syntax is correct. wolfey2014's suggestion, on the other hand, includes inexistent parameters, which may apply to some ASIC fork of cpuminer, but not to the original software discussed in the present thread.

Sorry, I'm using ver for GC3355.... thought you were too. Just woke up when I first tried to help you.
Guess I should wait until I've had my coffee  Grin
Best of luck!

I Modify Miners Professionally! PM me for details!
mac2k13
Member
**
Offline Offline

Activity: 65
Merit: 10


View Profile
April 15, 2014, 05:30:28 AM
 #951

Help, I do want to try this mining using my lappy, however when I open the .exe file it just pop-up then gone,
I downloaded the 64bit since I have a 64bit version of windows.
Is there any step by step tutorial how to set this in a windows?please teach me how..

donate me BTC 1FtAc2GNg6NhaFjgAhgsU7BVTxRYbZrmTP
VirosaGITS
Legendary
*
Offline Offline

Activity: 1302
Merit: 1068



View Profile
April 15, 2014, 10:13:40 AM
 #952

Help, I do want to try this mining using my lappy, however when I open the .exe file it just pop-up then gone,
I downloaded the 64bit since I have a 64bit version of windows.
Is there any step by step tutorial how to set this in a windows?please teach me how..

Google "batch file for *insert miner name here* + optionally your hardware". But there isint much out there you could profit from with mining with your laptop CPU, so check your profitability before mining.

Some mobile laptop gpus can be profitable but that is assuming your lappy has one in the first place.


                      ▄▄█████▄▄
                    ▐████████████▄
                   ▄█▀▀▀▀▀▀▀██████▌
             █▄  ▄█▀           ▀▀█
              ▀▀▀███▄▄▄▄▄▄▄▄▄▄   █▄   ▄

               ▄▀▀         ▀▀▀▀▀▀▀██▀▀▀
         ▄▄▄▄▄█▄▄ ▄▀▀▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄█▄▄▄▄
         ████▒▒███    ████▒▒████▌
    ▀█▄ ▀
███████▄ ███▒▒███      ██▒▒█████       ▀█▄
 ███████ ▀█▒▒████     ▄█▒▒█████▀         ▀█ ▄  ▄▄
  ██████  ▌▀▀█████▄▄▄███████▀▀            ███▄███▌
 █████████  █████▀▀█▀▀██████▌             ██████▀
 ▀█████████ ███▄  ███   ▐███▌ ▄██       ▄█████▀
     ▀▀    ▀▀███████████████▄▄████▄▄▄▄█▀▀▀▀▀
               ▀▀▀███▀▀▀      ██████▄
                               ▀▀▀▀▀

▄█████████████████████████████▄
███████████████████████████████
███████████████████████████████
███████████████████████████████
█████████▀▀█████████▀▀█████████
███████ ▄▀▀         ▀▀▄ ███████
██████                   ██████
█████▌     ▄▄     ▄▄     ▐█████
█████     ████   ████     █████
█████      ▀▀     ▀▀      █████
█████▄   ▀▄▄▄     ▄▄▄▀   ▄█████
████████▄▄▄█████████▄▄▄████████
███████████████████████████████
███████████████████████████████
███████████████████████████████
 ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
█ █
█ █
█ █
█ █
█ █
gentacomp
Full Member
***
Offline Offline

Activity: 211
Merit: 100


View Profile
April 20, 2014, 05:39:58 PM
 #953

Any readme file ?
Description code for -t or -q etc... ?

Thank you

YinCoin YangCoin ☯☯First Ever POS/POW Alternator! Multipool! ☯ ☯ http://yinyangpool.com/  Free Distribution! https://bitcointalk.org/index.php?topic=623937
Freebiescoin- 100% Free Distribution
Coffeecoin- 100% FREE Distribution:CC8zeK5Mq19W2yUdmhMXbLCmRqEkG7axTW
Let's color the MOON: YCtgk5JaBEt1WT7js29sh6W5my8dgcP2Sp
danncomm
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
April 22, 2014, 11:59:18 PM
 #954

I have 5 gridseeds running on a raspberry running cpuminer, after about 10-15 min I get an error and it shuts down.
Here is a copy of what the error says:


[2014-04-22 18:56:33.030] 3@4: 3525 steps until frequency adjusts to 875MHz
[2014-04-22 18:56:33.078] 2@2: accepted 150/150 (100.00%) 71.8/358.9/1436.1 KH/s
[2014-04-22 18:56:33.182] 3@4: accepted 145/145 (100.00%) 71.7/359.0/1436.1 KH/s
[2014-04-22 18:56:35.138] 1@1 850MHz: Got nonce 5a603633, Hash <= Htarget!
[2014-04-22 18:56:35.138] 1@1: 3455 steps until frequency adjusts to 875MHz
[2014-04-22 18:56:35.274] 1@2 850MHz: Got nonce f1bb6966, Hash <= Htarget!
[2014-04-22 18:56:35.278] New job_id: 937422319785320987315862916310872228 Diff: 10


[2014-04-22 18:56:35.279] Stratum detected new block
[2014-04-22 18:56:35.280] Dispatching new work to GC3355 threads
[2014-04-22 18:56:35.281] 1@2: 3585 steps until frequency adjusts to 875MHz

*** glibc detected *** ./minerd: free(): invalid next size (fast): 0x00be9068 ***
Aborted


Anyone have a bright ideas to fix this?
sandor111
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500



View Profile WWW
April 23, 2014, 01:57:40 PM
 #955

I have 5 gridseeds running on a raspberry running cpuminer, after about 10-15 min I get an error and it shuts down.
Here is a copy of what the error says:

...

Anyone have a bright ideas to fix this?

This isn't the right place to ask for support for a cpuminer fork, you should PM me directly (include the full log contents).

schenker
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
April 29, 2014, 12:27:15 PM
 #956

Good day.

using cpuming,
minerd.exe --url=stratum+tcp://stratum.btcguild.com:3333 --userpass=user:pass

results issued by the program below, the site btcguild.com dashboard also shows zero results.

where is the problem? (speed of the system and other related problems now are not interesting now, I want to understand the work prinitsipe)

[2014-04-29 14:16:09] thread 1: 151792 hashes, 2.83 khash/s
[2014-04-29 14:16:09] accepted: 0/63 (0.00%), 11.58 khash/s (booooo)
[2014-04-29 14:16:27] thread 3: 178060 hashes, 2.93 khash/s
[2014-04-29 14:16:30] thread 0: 69116 hashes, 2.99 khash/s
[2014-04-29 14:16:30] accepted: 0/64 (0.00%), 11.75 khash/s (booooo)
[2014-04-29 14:16:32] thread 2: 84516 hashes, 2.83 khash/s
[2014-04-29 14:16:32] accepted: 0/65 (0.00%), 11.58 khash/s (booooo)
[2014-04-29 14:16:36] thread 0: 16988 hashes, 2.79 khash/s
[2014-04-29 14:16:36] accepted: 0/66 (0.00%), 11.38 khash/s (booooo)
[2014-04-29 14:16:37] thread 3: 29552 hashes, 2.97 khash/s
[2014-04-29 14:16:38] accepted: 0/67 (0.00%), 11.42 khash/s (booooo)
[2014-04-29 14:16:57] thread 1: 136636 hashes, 2.82 khash/s
[2014-04-29 14:16:57] accepted: 0/68 (0.00%), 11.41 khash/s (booooo)
[2014-04-29 14:16:59] thread 1: 4636 hashes, 2.84 khash/s
[2014-04-29 14:16:59] accepted: 0/69 (0.00%), 11.43 khash/s (booooo)
[2014-04-29 14:17:05] thread 2: 100244 hashes, 3.00 khash/s
[2014-04-29 14:17:05] accepted: 0/70 (0.00%), 11.60 khash/s (booooo)
[2014-04-29 14:17:16] thread 1: 47344 hashes, 2.83 khash/s
[2014-04-29 14:17:16] accepted: 0/71 (0.00%), 11.59 khash/s (booooo)
[2014-04-29 14:17:18] thread 0: 117296 hashes, 2.78 khash/s

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

Activity: 838
Merit: 507


View Profile
April 29, 2014, 12:49:32 PM
 #957

minerd.exe --url=stratum+tcp://stratum.btcguild.com:3333 --userpass=user:pass
You need to use the SHA-256d algorithm for Bitcoin mining. Add --algo=sha256d to your options.

BTC: 15MRTcUweNVJbhTyH5rq9aeSdyigFrskqE · LTC: LTCPooLqTK1SANSNeTR63GbGwabTKEkuS7
PCMiner
Full Member
***
Offline Offline

Activity: 123
Merit: 100


View Profile
April 30, 2014, 06:40:34 PM
Last edit: April 30, 2014, 06:59:26 PM by PCMiner
 #958

I just did a full re-install of my OS and noticed a new version of CPU miner was out (Before I was on 2.3, first one with stratum built in).   Anyway, I've installed the new version and while it works, with the same hash rates as before, I'm noticing I'm getting a ton of "accepted xx/xx (%) (booooo) compared to the older version.   Has something changed in newer versions?  If I stick my old boot hard drive into the machine the 2.3 version of CPU miner on it, it works on the same pools with nearly 100% accepted rate.   With this new version I'm getting accepted rates around 60-70%.

MacOS 10.9.2 (Clean install) and the latest version of CPU miner..    Can someone possibly walk me through how to uninstall this most recent version and the re-install using the older version? (I still have the older version in a folder backed up).



/edit  I successfully downgraded to version 2.3.2 and am back to seeing normal accepted rates.  I wonder what it is about 2.3.3 that causes so many "boooo" submissions?
pooler (OP)
Hero Member
*****
Offline Offline

Activity: 838
Merit: 507


View Profile
April 30, 2014, 07:06:08 PM
 #959

I just did a full re-install of my OS and noticed a new version of CPU miner was out (Before I was on 2.3, first one with stratum built in).   Anyway, I've installed the new version and while it works, with the same hash rates as before, I'm noticing I'm getting a ton of "accepted xx/xx (%) (booooo) compared to the older version.   Has something changed in newer versions?  If I stick my old boot hard drive into the machine the 2.3 version of CPU miner on it, it works on the same pools with nearly 100% accepted rate.   With this new version I'm getting accepted rates around 60-70%.
Weird. It would be nice if you could try all versions from 2.3 to 2.3.3 (they are all available at SourceForge) and see which of them seem not to work. Also, please post (or send me via pm) the exact command-line options you are using so that I can test if there's a problem with the server you are connecting to.

BTC: 15MRTcUweNVJbhTyH5rq9aeSdyigFrskqE · LTC: LTCPooLqTK1SANSNeTR63GbGwabTKEkuS7
PCMiner
Full Member
***
Offline Offline

Activity: 123
Merit: 100


View Profile
April 30, 2014, 09:25:10 PM
 #960

I just did a full re-install of my OS and noticed a new version of CPU miner was out (Before I was on 2.3, first one with stratum built in).   Anyway, I've installed the new version and while it works, with the same hash rates as before, I'm noticing I'm getting a ton of "accepted xx/xx (%) (booooo) compared to the older version.   Has something changed in newer versions?  If I stick my old boot hard drive into the machine the 2.3 version of CPU miner on it, it works on the same pools with nearly 100% accepted rate.   With this new version I'm getting accepted rates around 60-70%.
Weird. It would be nice if you could try all versions from 2.3 to 2.3.3 (they are all available at SourceForge) and see which of them seem not to work. Also, please post (or send me via pm) the exact command-line options you are using so that I can test if there's a problem with the server you are connecting to.

Originally I was on 2.3 as I mentioned in the post, and now I am on 2.3.2 and it's working fine.  When I rm minerd from the usr/bin/minerd and replace it with the 2.3.3 version I get much lower.... well, it still says accepted but says "boo" and the percentage drops.

2.3.2 seems to work fine with near 100% accepted over several hours.

This was tested over the last 2 days on both give me coins and clevermining.

Launch strings are:
minerd --url stratum+tcp://us.clevermining.com:3333 --userpass <my address>:x -t 24
and
minerd --url stratum+tcp://ltc.give-me-coins.com:3334 --userpass <my worker>:x -t 24

I tried less threads to see if that helped and it made no difference.     This is a 2012 MacPro upgraded with dual 6 core 3.46 Xeon 5690's.  32GB RAM.  Fresh install of OSX 10.9.2.  The same result happened when tested on my older 2008 3.2Ghz 8 core MacPro. with 10.9.3 (Appleseed Beta release).
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!