Bitcoin Forum
April 25, 2024, 12:43:21 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 »
  Print  
Author Topic: [XPM] Primecoin Built-in Miner Sieve Performance Issue  (Read 69102 times)
Eli0t
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
July 11, 2013, 04:59:45 PM
 #281

Here's another binary I've made which targets simply x86-64 processors. This SHOULD work over a wider range of processors than my earlier releases. It may not work on 32-bit OSes (not sure).

https://www.dropbox.com/s/q7w4fosqjyqydff/release8_x86-64.zip
stuck at 2 blocks synced no matter how many connections i have

received block 9657908608eeddce30390a30ac72b3348fd584c1b3cb917922707f9cfc01a488
SetBestChain: new best=9657908608eeddce30390a30ac72b3348fd584c1b3cb917922707f9cfc01a488  height=1  difficulty=7 log2Work=13  log2ChainWork=13.044394  tx=2  date=2013-07-07 18:28:00 progress=0.000000
ProcessBlock: ACCEPTED
received block 7edd2add999ca4a7d3c6abbe827a9aa19ea3e0e782e80c299d22599a29ec1f34
SetBestChain: new best=7edd2add999ca4a7d3c6abbe827a9aa19ea3e0e782e80c299d22599a29ec1f34  height=2  difficulty=7 log2Work=13  log2ChainWork=14.022368  tx=3  date=2013-07-07 18:29:58 progress=0.000000
ProcessBlock: ACCEPTED
received block b22946daedabb93d4e9e28945278fd3d9f7ec601ce4aba1a25e6e203cf6fa41f
ERROR: AcceptBlock() : incorrect proof of work
ERROR: ProcessBlock() : AcceptBlock FAILED
Misbehaving: 192.241.209.212:9911 (0 -> 100) DISCONNECTING

Try using -debug and -printtarget and post the ERROR messages about block #3 being rejected again
im now synced and would prefer not to go back to an unsynced state, maybe the next person with this problem can try that

LTC:  LKpJf3uk7KsHU73kxq8iFJrP1AAKN7Yni7  DGC:  DKXGvEbj3Rwgrm2QQbRyNPDDZDYoq4Y44d  XPM:  AWV5AKfLFyoBaMjg9C77rGUBhuFxz5DGGL
1714005801
Hero Member
*
Offline Offline

Posts: 1714005801

View Profile Personal Message (Offline)

Ignore
1714005801
Reply with quote  #2

1714005801
Report to moderator
Remember that Bitcoin is still beta software. Don't put all of your money into BTC!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714005801
Hero Member
*
Offline Offline

Posts: 1714005801

View Profile Personal Message (Offline)

Ignore
1714005801
Reply with quote  #2

1714005801
Report to moderator
1714005801
Hero Member
*
Offline Offline

Posts: 1714005801

View Profile Personal Message (Offline)

Ignore
1714005801
Reply with quote  #2

1714005801
Report to moderator
1714005801
Hero Member
*
Offline Offline

Posts: 1714005801

View Profile Personal Message (Offline)

Ignore
1714005801
Reply with quote  #2

1714005801
Report to moderator
Jimmy2011
Hero Member
*****
Offline Offline

Activity: 589
Merit: 500



View Profile
July 11, 2013, 05:02:47 PM
 #282

I started the 5# release successfully after complete synchronization with the original client, and the block number increases well at a rate about one block every 15 seconds.
Zalfrin
Sr. Member
****
Offline Offline

Activity: 401
Merit: 250



View Profile
July 11, 2013, 05:05:21 PM
 #283

Here's another binary I've made which targets simply x86-64 processors. This SHOULD work over a wider range of processors than my earlier releases. It may not work on 32-bit OSes (not sure).

https://www.dropbox.com/s/q7w4fosqjyqydff/release8_x86-64.zip
stuck at 2 blocks synced no matter how many connections i have

received block 9657908608eeddce30390a30ac72b3348fd584c1b3cb917922707f9cfc01a488
SetBestChain: new best=9657908608eeddce30390a30ac72b3348fd584c1b3cb917922707f9cfc01a488  height=1  difficulty=7 log2Work=13  log2ChainWork=13.044394  tx=2  date=2013-07-07 18:28:00 progress=0.000000
ProcessBlock: ACCEPTED
received block 7edd2add999ca4a7d3c6abbe827a9aa19ea3e0e782e80c299d22599a29ec1f34
SetBestChain: new best=7edd2add999ca4a7d3c6abbe827a9aa19ea3e0e782e80c299d22599a29ec1f34  height=2  difficulty=7 log2Work=13  log2ChainWork=14.022368  tx=3  date=2013-07-07 18:29:58 progress=0.000000
ProcessBlock: ACCEPTED
received block b22946daedabb93d4e9e28945278fd3d9f7ec601ce4aba1a25e6e203cf6fa41f
ERROR: AcceptBlock() : incorrect proof of work
ERROR: ProcessBlock() : AcceptBlock FAILED
Misbehaving: 192.241.209.212:9911 (0 -> 100) DISCONNECTING

Try using -debug and -printtarget and post the ERROR messages about block #3 being rejected again

This gave me a little hint. FYI sunny, the code this was built from is here, it is slightly modified from your latest commit to include some additional suggested optimizations from Mike270. https://github.com/Zalfrin/primecoin

There may be a bug in the way the "phash" variable is replacing "pblock->GetHeaderHash();". Maybe phash needs to be updated within the loop starting on line 4640 of main.cpp
UNOE
Sr. Member
****
Offline Offline

Activity: 791
Merit: 271


This is personal


View Profile
July 11, 2013, 05:30:37 PM
 #284

I just realized I have 6 blocks but all 6 blocks have zero confirmations its this normal ?

Zalfrin
Sr. Member
****
Offline Offline

Activity: 401
Merit: 250



View Profile
July 11, 2013, 05:34:33 PM
 #285

I just realized I have 6 blocks but all 6 blocks have zero confirmations its this normal ?

No, sounds like your qt is not following the block chain. Should increment by 1 for every block the network finds.
gateway
Hero Member
*****
Offline Offline

Activity: 552
Merit: 500


View Profile
July 11, 2013, 05:49:42 PM
 #286

Here's another binary I've made which targets simply x86-64 processors. This SHOULD work over a wider range of processors than my earlier releases. It may not work on 32-bit OSes (not sure).

https://www.dropbox.com/s/q7w4fosqjyqydff/release8_x86-64.zip
stuck at 2 blocks synced no matter how many connections i have

received block 9657908608eeddce30390a30ac72b3348fd584c1b3cb917922707f9cfc01a488
SetBestChain: new best=9657908608eeddce30390a30ac72b3348fd584c1b3cb917922707f9cfc01a488  height=1  difficulty=7 log2Work=13  log2ChainWork=13.044394  tx=2  date=2013-07-07 18:28:00 progress=0.000000
ProcessBlock: ACCEPTED
received block 7edd2add999ca4a7d3c6abbe827a9aa19ea3e0e782e80c299d22599a29ec1f34
SetBestChain: new best=7edd2add999ca4a7d3c6abbe827a9aa19ea3e0e782e80c299d22599a29ec1f34  height=2  difficulty=7 log2Work=13  log2ChainWork=14.022368  tx=3  date=2013-07-07 18:29:58 progress=0.000000
ProcessBlock: ACCEPTED
received block b22946daedabb93d4e9e28945278fd3d9f7ec601ce4aba1a25e6e203cf6fa41f
ERROR: AcceptBlock() : incorrect proof of work
ERROR: ProcessBlock() : AcceptBlock FAILED
Misbehaving: 192.241.209.212:9911 (0 -> 100) DISCONNECTING

Try using -debug and -printtarget and post the ERROR messages about block #3 being rejected again

This gave me a little hint. FYI sunny, the code this was built from is here, it is slightly modified from your latest commit to include some additional suggested optimizations from Mike270. https://github.com/Zalfrin/primecoin

There may be a bug in the way the "phash" variable is replacing "pblock->GetHeaderHash();". Maybe phash needs to be updated within the loop starting on line 4640 of main.cpp

I'm also suck at 2 blocks 3 days behind.. any thoughts?
Zalfrin
Sr. Member
****
Offline Offline

Activity: 401
Merit: 250



View Profile
July 11, 2013, 05:54:33 PM
 #287

Here's another binary I've made which targets simply x86-64 processors. This SHOULD work over a wider range of processors than my earlier releases. It may not work on 32-bit OSes (not sure).

https://www.dropbox.com/s/q7w4fosqjyqydff/release8_x86-64.zip
stuck at 2 blocks synced no matter how many connections i have

received block 9657908608eeddce30390a30ac72b3348fd584c1b3cb917922707f9cfc01a488
SetBestChain: new best=9657908608eeddce30390a30ac72b3348fd584c1b3cb917922707f9cfc01a488  height=1  difficulty=7 log2Work=13  log2ChainWork=13.044394  tx=2  date=2013-07-07 18:28:00 progress=0.000000
ProcessBlock: ACCEPTED
received block 7edd2add999ca4a7d3c6abbe827a9aa19ea3e0e782e80c299d22599a29ec1f34
SetBestChain: new best=7edd2add999ca4a7d3c6abbe827a9aa19ea3e0e782e80c299d22599a29ec1f34  height=2  difficulty=7 log2Work=13  log2ChainWork=14.022368  tx=3  date=2013-07-07 18:29:58 progress=0.000000
ProcessBlock: ACCEPTED
received block b22946daedabb93d4e9e28945278fd3d9f7ec601ce4aba1a25e6e203cf6fa41f
ERROR: AcceptBlock() : incorrect proof of work
ERROR: ProcessBlock() : AcceptBlock FAILED
Misbehaving: 192.241.209.212:9911 (0 -> 100) DISCONNECTING

Try using -debug and -printtarget and post the ERROR messages about block #3 being rejected again

This gave me a little hint. FYI sunny, the code this was built from is here, it is slightly modified from your latest commit to include some additional suggested optimizations from Mike270. https://github.com/Zalfrin/primecoin

There may be a bug in the way the "phash" variable is replacing "pblock->GetHeaderHash();". Maybe phash needs to be updated within the loop starting on line 4640 of main.cpp

I'm also suck at 2 blocks 3 days behind.. any thoughts?

Eli0t had success using the last official client from Sunny to sync up the blockchain, then switching over to my release for mining.

I'll be investigating the sync-up problem in my version... I'm working on getting a second computer to recreate the problem. The ancient Pentium 4M computer I tried out was not happy, but it didn't make it as far as downloading ANY of the block chain. Smiley
tjb0607
Newbie
*
Offline Offline

Activity: 26
Merit: 0



View Profile WWW
July 11, 2013, 05:56:06 PM
Last edit: July 11, 2013, 06:08:57 PM by tjb0607
 #288

Here's another binary I've made which targets simply x86-64 processors. This SHOULD work over a wider range of processors than my earlier releases. It may not work on 32-bit OSes (not sure).

https://www.dropbox.com/s/q7w4fosqjyqydff/release8_x86-64.zip
stuck at 2 blocks synced no matter how many connections i have

received block 9657908608eeddce30390a30ac72b3348fd584c1b3cb917922707f9cfc01a488
SetBestChain: new best=9657908608eeddce30390a30ac72b3348fd584c1b3cb917922707f9cfc01a488  height=1  difficulty=7 log2Work=13  log2ChainWork=13.044394  tx=2  date=2013-07-07 18:28:00 progress=0.000000
ProcessBlock: ACCEPTED
received block 7edd2add999ca4a7d3c6abbe827a9aa19ea3e0e782e80c299d22599a29ec1f34
SetBestChain: new best=7edd2add999ca4a7d3c6abbe827a9aa19ea3e0e782e80c299d22599a29ec1f34  height=2  difficulty=7 log2Work=13  log2ChainWork=14.022368  tx=3  date=2013-07-07 18:29:58 progress=0.000000
ProcessBlock: ACCEPTED
received block b22946daedabb93d4e9e28945278fd3d9f7ec601ce4aba1a25e6e203cf6fa41f
ERROR: AcceptBlock() : incorrect proof of work
ERROR: ProcessBlock() : AcceptBlock FAILED
Misbehaving: 192.241.209.212:9911 (0 -> 100) DISCONNECTING

Try using -debug and -printtarget and post the ERROR messages about block #3 being rejected again

This gave me a little hint. FYI sunny, the code this was built from is here, it is slightly modified from your latest commit to include some additional suggested optimizations from Mike270. https://github.com/Zalfrin/primecoin

There may be a bug in the way the "phash" variable is replacing "pblock->GetHeaderHash();". Maybe phash needs to be updated within the loop starting on line 4640 of main.cpp

I'm also suck at 2 blocks 3 days behind.. any thoughts?

Try running these commands in the console:
Code:
addnode 94.23.215.174 add
addnode 87.98.146.72 add

EDIT: Or, if that doesn't work, here's some more you can try until the blockchain starts synchronizing:
Code:
addnode 54.225.81.214 add
addnode 54.225.116.178 add
addnode 54.225.123.48 add
addnode 107.20.202.112 add
addnode 54.225.123.87 add
addnode 54.225.81.214 add
addnode 54.225.116.178 add
addnode 54.225.123.48 add
addnode 54.225.123.87 add
addnode 107.20.202.112 add
addnode 54.224.142.224 add
addnode 54.224.28.160 add
addnode 184.72.193.229 add
addnode 54.225.19.196 add
addnode 50.16.142.10 add
addnode 23.20.77.101 add
addnode 54.224.95.193 add
addnode 54.234.90.173 add
addnode 23.21.2.143 add
addnode 23.20.0.137 add
addnode 54.227.57.231 add
addnode 54.227.81.48 add
addnode 54.224.112.133 add
addnode 54.224.194.112 add
addnode 50.16.112.122 add
addnode 54.214.144.235 add
addnode 54.244.76.225 add
addnode 54.245.7.222 add
addnode 54.244.204.96 add
addnode 54.214.187.152 add
addnode 50.112.197.152 add
addnode 54.214.168.133 add
addnode 54.214.100.229 add
addnode 54.244.199.134 add
addnode 54.245.138.68 add
addnode 54.214.59.206 add
addnode 54.244.208.77 add
addnode 54.214.103.110 add
UNOE
Sr. Member
****
Offline Offline

Activity: 791
Merit: 271


This is personal


View Profile
July 11, 2013, 06:06:47 PM
 #289

Sadly I closed the client and then reopened and the blocks are gone.

Even though they where all there after a shutdown and restart before that now they are all gone after closing the program and reopening it.

Aggrophobia
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000



View Profile
July 11, 2013, 06:07:35 PM
 #290

Sadly I closed the client and then reopened and the blocks are gone.

Even though they where all there after a shutdown and restart before that now they are all gone after closing the program and reopening it.

Open it with rescan
Zalfrin
Sr. Member
****
Offline Offline

Activity: 401
Merit: 250



View Profile
July 11, 2013, 06:08:26 PM
 #291

Sadly I closed the client and then reopened and the blocks are gone.

Even though they where all there after a shutdown and restart before that now they are all gone after closing the program and reopening it.

That's because they all got orphaned. Your client was off mining on it's own, unfortunately.
gateway
Hero Member
*****
Offline Offline

Activity: 552
Merit: 500


View Profile
July 11, 2013, 06:09:11 PM
 #292

btw my issue was no primecoin.conf was created.. so it was stuck at 2 blocks.. once I manually created it it started getting blocks for anyone else dealing with this issue
Zalfrin
Sr. Member
****
Offline Offline

Activity: 401
Merit: 250



View Profile
July 11, 2013, 06:12:23 PM
 #293

btw my issue was no primecoin.conf was created.. so it was stuck at 2 blocks.. once I manually created it it started getting blocks for anyone else dealing with this issue

That is.... intriguing. I wonder if it was that, or just restarting the client?
gateway
Hero Member
*****
Offline Offline

Activity: 552
Merit: 500


View Profile
July 11, 2013, 06:16:31 PM
 #294

btw my issue was no primecoin.conf was created.. so it was stuck at 2 blocks.. once I manually created it it started getting blocks for anyone else dealing with this issue

That is.... intriguing. I wonder if it was that, or just restarting the client?

What I did.. download original client from primecoin.org, ran the installer, DID NOT run the app when it was, downloaded one from dropbox, copied over the files and ran it..

so maybe its not doing creating the primecoin.conf init if you do it that way.

BTW whats the latest release.. Smiley  Core i7
Zalfrin
Sr. Member
****
Offline Offline

Activity: 401
Merit: 250



View Profile
July 11, 2013, 06:20:29 PM
 #295

btw my issue was no primecoin.conf was created.. so it was stuck at 2 blocks.. once I manually created it it started getting blocks for anyone else dealing with this issue

That is.... intriguing. I wonder if it was that, or just restarting the client?

What I did.. download original client from primecoin.org, ran the installer, DID NOT run the app when it was, downloaded one from dropbox, copied over the files and ran it..

so maybe its not doing creating the primecoin.conf init if you do it that way.

BTW whats the latest release.. Smiley  Core i7

I'm using release5 on my sandy bridge i5. anonppcoin compiled a version that was targeted specifically at the i7-family as well.
gateway
Hero Member
*****
Offline Offline

Activity: 552
Merit: 500


View Profile
July 11, 2013, 06:29:07 PM
 #296

btw just talked to Luke-Jr, he started a bfgminer branch for prime if anyone wants to work on that or compile versions..

https://github.com/luke-jr/bfgminer/tree/prime

x3maniac
Sr. Member
****
Offline Offline

Activity: 255
Merit: 250


View Profile
July 11, 2013, 06:46:19 PM
 #297

btw just talked to Luke-Jr, he started a bfgminer branch for prime if anyone wants to work on that or compile versions..

https://github.com/luke-jr/bfgminer/tree/prime



do you know if it is going to cpu only or with gpu support?
UNOE
Sr. Member
****
Offline Offline

Activity: 791
Merit: 271


This is personal


View Profile
July 11, 2013, 06:47:50 PM
 #298

Sadly I closed the client and then reopened and the blocks are gone.

Even though they where all there after a shutdown and restart before that now they are all gone after closing the program and reopening it.

That's because they all got orphaned. Your client was off mining on it's own, unfortunately.

It said I had 8 active connections ?

Ptah
Newbie
*
Offline Offline

Activity: 53
Merit: 0



View Profile
July 11, 2013, 07:12:06 PM
 #299

This is my build, I used -O2 -march=native, I'm running a FX 8350, it gives me ~1250 PPS on that. I placed all the dlls in the rar. Please do your virus check and everything, I compiled that on a VM but still take precautions running a file made by another person.

https://www.dropbox.com/s/6hycwi0i4dzwu1i/Primecoin.rar


PII 6x 1045 @3GHz

5 threads 550-750 pps

THX
n4ru
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250



View Profile
July 11, 2013, 08:38:22 PM
 #300

So what's the most optimized miner out right now?
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 »
  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!