Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
M
manateecoin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Pierre Kim
manateecoin
Commits
5f8671a8
Commit
5f8671a8
authored
Oct 03, 2017
by
Pierre Kim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add first checkpoint
parent
157a3fe3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/CryptoNoteConfig.h
src/CryptoNoteConfig.h
+2
-2
No files found.
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