Hi all ! the project is really interesting , joined airdrop , I have a question and there are instructions on how to run masternode ?
Windows or Linux? anyway ill make a guide later for both operating systems.
preferably Windows
sure, let me do it, and ill post it
well , I'll wait for your instructions , thank you
Basic Masternode guide
Download Girocoin Windows Wallet:
Open Windows wallet and go to debug---> console.
Write the command:
masternode genkey
copy the generated code to a text file
getaccountaddress 0
copy the generated address to a text file
Send 25000 GIRO to "address 0"
go to giro.conf in
Windows
C:\Users\{user}\AppData\Roaming\giro\giro.conf
Paste this (dont forget to set rpcuser and password
rpcuser=<anything>
rpcpassword=<anything>
maxconnections=256
masternode=1
masternodeprivkey=XXXXXXXXXXXXXXXXXX (paste the key you generated with the command masternode genkey)
masternodeaddr=xxx.xxx.xxx.xxx:51001
close config file.
Now open
masternode.conf
# Format: alias IP:port masternodeprivkey collateral_output_txid collateral_output_index
# Example:
mn1 127.0.0.1:51001 93HaYBVUCYjEMeeH1Y4sBGLALQZE1Yc1K64xiqgX37tGBDQL8Xg 2bcd3c84c84f87eaa86e4e56834c92927a07f9e18718810b92e0d0324456a67c 0
set up your ip, masternode privkey, and TXID (of the 25000 GIRO)
Now Open your Windows Wallet and go to Masternode tabs, you should see your masternode there, just click start alias and it should start.
if something goes wrong.
go to debug---Console.
use command:
masternode status
it will display if your wallet is masternode capable. if it does, just use command:
masternode start
wait 10 seconds and use the command : masternode list (it should display a list of masternodes, check that your masternode is on the list).