Pages:
Author

Topic: An (even more) optimized version of cpuminer (pooler's cpuminer, CPU-only) - page 8. (Read 1958260 times)

full member
Activity: 207
Merit: 101
why won't windows 10 let me extract the minerd.exe file inside that zip folder?
newbie
Activity: 2
Merit: 0
Okay, may be I am stupid, but:

I try to connect to pool (minergate), and always get: JSON-RPC call failed: {   "code": -32601,   "message": "Procedure not found." }

I  use WinXP and Win32 version, tryed many 2.4.x and 2.5.0 version(s).


C:\minerd>minerd -P -o stratum+tcp://xdn-xmr.pool.minergate.com:45790 -u myuser -p mypassword -x socks5://xx1.xx2.xx3.xx4:nnn1

[2017-08-08 14:33:58] Starting Stratum on stratum+tcp://xdn-xmr.pool.minergate.com:45790
[2017-08-08 14:33:58] 4 miner threads started, using 'scrypt' algorithm.
* Rebuilt URL to: http://xdn-xmr.pool.minergate.com:45790/
[2017-08-08 14:33:58] Binding thread 0 to cpu 0
* timeout on name lookup is not supported
[2017-08-08 14:33:58] Binding thread 1 to cpu 1
* Hostname was NOT found in DNS cache
[2017-08-08 14:33:58] Binding thread 2 to cpu 2
[2017-08-08 14:33:58] Binding thread 3 to cpu 3
*   Trying xx1.xx2.xx3.xx4...
* TCP_NODELAY set
* Adding handle: conn: 0x1631c98
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 0 (0x1631c98) send_pipe: 1, recv_pipe: 0
* Hostname was NOT found in DNS cache
* 176
* 9
* 2
* 145
* Connected to xx1.xx2.xx3.xx4 (xx1.xx2.xx3.xx4) port nnn1 (#0)
* Connection #0 to host xdn-xmr.pool.minergate.com left intact
[2017-08-08 14:33:58] > {"id": 1, "method": "mining.subscribe", "params": ["cpuminer/2.4.1"]}
[2017-08-08 14:33:58] < {"jsonrpc": "2.0", "error": {"code": -32601, "message": "Procedure not found."}, "id": 1}
[2017-08-08 14:33:58] > {"id": 1, "method": "mining.subscribe", "params": []}
[2017-08-08 14:33:58] < {"jsonrpc": "2.0", "error": {"code": -32601, "message": "Procedure not found."}, "id": 1}
[2017-08-08 14:33:58] JSON-RPC call failed: {
   "code": -32601,
   "message": "Procedure not found."
}
newbie
Activity: 238
Merit: 0
Thanks for the info  Cool
newbie
Activity: 1
Merit: 0
Very new here.

I know that is crazy, but i need a miner that just try one value.
Don't wan't to loop for each possible nonce, just try my value then wait next block.

My candidates changes are in cpu-miner.c

1106 static void *miner_thread(void *userdata)
1107 {
1108         struct thr_info *mythr = userdata;
1109         int thr_id = mythr->id;
1110         struct work work = {{'5','6'}}; // WAS struct work work = {{0}};

Then modify the max_nonce, somewhere here :
1202                 if (work.data[19] + max64 > end_nonce)
1203                         max_nonce = end_nonce;
1204                 else
1205                         max_nonce = work.data[19] + max64;
1206                 // ADDING SOMETHING HERE TO FORCE the max_nonce

But what value must i put in max_nonce ?

Thank you ...
newbie
Activity: 25
Merit: 0
I'm trying to set up solo mining plus this error appears someone knows how to fix? ===>>>[2017-11-09 19:39:00] No payout address provided, switching to getwork
C:\Users\carlos\Downloads\pooler-cpuminer-2.5.0-win64>minerd --url=http://127.0.0.1:4210 -u 8QdWY2aobaqY5PRQnPjMSQS81ko6X78dcd --userpass=mentorbh:123
[2017-11-09 19:39:00] Binding thread 0 to cpu 0
[2017-11-09 19:39:00] 4 miner threads started, using 'scrypt' algorithm.
[2017-11-09 19:39:00] Binding thread 3 to cpu 3
[2017-11-09 19:39:00] Binding thread 2 to cpu 2
[2017-11-09 19:39:00] Binding thread 1 to cpu 1
[2017-11-09 19:39:00] No payout address provided, switching to getwork
[2017-11-09 19:39:01] thread 1: 4104 hashes, 9.35 khash/s
[2017-11-09 19:39:01] thread 2: 4104 hashes, 8.92 khash/s
[2017-11-09 19:39:01] thread 0: 4104 hashes, 8.61 khash/s
[2017-11-09 19:39:01] thread 3: 4104 hashes, 8.61 khash/s
newbie
Activity: 1
Merit: 0
I am green to this computer cmd lingo. I will highly appreciate the help installing/running this code.


Appreciated!
full member
Activity: 1176
Merit: 111
is possible use GPU?

what does the title of the post say?
full member
Activity: 392
Merit: 102
a lot of quiestions, and no answers.... Everybody is heavily mining . Cheesy
newbie
Activity: 22
Merit: 0
I installed on ubuntu vps now how can start? whats is the commannd
full member
Activity: 224
Merit: 100
newbie
Activity: 48
Merit: 0
Hi everyone. I just got my Antminer L3+ and I am trying to mine at Bitconnect. Now there are all sorts of codes there, but they all look so different to set up compared to F2pool.

Can anybody help me out on a few questions?

1. What are the best settings for an antminer l3+ to put in URL / Worker and Password?

2 How shoud my code look like in the URL when I want to mine at Bitconnect?

3 Can an Antminer dual mine?

4 what are the best settings for prohashing?


ANY tips or tricks are welcome!

Thanks so much
newbie
Activity: 8
Merit: 0
Hi
How can I mine on MAC OS X ?

I got that error :

Macs-MBP:RUPEE Kit Mac$ ./minerd -o stratum+tcp://pool.markasoftware.com:17081 -u RQkEMz69mTXXqUaz9fdsfhIjfsqg5yKxGGB -p jfdsuuf
[2017-09-27 20:59:06] Starting Stratum on stratum+tcp://pool.markasoftware.com:17081
[2017-09-27 20:59:06] Binding thread 0 to cpu 0
[2017-09-27 20:59:06] Binding thread 1 to cpu 1
[2017-09-27 20:59:06] Binding thread 2 to cpu 2
[2017-09-27 20:59:06] Binding thread 3 to cpu 3
[2017-09-27 20:59:06] Binding thread 4 to cpu 4
[2017-09-27 20:59:06] Binding thread 5 to cpu 5
[2017-09-27 20:59:06] 8 miner threads started, using 'scrypt' algorithm.
[2017-09-27 20:59:06] Binding thread 6 to cpu 6
[2017-09-27 20:59:06] Binding thread 7 to cpu 7
[2017-09-27 20:59:36] Stratum connection failed: Connection timed out after 30004 milliseconds
[2017-09-27 20:59:36] ...retry after 30 seconds
[2017-09-27 21:00:36] Stratum connection failed: Connection timed out after 30004 milliseconds
[2017-09-27 21:00:36] ...retry after 30 seconds


thank you
newbie
Activity: 3
Merit: 0
Hi everyone, I have one, maybe dumb question. Are they any particular flags that I need to use during building miner from the source code for Windows? Because my compiled and builded .exe file produces much lower hash rate then .exe file downloaded from binaries zip. My .exe 6-10 kH/s, Binaries .exe 20-25 kH/s. CPU is Intel i7-7500U, 2.7 GHz. I spent whole day trying to figure it out what is the reason for that difference. Thank you in advance.
full member
Activity: 229
Merit: 100
Money making legitimately
How do i run this, its not opening on my system.
member
Activity: 67
Merit: 10
https://www.facebook.com/shamim.ansari.7334
This is what im getting Im a noob! lol so please help a brother out!
[2017-09-23 06:27:32] json_rpc_call failed, retry after 30 seconds
Below is an attached pic
http://prntscr.com/gokl13

Coding in dfscoin.conf
rpcuser=rpc_user
rpcpassword=53a3924b0f1a4a2ef79f0d778
rpcallowip=(My ip)
rpcport=20374
listen=1
server=1
addnode=192.155.85.156
_________________________
Coding in mine.bat
minerd --url=http://(My ip):20374--userpass=rpc_user:53a3924b0f1a4a2ef79f0d778
newbie
Activity: 3
Merit: 0
Hi y'all, as mentioned in posts earlier there is a antivirus problem regarding alerts that cpuminer is virus. It's pretty inconvenient to always see those alerts. I used code from official Git repository, compiled and builded the project (Windows 10), got .exe file that still gives those alerts. Same problem persists when I try to download only .zip with .exe file in it. I read that there is a false positive presumption but is there any solution for this problem? Also I noticed that files minerd-cpu-miner.o and minerd-cpu-sha2-x86.o (files made during compiling) are also infected and antivirus is giving me similar alerts like for .exe file. I found problem with script alghorithm files and that those are containing some code that is infected, or that methods or called methods from scrypt.c file are infected. Example methods from scrypt.c file (scrypt_1024_1_1_256_24way, scrypt_1024_1_1_256_12way, scrypt_1024_1_1_256_3way). So is there any possibility resolving this antivirus issue. 
full member
Activity: 201
Merit: 100
Hello all, I am brand new here, so please forgive me if this is a stupid post.

I was looking for quite some time a miner that could work on SUN Solaris, and for now the only one I managed to compile successfully was "cpuminer". I have access to a large selection of underused and oversized servers with a lot of CPUs (~128) and free energy, so I would like to use them, but it is not clear to me what crypto coins I could mine with some profit.

Anyone could give me some hits?

Thanks!

CPU mining you will make a few pennies a day at best and that depends on network hashrate.   
Best thing is to test a bunch of coins n algos to see which gives you the most reward in x time.  I go 6 hrs per test.
Look for a coin that has a relatively low network hashrate.


Thanks for your reply. I general, I understand that the only profitable way to mine with CPUs is cryptonight, but was wandering if there is some profit using cpuminer, which supports only sha-256d and scrypt.

There are others like verium which will also make you money thou diff is heading up on that as well
member
Activity: 151
Merit: 10
Where can I download the updated version Cpuminer
Thank you in advance
full member
Activity: 180
Merit: 100
Hello all, I am brand new here, so please forgive me if this is a stupid post.

I was looking for quite some time a miner that could work on SUN Solaris, and for now the only one I managed to compile successfully was "cpuminer". I have access to a large selection of underused and oversized servers with a lot of CPUs (~128) and free energy, so I would like to use them, but it is not clear to me what crypto coins I could mine with some profit.

Anyone could give me some hits?

Thanks!

CPU mining you will make a few pennies a day at best and that depends on network hashrate.   
Best thing is to test a bunch of coins n algos to see which gives you the most reward in x time.  I go 6 hrs per test.
Look for a coin that has a relatively low network hashrate.
newbie
Activity: 2
Merit: 0
Help save a soul with your  donations to the less privileged. Together and with your kindness, we will make the world a better place. Kindly donate to the needy and the less privilege which shall reach them through the coin addresses. No amount is too small. And we thank our benefactors from other forums who have in one way or the other helped put smile on the poor poeples faces

Dogecoin = DETW8jANFr29vCRK73bnWxf2V3suNwnA3Q

Bitcoin = 19XqaC5j7CS6eUbnHQLQyrCFwbgvUcZSdG

Ethereum = 0x8e5fb13c83d04ffbabc54d0ba660440242fbc2cc

Litecoin = LReHtJnkAiwNPPRJLTTSuVpriL8N7g81eo

Your richness is determined by the number of people you made happy. Once again. All thanks to our donors. More honors.
Pages:
Jump to: