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

Adding TWINS coin #161

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Update README.md
PIVX => TWINS
edwinux authored Jan 30, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 7ddaba0fccdecc571b867da960b80ab42fdf1b43
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -62,41 +62,41 @@ git clone https://github.com/NewCapital/vps.git && cd vps
Install & configure your desired master node with options:

```bash
./install.sh -p pivx
./install.sh -p twins
```

## Examples for typical script invocation

These are only a couple of examples for typical setups. Check my [easy step-by-step guide for [vultr](/docs/masternode_vps.md) that will guide you through the hardest parts.

**Install & configure 4 PIVX masternodes:**
**Install & configure 4 TWINS masternodes with IPv6 support:**

```bash
./install.sh -p pivx -c 4
./install.sh -p twins -c 4 -n 6
```

**Update daemon of previously installed PIVX masternodes:**
**Update daemon of previously installed TWINS masternodes:**

```bash
./install.sh -p pivx -u
./install.sh -p twins -u
```

**Install 6 PIVX masternodes with the git release tag "tags/v3.0.5.1"**
**Install 6 TWINS masternodes with the git release tag "tags/v3.2.0.4"**

```bash
./install.sh -p pivx -c 6 -r "tags/v3.0.5.1"
./install.sh -p pivx -c 6 -r "tags/v3.2.0.4"
```

**Wipe all PIVX masternode data:**
**Wipe all TWINS masternode data:**

```bash
./install.sh -p pivx -w
./install.sh -p twins -w
```

**Install 2 PIVX masternodes and configure sentinel monitoring:**
**Install 2 TWINS masternodes and configure sentinel monitoring:**

```bash
./install.sh -p pivx -c 2 -s
./install.sh -p TWINS -c 2 -s
```

## Options
@@ -117,10 +117,10 @@ The _install.sh_ script support the following parameters:

## Troubleshooting the masternode on the VPS

If you want to check the status of your masternode, the best way is currently running the cli e.g. for $MUE via
If you want to check the status of your masternode, the best way is currently running the cli e.g. for TWINS via

```
/usr/local/bin/mue-cli -conf=/etc/masternodes/mue_n1.conf getinfo
/usr/local/bin/twins-cli -conf=/etc/masternodes/twins_n1.conf getinfo

{
"version": 1000302,
@@ -162,12 +162,12 @@ The management script release will follow within the next couple of days.

| command | description |
| :------------------------------------ | -------------------------------------------- |
| nodemaster start pivx (all\|number) | start all or a specific pivx masternode(s) |
| nodemaster restart pivx (all\|number) | stop all or a specific pivx masternode(s) |
| nodemaster stop pivx (all\|number) | restart all or a specific pivx masternode(s) |
| nodemaster cleanup pivx (all\|number) | delete chain data for all pivx masternodes |
| nodemaster status pivx (all\|number) | systemd process status for a pivx masternode |
| nodemaster tail pivx (all\|number) | tail debug logs for a pivx masternode |
| nodemaster start twins (all\|number) | start all or a specific twins masternode(s) |
| nodemaster restart twins (all\|number) | stop all or a specific twins masternode(s) |
| nodemaster stop twins (all\|number) | restart all or a specific twins masternode(s) |
| nodemaster cleanup twins(all\|number) | delete chain data for all twins masternodes |
| nodemaster status twins (all\|number) | systemd process status for a twins masternode |
| nodemaster tail twins (all\|number) | tail debug logs for a twins masternode |

# Todo