Skip to content

Commit

Permalink
Raise version, new Checkpoints.
Browse files Browse the repository at this point in the history
  • Loading branch information
tecnovert committed Jun 3, 2019
1 parent fe5a605 commit 5280972
Show file tree
Hide file tree
Showing 12 changed files with 57 additions and 56 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 0)
define(_CLIENT_VERSION_MINOR, 18)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_PARTICL, 7)
define(_CLIENT_VERSION_PARTICL, 8)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_RC, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-linux.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "particl-linux-0.18.0.7"
name: "particl-linux-0.18.0.8"
enable_cache: true
sudo: true
suites:
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-osx.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "particl-osx-0.18.0.7"
name: "particl-osx-0.18.0.8"
enable_cache: true
suites:
- "bionic"
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-win.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "particl-win-0.18.0.7"
name: "particl-win-0.18.0.8"
enable_cache: true
sudo: true
suites:
Expand Down
31 changes: 15 additions & 16 deletions doc/README.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
Bitcoin Core
Particl Core

Setup
---------------------
Bitcoin Core is the original Bitcoin client and it builds the backbone of the network. It downloads and, by default, stores the entire history of Bitcoin transactions, which requires a few hundred gigabytes of disk space. Depending on the speed of your computer and network connection, the synchronization process can take anywhere from a few hours to a day or more.
Particl Core is the original Particl client and it builds the backbone of the network. It downloads and, by default, stores the entire history of Particl transactions, which requires a few gigabytes of disk space. Depending on the speed of your computer and network connection, the synchronization process can take anywhere from a few hours to a day or more.

To download Bitcoin Core, visit [bitcoincore.org](https://bitcoincore.org/en/download/).
To download Particl Core, visit [particl.io](https://particl.io/downloads/).

Running
---------------------
The following are some helpful notes on how to run Bitcoin Core on your native platform.
The following are some helpful notes on how to run Particl Core on your native platform.

### Unix

Unpack the files into a directory and run:

- `bin/bitcoin-qt` (GUI) or
- `bin/bitcoind` (headless)
- `bin/particl-qt` (GUI) or
- `bin/particld` (headless)

### Windows

Unpack the files into a directory, and then run bitcoin-qt.exe.
Unpack the files into a directory, and then run particl-qt.exe.

### macOS

Drag Bitcoin Core to your applications folder, and then run Bitcoin Core.
Drag Particl Core to your applications folder, and then run Particl Core.

### Need Help?

* See the documentation at the [Bitcoin Wiki](https://en.bitcoin.it/wiki/Main_Page)
* See the documentation at the [Particl Wiki](https://particl.wiki/start)
for help and more information.
* Ask for help on [#bitcoin](http://webchat.freenode.net?channels=bitcoin) on Freenode. If you don't have an IRC client, use [webchat here](http://webchat.freenode.net?channels=bitcoin).
* Ask for help on the [BitcoinTalk](https://bitcointalk.org/) forums, in the [Technical Support board](https://bitcointalk.org/index.php?board=4.0).
* Ask for help on [#particl](https://riot.im/app/#/room/#particl:matrix.org) on Riot.
* Ask for help on [Discord](https://discord.me/particl).

Building
---------------------
The following are developer notes on how to build Bitcoin Core on your native platform. They are not complete guides, but include notes on the necessary libraries, compile flags, etc.
The following are developer notes on how to build Particl Core on your native platform. They are not complete guides, but include notes on the necessary libraries, compile flags, etc.

- [Dependencies](dependencies.md)
- [macOS Build Notes](build-osx.md)
Expand All @@ -47,7 +47,7 @@ The following are developer notes on how to build Bitcoin Core on your native pl

Development
---------------------
The Bitcoin repo's [root README](/README.md) contains relevant information on the development process and automated testing.
The Particl repo's [root README](/README.md) contains relevant information on the development process and automated testing.

- [Developer Notes](developer-notes.md)
- [Productivity Notes](productivity.md)
Expand All @@ -65,9 +65,8 @@ The Bitcoin repo's [root README](/README.md) contains relevant information on th
- [Benchmarking](benchmarking.md)

### Resources
* Discuss on the [BitcoinTalk](https://bitcointalk.org/) forums, in the [Development & Technical Discussion board](https://bitcointalk.org/index.php?board=6.0).
* Discuss project-specific development on #bitcoin-core-dev on Freenode. If you don't have an IRC client, use [webchat here](http://webchat.freenode.net/?channels=bitcoin-core-dev).
* Discuss general Bitcoin development on #bitcoin-dev on Freenode. If you don't have an IRC client, use [webchat here](http://webchat.freenode.net/?channels=bitcoin-dev).
* Discuss on [BitcoinTalk](https://bitcointalk.org/index.php?topic=1835782.0) forums.
* Discuss project-specific development on [#particl](https://riot.im/app/#/room/#particl-dev:matrix.org) on Riot.

### Miscellaneous
- [Assets Attribution](assets-attribution.md)
Expand Down
21 changes: 11 additions & 10 deletions doc/README_windows.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
Bitcoin Core
Particl Core

Intro
-----
Bitcoin is a free open source peer-to-peer electronic cash system that is
completely decentralized, without the need for a central server or trusted
parties. Users hold the crypto keys to their own money and transact directly
with each other, with the help of a P2P network to check for double-spending.
Particl is an open source, decentralized privacy platform
built for global person to person eCommerce.

For more information, as well as an immediately useable, binary version of
the Particl Core software, see https://particl.io.


Setup
-----
Unpack the files into a directory and run bitcoin-qt.exe.
Unpack the files into a directory and run particl-qt.exe.

Bitcoin Core is the original Bitcoin client and it builds the backbone of the network.
However, it downloads and stores the entire history of Bitcoin transactions;
Particl Core is the original Particl client and it builds the backbone of the network.
However, it downloads and stores the entire history of Particl transactions;
depending on the speed of your computer and network connection, the synchronization
process can take anywhere from a few hours to a day or more.

See the bitcoin wiki at:
https://en.bitcoin.it/wiki/Main_Page
See the particl wiki at:
https://particl.wiki/
for more help and information.
6 changes: 3 additions & 3 deletions doc/man/particl-cli.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8.
.TH PARTICL-CLI "1" "March 2019" "particl-cli v0.18.0.7.0" "User Commands"
.TH PARTICL-CLI "1" "March 2019" "particl-cli v0.18.0.8.0" "User Commands"
.SH NAME
particl-cli \- manual page for particl-cli v0.18.0.7.0
particl-cli \- manual page for particl-cli v0.18.0.8.0
.SH SYNOPSIS
.B particl-cli
[\fI\,options\/\fR] \fI\,<command> \/\fR[\fI\,params\/\fR] \fI\,Send command to Particl Core\/\fR
Expand All @@ -15,7 +15,7 @@ particl-cli \- manual page for particl-cli v0.18.0.7.0
.B particl-cli
[\fI\,options\/\fR] \fI\,help <command> Get help for a command\/\fR
.SH DESCRIPTION
Particl Core RPC client version v0.18.0.7.0\-dirty
Particl Core RPC client version v0.18.0.8.0\-dirty
.SH OPTIONS
.HP
\-?
Expand Down
6 changes: 3 additions & 3 deletions doc/man/particl-qt.1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8.
.TH PARTICL-QT "1" "March 2019" "particl-qt v0.18.0.7.0" "User Commands"
.TH PARTICL-QT "1" "March 2019" "particl-qt v0.18.0.8.0" "User Commands"
.SH NAME
particl-qt \- manual page for particl-qt v0.18.0.7.0
particl-qt \- manual page for particl-qt v0.18.0.8.0
.SH SYNOPSIS
.B particl-qt
[\fI\,command-line options\/\fR]
.SH DESCRIPTION
Particl Core version v0.18.0.7.0\-dirty (64\-bit)
Particl Core version v0.18.0.8.0\-dirty (64\-bit)
.SH OPTIONS
.HP
\-?
Expand Down
6 changes: 3 additions & 3 deletions doc/man/particl-tx.1
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8.
.TH PARTICL-TX "1" "March 2019" "particl-tx v0.18.0.7.0" "User Commands"
.TH PARTICL-TX "1" "March 2019" "particl-tx v0.18.0.8.0" "User Commands"
.SH NAME
particl-tx \- manual page for particl-tx v0.18.0.7.0
particl-tx \- manual page for particl-tx v0.18.0.8.0
.SH SYNOPSIS
.B particl-tx
[\fI\,options\/\fR] \fI\,<hex-tx> \/\fR[\fI\,commands\/\fR] \fI\,Update hex-encoded bitcoin transaction\/\fR
.br
.B particl-tx
[\fI\,options\/\fR] \fI\,-create \/\fR[\fI\,commands\/\fR] \fI\,Create hex-encoded bitcoin transaction\/\fR
.SH DESCRIPTION
Particl Core particl\-tx utility version v0.18.0.7.0\-dirty
Particl Core particl\-tx utility version v0.18.0.8.0\-dirty
.SH OPTIONS
.HP
\-?
Expand Down
6 changes: 3 additions & 3 deletions doc/man/particl-wallet.1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8.
.TH PARTICL-WALLET "1" "March 2019" "particl-wallet v0.18.0.7.0" "User Commands"
.TH PARTICL-WALLET "1" "March 2019" "particl-wallet v0.18.0.8.0" "User Commands"
.SH NAME
particl-wallet \- manual page for particl-wallet v0.18.0.7.0
particl-wallet \- manual page for particl-wallet v0.18.0.8.0
.SH DESCRIPTION
Particl Core particl\-wallet version v0.18.0.7.0\-dirty
Particl Core particl\-wallet version v0.18.0.8.0\-dirty
.PP
wallet\-tool is an offline tool for creating and interacting with Particl Core wallet files.
By default wallet\-tool will act on wallets in the default mainnet wallet directory in the datadir.
Expand Down
6 changes: 3 additions & 3 deletions doc/man/particld.1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8.
.TH PARTICLD "1" "March 2019" "particld v0.18.0.7.0" "User Commands"
.TH PARTICLD "1" "March 2019" "particld v0.18.0.8.0" "User Commands"
.SH NAME
particld \- manual page for particld v0.18.0.7.0
particld \- manual page for particld v0.18.0.8.0
.SH SYNOPSIS
.B particld
[\fI\,options\/\fR] \fI\,Start Particl Core Daemon\/\fR
.SH DESCRIPTION
Particl Core Daemon version v0.18.0.7.0\-dirty
Particl Core Daemon version v0.18.0.8.0\-dirty
.SH OPTIONS
.HP
\-?
Expand Down
23 changes: 12 additions & 11 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -464,10 +464,10 @@ class CMainParams : public CChainParams {
consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT].nTimeout = 1510704000; // November 15th, 2017.

// The best chain should have at least this much work.
consensus.nMinimumChainWork = uint256S("0x0000000000000000000000000000000000000000000000544d9194077c2e14d8");
consensus.nMinimumChainWork = uint256S("0x000000000000000000000000000000000000000000000057f63fa31c71fd433f");

// By default assume that the signatures in ancestors of this block are valid.
consensus.defaultAssumeValid = uint256S("0x1e2ae3edb2fa5b398c2f719d2bbb44b3089fb96170b6676c0c963f12bceba489"); // 443228
consensus.defaultAssumeValid = uint256S("0x21e62a832721013d7f6f0930d51eaa8d76fa55ba540ec9f7ce639963be5b1c94"); // 460310

consensus.nMinRCTOutputDepth = 12;

Expand Down Expand Up @@ -568,13 +568,14 @@ class CMainParams : public CChainParams {
{ 376100, uint256S("0xff704cb42547da4efb2b32054c72c7682b7634ac34fda4ec88fe7badc666338c")},
{ 421718, uint256S("0xd22f8acde6c5aed109087eb2799620c560a78e573fa587a1660aef854069d75d")},
{ 443228, uint256S("0x1e2ae3edb2fa5b398c2f719d2bbb44b3089fb96170b6676c0c963f12bceba489")},
{ 460310, uint256S("0x21e62a832721013d7f6f0930d51eaa8d76fa55ba540ec9f7ce639963be5b1c94")},
}
};

chainTxData = ChainTxData {
// Data from rpc: getchaintxstats 4096 1e2ae3edb2fa5b398c2f719d2bbb44b3089fb96170b6676c0c963f12bceba489
/* nTime */ 1557394608,
/* nTxCount */ 491240,
// Data from rpc: getchaintxstats 4096 21e62a832721013d7f6f0930d51eaa8d76fa55ba540ec9f7ce639963be5b1c94
/* nTime */ 1559595120,
/* nTxCount */ 510981,
/* dTxRate */ 0.008
};

Expand Down Expand Up @@ -651,10 +652,10 @@ class CTestNetParams : public CChainParams {
consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT].nTimeout = 1493596800; // May 1st 2017

// The best chain should have at least this much work.
consensus.nMinimumChainWork = uint256S("0x000000000000000000000000000000000000000000000004e2abd3aa581ae4d2");
consensus.nMinimumChainWork = uint256S("0x0000000000000000000000000000000000000000000000052d7ac846115e40be");

// By default assume that the signatures in ancestors of this block are valid.
consensus.defaultAssumeValid = uint256S("0xa3aeeacabda53c6d29252f1745496ec1654597e02969d1c6ba7cb53678a46218"); // 397480
consensus.defaultAssumeValid = uint256S("0x088c8e6110e8fbfc393b6f2d7518da70e3f4337807c13d3e26545566e3aea675"); // 414518

consensus.nMinRCTOutputDepth = 12;

Expand Down Expand Up @@ -733,14 +734,14 @@ class CTestNetParams : public CChainParams {
{259290, uint256S("0x58267bdf935a2e0716cb910d055b8cdaa019089a5f71c3db90765dc7101dc5dc")},
{312860, uint256S("0xaba2e3b2dcf1970b53b67c869325c5eefd3a107e62518fa4640ddcfadf88760d")},
{375987, uint256S("0x96bb6bb7085d0fdb85757069af7b1513c6a86b476ba531a67af6e9dd21385255")},
{397480, uint256S("0xa3aeeacabda53c6d29252f1745496ec1654597e02969d1c6ba7cb53678a46218")},
{414518, uint256S("0x088c8e6110e8fbfc393b6f2d7518da70e3f4337807c13d3e26545566e3aea675")},
}
};

chainTxData = ChainTxData{
// Data from rpc: getchaintxstats 4096 a3aeeacabda53c6d29252f1745496ec1654597e02969d1c6ba7cb53678a46218
/* nTime */ 1557394688,
/* nTxCount */ 430042,
// Data from rpc: getchaintxstats 4096 088c8e6110e8fbfc393b6f2d7518da70e3f4337807c13d3e26545566e3aea675
/* nTime */ 1559593904,
/* nTxCount */ 448109,
/* dTxRate */ 0.007
};

Expand Down

0 comments on commit 5280972

Please sign in to comment.