Bitcoin Forum
May 23, 2024, 01:13:52 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 »  All
  Print  
Author Topic: [ANN] cpuminer-opt v24.2, Optimized multi-algo CPU miner for x86_64 and AArch64  (Read 9898 times)
BoozyTalking
Newbie
*
Offline Offline

Activity: 315
Merit: 0


View Profile
May 25, 2020, 07:47:47 AM
 #101

v. 3.13.1 - yescrypt algo is broken - low diff share error from pool, maybe in latest version also, not tested.

It works for me, check your parameters.

What parameters? yescrypt - no parameters, miner share rejected by pool with message "low share difficulty", ver. 3.9.6 work fine.
JayDDee (OP)
Full Member
***
Offline Offline

Activity: 1397
Merit: 221


View Profile
May 25, 2020, 04:39:23 PM
 #102

v. 3.13.1 - yescrypt algo is broken - low diff share error from pool, maybe in latest version also, not tested.

It works for me, check your parameters.

What parameters? yescrypt - no parameters, miner share rejected by pool with message "low share difficulty", ver. 3.9.6 work fine.

I don't support old versions.

tsmonero
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
May 25, 2020, 06:44:07 PM
 #103

I'm soliciting user input for improving the API in cpuminer-opt in light of the enhanced statistics reporting.
Suggestions can be discussed here or  at:

https://github.com/JayDDee/cpuminer-opt/issues/256

Is any of the API implemented? I have tried both -b and --api-bind and all calls to http://x.x.x.x:4048 result in a timeout.
JayDDee (OP)
Full Member
***
Offline Offline

Activity: 1397
Merit: 221


View Profile
May 25, 2020, 07:57:12 PM
 #104

I'm soliciting user input for improving the API in cpuminer-opt in light of the enhanced statistics reporting.
Suggestions can be discussed here or  at:

https://github.com/JayDDee/cpuminer-opt/issues/256

Is any of the API implemented? I have tried both -b and --api-bind and all calls to http://x.x.x.x:4048 result in a timeout.

It's nothing fancy, no http server. Try telnet.

nak333
Jr. Member
*
Offline Offline

Activity: 112
Merit: 2


View Profile WWW
May 26, 2020, 03:38:46 PM
 #105

CPUminer is not showing TTF during solo mining.
And I think there is something wrong in the calculation of hash rate.

JayDDee (OP)
Full Member
***
Offline Offline

Activity: 1397
Merit: 221


View Profile
May 26, 2020, 04:48:25 PM
 #106

Effective hash rate can be volatile, espcecially when solo mining. Most of the time the 5 minute
hash rate will be zero because no blocks were solved, Then you solve a block and the 5 minute hash rate
is huge. It's the nature of statistics with very small samples size.

I don't know why the TTF isn't displayed. It gets displayed if the reference hash rate, network  difficulty
and network hash rate are all non-zero.

The ref hah rate and net diff are displayed elsewhere so I assume the problem is the net hash rate.
This is updated by calling the getmininginfo method using RPC just prior to displaying the New Block log.

Try with -D and look for a log saying getmininginfo isn't supported. Also try another coin if you can to
see if it's only minotaur with that problem.

nak333
Jr. Member
*
Offline Offline

Activity: 112
Merit: 2


View Profile WWW
May 26, 2020, 06:47:23 PM
 #107

Effective hash rate can be volatile, espcecially when solo mining. Most of the time the 5 minute
hash rate will be zero because no blocks were solved, Then you solve a block and the 5 minute hash rate
is huge. It's the nature of statistics with very small samples size.

I don't know why the TTF isn't displayed. It gets displayed if the reference hash rate, network  difficulty
and network hash rate are all non-zero.

The ref hah rate and net diff are displayed elsewhere so I assume the problem is the net hash rate.
This is updated by calling the getmininginfo method using RPC just prior to displaying the New Block log.

Try with -D and look for a log saying getmininginfo isn't supported. Also try another coin if you can to
see if it's only minotaur with that problem.


Okay, I will check it with other algos as well with minotaur and will submit the report here.
SpceGhst
Jr. Member
*
Offline Offline

Activity: 269
Merit: 4


View Profile
May 27, 2020, 02:40:10 AM
 #108

It looks like once you find 10-12 blocks in solo mining, the periodic hash rate starts to even out.  It’s hard with Minotaur because blocks don’t come that often, unlike pool mining where shares are 3-4 per minute.
JayDDee (OP)
Full Member
***
Offline Offline

Activity: 1397
Merit: 221


View Profile
May 27, 2020, 04:00:00 AM
 #109

It looks like once you find 10-12 blocks in solo mining, the periodic hash rate starts to even out.  It’s hard with Minotaur because blocks don’t come that often, unlike pool mining where shares are 3-4 per minute.

Blocks don't come too often solo mining any coin. The 5 minute report doesn't really make sense solo mining.
I'm thinking about changing it, maybe 1 hour solo, and 5 min pool. 1 Hour is still too short to be meaningful
but it reduces the number of useless reports in the logs.

SpceGhst
Jr. Member
*
Offline Offline

Activity: 269
Merit: 4


View Profile
May 27, 2020, 12:01:05 PM
 #110

I kind of like the 5 minute report.  Not necessarily for the hash rate, but to see if I’ve found any blocks.  If you went to an hour for solo, I’d have to scroll up the window every time I wanted to check on miner.
JayDDee (OP)
Full Member
***
Offline Offline

Activity: 1397
Merit: 221


View Profile
May 27, 2020, 03:47:41 PM
 #111

I kind of like the 5 minute report.  Not necessarily for the hash rate, but to see if I’ve found any blocks.  If you went to an hour for solo, I’d have to scroll up the window every time I wanted to check on miner.

Good point. I guess it's also a matter of users getting used to the inherent volatility of "effective" hash rate compared
to the more familiar and stable "reference" hash rate.

JayDDee (OP)
Full Member
***
Offline Offline

Activity: 1397
Merit: 221


View Profile
May 27, 2020, 03:59:56 PM
 #112

Okay, I will check it with other algos as well with minotaur and will submit the report here.

Thanks.

I'm going to change the logic for displaying TTF solo mining. The template will always be displayed
but some of the data may be invalid, with either a value of zero (zero numerator) or "NA" (zero denominator).

Edit: make sure you also check the startup messages for any mention of getmininginfo.

I'l wait for your test results in case more debug logging needs to be added.

Chef22
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
June 04, 2020, 10:19:24 AM
 #113

Can roicoin (hodl algo) be solo mined with this miner? I'd so, is there a guide or anything special that needs to be added to the bat file? Thanks
JayDDee (OP)
Full Member
***
Offline Offline

Activity: 1397
Merit: 221


View Profile
June 04, 2020, 02:30:11 PM
 #114

Can roicoin (hodl algo) be solo mined with this miner? I'd so, is there a guide or anything special that needs to be added to the bat file? Thanks

I don't know. It didn't work for Hodl coin. Give it a try.

borya2002
Jr. Member
*
Offline Offline

Activity: 87
Merit: 3


View Profile
June 06, 2020, 11:37:15 AM
 #115

Thank you for your contributions to CPU mining.
mix29k
Jr. Member
*
Offline Offline

Activity: 58
Merit: 5


View Profile
June 06, 2020, 08:44:08 PM
 #116

ima new to this miner,
just tried to use it instead of good ole cpuminer-multi, solo, win7-64, no changes in cmd line,
and all i get is this (any coin any algo):
  JSON-RPC call failed: Top-level object parse error
  json_rpc_call failed, retry after 10 seconds

i feel quite stupid already, please tell me exactly how far i'm gone lol
JayDDee (OP)
Full Member
***
Offline Offline

Activity: 1397
Merit: 221


View Profile
June 06, 2020, 10:11:23 PM
 #117

solo,

http://

JayDDee (OP)
Full Member
***
Offline Offline

Activity: 1397
Merit: 221


View Profile
June 06, 2020, 11:56:09 PM
 #118

Code:
[2020-06-07 01:19:54] CPU affinity [!!!!]
[2020-06-07 01:19:54] Creating stratum thread
[2020-06-07 01:19:54] Miner thread priority 0 (nice 19)
[2020-06-07 01:19:54] Binding thread 0 to cpu 0.
[2020-06-07 01:19:54] JSON protocol request:
{"method": "getblocktemplate", "params": [{"capabilities": ["coinbasetxn", "coin
basevalue", "longpoll", "workid"], "rules": ["segwit"]}], "id":0}


*   Trying 127.0.0.1:35697...
* TCP_NODELAY set
* Connected to 127.0.0.1 (127.0.0.1) port 35697 (#0)
* Server auth using Basic with user '****'
> POST / HTTP/1.1
Host: 127.0.0.1:35697
Authorization: Basic *********************************
Accept: */*
Accept-Encoding: identity
Transfer-Encoding: chunked
Content-Type: application/json
Content-Length: 147
User-Agent: cpuminer-opt/3.14.2
X-Mining-Extensions: longpoll reject-reason
Expect: 100-continue

[2020-06-07 01:19:54] 2 of 4 miner threads started using 'sha256d' algorithm
[2020-06-07 01:19:54] Binding thread 1 to cpu 1.
* Done waiting for 100-continue
* Signaling end of chunked upload via terminating chunk.
* Mark bundle as not supporting multiuse
< HTTP/1.1 500 Internal Server Error
< Date: Sat, 06 Jun 2020 22:19:55 +0000
< Connection: close
< Content-Length: 91
< Content-Type: application/json
< Server: takeicoin-json-rpc/v0.9.1.3-beta
<
* Closing connection 0
[2020-06-07 01:19:55] JSON protocol response:
{
   "error": {
      "message": "Top-level object parse error",
      "code": -32700
   },
   "result": null,
   "id": null
}
[2020-06-07 01:19:55] JSON-RPC call failed: Top-level object parse error
[2020-06-07 01:19:55] json_rpc_call failed, retry after 10 seconds


What's your command line and what does cpuminer-multi do?

JayDDee (OP)
Full Member
***
Offline Offline

Activity: 1397
Merit: 221


View Profile
June 07, 2020, 01:45:25 AM
 #119

cpuminer-multi simply mines, no errors

Show me, I want to compare logs.

Also try older versions of cpuminer-opt in case it broke recently.

mix29k
Jr. Member
*
Offline Offline

Activity: 58
Merit: 5


View Profile
June 07, 2020, 03:50:54 AM
Last edit: June 07, 2020, 04:24:37 AM by mix29k
 #120

Also try older versions of cpuminer-opt in case it broke recently.

the first that doesn't work is 3.13.0.
after reading what it was about i copied all dll's from 3.12.8 over those in 3.14.2,
and.... it's working now
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 16 17 18 19 20 »  All
  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!