Bitcoin Forum
April 26, 2024, 04:24:12 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: (Experimental) pident — a pool-biased blockchain representation  (Read 5427 times)
leveer
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
September 09, 2011, 12:59:48 AM
 #21

Completely down now???
Each block is still being scored, just no verified owners...
1714105452
Hero Member
*
Offline Offline

Posts: 1714105452

View Profile Personal Message (Offline)

Ignore
1714105452
Reply with quote  #2

1714105452
Report to moderator
1714105452
Hero Member
*
Offline Offline

Posts: 1714105452

View Profile Personal Message (Offline)

Ignore
1714105452
Reply with quote  #2

1714105452
Report to moderator
1714105452
Hero Member
*
Offline Offline

Posts: 1714105452

View Profile Personal Message (Offline)

Ignore
1714105452
Reply with quote  #2

1714105452
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Artefact2 (OP)
Full Member
***
Offline Offline

Activity: 123
Merit: 100


View Profile WWW
September 09, 2011, 02:43:36 PM
 #22

Hello everyone. Sorry, I moved out and I only got my internet connection back right now… I'm still quite content to see it worked fine except for the "pools not showing" problem.

It should be fixed now. Email me or reply if you have more issues Smiley

A pool-biased blockchain representation, by me: pident (WTFPL)
bz
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
October 01, 2011, 09:05:37 PM
 #23

Seems stuck. It is not showing any updates since:

12 hours and 13 minutes ago    147,603   00000000000001b77b706b389df3ddfa9f161b66402092abc941e4dcd3f61cbc    4532 bytes    DeepBit    Scores
wknight
Legendary
*
Offline Offline

Activity: 889
Merit: 1000


Bitcoin calls me an Orphan


View Profile WWW
October 01, 2011, 10:03:14 PM
 #24

Ok who broke the server!

Mining Both Bitcoin and Litecoin.
Artefact2 (OP)
Full Member
***
Offline Offline

Activity: 123
Merit: 100


View Profile WWW
October 03, 2011, 06:15:24 PM
 #25

Ok who broke the server!

Turns out I did. The patched "getblockbycount" branch does not compile with the newer miniupnpc versions, so I'm basically stuck here. If anyone can fix it, it's cool. Since I didn't get any feedback about pident in the last few weeks, I thought nobody was really using it anyway…

(And, of course, merging the old getblockbyhash branch in the new tree fails. And I'm not that great with C++.)

A pool-biased blockchain representation, by me: pident (WTFPL)
Litt
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
October 03, 2011, 06:32:41 PM
 #26

so it is down for good?  
Artefact2 (OP)
Full Member
***
Offline Offline

Activity: 123
Merit: 100


View Profile WWW
October 03, 2011, 07:41:49 PM
 #27

so it is down for good?  

Until someone can manage to get a working bitcoind with the getblockbycount patch, pretty much. Good news is, you can still toy with it, the source is still out there!

A pool-biased blockchain representation, by me: pident (WTFPL)
Luke-Jr
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
October 30, 2011, 01:10:42 PM
 #28

Didn't see this till today... do you still want that fixed patch, or have you abandoned pident entirely in the meantime?

Artefact2 (OP)
Full Member
***
Offline Offline

Activity: 123
Merit: 100


View Profile WWW
October 30, 2011, 01:15:12 PM
 #29

Didn't see this till today... do you still want that fixed patch, or have you abandoned pident entirely in the meantime?

Well, I don't think I will run a pident instance here on the foreseeable future, although it would be nice to actually have it in a runnable state, if anyone else wants to host it Smiley

A pool-biased blockchain representation, by me: pident (WTFPL)
Raoul Duke
aka psy
Legendary
*
Offline Offline

Activity: 1358
Merit: 1002



View Profile
October 30, 2011, 02:01:37 PM
 #30

I wouldn't mind hosting it. Have an empty VPS I could use for it. But fixing it is out of my capacity as I'm not a programmer ;P

What would be the minimum requirements for the server?
Aexoden
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
October 31, 2011, 12:01:23 AM
 #31

I've been running my local bitcoind with the getblockbycount patch just fine. The patch has to be somewhat manually applied because there are conflicts since the last time that branch was rebased or merged. Someone should either update that branch or put an updated version somewhere else. Or even better, get the patch merged into bitcoin.

psy: In what experience I had, the biggest barrier is doing the initial load of the blockchain. It was fairly I/O intensive and wrought havoc with my VPS. I eventually had to give up (as it would have taken several days to finish), and run it instead on my local machine. However, the particular host machine my VPS is on has had a history of high I/O load from other users, so it's possible it might work better elsewhere.
Artefact2 (OP)
Full Member
***
Offline Offline

Activity: 123
Merit: 100


View Profile WWW
October 31, 2011, 08:28:27 AM
 #32

psy: In what experience I had, the biggest barrier is doing the initial load of the blockchain. It was fairly I/O intensive and wrought havoc with my VPS. I eventually had to give up (as it would have taken several days to finish), and run it instead on my local machine. However, the particular host machine my VPS is on has had a history of high I/O load from other users, so it's possible it might work better elsewhere.

Yeah, it took several hours for me too, the first time. It was really frustrating actually when debugging it, when the integrity breaks near the end and you have to restart everything just to debug it! Grin

But, if you can manage to get a somewhat recent dump of the db, inserting the new missing blocks is faster. The latest backup I have is from late august and is about 420M.

A pool-biased blockchain representation, by me: pident (WTFPL)
Raoul Duke
aka psy
Legendary
*
Offline Offline

Activity: 1358
Merit: 1002



View Profile
October 31, 2011, 03:25:56 PM
 #33

The first 120k blocks are on sourceforge, zipped and ready to download
Dusty
Hero Member
*****
Offline Offline

Activity: 731
Merit: 503


Libertas a calumnia


View Profile WWW
December 26, 2011, 08:56:57 PM
 #34

Great, work, thanks!

Articoli bitcoin: Il portico dipinto
Pages: « 1 [2]  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!