Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Pierre Kim
manateecoin
Commits
5f8671a8
Commit
5f8671a8
authored
Oct 03, 2017
by
Pierre Kim
Browse files
add first checkpoint
parent
157a3fe3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CryptoNoteConfig.h
View file @
5f8671a8
...
...
@@ -21,7 +21,7 @@ const uint64_t CRYPTONOTE_BLOCK_FUTURE_TIME_LIMIT = 60 * 60 * 2;
const
size_t
BLOCKCHAIN_TIMESTAMP_CHECK_WINDOW
=
60
;
const
uint64_t
MONEY_SUPPLY
=
UINT64_C
(
100000000
00000000
);
const
uint64_t
MONEY_SUPPLY
=
UINT64_C
(
100000000
);
const
unsigned
EMISSION_SPEED_FACTOR
=
22
;
static_assert
(
EMISSION_SPEED_FACTOR
<=
8
*
sizeof
(
uint64_t
),
"Bad EMISSION_SPEED_FACTOR"
);
...
...
@@ -118,7 +118,7 @@ __attribute__((unused))
// {<block height>, "<block hash>"}
const
std
::
initializer_list
<
CheckpointData
>
CHECKPOINTS
=
{
//{ 10000, "84b6345731e2702cdaadc6ce5e5238c4ca5ecf48e3447136b2ed829b8a95f3ad
" }
,
{
24552
,
"a5fced9c59f3f3192fc5460845aa5ef89de9e9704a98fb5c692e23e9315d5048
"
}
};
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment