Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,33 @@ Particl wallet/daemon management utilities - version 0.11

To install partyman do:

sudo apt-get install python git unzip pv jq dnsutils netcat-openbsd net-tools
sudo apt-get install curl python git unzip pv jq dnsutils netcat-openbsd net-tools
cd ~ && git clone https://github.com/dasource/partyman

*Note: If python is not available on your Linux distribution substitute python with python3 instead.*

To get the current status of particld, do:

partyman/partyman status

*Note: If you want a status monitor run "watch -n 60 -c partyman/partyman status"*

To get the RPC command `getinfo` and `getwalletinfo` from particld, do:

partyman/partyman getinfo



To perform a new install of particl, do:

partyman/partyman install

*Note: You can install pre-releases with `partyman/partyman install -prer`*

To update to the latest version of particl, do:

partyman/partyman update

*Note: You can update to pre-releases with `partyman/partyman update -prer`*

To overwrite an existing particl install, do:

partyman/partyman reinstall
Expand All @@ -38,8 +44,6 @@ To restart (or start) particld, do:

partyman/partyman restart



To create a new wallet on this staking node, do:

partyman/partyman stakingnode init
Expand All @@ -64,8 +68,6 @@ To configure the smsg fee rate target for this staking node, do:

partyman/partyman stakingnode smsgfeeratetarget



To install an create firewall/ufw rules to restrict access to only PORTS 22, 8080, 51738 and 51938, do:

partyman/partyman firewall
Expand All @@ -74,8 +76,6 @@ To disable the firewall/ufw and reset the rules, do:

partyman/partyman firewall reset



# Commands

## install
Expand Down