Giter VIP home page Giter VIP logo

partyman's Introduction

partyman

Particl wallet/daemon management utilities - version 0.11

  • This script installs, updates, and manages single-user particl daemons and wallets
  • This script provides the ability to create a new wallet and manage staking node (cold staking functionality)

Install/Usage

To install partyman do:

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

To get the current status of particld, do:

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

To update to the latest version of particl, do:

partyman/partyman update

To overwrite an existing particl install, do:

partyman/partyman reinstall

To restart (or start) particld, do:

partyman/partyman restart

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

partyman/partyman stakingnode init

To create a new public key on this staking node, do:

partyman/partyman stakingnode new

To get a list of public keys on this staking node, do:

partyman/partyman stakingnode

To get staking stats for this staking node, do:

partyman/partyman stakingnode stats

To configure the reward address for this staking node, do:

partyman/partyman stakingnode rewardaddress

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

To disable the firewall/ufw and reset the rules, do:

partyman/partyman firewall reset

Commands

install

"partyman install" downloads and initializes a fresh particl install into ~/.particl unless already present

reinstall

"partyman reinstall" downloads and overwrites existing particl executables, even if already present

restart

"partyman restart [now]" restarts (or starts) particld. Searches for particl-cli/particld the current directory, ~/.particl, and $PATH. It will prompt to restart if not given the optional 'now' argument.

status

"partyman status" interrogates the locally running particld and displays its status

Dependencies

  • bash version 4
  • nc (netcat)
  • curl
  • perl
  • pv
  • python
  • unzip
  • jq
  • particld, particl-cli
  • dnsutils

partyman's People

Contributors

dasource avatar tecnovert avatar spazzymoto avatar rynomster avatar drdbanner avatar cryptoguard avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.