Skip to content

Commit

Permalink
updated to 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drwatson84 committed Nov 5, 2018
1 parent 934cf03 commit 8dbcffa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pakcoin Core integration/staging tree

[![Build Status](https://travis-ci.org/pakcoin-project/pakcoin.svg?branch=master)](https://travis-ci.org/pakcoin-project/pakcoin)

https://pakcoin.io
https://pakcoin.org

What is Pakcoin?
----------------
Expand All @@ -15,7 +15,7 @@ out collectively by the network. Pakcoin Core is the name of open source
software which enables the use of this currency.

For more information, as well as an immediately useable, binary version of
the Pakcoin Core software, see [https://pakcoin.io](https://pakcoin.io).
the Pakcoin Core software, see [https://pakcoin.org](https://pakcoin.org).

License
-------
Expand All @@ -32,6 +32,11 @@ regularly to indicate new official, stable release versions of Pakcoin Core.

The contribution workflow is described in [CONTRIBUTING.md](CONTRIBUTING.md).

The developer [mailing list](https://groups.google.com/forum/#!forum/pakcoin-dev)
should be used to discuss complicated or controversial changes before working
on a patch set.

Developer IRC can be found on Freenode at #pakcoin-dev.

Testing
-------
Expand Down
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class CMainParams : public CChainParams {
consensus.fPowNoRetargeting = false;
consensus.nRuleChangeActivationThreshold = 6048; // 75% of 8064
consensus.nMinerConfirmationWindow = 8064; // nPowTargetTimespan / nPowTargetSpacing * 4
consensus.nMidasstartheight = 929828;
consensus.nMidasstartheight = 950000;
consensus.vDeployments[Consensus::DEPLOYMENT_TESTDUMMY].bit = 28;
consensus.vDeployments[Consensus::DEPLOYMENT_TESTDUMMY].nStartTime = 1199145601; // January 1, 2008
consensus.vDeployments[Consensus::DEPLOYMENT_TESTDUMMY].nTimeout = 1230767999; // December 31, 2008
Expand Down

0 comments on commit 8dbcffa

Please sign in to comment.