Pages:
Author

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

member
Activity: 728
Merit: 19
BlockMunch.CLUB has added EXUS to it's Multi-Pool!  Only 0.25% Fee's!
We are now a Multi-Pool!  We mine the most profitable coin always, and maximize your return!
Choose your payout style.  We pay out in this coin, BTC, LTC, and any coin we currently have listed on the pool!

You can also use your ASIC's in our SHA256, X11, & Scrypt ports and get paid in this coin or BTC!  Just change the algo and the port number in the example belows!

Example Config is Below for EXUS Pay (for auto exchange, use port 10002 for single coin port):
Code:
-a scrypt -o stratum+tcp://blockmunch.club:3433 -u mzVGUZmYbmg9jKVVFCrEjcZjjRL7KvSqD5 -p c=EXUS

Example Config Below for BTC Pay
Code:
-a scrypt -o stratum+tcp://blockmunch.club:3433 -u 1JFx3fE462vMsTeYkNK5yvdWeg2wpmxvBD -p c=BTC



Example Config Below for LTC Pay
Code:
-a scrypt -o stratum+tcp://blockmunch.club:3433 -u LRgQk63NRnJQ8PBTU8yyHAm5aGfNjzhMZu -p c=LTC
Block Explorer Link:
Code:
blockmunch.club/explorer/EXUS

Peer List:
Code:
blockmunch.club/explorer/peers?id=2343

Welcome to the Block Munch Club!

sr. member
Activity: 588
Merit: 251
EVOS
Notes it of course very well and here besides пoc is available. Perhaps it will turn out interesting that that. Strong growth is in the future interestingly possible or not? Probably precisely now nobody can tell it. But suddenly everything will develop and will go to the necessary party.
full member
Activity: 146
Merit: 111
hey! this is my coin! ahah
well, good luck, but I don't think you'll need it, exus is such a good name  Roll Eyes
newbie
Activity: 25
Merit: 0
https://multi.arabminers.club/images/logo.png
New Pool https://multi.arabminers.club

Automatic payouts every hour
No registration required for pool


To Start Mining
Code:
-a scrypt -o stratum+tcp://multi.arabminers.club:3433 -u WALLET -p c=EXUS

Nodelist
https://multi.arabminers.club/explorer/peers?id=2067
jr. member
Activity: 140
Merit: 1
How many Satoshi on per coin..guys

Not on the exchange yet. Should be in the next few days.

newbie
Activity: 35
Merit: 0
How many Satoshi on per coin..guys
jr. member
Activity: 140
Merit: 1

Masternode auction will start in 1 hour, please come to Discord #auction channel, also read the rules @ #auction-rules channel

jr. member
Activity: 140
Merit: 1
Under the roadmap heading you have spelt whitepaper as whitepapper

Not being picky about it but you might want to change it.

Thank you for pointing it out, fixed it.

newbie
Activity: 26
Merit: 0
Under the roadmap heading you have spelt whitepaper as whitepapper

Not being picky about it but you might want to change it.
jr. member
Activity: 140
Merit: 1


hash4.life pool was removed from the pool list as people were complaining that they were loosing 50% of their hashpower. Please don't use that pool.




We looked at the hashrate issue together with HashForLife owner and it seems that there is no issue anymore. PM him or come to the Discord channel if you have any issues.

jr. member
Activity: 206
Merit: 1

https://hash4.life/
Automatic payouts every hour
No registration required for pool


To Start Mining
Code:
-a scrypt -o stratum+tcp://hash4.life:3433 -u WALLET -p c=EXUS

Explorer
https://hash4.life/explorer/EXUS

Nodelist
https://hash4.life/explorer/peers?id=3479

WTF?  https://prnt.sc/icpy40
I believe that's a thing yiimp does when switching between new blocks as it's looking for work. Shouldn't affect hashrates.
newbie
Activity: 186
Merit: 0
NEW POOL AVAILABLE

pool.DDClub.org


YiiMP Based no registration is needed!
0.5% fee why not give it a go

or simply connect your miner to :

Code:
-a scrypt -o stratum+tcp://ddclub.org:3433 -u [Your Wallet] -p c=EXUS

Code:
Stratum   : ddclub.org:3433
User        : YOUR_ADDRESS
Password : c=EXUS

Use d=x to set your diff according 








full member
Activity: 750
Merit: 100
Dang! You had me until "Paid Yobit"
full member
Activity: 210
Merit: 100
AltMiner.Net | Low-Fee Pool | 2hr Payout
jr. member
Activity: 140
Merit: 1


hash4.life pool was removed from the pool list as people were complaining that they were loosing 50% of their hashpower. Please don't use that pool.

newbie
Activity: 69
Merit: 0
scrypt again. i don't like this algo. i'm only few gpu rig =  3 =
newbie
Activity: 84
Merit: 0



In ~2 hours POW reward will go up to 10 EXUS.












Its still 1 coin


Already 10 coins, 10 minutes ago block 1440 was mined.




I have for two days only 3 coin, 1 L3+ you have what the speed?
jr. member
Activity: 140
Merit: 1
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/v1.0.0.4/exusd-1.0.0.4-ubuntu-16.04.tar.gz
tar -xf exusd-1.0.0.4-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. If you bought coins at the auction I will send you 5000 EXUS directly to the above-generated address
If you mined your coins, you will have to send EXACTLY 5000 EXUS to the above address
Note: tx fee will be added to 5000 coins, do not add it yourself

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



jr. member
Activity: 140
Merit: 1


Please note: official exchanges will be listed inside the Announcement under EXCHANGES.

sr. member
Activity: 882
Merit: 277
If i had a dollar for every "had i known"

LAST I CHECKED THIS EXCHANGE WAS BEEN TOUTED AS SCAM BY SEVERAL PROFILES. APPARENTLY YOU CAN DEPOSIT COIN BUT INCAPABLE OF WITHDRAWING. SO MAKE SURE TO DO A THROUGH RESEARCH.

 THIS DONKEY IS KNOW FOR POSTING THIS ENTICING OFFERS WHENEVER HE SEE AN OPPORTUNITY TO LURE IN NAIVE INVESTORS. AGAIN DO A THOROUGH RESEARCH BEFORE SENDING YOUR COINS TO THIS EXCHANGE




Dear Traders and Crypto Enthusiasts and fellow Miners!

Free Bitcoin promotion for all new users registering, just sign up and complete one trade to receive your free Bitcoin - LIMITED TIME ONLY


We would like to welcome ExusCoin to its service!
Trade: https://koinbi.com/markets/exusbtc

We welcome ExusCoin to its family of crypto currencies and has opened the order books for ExusCoin to be traded!
Our mission is to provide you, the user and trader with a clean, fast and secure platform to trade your crypto currencies.



URL: https://koinbi.com
Trade: https://koinbi.com/markets/exusbtc
API: https://koinbi.com/api_v2

Thank you,
James Etherington
and the team at Koinbi.com
Pages:
Jump to: