diff --git a/doc/guide-startmany.md b/doc/guide-startmany.md index 7bddd4ae18b59..8dadff1783db9 100644 --- a/doc/guide-startmany.md +++ b/doc/guide-startmany.md @@ -97,7 +97,7 @@ Make note of the hash (which is your collaterla_output) and index. ### Enter your MasterNode details into your masternode.conf file [From the darkcoin github repo](https://github.com/darkcoin/darkcoin/blob/master/doc/masternode_conf.md) -The new masternode.conf format consists of a space seperated text file. Each line consisting of an alias, IP address followed by port, masternode private key, collateral output transaction id and collateral output index, donation address and donation percentage (the latter two are optional and should be in format "address:percantage"). +The new masternode.conf format consists of a space seperated text file. Each line consisting of an alias, IP address followed by port, masternode private key, collateral output transaction id and collateral output index, donation address and donation percentage (the latter two are optional and should be in format "address:percentage"). ``` alias ipaddress:port masternode_private_key collateral_output collateral_output_index donationin_address:donation_percentage diff --git a/doc/masternode_conf.md b/doc/masternode_conf.md index 2113bf38d718d..3aed94afb4e5d 100644 --- a/doc/masternode_conf.md +++ b/doc/masternode_conf.md @@ -6,7 +6,7 @@ The multi masternode config allows to control multiple masternodes from a single * Mac OS: ~/Library/Application Support/Darkcoin/ * Unix/Linux: ~/.darkcoin/ -The new masternode.conf format consists of a space seperated text file. Each line consisting of an alias, IP address followed by port, masternode private key, collateral output transaction id, collateral output index, donation address and donation percentage (the latter two are optional and should be in format "address:percantage"). +The new masternode.conf format consists of a space seperated text file. Each line consisting of an alias, IP address followed by port, masternode private key, collateral output transaction id, collateral output index, donation address and donation percentage (the latter two are optional and should be in format "address:percentage"). Example: ```