Instructions to run masternode on linux:
1. Install chaincoind
2. Edit your chaincoin.conf file
rpcuser=
rpcpassword=
server=1
3. Run chaincoind and wait for it to sync
chaincoind --daemon
4. Get an address and deposit 1000 CHC into it
chaincoind getaccountaddress 0
Send exactly 1000 CHC to this address.
5. Get a masternode key
chaincoind masternode genkey
6. Stop chaincoind
7. Add to your chaincoin.conf file
listen=1
port=9999
masternode=1
masternodeprivkey=
masternodeaddr=:9999
You must have an IP that's connectable from the internet with port 9999 open.
8. Start chaincoind
9. Wait for chaincoind to sync and your 1000 CHC deposit to have 15 confirmations
10. Start your masternode
chaincoind masternode start