Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tom
crown-core
Commits
29e81619
Commit
29e81619
authored
9 years ago
by
debian
Browse files
Options
Download
Email Patches
Plain Diff
setting the start of merged mining to block# 453273
parent
8767d463
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/chainparams.cpp
+2
-4
src/chainparams.cpp
with
2 additions
and
4 deletions
+2
-4
src/chainparams.cpp
View file @
29e81619
...
...
@@ -38,8 +38,7 @@ public:
nRPCPort
=
9341
;
bnProofOfWorkLimit
=
CBigNum
(
~
uint256
(
0
)
>>
32
);
nSubsidyHalvingInterval
=
2100000
;
/* FIXME: Set actual hardfork height! */
nAuxpowStartHeight
=
1000000
;
nAuxpowStartHeight
=
453273
;
// Build the genesis block. Note that the output of the genesis coinbase cannot
// be spent as it did not originally exist in the database.
...
...
@@ -122,8 +121,7 @@ public:
vAlertPubKey
=
ParseHex
(
"04302390343f91cc401d56d68b123028bf52e5fca1939df127f63c6467cdf9c8e2c14b61104cf817d0b780da337893ecc4aaff1309e536162dabbdb45200ca2b0a"
);
nDefaultPort
=
19340
;
nRPCPort
=
19341
;
/* FIXME: Set actual hardfork height! */
nAuxpowStartHeight
=
1000000
;
nAuxpowStartHeight
=
453273
;
strDataDir
=
"testnet3"
;
// Modify the testnet genesis block so the timestamp is valid for a later start.
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help