Pages:
Author

Topic: [ANN] Exclusive Coin EXCL 2.0 - MasterNodes, ProofOfStake, 4 years old, Android! - page 52. (Read 116929 times)

legendary
Activity: 987
Merit: 1003
I installed the OSX Wallet and it works fine. Here are a few screenshots...







legendary
Activity: 1638
Merit: 1036

WALLETS and SOURCE

p2p - 23230
rpc - 23231
node: nodes.exclusivecoin.pw

Github - source
https://github.com/exclfork/ExclusiveCoin

Windows QT
https://mega.nz/#!CQN21Z6b!vDSdwc50dLOr9T_z2xs6OcT3GXAFpaKx9tISU2OjmII (you need to copy paste, forum blocks links with #)

OSX[/]
https://drive.google.com/file/d/0B5j8d4FSc7drY1VtdE9Sb295YXM/view?usp=sharing (made by bumpacoin)



hehe it's bumbacoin Smiley
newbie
Activity: 16
Merit: 0
YES!!!!!!

Finally swap I love it

My EXCL worth more, good price 2 btc Smiley)))

I buy more in night
legendary
Activity: 1638
Merit: 1036

I made a how to master node for Exclusive Coin using the Qt Smiley

it's based on a couple of examples for Transfer Coin.

http://bumbacoin.blogspot.com.au/2016/07/how-to-setup-exclusive-coin-master-node.html
full member
Activity: 195
Merit: 100
EXCL Coin Official Developer
UPDATE:
MasterNodes working - 5 000 coins per MN for now.
Mac OSX wallet working - added to OP.
legendary
Activity: 1526
Merit: 1000
the grandpa of cryptos
price down pick up!

https://www.youtube.com/watch?v=lEBP9dpVM70

we have over 2 BTC volume now - looking good and we have cheap coins because somebody dumped - i bought a lot  Grin
full member
Activity: 195
Merit: 100
EXCL Coin Official Developer
master nodes are 5000

something to be fixed :p either the gui that says 10000, or the code that says 5000




edit
strangely my master nodes keep stopping and need restarting.

Passed this to both code-dev and even infernoman Smiley
legendary
Activity: 1638
Merit: 1036
master nodes are 5000

something to be fixed :p either the gui that says 10000, or the code that says 5000




edit
strangely my master nodes keep stopping and need restarting.
legendary
Activity: 1638
Merit: 1036
Block explorer is synced with the new chain: http://cryptobe.com/chain/ExclusiveCoin

why doesn't this have the "burn" subtracted from the outstanding total?

"Old" EXCL:

Total supply: ~60,000,000 (60MM)
[60000000 - 23474339.7208 [burned] = 36525660 actual total numer of coins in circulation]

[source:

36525660 / 10 = 3652566 and this is block one.


So there was no need to create 60 mil to burnd them, we went right away for number from original existance




Old math: Total possible coins in existence 60M-23M(burned) = 36 Million *possible* coins. Only about 15 million of those had been created,(mined/staked) before the switch. You gave yourself the rest of the possible mined coins when the switch happened? the remaining 21M (now 2.1M) coins?


36525660 actual total numer of coins in circulation

not possible. actual. lol
full member
Activity: 195
Merit: 100
EXCL Coin Official Developer
mn not work

Did you send enough coins to make MN?

You need to send EXCL in right number + generate MN key

I did for many coins mn, for Darknet for example, but this error occurs.
Quote
CActiveMasternode::ManageStatus() - Checking inbound connection to '127.0.0.1:23230'
CActiveMasternode::GetMasterNodeVin - Could not locate specified vin from possible list
CActiveMasternode::ManageStatus() - Could not find suitable coins!
CActiveMasternode::Dseep() - Error: masternode is not in a running status
CActiveMasternode::ManageStatus() - Error on Ping: masternode is not in a running status

Ok passed the info - Thanx a lot!
sr. member
Activity: 537
Merit: 259
sr. member
Activity: 403
Merit: 250
mn not work

Did you send enough coins to make MN?

You need to send EXCL in right number + generate MN key

I did for many coins mn, for Darknet for example, but this error occurs.
Quote
CActiveMasternode::ManageStatus() - Checking inbound connection to '127.0.0.1:23230'
CActiveMasternode::GetMasterNodeVin - Could not locate specified vin from possible list
CActiveMasternode::ManageStatus() - Could not find suitable coins!
CActiveMasternode::Dseep() - Error: masternode is not in a running status
CActiveMasternode::ManageStatus() - Error on Ping: masternode is not in a running status
hero member
Activity: 736
Merit: 500
hey guys.

I'm going to setup a masternode maybe two!

hopefully coinmarketcap will change the stats on the coin to reflect the new total amount
legendary
Activity: 1638
Merit: 1036

anyone got any nodes to add ??
legendary
Activity: 1638
Merit: 1036
I had to change this line

Code:
const CScriptID& hash = boost::get(address);

in rpcrawtransaction.cpp to

Code:
const CScriptID& hash = boost::get(address);

to get it to compile on Ubuntu 16.04 LTS. Otherwise I was getting an error

Code:
/usr/include/boost/variant/get.hpp:178:5: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE

Can you please confirm this change doesn't break anything?

as far as i'm aware that fix is just for differing versions of boost. should be fine.

https://github.com/bitcoin/bitcoin/issues/6056
full member
Activity: 195
Merit: 100
EXCL Coin Official Developer
In Linux is compiled normally (last git clone).
Try refreshing boost

Yes QT compiles without the fix, but the issue is with the daemon. At least for me.


You have managed to create masternode?
I do not how many tried did not work.

Although the node whose long before the exchange of coins have been, and there ....

PoS very small, small reward, mn does not work ....

Something very start ....

I didnt make MN to let people create ones. Initial MN is by tech-dev.

PM me issue or copy paste commands tested.
sr. member
Activity: 403
Merit: 250
In Linux is compiled normally (last git clone).
Try refreshing boost

Yes QT compiles without the fix, but the issue is with the daemon. At least for me.


You have managed to create masternode?
I do not how many tried did not work.

Although the node whose long before the exchange of coins have been, and there ....

PoS very small, small reward, mn does not work ....

Something very start ....
hero member
Activity: 966
Merit: 1003
In Linux is compiled normally (last git clone).
Try refreshing boost

Yes QT compiles without the fix, but the issue is with the daemon. At least for me.
sr. member
Activity: 403
Merit: 250
In Linux is compiled normally (last git clone).
Try refreshing boost
hero member
Activity: 966
Merit: 1003
I had to change this line

Code:
const CScriptID& hash = boost::get(address);

in rpcrawtransaction.cpp to

Code:
const CScriptID& hash = boost::get(address);

to get it to compile on Ubuntu 16.04 LTS. Otherwise I was getting an error

Code:
/usr/include/boost/variant/get.hpp:178:5: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE

Can you please confirm this change doesn't break anything?
Pages:
Jump to: