Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1 from peercoin/master
Browse files Browse the repository at this point in the history
Updating
  • Loading branch information
captainbuckkets committed Jan 7, 2019
2 parents 21b81e9 + a024010 commit 6ff3937
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
9 changes: 4 additions & 5 deletions app/assets/docs/006-wallets.md
Expand Up @@ -48,18 +48,17 @@ On Linux, Mac OSX, and other Unix-like systems, this can be accomplished by runn

To install on Windows, you can find the download files here: https://peercoin.net/download. Once download is complete, extract the contents of the folder. Depending on if your system is x32 or x64 bits, choosing the relevant folder. Run the peercoin-win_setup.exe and you will be guided through the installation process. Once finishes, the client can be launched by running "peercoin-qt.exe" from the appropriate folder.

### Mac Installation

To install for MacOS, you can find the download files here: https://peercoin.net/download. Once the download is complete, extract the contents of the folder. Inside the extracted folder, double click the "Peercoin-Qt.dmg" file to open the client.

### Debian Installation

As of April 2018, Peercoin has official Debian repository hosted at `repo.peercoin.net`.
Repository is serving .deb packages for latest Debian stable, for amd64 and armhf hardware architectures.

Repository offers two packages, `peercoin-qt` which is official graphical client for the Peercoin network and `peercoind` which is a daemon client for the network.
In the future repository may host other Peercoin-related packages.

### Mac Installation

To install for MacOS, you can find the download files here: https://peercoin.net/download. Once the download is complete, extract the contents of the folder. Inside the extracted folder, double click the "Peercoin-Qt.dmg" file to open the client.

#### Adding the GPG key

`wget -O - https://repo.peercoin.net/peercoin.gpg.key | sudo apt-key add -`
Expand Down
2 changes: 1 addition & 1 deletion app/assets/docs/009-minting.md
@@ -1,6 +1,6 @@
# Proof-of-Stake

>Peercoin uses both the Proof-of-Work and Proof-of-Stake algorithms. The PoW algorithm is used to spread the distribution of new coins. Up to 99% of all peercoins is created with POW. Proof-of-Stake is used to secure the network: The chain with longest POS coin age wins in case of a blockchain split-up.
>Peercoin uses both the Proof-of-Work and Proof-of-Stake algorithms. The PoW algorithm is used to spread the distribution of new coins. Up to 99% of all Peercoins is created with PoW. Proof-of-Stake is used to secure the network: The chain with longest PoS coin age wins in case of a blockchain split-up.
`Minting`, as it is called in Peercoin to make a proof-of-stake block, is based on metrics of an unspent transaction.
If we take a look at the number one spot of the rich list, transaction c7293fc60c80bdcc374775d1f0734e0766465b905bae1a312fe487793be3b8f7 has among others the following characteristics:
Expand Down
15 changes: 8 additions & 7 deletions app/assets/docs/010-mining.md
@@ -1,13 +1,14 @@
# Mining

Since Peercoin is a fork of Bitcoin, is uses the same SHA-256 encryption and protocol for mining. This means anything that any hardware that can mine BTC can mine Peercoin as well. For the majority of people, joining a mining pool will bring the highest profit versus solo mining.
>Peercoin uses both the Proof-of-Work and Proof-of-Stake algorithms. The PoW algorithm is used to spread the distribution of new coins. Up to 99% of all peercoins is created with PoW. Proof-of-Stake is used to secure the network: The chain with longest PoS coin age wins in case of a blockchain split-up.
To mine Peercoin, you need a mining software. Below is a list that is not official endorsed but have been found to have a decent reputation.
Peercoin uses the hashcash double iterated SHA-256 algorithm for [Proof-of-Work mining](https://en.bitcoin.it/wiki/Proof_of_work). This means anything that any hardware that can mine Bitcoin can mine Peercoin as well.

-BFGMiner
-CGMiner
-EasyMiner
-GUIMiner
To mine Peercoin, you need a mining software. Below is a list that is not official endorsed but have been found to have a decent reputation.

* [BFGMiner](http://bfgminer.org/)
* [CGMiner](https://github.com/ckolivas/cgminer)
* [EasyMiner](https://easyminer.net/)

There are others, but this list can be used as a starting place. Each will request pool or solo information and should come with the related support.

Expand All @@ -17,6 +18,6 @@ If you want to calculate the profitability of mining Peercoin, you can use this

## Mining Confirmations

Once a block has been mined, 520 blocks must be passed for the mining to be confirmed. This is roughly 3.61 days of time.
Once a block has been mined, 520 blocks must be passed for the mining to be confirmed. This is roughly 3.61 days of time.

---

0 comments on commit 6ff3937

Please sign in to comment.