Skip to content

Commit

Permalink
Update setup-masternodes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
monstrobishi authored Sep 15, 2020
1 parent 22e95f0 commit 422538e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/setup-masternodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ In order to participate in the staking algorithm, you must broadcast to the netw
~/.defi/defi-cli createmasternode address
```

where `address` for both operator and collateral address should be the new legacy address you created.
where `address` for both operator and collateral address should be the new legacy address you created. Please note that it costs 10 DFI to run this command.

### Step 6 - Configure the masternode and restart

Expand Down Expand Up @@ -120,7 +120,7 @@ In order to participate in the staking algorithm, you must broadcast to the netw
~/.defi/defi-cli createmasternode OWNER_ADDRESS OPERATOR_ADDRESS
```

where `OWNER_ADDRESS` is the address for the collateral/owner node and `OPERATOR_ADDRESS` is the address for the operator.
where `OWNER_ADDRESS` is the address for the collateral/owner node and `OPERATOR_ADDRESS` is the address for the operator. Please note that it costs 10 DFI to run this command.

### Step 6 - Configure the masternode and restart

Expand Down Expand Up @@ -171,4 +171,4 @@ Masternodes can exist in these states:
- `PRE_RESIGNED` - masternode is still operable, but have received a 'resign' transaction and will wait for a special delay to get resigned
- `RESIGNED` - masternode resigned, collateral unlocked and is available to be reclaimed
- `PRE_BANNED` - masternode was caught as a 'criminal' (signing two blocks from parrallel forks on close heights and we got special proofing tx on chain) but still operable (waiting, as in the case of PRE_RESIGNED)
- `BANNED` - masternode deactivated, collateral unlocked and can be reclaimed (same as RESIGNED, but forced through deactivation)
- `BANNED` - masternode deactivated, collateral unlocked and can be reclaimed (same as RESIGNED, but forced through deactivation)

0 comments on commit 422538e

Please sign in to comment.