Bitcoin Forum
April 23, 2024, 10:01:41 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 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 ... 131 »
  Print  
Author Topic: [XPM] [ANN] Primecoin High Performance | HP14 released!  (Read 397580 times)
enuma
Newbie
*
Offline Offline

Activity: 34
Merit: 0



View Profile
July 17, 2013, 09:32:25 PM
 #661

difficulty nearing the 9....  8.95968717 --->  8.96057361 in less then 2 hours
1713909701
Hero Member
*
Offline Offline

Posts: 1713909701

View Profile Personal Message (Offline)

Ignore
1713909701
Reply with quote  #2

1713909701
Report to moderator
1713909701
Hero Member
*
Offline Offline

Posts: 1713909701

View Profile Personal Message (Offline)

Ignore
1713909701
Reply with quote  #2

1713909701
Report to moderator
The Bitcoin network protocol was designed to be extremely flexible. It can be used to create timed transactions, escrow transactions, multi-signature transactions, etc. The current features of the client only hint at what will be possible in the future.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713909701
Hero Member
*
Offline Offline

Posts: 1713909701

View Profile Personal Message (Offline)

Ignore
1713909701
Reply with quote  #2

1713909701
Report to moderator
1713909701
Hero Member
*
Offline Offline

Posts: 1713909701

View Profile Personal Message (Offline)

Ignore
1713909701
Reply with quote  #2

1713909701
Report to moderator
1713909701
Hero Member
*
Offline Offline

Posts: 1713909701

View Profile Personal Message (Offline)

Ignore
1713909701
Reply with quote  #2

1713909701
Report to moderator
maco
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
July 17, 2013, 10:12:02 PM
 #662

This shouldn't be taken as 100% correct, but I seem to remember it being mentioned that each step up in chain length is a 30 fold increase. so an 8 length chain would be 30x more difficult than a 7 length chain, and a 9 length chain would then be 900x more difficult than a 7 length chain.

So in other words, your average rate of blocks per hour would be the 5-chain rate / 30^(diff - 5). Time to write a script...

Edit: updated the script.

Why did you write this script? what did you change, and what problem did you solve?
minerapia
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
July 17, 2013, 10:18:40 PM
 #663

This shouldn't be taken as 100% correct, but I seem to remember it being mentioned that each step up in chain length is a 30 fold increase. so an 8 length chain would be 30x more difficult than a 7 length chain, and a 9 length chain would then be 900x more difficult than a 7 length chain.

So in other words, your average rate of blocks per hour would be the 5-chain rate / 30^(diff - 5). Time to write a script...

Edit: updated the script.

Why did you write this script? what did you change, and what problem did you solve?
Looks to me that its a python script, basicly a frontend for,
currency = {
    "bitcoin": "BTC",
    "chncoin": "CNC",
    "litecoin": "LTC",
    "namecoin": "NMC",
    "ppcoin": "PPC",
    "primecoin": "XPM",
}
Makes bitcoind/primecoind/... usage easier, etc. updated script also tries to estimate block finding time for XPM also.

donations -> btc: 1M6yf45NskQxWXknkMTzQ8o6wShQcSY4EC
                   ltc: LeTpCd6cQL26Q1vjc9kJrTjjFMrPhrpv6j
dego
Sr. Member
****
Offline Offline

Activity: 399
Merit: 250



View Profile
July 17, 2013, 10:57:02 PM
 #664

Hi all!
Is there any guide to build primecoin-qt on ubuntu 13.04 or someone could help me? (I saw a screenshot on ubuntu)

Just cd into the source directory (usually 'primecoin') and compile the qt client:

Code:
qmake bitcoin-qt.pro USE_UPNP=-
make

that's all... the binary then appears in the source folder. Of course it might stop while missing some dependencies, but it will tell you... Wink
Koooooj
Member
**
Offline Offline

Activity: 75
Merit: 10



View Profile
July 17, 2013, 11:50:59 PM
 #665

This shouldn't be taken as 100% correct, but I seem to remember it being mentioned that each step up in chain length is a 30 fold increase. so an 8 length chain would be 30x more difficult than a 7 length chain, and a 9 length chain would then be 900x more difficult than a 7 length chain.

So in other words, your average rate of blocks per hour would be the 5-chain rate / 30^(diff - 5). Time to write a script...

Edit: updated the script.

I don't think that's quite it, but it's close.  I don't think this is a case where we can use 30 as the ratio between each chain length; empirically it seems to be off, at the very least--I've estimated it as closer to 12 by looking at the gap between 1- and 5-chains.

Also, that would not be the blocks per hour; it would be the number of 8-chains per hour.  Primecoin has a fractional difficulty that is roughly linear, so if the difficulty is 8.5 then about half of all 8-chains are not valid work shares.  If the difficulty is 8.99 then only 1 in 100 8-chains are valid.  You need to account for that before you arrive at blocks per hour.  Generally it is blocks per hour = 8-chains/h * (1+difficulty-floor(difficulty)), but when you get close to the next integer difficulty things get weird since 9-chains work for difficulty 8.XX and 9-chains are more common than 8.995 chains.
edn247
Full Member
***
Offline Offline

Activity: 140
Merit: 100



View Profile
July 18, 2013, 12:10:10 AM
 #666

Haven't got any primes in a while, but probably getting too hard for a pair of i7 laptops...  difficulty=8.9630686
achillez
Hero Member
*****
Offline Offline

Activity: 874
Merit: 1000


View Profile
July 18, 2013, 02:12:06 AM
 #667

anyone have a way to measure difficulty? I'm seeing a big drop in my cpu cluster with blocks as well
ivanlabrie
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000



View Profile
July 18, 2013, 02:21:22 AM
 #668

Go to console and type getdifficulty.
Luckybit
Hero Member
*****
Offline Offline

Activity: 714
Merit: 510



View Profile
July 18, 2013, 03:12:40 AM
 #669

Gentoo ebuild of hp4:

https://github.com/teknohog/ebuilds/tree/master/net-p2p/primecoind-hp

BTW, in case you wonder about different ebuilds from different people, mine are not just straight from the source, but based on bitcoind from Portage. They include a patch to use system leveldb, instead of building its own copy each time.

Now how about Ubuntu?
#Darren
Sr. Member
****
Offline Offline

Activity: 784
Merit: 250


DIA | Data infrastructure for DeFi


View Profile
July 18, 2013, 04:32:47 AM
 #670

Very odd....

When I got up today both my Primecoin wallets were not connected, it appears the internet connection went down.  So I reconnected them. 

When I first observed offline wallet #1 this morning it showed a total of 102.?? xpm which was strange because the accepted coins seemed no different than when I went to bed but at that time the total was 85.?? + immature 12.??  which when matured would give me 98.??    And my last coin batch had been received on the 17 July.

I turned off the wallet and reconnected the internet.  When I restarted the wallet it reverted to displaying what I recall it had shown the night before, with 85.60 xpm + immature 12.45, however it now showed a immature coin batch as received on 18th July (not there before), and it still showed a SINGLE coin batch as received on the 17th (but with a different timestamp to before).   All other coins received dates and times seem not to have changed.  In order to make the totals add up it is as if an older mined coin batch has disappeared but that would not add up with the total approx xpm due to diff bounty sizes and I have had no bad coins.

I understand there were some date stamp issues occurring, but still this doesn't make any sense at all...

All thoughts welcomed!



      ████████████████
   ████████████████████████
██████████████████████████████
█████████████████████████████████
███████████████████████████████████
█████████████████████████████████████
██████████████████████████████████████
███████████████████████████████████████
█████████████████   ███████████████████
█████████████████        ███████████████
█████████████████          █████████████
█████████████████            ████████████
█████████████████             ███████████
█████████████████             ███████████
█████████████████              ██████████
█████████████████              ██████████
█████████████████             ███████████
█████████████████            ███████████
█████████████████          █████████████
█████████████████      ███████████████
█████████████████ ████████████████████
█████████████████████████████████████
███████████████████████████████████
█████████████████████████████████
██████████████████████████████
██████████████████████████
     █████████████████
          ████
DIA | OPEN ACCESS FINANCIAL DATA
#Darren
Sr. Member
****
Offline Offline

Activity: 784
Merit: 250


DIA | Data infrastructure for DeFi


View Profile
July 18, 2013, 05:03:00 AM
 #671

Hmm..  I've rethought this...

maybe there were 2 payments on the 16th (although I'd only remembered there being one) and one of the 16th payments has been restamped as the 17th and the 17th payment has been restamped as the 18th, although having said that all other previous payments are still showing original date/time stamps.  Would that be possible?

Also, doesn't explain the 102.?? xpm total that was showing.


      ████████████████
   ████████████████████████
██████████████████████████████
█████████████████████████████████
███████████████████████████████████
█████████████████████████████████████
██████████████████████████████████████
███████████████████████████████████████
█████████████████   ███████████████████
█████████████████        ███████████████
█████████████████          █████████████
█████████████████            ████████████
█████████████████             ███████████
█████████████████             ███████████
█████████████████              ██████████
█████████████████              ██████████
█████████████████             ███████████
█████████████████            ███████████
█████████████████          █████████████
█████████████████      ███████████████
█████████████████ ████████████████████
█████████████████████████████████████
███████████████████████████████████
█████████████████████████████████
██████████████████████████████
██████████████████████████
     █████████████████
          ████
DIA | OPEN ACCESS FINANCIAL DATA
n4ru
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250



View Profile
July 18, 2013, 05:04:53 AM
Last edit: July 18, 2013, 05:23:37 AM by n4ru
 #672

Keep those prices high Wink

By the way, two of these blocks are only a SINGLE block apart, haha!

n4ru
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250



View Profile
July 18, 2013, 05:21:02 AM
 #673

Keep those prices high Wink



Whaaaaat... what's your PPS and build?
Over 600k PPS, HP4.
n4ru
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250



View Profile
July 18, 2013, 05:30:48 AM
 #674

Nope. None of those are profitable anymore. Private VPNs. Pretty certain no one else is mining XPM with them.
superfluouso
Full Member
***
Offline Offline

Activity: 201
Merit: 100


View Profile
July 18, 2013, 05:45:49 AM
 #675

Nope. None of those are profitable anymore. Private VPNs. Pretty certain no one else is mining XPM with them.

uhhh...what? shed more light?
n4ru
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250



View Profile
July 18, 2013, 05:48:58 AM
 #676

WOW, already getting flooded with PMs.

Take off your tinfoil hats people. I'm NOT GPU mining. I'm simply running a lot of high power private servers.
paulthetafy
Hero Member
*****
Offline Offline

Activity: 820
Merit: 1000


View Profile
July 18, 2013, 05:50:46 AM
 #677

WOW, already getting flooded with PMs.

Take off your tinfoil hats people. I'm NOT GPU mining. I'm simply running a lot of high power private servers.
then maybe stop broadcasting it just to brag
n4ru
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250



View Profile
July 18, 2013, 05:51:16 AM
 #678

WOW, already getting flooded with PMs.

Take off your tinfoil hats people. I'm NOT GPU mining. I'm simply running a lot of high power private servers.
then maybe stop broadcasting it just to brag
I don't mind answering questions/getting flames/etc, but apparently everyone thinks I'm beating out people because of a GPU miner.
superfluouso
Full Member
***
Offline Offline

Activity: 201
Merit: 100


View Profile
July 18, 2013, 05:57:26 AM
 #679

WOW, already getting flooded with PMs.

Take off your tinfoil hats people. I'm NOT GPU mining. I'm simply running a lot of high power private servers.
then maybe stop broadcasting it just to brag
I don't mind answering questions/getting flames/etc, but apparently everyone thinks I'm beating out people because of a GPU miner.
Would have been beneficial to you and the board if you were just more explicit.  So you have 1 vpn? 2? and on each of these what type of servers? how many? how many cores in each?  

Edit:  Also you imply VPS's are no longer profitable, when it appears you could simply duplicate what you're doing w/ vps so I'm not clear how its not equally profitable, unless you're using someone else's server in a datacenter whose resources are paid by someone else.
n4ru
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250



View Profile
July 18, 2013, 06:01:51 AM
 #680

WOW, already getting flooded with PMs.

Take off your tinfoil hats people. I'm NOT GPU mining. I'm simply running a lot of high power private servers.
then maybe stop broadcasting it just to brag
I don't mind answering questions/getting flames/etc, but apparently everyone thinks I'm beating out people because of a GPU miner.
Would have been beneficial to you and the board if you were just more explicit.  So you have 1 vpn? 2? and on each of these what type of servers? how many? how many cores in each?  

Edit:  Also you imply VPS's are no longer profitable, when it appears you could simply duplicate what you're doing w/ vps so I'm not clear how its not equally profitable, unless you're using someone else's server in a datacenter whose resources are paid by someone else.
Amazon/DO is no longer profitable. Private companies/datacenters is something different. I am paying for the services.
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 ... 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!