Skip to content
Draft
Show file tree
Hide file tree
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
32 changes: 32 additions & 0 deletions guide/campfire-masternode-setup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
layout: guide
title: "Campfire masternode setup guide"
summary:
tags: [guide]
author: "Anwar P."
permalink: /guide/campfire-masternode-setup.html
---

## Collateral preparation

1. Tap `Receive`. Under `Address Type`, select `Transparent address`. Copy this address.

2. Send exactly **1000 FIRO** to this address

## Registration

*Note: This process will resend your collateral to your own wallet. We are working on a fix.*

1. Tap on the hamburger menu and choose `Masternodes`.

2. Tap on `Create Your First Masternode` if this is your first masternode, or the `+` sign if this is not.

3. Enter the IP address of the VPS together with port number `:8168`.

4. Enter the operator public BLS key.

5. (Optional) You can enter a transparent address for voting address and/or set the operator reward, but these are not needed in most cases.

6. Enter a transparent address to receive the masternode payout. This can be the same address as the collateral address earlier.

7. Press create. Once the transaction is mined, your masternode should be registered.
1 change: 1 addition & 0 deletions guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ <h2>Mining</h2>
<h2>Masternode</h2>
<ul class="guides-list">
<li><a href="{{ site.baseurl }}/guide/masternode-setup.html">Firo masternode setup guide</a></li>
<li><a href="{{ site.baseurl }}/guide/campfire-masternode-setup.html">Campfire wallet masternode setup</a></li>
<li><a href="{{ site.baseurl }}/guide/masternode-upgrade.html">Upgrading your Firo masternode</a></li>
<li><a href="{{ site.baseurl }}/guide/reindex-wallet.html">Reindexing your Firo wallet</a></li>
<li><a href="{{ site.baseurl }}/guide/troubleshooting-masternode.html">Troubleshooting masternode: PoSe score and PoSe ban</a></li>
Expand Down