Pages:
Author

Topic: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking) - page 11. (Read 8495 times)

newbie
Activity: 2
Merit: 0
What are original purposes of 1.9% premined, only for devs or will be partially used for marketting campaigns like signature, bounties, airdrop, social media advertisements (Twitter, etc.)
newbie
Activity: 7
Merit: 0
newbie
Activity: 140
Merit: 0
The power is too big! SOLO is not moving!
member
Activity: 154
Merit: 10
full member
Activity: 266
Merit: 100
full member
Activity: 182
Merit: 100
Citius, altius, fortius
jr. member
Activity: 206
Merit: 1
POW over, thanks exus!
jr. member
Activity: 140
Merit: 1











- Genesis block
- Wallets and website
- Listing EXUS on exchanges
- Listing EXUS on masternode monitoring websites
- Stability and security enhancements
- Whitepaper
- Marketing
- Listing EXUS on more exchanges
- Developer Team Expansion
- iOS and Android application development
- Zero Coin protocol
- Tor integration
- Invisible Internet Project (I2P) network integration
- Other security features integration

See the website for more detailed roadmap https://exuscoin.com/#roadmap





SouthXChange

Crypto-Bridge







Website:  https://exuscoin.com
Explorer: http://explorer.exuscoin.com:3333
Discord:  https://discord.gg/4ruXAPt
Telegram: https://t.me/ExusCoin
Twitter:  https://twitter.com/ExusCoin
Reddit:  https://www.reddit.com/r/EXUS
Publications/News:  https://medium.com/exus
GitHub:   https://github.com/exuscoin/exus
GitHub Releases:   https://github.com/exuscoin/exus/releases
Mac Wallet: Mac Wallet
Windows Wallet: Windows Wallet
Linux Wallet: Linux Wallet





 - Block spacing: 60 seconds
 - POW Block reward 10 EXUS until block 120,000
 - Instamine protection for the first 1440 blocks
 - POS reward 10 EXUS (92% goes to masternodes, 8% goes to stakers) until block 120,000
 - Pure POS after the block 120,000
 - Block reward after block 120,000 20 EXUS (75% goes to masternodes, 25% goes to stakers)
 - Premine 400,000 EXUS (0.95%)







Masternode Setup Guide

1. Deploy VPS Ubuntu 16.04 (make sure to add 4GB of swap)

VULTR is the best choice for the price and stability

2. Install dependencies

Code:

sudo apt-get -y update && sudo apt-get -y install build-essential libssl-dev libdb++-dev libboost-all-dev libcrypto++-dev libqrencode-dev libminiupnpc-dev libgmp-dev libgmp3-dev autoconf autogen automake libtool autotools-dev pkg-config bsdmainutils software-properties-common libzmq3-dev libminiupnpc-dev libssl-dev libevent-dev

sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev -y


3.1. Clone and build (skip this and go to step 3.2 if you want to download the daemon directly)

Code:

cd
git clone https://github.com/exuscoin/exus.git

cd ~/exus/src
make -f makefile.unix

cp ~/exus/src/exusd ~/




3.2 Download the daemon and unzip it (Skip this if you did a step 3.1.)

Code:

cd
wget https://github.com/exuscoin/exus/releases/download/v2.0.0.1/exusd-2.0.0.1-ubuntu-16.04.tar.gz
tar -xf exusd-2.0.0.1-ubuntu-16.04.tar.gz


4. Run exusd daemon

Code:

~/exusd -daemon


# Will see an error here:
'To use the "-daemon" option, you must set a rpcpassword in the configuration file'

5. Update exus.conf file

vi ~/.exus/exus.conf

PASTE TO THE FILE ABOVE:

Code:

rpcuser=user
rpcpassword=password
rpcport=15877
rpcallowip=127.0.0.1
daemon=1
server=1
staking=0




6. Run exusd daemon

Code:

~/exusd



7. Wait for server to sync. Run to see if blocks are increasing:

Code:

~/exusd getinfo


8. Generate masternode private key

Code:

~/exusd masternode genkey


Copy this key somewhere, you will need it in the steps 9 and 15

9. Update ~/.exus/exus.conf

Code:

~/exusd stop


vi ~/.exus/exus.conf


Updated file should look like this:

Code:

rpcuser=user
rpcpassword=password
rpcport=15877
rpcallowip=127.0.0.1
daemon=1
server=1
staking=0
port=15876
masternodeaddr=your_vps_ip_address:15876
masternode=1
masternodeprivkey=masternode_private_key


~/exusd

10. On Windows/Mac edit exus.conf

Code:

rpcuser=user
rpcpassword=password
rpcport=15877
rpcallowip=127.0.0.1
daemon=1
server=1
staking=0


11. On Windows/Mac go to Receive, generate a new address and assign a label to it, ex: MN1

12. Send exactly 5000 EXUS to the address above

13. Wait for at least 1 confirmation

14. Open debug console and type

Code:

masternode outputs


You should see output like this:
{
    "tx id will be here" : 0
}

15. Write for yourself:


Alias: You generated address label
Address: your_vps_ip_address:15876
Private Key: private key generated on your vps
TxHash: tx id from masternode outputs output
Output Index: index from masternode outputs tx id
Reward Address: (optional)
Reward %: (optional)

Example:
Alias: MN1
Address: 123.45.67.89:15876
Private Key: xxxxxxxxxxxxxxxxx----xxxxxxxxxxxxxx
TxHash: xxxxxxxxxxxxxxxxx
Output Index: 0
Reward Address:
Reward %:


16. On Windows/Mac Wallet Click Masternodes -> Create and fill information from the step 15

16. Click Update -> Start All

If you did all the steps correctly your Masternode should have "Is Running" status


Pages:
Jump to: