Skip to content

Commit

Permalink
0.9.26
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelfreitas committed Sep 27, 2014
1 parent 6a15c24 commit 8a89202
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/checkpoints.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,12 @@ namespace Checkpoints
( 20200, uint256("0x31f84d32e843baa1fd73b0013466c206ad8a783aaaeab61219bcea2475e1d05d"))
( 20988, uint256("0x8e022eb85240176a82bac5e9ba5ad7bd05cb43f2073e08c462b1ba1ac012ba42"))
( 24500, uint256("0x04a001c98e63b2c1bf3c24d6459f7de2cdfeb37d6cb960e95d9e2b1792748490"))
( 55450, uint256("0x5af4c59d0b14183375dc003df956f666e0b20c73e5879f918f5e8fff179e2563"))
;
static const CCheckpointData data = {
&mapCheckpoints,
1392389593, // * UNIX timestamp of last checkpoint block
65982, // * total number of transactions between genesis and last checkpoint
1411819091, // * UNIX timestamp of last checkpoint block
114846, // * total number of transactions between genesis and last checkpoint
// (the tx=... number in the SetBestChain debug.log lines)
144.0 // * estimated number of transactions per day after checkpoint
};
Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// These need to be macros, as version.cpp's and bitcoin-qt.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 0
#define CLIENT_VERSION_MINOR 9
#define CLIENT_VERSION_REVISION 25
#define CLIENT_VERSION_REVISION 26
#define CLIENT_VERSION_BUILD 0

// Set to true for release, false for prerelease or test build
Expand Down

5 comments on commit 8a89202

@iShift
Copy link
Contributor

@iShift iShift commented on 8a89202 Sep 29, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After last commits twister daemon die after 3-5 sec on OS X

@dryabov
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@iShift Is it die or crash? What about debug.log, does it contain an assert message?

@iShift
Copy link
Contributor

@iShift iShift commented on 8a89202 Sep 29, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

die, in logs:

Twister version v0.9.26.0-unk-beta (Sep 29 2014, 11:03:51)
Using OpenSSL version OpenSSL 1.0.1i 6 Aug 2014
Startup time: 2014-09-29 12:44:01
Default data directory /Users/Shift/Library/Application Support/Twister
Using data directory /Users/Shift/Library/Application Support/Twister
Using at most 125 connections (625 file descriptors available)
init message: Verifying wallet...
dbenv.open LogDir=/Users/Shift/Library/Application Support/Twister/database ErrorFile=/Users/Shift/Library/Application Support/Twister/db.log
Bound to 0.0.0.0:28333
scrypt: using scrypt-sse2 as built.
init message: Loading block index...
Opening LevelDB in /Users/Shift/Library/Application Support/Twister/blocks/index

@miguelfreitas
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@iShift we need a backtrace to understand the problem. May you run twisterd inside gdb?

@iShift
Copy link
Contributor

@iShift iShift commented on 8a89202 Sep 30, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

my fault, make clean helped me

Please sign in to comment.