Bitcoin Forum
April 28, 2024, 08:28:42 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 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 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 ... 131 »
  Print  
Author Topic: [XPM] [ANN] Primecoin High Performance | HP14 released!  (Read 397580 times)
notlist3d
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
July 21, 2013, 05:07:01 PM
 #961


Use multiples of 200k for sieve size with HP5. One of the internal loops goes over 200k elements. If there's a small bug there somewhere, it might crash when sieve size is not a multiple of 200k.

Thanks for that info!

Sorry for such a newb question.  What is command to change sieve size?  I didn't see config file for it.

in primecoin.conf add "sievesize=...."

Maybe im nuts... but can u tell me where to find primecoin.conf.  Sorry again for taking up space in forum.
1714292922
Hero Member
*
Offline Offline

Posts: 1714292922

View Profile Personal Message (Offline)

Ignore
1714292922
Reply with quote  #2

1714292922
Report to moderator
1714292922
Hero Member
*
Offline Offline

Posts: 1714292922

View Profile Personal Message (Offline)

Ignore
1714292922
Reply with quote  #2

1714292922
Report to moderator
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714292922
Hero Member
*
Offline Offline

Posts: 1714292922

View Profile Personal Message (Offline)

Ignore
1714292922
Reply with quote  #2

1714292922
Report to moderator
1714292922
Hero Member
*
Offline Offline

Posts: 1714292922

View Profile Personal Message (Offline)

Ignore
1714292922
Reply with quote  #2

1714292922
Report to moderator
Tamis
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250



View Profile
July 21, 2013, 05:14:47 PM
Last edit: July 21, 2013, 05:29:05 PM by Tamis
 #962

something weird is happening with hp5, I set sievesize to 4.8M started mining and went for a nap.
Two hours later I find out the the client crashed. I try to restart it and it crashes again.
I rebooted the computer, same. I cannot put any sievesize higher than 3.6M or the client crashes as soon as it starts mining.
Was running fine a few hours ago at 4.6M and even found a block with this setting.
Tamis
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250



View Profile
July 21, 2013, 05:16:24 PM
 #963

Maybe im nuts... but can u tell me where to find primecoin.conf.  Sorry again for taking up space in forum.

It's in Appdata/Roaming/Primecoin
ivanlabrie
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000



View Profile
July 21, 2013, 05:16:33 PM
 #964

"Maybe im nuts... but can u tell me where to find primecoin.conf.  Sorry again for taking up space in forum."

Hit win key, type %appdata%, hit enter.
Look for primecoin folder. Create it if it's not there already.
New text document, rename it to primecoin.conf (you need to see file extensions to do so).
notlist3d
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
July 21, 2013, 05:22:07 PM
 #965

Thank you guys!
mikaelh (OP)
Sr. Member
****
Offline Offline

Activity: 301
Merit: 250


View Profile
July 21, 2013, 05:53:23 PM
 #966

-hp6 released!

Lots of changes in this release. Here's a list of notable changes:
 * Added fast divisibility tests before doing the expensive Fermat's test
 * Lots of other small optimizations
 * Introduced a new experimental tuning parameter "sievepercentage". Default value is 10, minimum is 1, maximum is 100.
 * Added new RPC command "getchainspermin"
 * Added the following information to "getmininginfo": chainspermin, difficulty, sievepercentage, and sievesize
 * Attempt to fix the random crash while mining

My PPS on mainnet went up 23% with this release with difficulty >= 9 on mainnet. This release attempts to fix the random crash while mining. I'm not sure if it's actually fixed because I have heard both positive and negative reports. The crash is more likely with high number of cores. 16 and 32 core machines are suffering the most.

The "sievepercentage" parameter is there for people to experiment with. It limits how many base primes are used to filter out candidate multipliers in the sieve. 8% seems optimal for testnet but I have no idea about mainnet.
n4ru
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250



View Profile
July 21, 2013, 06:15:10 PM
 #967

-hp6 released!

Lots of changes in this release. Here's a list of notable changes:
 * Added fast divisibility tests before doing the expensive Fermat's test
 * Lots of other small optimizations
 * Introduced a new experimental tuning parameter "sievepercentage". Default value is 10, minimum is 1, maximum is 100.
 * Added new RPC command "getchainspermin"
 * Added the following information to "getmininginfo": chainspermin, difficulty, sievepercentage, and sievesize
 * Attempt to fix the random crash while mining

My PPS on mainnet went up 23% with this release with difficulty >= 9 on mainnet. This release attempts to fix the random crash while mining. I'm not sure if it's actually fixed because I have heard both positive and negative reports. The crash is more likely with high number of cores. 16 and 32 core machines are suffering the most.

The "sievepercentage" parameter is there for people to experiment with. It limits how many base primes are used to filter out candidate multipliers in the sieve. 8% seems optimal for testnet but I have no idea about mainnet.
Thanks for the update, will be testing it on my farm.
Tamis
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250



View Profile
July 21, 2013, 06:15:54 PM
 #968

Great work mikaelh !

I'll see if this fixes my strange crash with sievesize higher than 3.6M.
palmface
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
July 21, 2013, 06:19:33 PM
 #969

Great work mikaelh !

I'll see if this fixes my strange crash with sievesize higher than 3.6M.

Sorry Tamis, still getting that same crash with the new update. I get the same crash with hp4, hp5 and hp6. All are the winx64 versions and it seemed to coincide with difficulty hitting 9.

GL
Tamis
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250



View Profile
July 21, 2013, 06:24:38 PM
 #970

Great work mikaelh !

I'll see if this fixes my strange crash with sievesize higher than 3.6M.

Sorry Tamis, still getting that same crash with the new update. I get the same crash with hp4, hp5 and hp6. All are the winx64 versions and it seemed to coincide with difficulty hitting 9.

GL

I was wondering if this was related to difficulty hitting 9+ !
pps is down too so I'm guessing this is also related to the difficulty ?!

Thanks palmface

mikaelh can you give us some info about the sievepercentage parameter ?
eCoinomist
Member
**
Offline Offline

Activity: 112
Merit: 10


Independent Analyst


View Profile WWW
July 21, 2013, 06:36:28 PM
 #971

-hp6 released!

Lots of changes in this release. Here's a list of notable changes:
 * Added fast divisibility tests before doing the expensive Fermat's test
 * Lots of other small optimizations
 * Introduced a new experimental tuning parameter "sievepercentage". Default value is 10, minimum is 1, maximum is 100.
 * Added new RPC command "getchainspermin"
 * Added the following information to "getmininginfo": chainspermin, difficulty, sievepercentage, and sievesize
 * Attempt to fix the random crash while mining

My PPS on mainnet went up 23% with this release with difficulty >= 9 on mainnet. This release attempts to fix the random crash while mining. I'm not sure if it's actually fixed because I have heard both positive and negative reports. The crash is more likely with high number of cores. 16 and 32 core machines are suffering the most.

The "sievepercentage" parameter is there for people to experiment with. It limits how many base primes are used to filter out candidate multipliers in the sieve. 8% seems optimal for testnet but I have no idea about mainnet.

True, can confirm crash only happens on my 16 core machines. The 8 core, 4 core, 2 core and 1 core never crashed.
let's test hp6 on my farm Wink

superfluouso
Full Member
***
Offline Offline

Activity: 201
Merit: 100


View Profile
July 21, 2013, 07:07:31 PM
 #972

Thanks Mikaelh!  Love having the additional stuff in getmininginfo.  Can confirm my pps went up on an 8 core though still below were it was at before difficulty hit 9.

edit - pps improves more for me with sievesize=2000000 and sievepercentage=8
minerstorm
Full Member
***
Offline Offline

Activity: 200
Merit: 100



View Profile
July 21, 2013, 07:09:06 PM
 #973

AMD Phenom II X6 3.4 Ghz
The rate has dropped for 2000 pps
The reason? difficulty?
Tripjammer
Sr. Member
****
Offline Offline

Activity: 394
Merit: 250



View Profile
July 21, 2013, 07:09:37 PM
 #974

Have not crashed yet on the 64 bit windows version HP6. Crossing my fingers!

WishFinanceAlternative lending platform for SMEs
      ▬▬▬▬▬▬▬▬      Oct, XX Crowdsale  |  Aim for +YY% bonus!      ▬▬▬▬▬▬▬▬       
[ WishFinance tread ]  ●  [ Whitepaper ]  ●  [ Telegram ]
hasle2
Full Member
***
Offline Offline

Activity: 122
Merit: 100


View Profile
July 21, 2013, 07:33:53 PM
 #975

Anyone running many machines experienced a major slowdown in the block rate since about 14 hours ago? I was getting around 40 blocks a day, not it looks like I'm getting 20.
OnlyC
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
July 21, 2013, 07:36:12 PM
 #976

Anyone running many machines experienced a major slowdown in the block rate since about 14 hours ago? I was getting around 40 blocks a day, not it looks like I'm getting 20.

difficulty 9 already, that's the reason

40blocks? How much PPS you got?
romerun
Legendary
*
Offline Offline

Activity: 1078
Merit: 1001


Bitcoin is new, makes sense to hodl.


View Profile
July 21, 2013, 07:40:29 PM
 #977

40 blocks a day, holy pps, no wonder why I got not shit for the last a few days.
FreeTrade
Legendary
*
Offline Offline

Activity: 1428
Merit: 1030



View Profile
July 21, 2013, 07:43:38 PM
 #978

difficulty 9 already, that's the reason

What's the reason it is only 9?
I'm trying to get my head around the idea that Quarkcoin launched a few hours ago and is already 57 difficultly.*

Is that an apples to oranges comparison? Surely Quarkcoin can't have 6 times the network strength of Primecoin.

As Primecoin difficulty rises, the supply of coins really gets choked off - at difficultly of 32 . . . that's 999/(32*32)= .975 coins per block.

*Oh, it's gone up to 63 since I wrote those two sentences.

Membercoin - Layer 1 Coin used for the member.cash decentralized social network.
10% Interest On All Balances. Browser and Solo Mining. 100% Distributed to Users and Developers.
rethaw
Sr. Member
****
Offline Offline

Activity: 378
Merit: 255



View Profile
July 21, 2013, 07:44:36 PM
 #979

difficulty 9 already, that's the reason

What's the reason it is only 9?
I'm trying to get my head around the idea that Quarkcoin launched a few hours ago and is already 57 difficultly.*

Is that an apples to oranges comparison? Surely Quarkcoin can't have 6 times the network strength of Primecoin.

As Primecoin difficulty rises, the supply of coins really gets choked off - at difficultly of 32 . . . that's 999/(32*32)= .975 coins per block.

*Oh, it's gone up to 63 since I wrote those two sentences.

Yes, completely different.

maco
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
July 21, 2013, 07:47:36 PM
 #980

difficulty 9 already, that's the reason

What's the reason it is only 9?
I'm trying to get my head around the idea that Quarkcoin launched a few hours ago and is already 57 difficultly.*

Is that an apples to oranges comparison? Surely Quarkcoin can't have 6 times the network strength of Primecoin.

As Primecoin difficulty rises, the supply of coins really gets choked off - at difficultly of 32 . . . that's 999/(32*32)= .975 coins per block.

*Oh, it's gone up to 63 since I wrote those two sentences.

Yes, completely different.

and what the heck is Quarkcoin? ... doesn't exist on paper, or the internet (lolz)
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 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 ... 131 »
  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!