Pages:
Author

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

full member
Activity: 585
Merit: 110
Does this miner work with a Raspberry Pi 4 modell B? I want to mine Litecoin for a graduation project for the school and i have used the fork of tpruvot, but somehow it doesn't work. So i want to try this one.

no i do not think so it will work with raspberry pi
as the binaries are only available for x86 and x64 arch and not for arm arch which is pi
member
Activity: 181
Merit: 65
Does this miner work with a Raspberry Pi 4 modell B? I want to mine Litecoin for a graduation project for the school and i have used the fork of tpruvot, but somehow it doesn't work. So i want to try this one.
newbie
Activity: 26
Merit: 0
I forked Bitcoin source to run my own network.. everything is working. I'm using Cpuminer to mine blocks... I had to change the script 'first letter' base because i changed the address first letter, but other than that it works fine.

The miner isn't adding any transactions to blocks. The transactions are in the mempool, but the miner isn't adding any of them. I've played with the transaction fees. Anyone else have this issue? I thought to ask. i didn't see anything in the history about this, and looking at the cpuminer code,there doesn't seem to be anything for me to update. Any advice would be welcome... this project is teaching me bitcoin development, so I'm learning as I go.
sr. member
Activity: 1750
Merit: 305
https://github.com/ckazi/cpuminer-mc-yespower

Is this the same miner?
Can't run it on Rapsberry Pi3.
newbie
Activity: 7
Merit: 0
Hi,

I was trying to mine myriad with minderd which works quite well with cpuminer. But all I get are "boooos".  Sad

Code:
...\pooler-cpuminer-2.5.0-win64>minerd -o stratum+tcp://hub.miningpoolhub
.com:20577 -u xxx.xxx -p xxx
[2018-12-13 13:32:31] Starting Stratum on stratum+tcp://hub.miningpoolhub.com:20
577
[2018-12-13 13:32:31] Binding thread 0 to cpu 0
[2018-12-13 13:32:31] Binding thread 1 to cpu 1
[2018-12-13 13:32:31] Binding thread 2 to cpu 2
[2018-12-13 13:32:31] 4 miner threads started, using 'scrypt' algorithm.
[2018-12-13 13:32:31] Binding thread 3 to cpu 3
[2018-12-13 13:32:32] Stratum requested work restart
[2018-12-13 13:32:33] thread 2: 1476 hashes, 3.16 khash/s
[2018-12-13 13:32:33] accepted: 0/1 (0.00%), 3.16 khash/s (booooo)
[2018-12-13 13:32:34] thread 0: 4104 hashes, 3.04 khash/s
[2018-12-13 13:32:34] thread 3: 4104 hashes, 2.86 khash/s
[2018-12-13 13:32:34] thread 1: 4104 hashes, 2.83 khash/s
[2018-12-13 13:32:37] thread 3: 11040 hashes, 3.78 khash/s
[2018-12-13 13:32:37] thread 0: 17856 hashes, 5.79 khash/s
[2018-12-13 13:32:37] accepted: 0/2 (0.00%), 15.56 khash/s (booooo)
[2018-12-13 13:32:37] accepted: 0/3 (0.00%), 15.56 khash/s (booooo)
[2018-12-13 13:32:37] thread 3: 3384 hashes, 6.06 khash/s
[2018-12-13 13:32:37] accepted: 0/4 (0.00%), 17.84 khash/s (booooo)
[2018-12-13 13:32:38] thread 1: 16860 hashes, 3.98 khash/s
[2018-12-13 13:32:38] accepted: 0/5 (0.00%), 18.99 khash/s (booooo)
newbie
Activity: 1
Merit: 0
Hi, noob here))
trying to mine Logica

https://github.com/pooler/cpuminer/releases/download/v2.5.0/pooler-cpuminer-2.5.0-win64.zip  (64-bit) - done

made mine.bat with text like this:   minerd --url=http://*xxx.x.x.x:xxxxx --userpass=rpc_logica:*password

made logica.conf  with text like this:
rpcuser=rpc_logica
rpcpassword=*password
rpcallowip=*xxx.x.x.x
rpcport=xxxxx
listen=1
server=1
addnode=node.walletbuilders.com

when starting mine.bat -

http request failed: The requested URL returned error:500
json_rpc_call failed, retry after 30 second

whatafuk is going on? please help
copper member
Activity: 5
Merit: 0
newbie
Activity: 78
Merit: 0
Try without spaces
"stratum+tcp://139.162.40.230:3335"
newbie
Activity: 1
Merit: 0
Hi guys, Denis here.  I am trying to mine BANK.  Followed instructions on pool site.  Created account, created worker.  Downloaded MinerD (PoolMiner 2.5.0).  Created the "RunMe.bat" file.  I copied this "minerd -a scrypt -t 6 -s 4 -o stratum + tcp: //139.162.40.230: 3335 -u Weblogin.WorkerName -p WorkerPassword" into the "runMe" file and changed weblogin, worker name and password.  When I run the file black screen comes up for millisecond and disapears.  Can't find any videos or instructions on how to fix this.  Please help?

Thank you.  Error:
minerd: unsupported non-option argument -- '+'
copper member
Activity: 124
Merit: 0
I buy/sell crypto worldwide
I will try this with solo mining for experimental porpuses   Cheesy
newbie
Activity: 23
Merit: 0
newbie
Activity: 29
Merit: 0
newbie
Activity: 29
Merit: 0
newbie
Activity: 2
Merit: 0
-t 2  or    -t 3
Using 2 yada 3 threads will keep you cooler.  Wink

Cpu miner now working on suprnova. How do I limit the threads miner uses,  as  full 4 threads is running too hot?
newbie
Activity: 2
Merit: 0
right code is here;  Wink --scrypt is wrong. -- don't need.

minerd -a scrypt -t 6 -s 4 -o stratum+tcp://stratum.aikapool.com:7915 -uxxx.xxx -p xxx


hi
i use this code for my cpu but doesn't work


Code:
minerd -a --scrypt -t 6 -s 4 -o stratum+tcp://stratum.aikapool.com:7915 -uxxx.xxx -p xxx
newbie
Activity: 1
Merit: 0
I am trying to mine for testnet using the getblocktemplate RPC method, but every time a mined block is submitted I get an error that says the calculated merkle root is invalid (RPC_Result:bad-txnmrklroot). I am using version 2.5.0 (windows, x64), solo mining for normal bitcoin (so using sha256d). I have several such failed blocks in files, if it is helpful in debugging my problem I can send them to however wants to take a look.
newbie
Activity: 3
Merit: 0
did someone managed it to compile under MacOS?
newbie
Activity: 1
Merit: 0
The problem is with
Code:
accepted: 0/1 (0.00%), 29614 khash/s (booooo)
Code:
[2018-02-23 06:50:38] Binding thread 1 to cpu 1
[2018-02-23 06:50:38] Binding thread 3 to cpu 3
[2018-02-23 06:50:38] Binding thread 6 to cpu 6
[2018-02-23 06:50:38] Starting Stratum on stratum+tcp://x11.eobot.com:5555
[2018-02-23 06:50:38] Binding thread 0 to cpu 0
[2018-02-23 06:50:38] Binding thread 5 to cpu 5
[2018-02-23 06:50:38] Binding thread 7 to cpu 7
[2018-02-23 06:50:38] Binding thread 2 to cpu 2
[2018-02-23 06:50:38] Binding thread 4 to cpu 4
[2018-02-23 06:50:38] 8 miner threads started, using 'sha256d' algorithm.
[2018-02-23 06:50:40] thread 4: 2097152 hashes, 4576 khash/s
[2018-02-23 06:50:40] thread 7: 2097152 hashes, 4484 khash/s
[2018-02-23 06:50:40] thread 6: 2097152 hashes, 4363 khash/s
[2018-02-23 06:50:40] thread 3: 2097152 hashes, 4049 khash/s
[2018-02-23 06:50:40] thread 5: 2097152 hashes, 4362 khash/s
[2018-02-23 06:50:40] thread 0: 2097152 hashes, 4482 khash/s
[2018-02-23 06:50:40] thread 1: 2097152 hashes, 3485 khash/s
[2018-02-23 06:50:40] thread 2: 2097152 hashes, 3280 khash/s
[2018-02-23 06:50:46] thread 0: 5762160 hashes, 1015 khash/s
[2018-02-23 06:50:46] accepted: 0/1 (0.00%), 29614 khash/s (booooo)

Can anyone help on this? I see that a lot of miners have this issue, I tried with differents forms but negative.
newbie
Activity: 182
Merit: 0
out of curiosity would this run with a CELL CPU ( PS3 ) ?
PS3 as in Sony's PS3?
Pages:
Jump to: