Staking Guide

Simply by keeping an open connection to the Particl Blockchain, you automatically earn a yearly staking interest rate of at least 4% on the total number of PART coins you hold in your public balance.

Staking also grants you the ability to vote on various community proposals, using your staking power as voting power.



Enabling staking is typically straightforward, though some staking solutions on Particl may necessitate additional setup effort. This guide aims to simplify the process of activating any of these solutions.

Note

Prerequisites

  • A Particl Desktop wallet with at least 1 PART.

  • PART coins in your Public balance.

  • An uninterrupted internet connection.

  • For cold staking, a secondary device to serve as a staking node.

Staking your PART coins can be achieved through various methods, each with its own set of advantages, disadvantages, and activation procedures.

Enable Staking

Regular staking

The quickest way to start staking is through the regular method. This simply involves opening the Particl Desktop client and enabling the “unlock your wallet for staking only” option. Note that regular staking necessitates your computer to remain open and online at all times.

Non-password protected client

  1. Open your Particl Desktop client and ensure that your Public balance contains PART coins.

That’s all! As long as your node remains connected to the internet, staking will stay active.

Password protected client

  1. Open your Particl Desktop client and ensure that your Public balance contains PART coins.

  2. Click the Padlock icon in the top right corner.

  3. Select the downward arrow next to Additional unlock options in the overlay.

  4. Select the Unlock for staking only option.

  5. Input your password and click Unlock wallet.

That’s all! As long as your node remains connected to the internet and unlocked, staking will stay active.

Cold staking

Cold staking, a more secure and flexible option, involves using a dedicated device that contains no coin, but can stake using delegated staking weight. This could be a hardware device, like a Raspberry Pi <https://www.raspberrypi.org/help/what-%20is-a-raspberry-pi/>, a VPS/cloud server <https://en.wikipedia.org/wiki/Virtual_private_server> (e.g., DigitalOcean, AWS, Google Cloud), or any sort of internet-connected device.

On your staking device…

Select a device for staking, such as a Raspberry Pi <https://www.raspberrypi.org/help/what-%20is-a-raspberry-pi/>, and install a Linux distribution (e.g., Raspbian <https://www.raspberrypi.org/downloads/>).

  1. Install Linux on your staking node.

  2. Install the required dependencies and download the Particl cold staking app (Partyman).

sudo apt-get install python git unzip pv jq dnsutils netcat-openbsd curl net-tools
cd ~ && git clone https://github.com/dasource/partyman
  1. Install or update Particl Core on your staking device.

partyman/partyman install
# Or, if updating,
partyman/partyman update
  1. Restart Partyman to apply changes.

partyman/partyman restart now
  1. Initialize a new Particl wallet on your staking node.

partyman/partyman stakingnode init
  1. Generate a new staking public key to link your PART coins to the staking node.

partyman/partyman stakingnode new

Copy this staking public key, it will be needed in subsequent steps.

On Particl Desktop…

  1. Ensure that your Public balance contains PART coins.

  2. Within Particl Desktop’s Wallet module, navigate to the Overview.

  3. Access the Cold staking widget and click the Set up cold staking button to input your staking public key, then enable cold staking.

  4. To immediately activate cold staking in full, use the Zap button to fast-track the progress to 100%.

Cold staking configurations

Adjust cold staking settings on your staking node with these commands.

# View staking statistics.
partyman/partyman stakingnode stats

# Redirect staking rewards to a PART address of your choosing.
partyman/partyman stakingnode rewardaddress

# Set marketplace fee preferences (more about this setting `here <https://particl.news/adjusting-listing-fees-4b676e230601>`_).
partyman/partyman stakingnode smsgfeeratetarget

# Implement firewall rules (required for port access).
partyman/partyman firewall

Connect to a staking pool

Another way to stake your PART coins is to combine your staking power with other stakers. This approach allows for more frequent, albeit smaller, staking rewards. To participate, link your Particl wallet to a staking pool.

Pool Name

URL/IP

Pool Fees

ColdStakingPool

https://coldstakingpool.com/

2.5%

Crymel’s Pool

https://particl.crymel.icu/

2.50%

Particl Page

http://161.35.82.61:900/

2.5%

CoinRollin

https://coinroll.in/

1%

  1. Select a staking pool from the list above, visit its website, and copy the pool’s staking address (e.g., pcs1vzuadmp42slqapdm8eevm6g8ntm3hlvgptmyjy).

  2. Ensure that your Public balance contains PART coins.

  3. Within Particl Desktop’s Wallet module, navigate to the Overview.

  4. Access the Cold staking widget and click the Set up cold staking button to input the pool’s staking public key in the designated area, then enable cold staking.

  5. To immediately activate cold staking in full, use the Zap button to fast-track the progress to 100%.

Mobile staking

Staking PART coins through a mobile wallet, such as Particl Copay, is also feasible. Staking via your phone is secure and involves delegating your coins’ staking power to a staking node.

  1. Setup a Cold staking node and copy its public key or the public key of a staking pool into your clipboard.

  2. Download and install the Particl Copay mobile app. Then, open it, create a new Particl wallet, and transfer PART coins to it.

  3. Once your coins are in the wallet, tap the Staking icon at the bottom right of the screen, and then tap the Setup Cold Staking green button.

  4. Input the staking public key in the provided field and assign a label to it.

  5. Tap the Enable Cold Staking green button, then tap the Zap button to complete the staking setup.

Adjust Staking Privacy

For those operating their own staking node, you can improve your staking privacy by leveraging PART’s various privacy protocols. By default, staking rewards are sent to your Public balance, making all staking rewards visible on the blockchain. Particl offers options to modify this for increased financial privacy.

  • Public balance: Rewards are transparent and public on the blockchain.

  • Blind balance: The amount of PART coins in each reward is confidential.

  • Anon balance: Both the number of PART coins and your deposit address remain completely anonymous, offering the highest level of staking privacy available on the Particl network.

  1. Access your staking node and install the Private Staking script.

    cd ~ && git clone https://github.com/GBen1/Private-Coldstaking.git
    
  2. Navigate to the script’s folder, launch it, and follow the setup instructions.
    cd ~/Private-Coldstaking && ./privatecoldstaking.sh
    
  3. Select your desired balance type for receiving staking rewards, and copy the new staking public key provided by the script.

  4. Confirm that the script is active and properly configured.

    ./update.sh
    
  5. In Particl Desktop, go to the Wallet module’s Overview page and input the public key in the cold staking widget. If cold staking is already enabled, you must disable it first.

To disable the script, use this command:

cd ~/Private-Colstaking && ./uninstall.sh

See also