Bitcoin Forum

Alternate cryptocurrencies => Announcements (Altcoins) => Topic started by: Salpinx on February 10, 2018, 05:44:24 AM



Title: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: Salpinx on February 10, 2018, 05:44:24 AM
https://i.imgur.com/9qiyfXq.png (https://exuscoin.com)
https://i.imgur.com/X6XCqhg.png (https://exuscoin.com/#about-us)
https://i.imgur.com/Rzxwrnq.png (https://exuscoin.com/#features)
https://i.imgur.com/yWQRe0t.png
https://i.imgur.com/JfIevSL.png
https://i.imgur.com/OkQyB2Q.png
https://i.imgur.com/QzjWlXi.png (https://exuscoin.com)
https://i.imgur.com/qCzsDey.png (https://github.com/exuscoin/exus/releases/download/v2.0.0.1/Exus-Qt-2.0.0.1-mac.dmg)https://i.imgur.com/Bv4NoGX.png (https://github.com/exuscoin/exus/releases/download/v2.0.0.1/exus-qt-2.0.0.1-windows.zip)https://i.imgur.com/F2OpXOr.png (https://github.com/exuscoin/exus/releases/download/v2.0.0.1/exus-qt-2.0.0.1-ubuntu-16.04.tar.gz)

https://i.imgur.com/YcLSV4I.png

- 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

https://i.imgur.com/WkecaJk.png



SouthXChange (https://www.southxchange.com/Market/Book/EXUS/BTC)

Crypto-Bridge (https://wallet.crypto-bridge.org/market/BRIDGE.EXUS_BRIDGE.BTC)



https://i.imgur.com/8Ph4Dqa.png
https://i.imgur.com/Y0iPSkB.png (https://github.com/exuscoin/exus)https://i.imgur.com/NgNCzYv.png (https://discord.gg/4ruXAPt)https://i.imgur.com/AmBUNlJ.png (https://t.me/ExusCoin)https://i.imgur.com/zG4f0sP.png (https://twitter.com/ExusCoin)https://i.imgur.com/LFUuV9r.png (https://www.reddit.com/r/EXUS)
https://i.imgur.com/7KmTQMf.png

Website:  https://exuscoin.com (https://exuscoin.com)
Explorer: http://explorer.exuscoin.com:3333 (http://explorer.exuscoin.com:3333)
Discord:  https://discord.gg/4ruXAPt (https://discord.gg/4ruXAPt)
Telegram: https://t.me/ExusCoin (https://t.me/ExusCoin)
Twitter:  https://twitter.com/ExusCoin (https://twitter.com/ExusCoin)
Reddit:  https://www.reddit.com/r/EXUS (https://www.reddit.com/r/EXUS)
Publications/News:  https://medium.com/exus (https://medium.com/exus)
GitHub:   https://github.com/exuscoin/exus (https://github.com/exuscoin/exus)
GitHub Releases:   https://github.com/exuscoin/exus/releases (https://github.com/exuscoin/exus/releases)
Mac Wallet: Mac Wallet (https://github.com/exuscoin/exus/releases/download/v2.0.0.1/Exus-Qt-2.0.0.1-mac.dmg)
Windows Wallet: Windows Wallet (https://github.com/exuscoin/exus/releases/download/v2.0.0.1/exus-qt-2.0.0.1-windows.exe.zip)
Linux Wallet: Linux Wallet (https://github.com/exuscoin/exus/releases/download/v2.0.0.1/exus-qt-2.0.0.1-ubuntu-16.04.tar.gz)


https://i.imgur.com/sJ2OSTS.png


 - 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%)





https://masternodes.online/images/logo.png (https://masternodes.online/currencies/EXUS/)

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




Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% Masternode reward) - Security Foc
Post by: Rion on February 10, 2018, 05:44:57 AM
POW over, thanks exus!


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% Masternode reward) - Security Foc
Post by: Chocolatte on February 10, 2018, 05:45:24 AM
Reserved


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: redsun17 on February 10, 2018, 05:57:46 AM
reserved


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Bambalam on February 10, 2018, 05:58:31 AM
Reserved


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: jiang2897 on February 10, 2018, 06:07:06 AM
The power is too big! SOLO is not moving!


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Jleigh on February 10, 2018, 06:12:38 AM
reserved


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: lephubinh on February 10, 2018, 06:16:21 AM
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.)


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Alu8 on February 10, 2018, 06:21:58 AM
Reserved


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: tippytoes on February 10, 2018, 06:22:49 AM
Everyone is reserving for what? Also, if you are not running any marketing campaign, then, whatever you will get from your premine will be put in the dev's team fund. Which, I don't know if you will really use all of that for your development purposes.


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: jbaltleaf on February 10, 2018, 06:24:18 AM
waiting pool !


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: nanofoxice on February 10, 2018, 06:37:50 AM
Russian translation reserve


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: wobujidao on February 10, 2018, 06:51:37 AM
EXUS Added to -=::[MIX POOL]::=-

http://pool.mixpool.ru/logo_s.png

http://pool.mixpool.ru/ (http://pool.mixpool.ru/)

0.5% Fees

Use your wallet address as your username, and c=EXUS as your password.
No registration required.

Miner command line:
Code:
-a scrypt -o stratum+tcp://pool.mixpool.ru:3433 -u 7AmVQp96ik2SU6ogXbnGKMNZnQSmXNr4ux -p c=EXUS 

For NiceHash Mining set difficulty in the Password Field like "d=5000"


Don't forget to use EXUS as password, or your shares will be lost

If you need technical support or other questions Please ask https://t.me/mixpoolru (https://t.me/mixpoolru)


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on February 10, 2018, 07:01:33 AM

If wallet not syncing add nodes to your exus.conf file:

Code:
addnode=45.77.3.217
addnode=209.250.229.72


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on February 10, 2018, 07:02:22 AM
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.)

Will be used for exchanges and marketing. It will not be used for staking or masternodes.


 


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: michalst on February 10, 2018, 07:11:08 AM
PoolDaddy Mining Pool


https://pooldaddy.ws (https://pooldaddy.ws)



Explorer:

https://pooldaddy.ws/explorer/EXUS (https://pooldaddy.ws/explorer/EXUS)


Miner cmd:

Code:
-a scrypt -o stratum+tcp://pooldaddy.ws:3436 -u (Wallet Adress) -p c=EXUS

Support:

Discord (https://discord.gg/esYuCUr)

Twitter (https://twitter.com/PoolDaddy_ws)


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: jezus on February 10, 2018, 07:12:37 AM
What exchange is planning listed?


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Konos on February 10, 2018, 07:15:58 AM
An equivalent of 80 masternodes as premine... thats quite a lot in terms of money.


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Bambalam on February 10, 2018, 07:16:43 AM
UPOOL IS SMASHING BLOCKS!

-a scrypt -o stratum+tcp://upool.xyz:3433 -u 7Fb1ednddBBZbCGsNxuP9wwzaA6AafPSsz -p c=EXUS

http://upool.xyz

DISCORD: https://discord.gg/uKx4Tsj

HAPPY MINING!!!


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on February 10, 2018, 07:20:35 AM
What exchange is planning listed?

To start will submit to these:

Coinsmarkets
Stocks.Exchange
Crypto-Bridge
Coinexchange
Southxchange
Tradesatoshi



Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Narita on February 10, 2018, 07:26:56 AM
Thx,masternodes ;)


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: popomaru on February 10, 2018, 07:30:01 AM
sounds good, but algo is "scrypt"....
mining is asic only :(


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: argamemnon on February 10, 2018, 07:42:32 AM
EXUS pool with 0.5% fees is ready!!!
MINERION.COM


Just point your miners too:
Code:
-a scrypt -o stratum+tcp://minerion.com:3433 -u YOURWALLET -p c=EXUS



DISCORD channel: https://discord.gg/GV3Ggy2


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: unmaker on February 10, 2018, 08:09:15 AM
reserved !


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: MacronMiner on February 10, 2018, 08:38:31 AM
Do you have a github repo for the wallets ? The only links you post is from mega and so we can't check the wallets.


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% Masternode reward) - Security Foc
Post by: kolesoO_O on February 10, 2018, 09:13:32 AM
https://hash4.life/images/banner.png (https://hash4.life/)
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


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on February 10, 2018, 09:19:39 AM
Do you have a github repo for the wallets ? The only links you post is from mega and so we can't check the wallets.


GitHub:

https://github.com/exuscoin/exus (https://github.com/exuscoin/exus)






Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: HarleyQuinn2011 on February 10, 2018, 10:03:04 AM
What about the coin price?


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: kurbeks on February 10, 2018, 12:47:45 PM
reserved and waiting for larger block rewards to kick in.


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: sasa0220 on February 10, 2018, 12:59:36 PM
can i mine with cpu


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: adorid on February 10, 2018, 01:46:17 PM
Added coin to pool:

http://hashpool.eu


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Sawwa777777 on February 10, 2018, 01:59:28 PM
wallet is not synced WIN 7 x64 and WIN10 x64((((((


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Brakar on February 10, 2018, 02:09:38 PM
Russian translation reserve


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: MNTOP on February 10, 2018, 03:14:24 PM
Hello.
We propose to visit Masternodes Statistical Service https://mntop.co.in


We want add to our list EXUS Coin

Listing advantages:
- We select statistics on new coins that support masternodes;
- We want to help find investors for your coin;
- Accurate statistics and comparison tool for investors;
- Daily more 1000 unique visitors on our service;
- Also we run masternode on our service.

This will be a good advertisement for your project.

If you are interested, please fill form on website.


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% Masternode reward) - Security Foc
Post by: Trenantone on February 10, 2018, 04:42:23 PM
the same with pushi coin, probably a scam coin


https://hash4.life/images/banner.png (https://hash4.life/)
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

the same with pushi coin, probably a scam coin


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: mokeyking on February 10, 2018, 04:45:29 PM
wallet is not synced WIN10 x64  ???


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on February 10, 2018, 05:33:18 PM
wallet is not synced WIN 7 x64 and WIN10 x64((((((


Try to add nodes to your exus.conf file:

addnode=45.77.3.217
addnode=209.250.229.72



Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on February 10, 2018, 05:33:54 PM
can i mine with cpu

Sorry, it's too late. ASICs are mining it already.



Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on February 10, 2018, 05:35:23 PM
What about the coin price?

Will try to list on exchanges ASAP. Already paid for YoBit premium listing and send a form to Cryptobridge, waiting for their response.





Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on February 10, 2018, 05:36:47 PM
wallet is not synced WIN10 x64  ???

Add nodes to your exus.conf file:

addnode=45.77.3.217
addnode=209.250.229.72

Restart the wallet after that.



Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: skyvip on February 10, 2018, 05:43:26 PM
How many coins I need for MN?


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on February 10, 2018, 06:27:29 PM
How many coins I need for MN?

5000 coins



Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on February 10, 2018, 06:28:21 PM



Released wallets and linux daemon on github: https://github.com/exuscoin/exus/releases/tag/v1.0.0.4 (https://github.com/exuscoin/exus/releases/tag/v1.0.0.4)






Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on February 11, 2018, 02:21:39 AM

Paid 1 BTC for listing on stocks.exchange

TxID: 631695d92ae99828d1364e730d561ad417c31159129dd6cc6ec517dd4f3fbb9c



Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on February 11, 2018, 04:17:01 AM



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












Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: kiranrh on February 11, 2018, 05:25:22 AM



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












Its still 1 coin


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on February 11, 2018, 06:32:46 AM



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.





Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: skdsw on February 11, 2018, 07:46:12 AM
The coin can not fly to the moon
Wow going to forget about coin , if such an experts like you aare saying so


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Islapdonkey on February 11, 2018, 07:55:53 AM

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 (https://koinbi.com/markets/dogebtc)

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.

https://i.imgur.com/RC4pZRT.png

URL: https://koinbi.com
Trade: https://koinbi.com/markets/exusbtc (https://koinbi.com/markets/dogebtc)
API: https://koinbi.com/api_v2 (https://koinbi.com/documents/api_v2)

Thank you,
James Etherington
and the team at Koinbi.com


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on February 11, 2018, 10:02:04 AM


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



Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on February 11, 2018, 10:09:10 AM
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





Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: sonniy555 on February 11, 2018, 10:47:59 AM



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?


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: libidox on February 11, 2018, 11:32:32 AM
scrypt again. i don't like this algo. i'm only few gpu rig =  3 =


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on February 11, 2018, 06:10:50 PM


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.



Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: AltMiner.net on February 11, 2018, 06:25:28 PM
reserved


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: FreakCoder on February 11, 2018, 08:16:37 PM
Dang! You had me until "Paid Yobit"


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: v.danev on February 11, 2018, 08:21:17 PM
NEW POOL AVAILABLE

pool.DDClub.org (http://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 










Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% Masternode reward) - Security Foc
Post by: Rion on February 11, 2018, 08:52:14 PM
https://hash4.life/images/banner.png (https://hash4.life/)
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.


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on February 11, 2018, 08:56:57 PM


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.



Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: cubbo on February 11, 2018, 09:09:33 PM
Under the roadmap heading you have spelt whitepaper as whitepapper

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


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on February 11, 2018, 09:12:45 PM
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.



Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on February 12, 2018, 03:02:59 AM

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



Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: hieuhn05 on February 12, 2018, 03:29:56 AM
How many Satoshi on per coin..guys


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on February 12, 2018, 05:58:52 AM
How many Satoshi on per coin..guys

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



Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% Masternode reward) - Security Foc
Post by: hi_too on February 12, 2018, 07:50:47 AM
https://multi.arabminers.club/images/logo.png (https://multi.arabminers.club/)
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


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: exus on February 12, 2018, 02:59:07 PM
hey! this is my coin! ahah
well, good luck, but I don't think you'll need it, exus is such a good name  ::)


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Angel Di on February 12, 2018, 03:02:11 PM
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.


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Blockmunch on February 13, 2018, 02:36:17 AM
BlockMunch.CLUB (http://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!



Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on February 13, 2018, 03:22:56 AM



We are listed on Stocks.Exchange (https://stocks.exchange/trade/EXUS/BTC)






Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on February 13, 2018, 08:20:12 AM

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


Signature campaign will help to spread information of EXUS out. How about this, dev?

I don't believe in cheap bounties, it drops coin's value. People usually hold it if they buy or mine a masternode. It's just my opinion.





Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: drngocct on February 13, 2018, 08:32:49 AM



We are listed on Stocks.Exchange (https://stocks.exchange/trade/EXUS/BTC)





Congratulations, dev! Finally EXUS has been listed on first exchange.


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: seddik on February 13, 2018, 08:37:33 AM
hi guys,
is this a X11 coin, i mean can i run my D3 antminer on EXUS?
if so how much hashrate my D3 get? and how much coins can i get a day with the current difficulty.
thanks in advance.


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: evilfatone on February 13, 2018, 10:17:50 AM
No its a script algo coin


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Supercoiner111 on February 13, 2018, 12:09:03 PM
Interesting high ROI MN coin...


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: candyiman on February 13, 2018, 02:46:09 PM
hi guys,
is this a X11 coin, i mean can i run my D3 antminer on EXUS?
if so how much hashrate my D3 get? and how much coins can i get a day with the current difficulty.
thanks in advance.

No its Scrypt algo


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Wael613 on February 13, 2018, 02:48:54 PM
I got in the auction last night and won a masternode.

The rewards are pretty great right now. This coin will do great. The dev is a great guy, walked me through running the masternode step by step lol !



Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Abigor on February 13, 2018, 04:50:09 PM
The ROI is fantastic! https://masternodes.online/currencies/EXUS/
Trying to buy it now.
We need more exchanges/


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on February 13, 2018, 05:19:03 PM
The ROI is fantastic! https://masternodes.online/currencies/EXUS/
Trying to buy it now.
We need more exchanges/

There will be an auction at 4:00am GMT Please come to Discord. https://discord.gg/4ruXAPt (https://discord.gg/4ruXAPt)





Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on February 14, 2018, 07:59:35 AM


EXUS is on Masternodes.online: https://masternodes.online/currencies/EXUS/ (https://masternodes.online/currencies/EXUS/)





Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: whassupzoins on February 14, 2018, 12:12:36 PM
Reserve Korean translation


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: p2pc on February 14, 2018, 01:41:40 PM
Professional Sharing Masternode Service
https://p2p-coins.pro/
Easy to use, transparent, safe and automatic.
Discord channel for support
https://discord.gg/W34TuYc
Bitcointalk forum
https://bitcointalk.org/index.php?topic=2875992

Exus Coin masternode open for orders


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: dagoz87 on February 14, 2018, 02:32:14 PM
EXUS Coin (EXUS) MINING POOL

http://miningpool.shop (http://miningpool.shop)

Based on Yiimp pool (No Registration Needed)
Fee  : 0.9% Only (Lowest Fee)

Ddos Protection Server ( Uptime 99.99%)
Powered by Amazon Web Service (AWS)

Code:
-o stratum+tcp://stratum.miningpool.shop:20006 -u <WALLET_ADDRESS> -p c=EXUS

NICEHASH / MININGRIGRENTAL
Code:
Pool host: stratum.miningpool.shop
Pool port: 20006
Pool user: Your_Wallet_Address
Pool pass: EXUS
Algorithm: Scrypt

Support Live Chat (https://t.me/MiningPoolShop)


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: xelawebdev on February 14, 2018, 08:11:16 PM
german translation reserved if needed. Fast and reliable! Please confirm if any needed :)


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: crackfoo on February 15, 2018, 04:32:12 PM
Hi,

We've added EXUS to the miners multipool: www.zpool.ca

scrypt pool:

http://www.zpool.ca/site/gomining?algo=scrypt

Blocks found by zpool:

http://www.zpool.ca/site/block?id=3053

Cheers!


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: cyberpitstop on February 15, 2018, 07:17:25 PM
Where can my investment group get information on a master node?
TIA


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on February 15, 2018, 09:48:42 PM
Where can my investment group get information on a master node?
TIA

Please come to Discord channel: https://discord.gg/4ruXAPt (https://discord.gg/4ruXAPt)  There will be the last auction there at 4am GMT

The payouts are shown on the first page of this ANN.

EXUS is also on masternodes.online: https://masternodes.online/currencies/EXUS/ (https://masternodes.online/currencies/EXUS/)




Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: FlyTheW on February 16, 2018, 05:35:47 PM
Anyone have a mining calculator for this coin? I am wondering what kind of profit I can get with an L3+.


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Wael613 on February 16, 2018, 05:48:03 PM
Great coin, have 2 nodes running and a third coming. Dev helped me set it up. Great guy , good coin! See it being here in the future.



Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on February 17, 2018, 12:05:22 AM



We've been listed on SouthXChange (https://www.southxchange.com/Market/Book/EXUS/BTC)




Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: The Matrix on February 17, 2018, 11:49:16 PM
Thats great since stocks.exchange is the worst crap exchange ever! Hopefully other exchanges will follow as we go down the road :-)


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Wael613 on February 19, 2018, 02:43:20 PM
Thats great since stocks.exchange is the worst crap exchange ever! Hopefully other exchanges will follow as we go down the road :-)

We are on https://www.southxchange.com/Market/Book/EXUS/BTC

Stocks.exchange hasnt been bad for me. Have not seen any problems.

Exus is hopefully getting on cryptopia soon! Masternode rewards are great, I have 3 setting up a 4th. Long term coin


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: gloomik on February 19, 2018, 04:11:20 PM
New Exus Pool!

http://www.gos.cx/


Code:
-a scrypt -o stratum+tcp://yiimp.gos.cx:3438 -u [Wallet Address]-p c=EXUS

Low fee, 10Gb Connection.
Discord Support: https://discord.gg/wT3HHDA
DDoS Protection



Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on February 21, 2018, 02:11:39 AM



We've been listed on Masternodo (http://masternodo.com)





Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Drakzero on February 21, 2018, 03:13:12 PM
Dutch translation reserved if needed!


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: MasterHash on February 21, 2018, 10:10:17 PM
https://i.imgur.com/VOuFev0.png  pool.masterhash.us now supports: EXUS   https://i.imgur.com/VOuFev0.png
------------------------------------------------------------------------------------
We offer you the following:
- Nicehash Ports
- Happy Hour Every Weekend 0% FEES for 48hrs
- 24/7 Support
- Only 1% Fee
- Discord Support
- Ddos Protection for website & stratum
- Minimum payout of 0.01 every 2 hours
------------------------------------------------------------------------------------
- STD Port
Code:
-a scrypt -o stratum+tcp://pool.masterhash.us:10020 -u 7RqvKxFPJ9qo5vrFmgosfW7M3XJsbR7fzV -p c=EXUS 
- Nicehash Port
Code:
-a scrypt -o stratum+tcp://pool.masterhash.us:20020 -u 7RqvKxFPJ9qo5vrFmgosfW7M3XJsbR7fzV -p c=EXUS 

------------------------------------------------------------------------------------
For questions or support be sure to contact us at :
:
Miningpool Discord
https://i.imgur.com/GMwq0tQ.png (https://discord.gg/jvVJrJm)
------------------------------------------------------------------------------------

We also offer the following services :

Shared masternodes:
https://i.imgur.com/3TToHSt.png (https://discord.gg/thwBv7w)
Vps Hosting:
https://i.imgur.com/n38vDhx.png (http://masterhash.us/)


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on February 22, 2018, 12:34:15 AM


We've been listed on Crypto-Bridge (https://wallet.crypto-bridge.org/market/BRIDGE.EXUS_BRIDGE.BTC)





Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: barkbay on February 23, 2018, 06:33:41 PM
Filipino translation reserved


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: bitmagic1984 on February 25, 2018, 02:42:10 AM
Why exus coin price dropped a lot ? Crypto bridge listing is good .


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: bluudz on February 26, 2018, 01:08:36 PM
Hello. I'm trying to withdraw coins from crypto bridge to my qt wallet and I'm receiving the address is not valid EXUS address. Anyone has idea whats up with that?


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on February 26, 2018, 05:10:51 PM
Hello. I'm trying to withdraw coins from crypto bridge to my qt wallet and I'm receiving the address is not valid EXUS address. Anyone has idea whats up with that?

Did you enter a right address?



Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: bluudz on February 26, 2018, 05:56:24 PM
Hello. I'm trying to withdraw coins from crypto bridge to my qt wallet and I'm receiving the address is not valid EXUS address. Anyone has idea whats up with that?

Did you enter a right address?



Yes I did. Was not working from the web, but later tried from the phone browser and it went fine. Trying to set up staking. I have 450 confirmations and its still saying I have no mature coins. How many confirmations are needed?


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on February 26, 2018, 09:15:44 PM
Hello. I'm trying to withdraw coins from crypto bridge to my qt wallet and I'm receiving the address is not valid EXUS address. Anyone has idea whats up with that?

Did you enter a right address?



Yes I did. Was not working from the web, but later tried from the phone browser and it went fine. Trying to set up staking. I have 450 confirmations and its still saying I have no mature coins. How many confirmations are needed?

24 hour maturity time.



Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: mega7 on February 27, 2018, 08:16:23 PM
How to solo mine i try it like litecoin and is not working?


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on February 27, 2018, 09:39:44 PM
How to solo mine i try it like litecoin and is not working?

Unless you have a lot of hashpower, solo mining is not worth it.



Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: mpool on February 28, 2018, 10:17:42 AM
========================================
Welcome, pool of EXUS Coin http://mpool.su fee 0.5%
========================================


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on March 01, 2018, 08:58:59 AM


We will delist EXUS from Stocks.Exchange on March 5th. Please make sure to withdraw your coins.





Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on March 10, 2018, 03:24:26 PM


There will be a mandatory wallet update coming in the next few weeks. It should make all masternodes and stakers happy.
More details to follow soon.





Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: adorid on March 10, 2018, 11:01:43 PM
Join https://hashpool.eu


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Randrras on March 11, 2018, 06:58:08 PM
Exus mining is also available at https://www.zpool.ca


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Randrras on March 12, 2018, 06:50:45 AM
Good afternoon! Is there a plan for listing on large exchanges?


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on March 12, 2018, 02:33:07 PM
Good afternoon! Is there a plan for listing on large exchanges?

Not at the moment. Volume is very low even on the ones we are listed now.



Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on March 13, 2018, 07:33:07 AM




We've been added to Delta - Crypto & ICO Portfolio tracking app.

iPhone: https://itunes.apple.com/us/app/delta-crypto-ico-portfolio/id1288676542 (https://itunes.apple.com/us/app/delta-crypto-ico-portfolio/id1288676542)

Android: https://play.google.com/store/apps/details?id=io.getdelta.android (https://play.google.com/store/apps/details?id=io.getdelta.android)







Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on March 14, 2018, 08:28:06 AM


Wallet version 2.0.0.0 was released. This is a mandatory update. Please update before the block 120,000

Update summary:

- POW phase will finish at block 120,000
- Starting with block 120,001 POW rewards will be moved to POS
- Starting with block 120,001 Masternodes will receive 15 EXUS reward per block (75% of POS)
- Stakers will receive 5 EXUS reward (25% of POS)





Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: MV_Robocop on March 14, 2018, 03:12:52 PM
Hello guys,

any guide on how to open a masternode?

Thank you,

MV


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on March 14, 2018, 05:04:20 PM


Guide is on the 1st page: https://bitcointalk.org/index.php?topic=2913871.0

See "Masternode Setup Guide"




Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Randrras on March 15, 2018, 08:46:58 AM
Hello. I'm trying to withdraw coins from crypto bridge to my qt wallet and I'm receiving the address is not valid EXUS address. Anyone has idea whats up with that?
Try a different browser, often helps, itself faced with a similar situation.


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Randrras on March 15, 2018, 08:57:13 AM
Tell me please, what time of ripening of coins in a purse for POS acquisition


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: wozzzzz on March 15, 2018, 12:17:02 PM
my masternode doesnt seem to be working, it starts up, says its running in both wallet and in terminal i can getinfo ok. then half hour or so later it just disappears from the master nodes list and i have to start all again to get it back. then the Active counter just sits on 00m:00s and doesnt advance.
but server still appears to be running int he terminal window as it shows advancing blocks
how to fix??


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: wozzzzz on March 15, 2018, 11:43:38 PM
i notice that there are 2 conflicting setups here.
on page one it has

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

page 3 it has

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


what one is correct?? should staking be 0 or 1??


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: wozzzzz on March 16, 2018, 12:50:37 PM
got masternode working, been running 13 hours now but only got 9.2 coins, whats wrong??
server still working it seems, returns curent blocks, appears on masternode list


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on March 16, 2018, 06:26:36 PM
i notice that there are 2 conflicting setups here.
on page one it has

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

page 3 it has

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


what one is correct?? should staking be 0 or 1??

staking=0 is correct for the 1st 24 hour as maturity time is 24 hours so you would start your rewards coming only after 24 hours if you have staking=1

Later you can change it to staking=1 as your initial MN coins would already be matured and you could get some extra coins from staking.



Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on March 18, 2018, 07:16:18 AM


Wallet version 2.0.0.1 was released. This is an optional update - it fixes the issue when Windows Defender quarantines .exe file

https://github.com/exuscoin/exus/releases/tag/v2.0.0.1 (https://github.com/exuscoin/exus/releases/tag/v2.0.0.1)





Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: timlaitoi on March 18, 2018, 07:21:57 AM


Wallet version 2.0.0.1 was released. This is an optional update - it fixes the issue when Windows Defender quarantines .exe file

https://github.com/exuscoin/exus/releases/tag/v2.0.0.1 (https://github.com/exuscoin/exus/releases/tag/v2.0.0.1)




Thank you. However, please make sure that wallet updates (this one and upcoming versions) will not lead to chainsplits. Chainplits is nightmare for investors.


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: argamemnon on March 19, 2018, 04:32:40 PM
MInerion pool update the wallet to current version.

EXUS pool with 0.5% fees is ready!!!
MINERION.COM


Just point your miners too:
Code:
-a scrypt -o stratum+tcp://minerion.com:3433 -u YOURWALLET -p c=EXUS



DISCORD channel: https://discord.gg/GV3Ggy2


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on March 25, 2018, 08:23:20 AM

REMINDER:

Around 15% of people (including some masternodes) still did not upgrade their wallets to version 2.x.x.x, please upgrade your wallets as block 120k is approaching and you will stop receiving the rewards if not upgraded.






Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on March 29, 2018, 06:21:23 AM

Tomorrow we will reach block 120k and POW will end. Still a lot of people did not upgrade to the version 2.0.0.x. Please upgrade ASAP or you will stop receiving the rewards!



Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on March 29, 2018, 02:43:22 PM


All MNs don’t forget to upgrade your VPS daemons, not only Wallets. To do this connect to your VPS and run:

Code:
cd
./exusd stop
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
./exusd




Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: bobiks82 on March 30, 2018, 07:09:04 PM
i have problem with new wallet

https://i.imgur.com/aX966zU.jpg


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on March 30, 2018, 09:21:08 PM
i have problem with new wallet

https://i.imgur.com/aX966zU.jpg

Did you move it to a different computer? Describe the steps you've taken. Also when did you upgrade? After or before bock 120k?





Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: bobiks82 on March 30, 2018, 10:41:22 PM
i have problem with new wallet

https://i.imgur.com/aX966zU.jpg

Did you move it to a different computer? Describe the steps you've taken. Also when did you upgrade? After or before bock 120k?

i update it today, after block 120k, deleted all files except wallet.dat and install new wallet


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on March 30, 2018, 11:55:20 PM
i have problem with new wallet

https://i.imgur.com/aX966zU.jpg

Did you move it to a different computer? Describe the steps you've taken. Also when did you upgrade? After or before bock 120k?

i update it today, after block 120k, deleted all files except wallet.dat and install new wallet


That is the problem, it was announced numerous times for the last 3 weeks about the mandatory upgrade before the block 120k.

I cannot guarantee it's gonna work but try to delete all the files from Exus folder (move wallet.dat somewhere else), then launch the wallet, should be no errors here, stop the wallet, overwrite wallet.dat file in Exus folder from your backup and start the wallet again.



Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: bobiks82 on April 01, 2018, 10:28:32 AM
i have problem with new wallet

https://i.imgur.com/aX966zU.jpg

Did you move it to a different computer? Describe the steps you've taken. Also when did you upgrade? After or before bock 120k?

i update it today, after block 120k, deleted all files except wallet.dat and install new wallet


That is the problem, it was announced numerous times for the last 3 weeks about the mandatory upgrade before the block 120k.

I cannot guarantee it's gonna work but try to delete all the files from Exus folder (move wallet.dat somewhere else), then launch the wallet, should be no errors here, stop the wallet, overwrite wallet.dat file in Exus folder from your backup and start the wallet again.



it dont work still, so there is no solution right?


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on April 02, 2018, 05:34:57 AM
i have problem with new wallet

https://i.imgur.com/aX966zU.jpg

Did you move it to a different computer? Describe the steps you've taken. Also when did you upgrade? After or before bock 120k?

i update it today, after block 120k, deleted all files except wallet.dat and install new wallet


That is the problem, it was announced numerous times for the last 3 weeks about the mandatory upgrade before the block 120k.

I cannot guarantee it's gonna work but try to delete all the files from Exus folder (move wallet.dat somewhere else), then launch the wallet, should be no errors here, stop the wallet, overwrite wallet.dat file in Exus folder from your backup and start the wallet again.



it dont work still, so there is no solution right?


What error are you getting? Did you do those steps I wrote?



Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: bobiks82 on April 02, 2018, 10:16:45 AM


What error are you getting? Did you do those steps I wrote?


yes i did it many times and nothing, it looks like its working then crashed

https://i.imgur.com/756CuOv.jpg

When i want to send exus to exchange it crash with this error

https://i.imgur.com/MxTQjuL.jpg

its strange that it stakes few times

https://i.imgur.com/IrvICeO.jpg


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: Salpinx on April 03, 2018, 06:08:27 AM


What error are you getting? Did you do those steps I wrote?


yes i did it many times and nothing, it looks like its working then crashed

https://i.imgur.com/756CuOv.jpg

When i want to send exus to exchange it crash with this error

https://i.imgur.com/MxTQjuL.jpg

its strange that it stakes few times

https://i.imgur.com/IrvICeO.jpg


Run in your wallet:
Code:
getblockhash 125000
and post here the output.



Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: bobiks82 on April 03, 2018, 09:03:55 AM


What error are you getting? Did you do those steps I wrote?


yes i did it many times and nothing, it looks like its working then crashed

https://i.imgur.com/756CuOv.jpg

When i want to send exus to exchange it crash with this error

https://i.imgur.com/MxTQjuL.jpg

its strange that it stakes few times

https://i.imgur.com/IrvICeO.jpg


Run in your wallet:
Code:
getblockhash 125000
and post here the output.



here you are

https://i.imgur.com/heKoa1z.jpg


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: Salpinx on April 03, 2018, 06:59:11 PM

Yeah, the block is correct. Can you try to send coins to a new wallet? Try just few



Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: bobiks82 on April 03, 2018, 07:45:37 PM

Yeah, the block is correct. Can you try to send coins to a new wallet? Try just few



I tried to send to exchange few of them and it crash at the same moment.
Today it didnt want to sync i just reinstall it and its staking again.
We will see how long it will last.


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: TiT Monkey on April 04, 2018, 04:44:58 AM
getblockhash 125000 gives me a different number than mentioned,

how do I delete and rescan blockchain please?


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: Salpinx on April 04, 2018, 04:48:35 AM

Yeah, the block is correct. Can you try to send coins to a new wallet? Try just few



I tried to send to exchange few of them and it crash at the same moment.
Today it didnt want to sync i just reinstall it and its staking again.
We will see how long it will last.

Don't send to exchange, send to yourself, to a different computer. Just download a new wallet and try to send coins there. If they come, then send them all and you can use that new wallet from then on.


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: Salpinx on April 04, 2018, 04:49:35 AM
getblockhash 125000 gives me a different number than mentioned,

how do I delete and rescan blockchain please?

You probably have an old wallet. Deleting not gonna help, you had to upgrade to a new wallet version before the block 120k.


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: TiT Monkey on April 04, 2018, 07:32:55 AM
ffs I was away for a month and never read any of this,

I tried fresh install of 2.0.0.1 but I get f66ada7446daef448b372c2fd6b3ae4018a4d0eeedc9f64252c8297c680aefe0 for hash 125000

any ideas?


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: TiT Monkey on April 04, 2018, 07:34:13 AM
I deleted the entire folder in roaming app and then installed again, put my wallet.dat file but still....


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: bobiks82 on April 04, 2018, 08:33:24 AM
I deleted the entire folder in roaming app and then installed again, put my wallet.dat file but still....
i was away from pc and didnt know too
you must shut down wallet and start again few times and it will sync
but then its working 2-3 hours and then he got an error close itself
dont have solution for now
tried to send to exchange then friends wallet and nothing


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: TiT Monkey on April 04, 2018, 09:54:56 AM
yeah mate, I read yours, mine isn't erroring, I cant get on the right blockchain, I must be on a fork because getblockhash 125000 is different from yours


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: Salpinx on April 04, 2018, 04:35:35 PM

Those coins will be lost. The correct 125k block hash is:

Code:
f815b128af4bc5d3a89e2cd9c9527c068a74d78a1d44b0e3e8e963602729dd3d



Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: Salpinx on April 04, 2018, 04:52:46 PM
I deleted the entire folder in roaming app and then installed again, put my wallet.dat file but still....
i was away from pc and didnt know too
you must shut down wallet and start again few times and it will sync
but then its working 2-3 hours and then he got an error close itself
dont have solution for now
tried to send to exchange then friends wallet and nothing

Did you try to sync a new wallet? Delete everything from Exus folder and restart the wallet (have your wallet.dat backup somewhere saved). After it's synced stop the wallet and copy your wallet.dat backup to the Exus folder, then start the wallet. After all it's done, try sending coins to a different 2.0 wallet.


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: TiT Monkey on April 04, 2018, 09:17:41 PM

Those coins will be lost. The correct 125k block hash is:

Code:
f815b128af4bc5d3a89e2cd9c9527c068a74d78a1d44b0e3e8e963602729dd3d



even though its on a fork my coins should still be written on the blockchain, my wallet.dat should also work in a new wallet yeah?


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: TiT Monkey on April 04, 2018, 09:18:48 PM
I have 2 pcs, I downloaded new wallet, installed, now the connected icon on both pcs just flashes between the little TV logo and wifi signal icon but never connects...


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: Salpinx on April 04, 2018, 10:05:15 PM
I have 2 pcs, I downloaded new wallet, installed, now the connected icon on both pcs just flashes between the little TV logo and wifi signal icon but never connects...

If your 125k block hash is wrong it's not gonna work, the options above is only for people who has correct block hash


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: TiT Monkey on April 05, 2018, 04:35:54 AM
I installed a new wallet on another pc, it wont sync, just flashes, can I get some nodes please?


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: TiT Monkey on April 05, 2018, 07:50:33 AM


re-install, allowed to sync, correct hash, closed, copied wallet file, reopened, "repairwallet" in console, coins are back, sent to new wallet, then back, works fine

dev said coins are lost......hmmm this project will go far with this expertise behind it....


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: bobiks82 on April 05, 2018, 11:20:57 AM


re-install, allowed to sync, correct hash, closed, copied wallet file, reopened, "repairwallet" in console, coins are back, sent to new wallet, then back, works fine

dev said coins are lost......hmmm this project will go far with this expertise behind it....

i do that all and still problems, i am on right chain but wallet keeps crashing


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: Salpinx on April 05, 2018, 04:44:30 PM


re-install, allowed to sync, correct hash, closed, copied wallet file, reopened, "repairwallet" in console, coins are back, sent to new wallet, then back, works fine

dev said coins are lost......hmmm this project will go far with this expertise behind it....


I'm glad you got them back.



Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: Salpinx on April 05, 2018, 04:52:27 PM


re-install, allowed to sync, correct hash, closed, copied wallet file, reopened, "repairwallet" in console, coins are back, sent to new wallet, then back, works fine

dev said coins are lost......hmmm this project will go far with this expertise behind it....

i do that all and still problems, i am on right chain but wallet keeps crashing

Does the new wallet crash or it crashes when you copy wallet.dat file after syncing it?



Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: Salpinx on April 05, 2018, 05:03:39 PM
Dev, EXUS Coin is a good name and its technology too! But they are not new consensus, so what will make this coin be ruined by people? Why should an ordinary person use EXUS Coin? An ordinary person is that person who is unaware of most of the technology involved, Masternodes and etc. You know that PoS sometimes affects the security of the blockchain, how will you deal with it?

Soon there will be an announcement about the plan for the coin. Working on the details now.





Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: bobiks82 on April 05, 2018, 05:46:35 PM


re-install, allowed to sync, correct hash, closed, copied wallet file, reopened, "repairwallet" in console, coins are back, sent to new wallet, then back, works fine

dev said coins are lost......hmmm this project will go far with this expertise behind it....

i do that all and still problems, i am on right chain but wallet keeps crashing

Does the new wallet crash or it crashes when you copy wallet.dat file after syncing it?



it all pass good, and its working 2-3 hours than crash, also when i try to send money somewhere it crash that moment


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: Salpinx on April 05, 2018, 06:00:27 PM

Did you check if you on the correct chain? Also does it show you any error when you run: repairwallet?



Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: Salpinx on April 05, 2018, 06:19:01 PM
By the way bobiks82, why don't you come to Discord? Much easier to help you there.



Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: bobiks82 on April 05, 2018, 09:28:22 PM
By the way bobiks82, why don't you come to Discord? Much easier to help you there.



it tells me that link expired or i am banned from some reason


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: Salpinx on April 06, 2018, 04:29:01 PM
By the way bobiks82, why don't you come to Discord? Much easier to help you there.



it tells me that link expired or i am banned from some reason

Bobbiks was banned, did you try to spam it at any time there? I've removed the ban. Do not post any advertising except #spam or #advertising channels.



Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: Ryuichi.Aig on April 07, 2018, 12:23:18 AM

Did you check if you on the correct chain? Also does it show you any error when you run: repairwallet?


We were able to recovery it thankfully.


I am interested in this project as well after reading the available information on page first. Total maximum supply also is very reasonable if all the tokens get sold.


Please come join us on any of these platforms.
We just added slack (https://join.slack.com/t/exuscoin/shared_invite/enQtMzQyNjU2MTMyNDUxLTNkYThiZTE3ZThkMDFjZDZhOTVmNGNjYTdmYmI0NGI5OTQ5ZDYyMTk1Njg1MTM2NDA1N2M2MmM5ZDFjNTljNjc)) and reddit (https://www.reddit.com/r/EXUS) 

Discord (https://discord.gg/4ruXAPt))

Telegram (https://t.me/ExusCoin)


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: bobiks82 on April 07, 2018, 11:16:35 PM
Thanks dev for support! They helped me to recover all coins!
With a devs like this this will be a great project!


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: Salpinx on April 09, 2018, 02:45:22 AM

https://i.imgur.com/7jM7sii.jpg


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: weimukapa on April 11, 2018, 08:59:23 PM

Hey.With the announced implementation of the project will occupy a large niche, I'm afraid even to assume a possible capitalization. I will monitor the implementation and, perhaps, I will become the investor of the project.


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: Randrras on April 15, 2018, 07:15:24 AM

I am interested in this project as well after reading the available information on page first. Total maximum supply also is very reasonable if all the tokens get sold.

The first masternode brings a good income. I collect coins for the following nodes ;-)


Title: Re: [ANN] EXUS Coin - POW + POS + MASTERNODES (92% MN reward) - Security Focused
Post by: mikeymellow on April 15, 2018, 05:19:54 PM
Under the roadmap heading you have spelt whitepaper as whitepapper

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

It's also spelled,  not spelt. Not being picky.


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: lequiloi on April 18, 2018, 04:15:35 AM
Hello,

I sent exus from windows wallet  but some thing wrong with the transaction like this:

Status: conflicted, has not been successfully broadcast yet
Date: 18/04/2018 10:56
To: 7SD3Joz44Z4adRAnFMs3aJZCeznTXMAu75
Debit: -1740.40 EXUS
Transaction fee: -0.00004 EXUS
Net amount: -1740.40004 EXUS
Transaction ID: 1d4bd76ab7004bb86c7fac86e83c42ba86c6c3cc214db6b73f72747caa9ec3c8-000

What can I do??? thanks!!!


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: Salpinx on April 18, 2018, 02:28:10 PM
Hello,

I sent exus from windows wallet  but some thing wrong with the transaction like this:

Status: conflicted, has not been successfully broadcast yet
Date: 18/04/2018 10:56
To: 7SD3Joz44Z4adRAnFMs3aJZCeznTXMAu75
Debit: -1740.40 EXUS
Transaction fee: -0.00004 EXUS
Net amount: -1740.40004 EXUS
Transaction ID: 1d4bd76ab7004bb86c7fac86e83c42ba86c6c3cc214db6b73f72747caa9ec3c8-000

What can I do??? thanks!!!


Try to run in your console:

Code:
repairwallet



Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: SIVTSOV on April 25, 2018, 02:57:56 AM
my masternode did not work, but Dev helped me! now it works! A good coin and her team! I am pleased to! =)


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: Richie.EXUS on May 01, 2018, 12:27:42 PM
my masternode did not work, but Dev helped me! now it works! A good coin and her team! I am pleased to! =)

Great to hear that.

Please follow us on to stay tuned for all of our updates.

https://discord.gg/b7BmZJ
t.me/exuscoin
https://twitter.com/ExusCoin
https://www.reddit.com/r/EXUS


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: @ballzy_babbler on May 02, 2018, 10:40:59 PM
I'm not trying to spread FUD, but I have yet to see how this coin sets itself apart from any of the others which have recently popped up.


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: Salpinx on May 06, 2018, 06:44:14 PM
https://i.imgur.com/RhMmpUh.png


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: alikas74 on May 19, 2018, 06:06:39 AM
please give more addnode list.
and 2 days my all stacking is conflicted. what wrong?


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: sonickatherine on May 21, 2018, 09:01:38 AM
I am interested in this project as well after reading the available information on page first. Total maximum supply also is very reasonable if all the tokens get sold.


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: Salpinx on May 21, 2018, 04:17:48 PM
please give more addnode list.
and 2 days my all stacking is conflicted. what wrong?

What do you mean with "conflicted"? Please come to Discord for support.

You can add any masternode IP as your node.




Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: akbitcoin on May 25, 2018, 03:11:29 AM
The next step to have an easy access to EXUS will be:
New desktop wallet
Mobile wallet
Online wallet

For more information join Discord.



Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: okyanus58 on May 26, 2018, 06:11:28 PM
https://quantumminingpool.com I made the mining of exus here.
exus walet Address: 7NBGZMuxwojSpiFNfyA6ruEwdRfKgGCX7u
He sent a quantummining pool exus to the crypto-bridge.org stock exchange but did not come to the stock exchange with exus coin.


https://quantumminingpool.com exus coin sending report

Coin:   Exus
Blockhash:   f445d05481130c2de7feefd503de7d2abcaa0aa530726c9635e29bc272ffe449
Confirmations:   287
Height:   152137
Time:   2018-05-25 21:42:24 (1527298944)
Difficulty:   39.79959007
Bits:   1c066ea0
Nonce:   2196261162
Version:   7
Size:   205 bytes
Flags:   proof-of-work
Previous Hash:   f6c4c41673be44ebb3155ebc247f893b1626ac5f318df471c80b0dc80f1c3e9d
Next Hash:   3c9fda93c5fe075bcb2b63a91e7232a83d0da1eb45e07816eea00903ab107e12
Merkle Root:   b175580b4e4c9577fa41afcd14ab8a68cef0ca25542c64e828ea92becb6e6b02
Transactions:   1



why my exus coinler did not come to the stock market.????


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: Richie.EXUS on May 29, 2018, 10:42:58 AM
https://quantumminingpool.com I made the mining of exus here.
exus walet Address: 7NBGZMuxwojSpiFNfyA6ruEwdRfKgGCX7u
He sent a quantummining pool exus to the crypto-bridge.org stock exchange but did not come to the stock exchange with exus coin.


https://quantumminingpool.com exus coin sending report

Coin:   Exus
Blockhash:   f445d05481130c2de7feefd503de7d2abcaa0aa530726c9635e29bc272ffe449
Confirmations:   287
Height:   152137
Time:   2018-05-25 21:42:24 (1527298944)
Difficulty:   39.79959007
Bits:   1c066ea0
Nonce:   2196261162
Version:   7
Size:   205 bytes
Flags:   proof-of-work
Previous Hash:   f6c4c41673be44ebb3155ebc247f893b1626ac5f318df471c80b0dc80f1c3e9d
Next Hash:   3c9fda93c5fe075bcb2b63a91e7232a83d0da1eb45e07816eea00903ab107e12
Merkle Root:   b175580b4e4c9577fa41afcd14ab8a68cef0ca25542c64e828ea92becb6e6b02
Transactions:   1



why my exus coinler did not come to the stock market.????

We got rid of mining 2 Months ago
You are mining the wrong chain.

Please stay active in the community, at least have our announcements unmuted.
Our telegram will always have a pinned message of the latest news.
Our Reddit will have important posts at the top.
Our Discord will have everything in the announcements section.


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: quantummining on May 29, 2018, 02:26:02 PM
This coin might want to think of changing the header which said POW in several areas - To just POS to keep from confusing people.


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: Richie.EXUS on May 30, 2018, 08:57:12 PM
This coin might want to think of changing the header which said POW in several areas - To just POS to keep from confusing people.


I'm not even sure if we can change some of the things. But we kept the initial announcement the same.

We intend on creating a new page entirely for our 3.0 release.


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: Salpinx on May 31, 2018, 01:53:26 AM
This coin might want to think of changing the header which said POW in several areas - To just POS to keep from confusing people.


Header says: "Pure POS"



Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: Richie.EXUS on June 02, 2018, 04:48:09 PM
The June publication will have to be delayed.
 
We are in the middle of an expansion.

I'll be back in Canada next week to finally open the EXUS office. We would like to wait until I'm settled there before I can talk more about our expansion. Reporting too early could give you innacurate information and that isn't our style.

If anyone is in Ontario (Toronto,Collingwood, London, Sarnia) that wants to help me set up office furniture for EXUS @ minimum wage let me know.

Thank you all for your continued support,
Richie


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: tts_la on June 02, 2018, 05:04:10 PM
Highly appreciate your time to create such well-designed inforgraphics to announce about current achievements and progresses of EXUS project.


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: Richie.EXUS on June 03, 2018, 04:35:33 PM
Go check out https://masternodes.pro (https://masternodes.pro/stats/exus/masternode_list) for their new masternode tracking. Their software is in beta and they'd appreciate our support to find any bugs.

Also go to  https://mnode.club (https://mnode.club/g/coinvote) and vote for EXUS please.
They also track your masternode and rewards


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: m3mbr44n on June 05, 2018, 08:29:39 AM
I bought me some Exus a few days ago to check the wallet and I must say it is staking nicely. Project looks serious (dev updates, steady development and people happy about proper support). Time to bump up to my first MN soon. ;D


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: Richie.EXUS on June 13, 2018, 01:58:43 AM
I bought me some Exus a few days ago to check the wallet and I must say it is staking nicely. Project looks serious (dev updates, steady development and people happy about proper support). Time to bump up to my first MN soon. ;D

Thank you for your kind remarks.

Please follow us on all of our outlets, we appreciate your support.


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: Richie.EXUS on June 13, 2018, 02:04:45 AM
Happy to report the EXUS Office setup is underway!

https://veer.tv/photos/hw2-150107

I'm going to be honest, decoration isn't my forte.


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: Richie.EXUS on June 28, 2018, 04:01:25 PM
We've added a few members to our team, we're still getting them into the fold and catching them up.

Please stay tuned.

We've decided against releasing monthly publications as it complicates our process.


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: bxxxGooDxxxd on June 29, 2018, 08:42:34 PM
https://l2rx.com/img_top/masternodes_top_rating.jpg


Add "EXUS (EXUS)" to TOP Masternodes (Rating) https://l2rx.com
                                         ---
People, we need to add coin in rating Masternodes.
Our coin: "№ 403 EXUS (EXUS)" https://l2rx.com/add.php

https://l2rx.com/img_top/Screenshot_129.png


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: Richie.EXUS on July 11, 2018, 06:56:49 PM
We will be attending https://futuristconference.com/

August 15 - 16, 2018

Stay tuned for updates from there!


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: Richie.EXUS on July 11, 2018, 06:58:20 PM


Add "EXUS (EXUS)" to TOP Masternodes (Rating) https://l2rx.com
                                         ---
People, we need to add coin in rating Masternodes.
Our coin: "№ 403 EXUS (EXUS)" https://l2rx.com/add.php

This brings no value to EXUS or its members, this is just shameless extortion.


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: Richie.EXUS on July 11, 2018, 09:29:05 PM
Our office as of 07/09/2018

https://veer.tv/photos/186612

We're nearly finished!


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: Richie.EXUS on July 17, 2018, 01:28:03 AM
Our Agenda for the near future.

https://twitter.com/ExusCoin/status/1017437945849139201


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: Richie.EXUS on July 22, 2018, 11:21:57 PM
Hey everyone,

While 3.0 is nearing development, I'm focused on expanding our community before we talk more about EXUS 3.0.

I introduced a new channel in Swaps in our Discord, go to #suggestions and post any information on coins that may have been abandoned so we can offer their community a swap.

This is an important step for EXUS as we want to grow our community before we release all of the exciting news we have. You can reach out on our behalf, just talk to me before to confirm. You can be our official Swap Liaison.

Thank you all.

“Without ambition one starts nothing. Without work one finishes nothing. The prize will not be sent to you. You have to win it.” -- Ralph Waldo Emerson(edited)



Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: mrp1994 on August 20, 2018, 10:43:30 AM
Thanks for the opportunity to check if my EXUS masternode is working and for the rewards. It`s nice. ;)


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: David Baer on September 08, 2018, 06:56:30 PM
A great and very, very interesting plan! Everything is put clear for a person to understand what they invest into. I would like to participate in it, as I really believe it will be profitable and very popular.


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: rulez on September 08, 2018, 11:00:35 PM
TradersGateway masternode investment comparison tool features the most accurate and detailed stats
  • Website - http://www.tradersgateway.net/
  • Discord - https://discordapp.com/invite/d2PH7hq
  • Twitter - https://twitter.com/traders_gateway


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: stammercocoaha on September 12, 2018, 08:52:41 AM
I appreciate the EXUS Coin because it's safe and secure. This coin is also very high stability improvements. I hope the project will expand the ad system


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: legendster on September 16, 2018, 09:16:46 PM
Looks promising, joining Discord.

Will update this post and add it here : https://bitcointalk.org/index.php?topic=5030189
If everything is fine.


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: AnnaWillion on September 20, 2018, 08:09:33 AM
Hi Exus team!

We like the concept of your project and we'd like to add your token on Xebr exchange  (https://xebr.com/). Implementation is simple and free of charge.
Xebr is licensed exchange, all operations are legal.

PM me for more details
or
@ershavik - telegram

Have a good day!


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: Richie.EXUS on October 27, 2018, 04:53:25 PM
Dear Supporters,

We reached a point that we need to switch priorities and resources completely for our future release. Our channels will still function, we are only shutting down our master nodes.

I will always be here, and we will still make announcements regarding future developments on EXUS channels.

This was a difficult decision but EXUS simply cannot be rebranded as our future company will not use master-nodes and we need to be fully compliant with the laws and regulations.

Like you, I am an investor, working in EXUS has been incredible, reaching out to people world-wide, connecting with every one of you and seeing what your goals and dreams are. That paved way for where we are heading, along with the current climate of blockchain & crypto-currencies, made it clear what we must create.

I appreciate every person that spent time to support EXUS. Community is important to success. We have every intention to reward early supporters when we release the future product.

Please stay tuned as we are just getting started.

We are holding all of our EXUS.

P.S. Our new name is in Latin.


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: mrquackquack on January 09, 2020, 08:26:04 PM
news?


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: mrquackquack on August 31, 2020, 11:26:02 PM
Is this thing still alive and being developed?


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: RobbieRich on December 05, 2020, 02:22:58 PM
Dead as a Frucking Doornail


Title: Re: [ANN] EXUS Coin - Pure POS + MASTERNODES (75% MN reward, 25% staking)
Post by: mrquackquack on January 12, 2021, 12:43:12 AM
Is this thing still alive?