how much sibcoin is needed for one masternode?
chart looks really nice.
you need to have a minimum of 1000 Sib to create masternode and Hyde to create in the Russian branch, to see and be guided by them, after being already more than 700 mastered, but I don't think that is the limit, the creation of a decentralized network is one of the components of Sib
how to make masternode on Russian
http://sibcoin.info/?a=emissionany chance of an english version that i can follow on a step by step basis please? ...
#crysx
brief instruction for Windows
1. On the local computer, in the client, open the console (Tools - Console-debug) and create a new address and the masternode genkey
getaccountaddress mn1
masternode genkey
2. Reserved sent the Coins to a new address.
using "Send" to the address labeled mn1 1000 ducats
or
via console: sendtoaddress "new address labeled mn1" 1000
3. Looking your transaction details and write down the transaction hash and the expected 15 of transaction confirmations.
Via console: masternode outputs
4. Create a file masternode.conf
mn1 rollenlagerwerk:1945 the string obtained in the 2nd step(masternode genkey) long string the transaction ID number at the end of the line_masternode_outputs
Example: mn1 127.0.0.1:1945 5J5DPYu829z8dswFFiyhHnkQCFsasFcsvptrhumyywj13e3dygd 59347a3c305a61f2c038b5fff2d68z4ded5d455a892203eaaa3e3fe598ec0e30 0
5. On the remote server install the wallet 6. Create sibcoin.conf (when installing choose the folder location by default, C:\Users\Username\AppData\Roaming\sibcoin) with the following content:
masternode=1
masternodeprivkey=the string obtained in the 2nd step(masternode genkey)
6. Run the client on the remote server and wait until it synchronizes with the network of Siberian coin
7. After a full sync client on the remote server and after going 15 of our transaction, restart client on the local computer and a remote server
8. Write in the console the local client: masternode start-many (or masternode start-alias mn1)
9. Check to see if the network masternode our team masternodelist status id_transaction
Thanks for the guide.
However I am facing two issues.
1) I did all the above. When I entered "masternode start" in debug console, it says this:

Not capable masternode: Can't detect valid external address. Please consider using the externalip configuration option if problem persists. Make sure to use IPv4 address only.
2) When I start the wallet, it says this:
Error reading masternode configuration file. Could not parse masternode.conf Line:1 "mn1 127.0.0.1:1945 (my masternode genkey)"
Is this due to the fact that I am using my PC for the entire process? I notice there is the "local PC" and the "remote server" in the instructions.
What else may be the issue here? Help would be greatly appreciated. I am eager to be part of the community.
Thank you