Pages:
Author

Topic: [ANN] Exclusive Coin - Cryptsy/Bittrex, CAT bot, Loads of News! - page 66. (Read 248520 times)

hero member
Activity: 672
Merit: 500
http://fuk.io - check it out!

ROADMAP

28.09.2014 - launch of the coin V
11.10.2014 - finishing coding of marketplace plugin  V
14.10.2014 - opening market officialy with 5x Gridseed Dual Miner sales ~3 AM GMT+2
XX.10.2014 - seling GAW Fury [known as ZEUS Blizzard] 1mhs miners
XX.10.2014 - selling 280x R9 GPU cards [may delay]


Not giving exact time so people from mailing list on http://exclusivecoin.pw can have upperhand just like it was planned.

Seems very promising.

I am an ICO buyer, but I am shocked! These miners are obsolete! They are old and can not use for profitable mining! The Gridseed price is around 30 USD, the GAW fury is absolutely worthless, the 280x is a good middle range card for mining...

It is a bit disappointing... Huh

Every 1-2 weeks will be new things to be sold. At this market price we have to start with cheaper things because market wont take ie KNC Neptune right now.
Market Cap wont allow us to sell expensive things yet, so we need to start with cheapest. Blame the price not me Wink

As you see from the 3 things mentioned each on the next step is more expensive than one before.

And actually Gridseed Duals still sell maybe you dont like them but they take almost 0 electricity and mine stabile. You choose what you want to buy.
sr. member
Activity: 420
Merit: 250

ROADMAP

28.09.2014 - launch of the coin V
11.10.2014 - finishing coding of marketplace plugin  V
14.10.2014 - opening market officialy with 5x Gridseed Dual Miner sales ~3 AM GMT+2
XX.10.2014 - seling GAW Fury [known as ZEUS Blizzard] 1mhs miners
XX.10.2014 - selling 280x R9 GPU cards [may delay]


Not giving exact time so people from mailing list on http://exclusivecoin.pw can have upperhand just like it was planned.

Seems very promising.

I am an ICO buyer, but I am shocked! These miners are obsolete! They are old and can not use for profitable mining! The Gridseed price is around 30 USD, the GAW fury is absolutely worthless, the 280x is a good middle range card for mining...

It is a bit disappointing... Huh
hero member
Activity: 532
Merit: 500

ROADMAP

28.09.2014 - launch of the coin V
11.10.2014 - finishing coding of marketplace plugin  V
14.10.2014 - opening market officialy with 5x Gridseed Dual Miner sales ~3 AM GMT+2
XX.10.2014 - seling GAW Fury [known as ZEUS Blizzard] 1mhs miners
XX.10.2014 - selling 280x R9 GPU cards [may delay]


Not giving exact time so people from mailing list on http://exclusivecoin.pw can have upperhand just like it was planned.

Seems very promising.

Seems to me like an attempt to sell off someones mining stuff while getting attention to the coin, intelligent at least hahahha. Am I the only one who doesnt trust this "OLD DEV"? Shocked
member
Activity: 84
Merit: 10
why all says here that this coin will go to the moon, but the price and diff go down? all devs friends?

and who is selling the hell on bittrex?


seriously?  Lips sealed
look at the volume, like nothing sold?
newbie
Activity: 40
Merit: 0
and where is the market launch announced for Monday?

Read few posts before you. 14.10 3:00 AM GMT+2, so it will be still Monday in the US.
newbie
Activity: 21
Merit: 0
and where is the market launch announced for Monday?
hero member
Activity: 854
Merit: 502
why all says here that this coin will go to the moon, but the price and diff go down? all devs friends?

and who is selling the hell on bittrex?



No pressure on sell, just look in sell volume. I bet its mostly come from multipool that still mining them (you may check it)
Diff down? Offcourse, some multipool will out (partially) from this coin if price is not favorable anymore.
They dont mine to sell it later, but mine to sell it directly.
I am happy with lower diff that so i could earn more.
newbie
Activity: 21
Merit: 0
why all says here that this coin will go to the moon, but the price and diff go down? all devs friends?

and who is selling the hell on bittrex?

https://i.imgur.com/HwZuJFV.png
full member
Activity: 195
Merit: 100
we are the most raised in price coin on bittrex now





Nice! Great work so far KingsCrown. I would like to know one more thing....can you provide a guide for solo mining Exclusive Coin? Also is there any P2Pool for Exclusive coin? These two would greatly help people. I tried to use your ExclusiveCoin.conf and do solo mining and it did not work for some reason. I used bfgminer for that. Thank you.

OK - solo mining guide as promised.

---------------------------------------------------------------------------
Note:

1. This is the first time I've solo mined but it's working.
2. I think I'm getting a bit more than from a pool but I've had good results from pools as well, which is an easier option.
3. Pools are better when the difficulty is high.
4. I'm not an expert!

---------------------------------------------------------------------------
My rig:

4 x AMD R9 270X which I'm getting just over 2.5 Mh/s from each card, giving me over 10 Mh/s in total, running on Windows 7.

---------------------------------------------------------------------------
Steps:

1. Download the latest mining software - I use sgminer 5: https://www.nicehash.com/software/#sgminer.

2. Download the ExclusiveCoin wallet (see front page - https://bitcointalksearch.org/topic/ann-exclusive-coin-cryptsybittrex-cat-bot-loads-of-news-771755).

3. Run wallet and allow to sync blockchain.

4. Close wallet.

5. Create a text file with the following contents.

server=1
listen=1
daemon=1
rpcuser=user
rpcpassword=pass
rpcallowip=localhost
rpcport=3333

Set user and pass to something of your choosing.

6. Rename this text file to ExclusiveCoin.conf and put in your ExclusiveCoin data folder where your wallet.dat file is.  (I have my data folder in a different place than the default and use the -datadir flag but it should work in the default folder).

7. Create a shortcut to the ExclusiveCoin-qt.exe and add the flag -server so it becomes (Path_To_Wallet_Exe)\ExclusiveCoin-qt.exe -server. (Probably don't need the -server as it's duplicated in the conf file).

8. Create a batch file to run the miner using the same user and password you put in the conf file.  This is my batch file:

del *.bin
color 02
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
(Path_To_Miner)\sgminer.exe -o 127.0.0.1:3333 -u user -p pass -k x11mod --intensity 17 --worksize 256 --thread-concurrency 16000 --gpu-threads 2
del *.bin

9. Run the wallet and let it sync.

10. Run the miner. (You won't get much information until you get a block and it takes a little while to get going).

11. Keep wallet open (the miner is talking to it!).

12. You can look in the log file to see that things are actually happening.

Goto Help->DebugWindow->Debug log file->Open.
Scroll to bottom.
When someone else has made a block (which is most of the time) you will see messages such as received block [hash], ProcessBlock: ACCEPTED etc.

---------------------------------------------------------------------------

That's it, let me know if it works, pm me if you need help.  If anyone else can point out things I could do better, feel free  Grin

Seems like quite a few people are now doing solo mining?  See post above on 7th October which corresponds to a block around #32000 on the graph here:

https://chainz.cryptoid.info/excl/extraction.dws?.htm

A steady rise in extractions from Unknown.  Also a gradual rise in difficulty.  All good  Smiley
sr. member
Activity: 483
Merit: 250

ROADMAP

28.09.2014 - launch of the coin V
11.10.2014 - finishing coding of marketplace plugin  V
14.10.2014 - opening market officialy with 5x Gridseed Dual Miner sales ~3 AM GMT+2
XX.10.2014 - seling GAW Fury [known as ZEUS Blizzard] 1mhs miners
XX.10.2014 - selling 280x R9 GPU cards [may delay]


Not giving exact time so people from mailing list on http://exclusivecoin.pw can have upperhand just like it was planned.

Seems very promising.
legendary
Activity: 1526
Merit: 1000
the grandpa of cryptos
the best coin right now
EXCL to the universe
full member
Activity: 201
Merit: 100
Hopefully the EXCL marketplace would slowly replace the Bitcointalk marketplace thread here.  Smiley
hero member
Activity: 672
Merit: 500
http://fuk.io - check it out!

ROADMAP

28.09.2014 - launch of the coin V
11.10.2014 - finishing coding of marketplace plugin  V
14.10.2014 - opening market officialy with 5x Gridseed Dual Miner sales ~3 AM GMT+2
XX.10.2014 - seling GAW Fury [known as ZEUS Blizzard] 1mhs miners
XX.10.2014 - selling 280x R9 GPU cards [may delay]


Not giving exact time so people from mailing list on http://exclusivecoin.pw can have upperhand just like it was planned.
member
Activity: 112
Merit: 10
sr. member
Activity: 435
Merit: 250
Buy now or cry later
member
Activity: 84
Merit: 10
It can be the last day to buy some coins at bargain price, market is coming really soon and then the price fly up for sure  Smiley
full member
Activity: 195
Merit: 100
OK - solo mining guide as promised.

---------------------------------------------------------------------------
Note:

1. This is the first time I've solo mined but it's working.
2. I think I'm getting a bit more than from a pool but I've had good results from pools as well, which is an easier option.
3. Pools are better when the difficulty is high.
4. I'm not an expert!

---------------------------------------------------------------------------
My rig:

4 x AMD R9 270X which I'm getting just over 2.5 Mh/s from each card, giving me over 10 Mh/s in total, running on Windows 7.

---------------------------------------------------------------------------
Steps:

1. Download the latest mining software - I use sgminer 5: https://www.nicehash.com/software/#sgminer.

2. Download the ExclusiveCoin wallet (see front page - https://bitcointalksearch.org/topic/ann-exclusive-coin-cryptsybittrex-cat-bot-loads-of-news-771755).

3. Run wallet and allow to sync blockchain.

4. Close wallet.

5. Create a text file with the following contents.

server=1
listen=1
daemon=1
rpcuser=user
rpcpassword=pass
rpcallowip=localhost
rpcport=3333

Set user and pass to something of your choosing.

6. Rename this text file to ExclusiveCoin.conf and put in your ExclusiveCoin data folder where your wallet.dat file is.  (I have my data folder in a different place than the default and use the -datadir flag but it should work in the default folder).

7. Create a shortcut to the ExclusiveCoin-qt.exe and add the flag -server so it becomes (Path_To_Wallet_Exe)\ExclusiveCoin-qt.exe -server. (Probably don't need the -server as it's duplicated in the conf file).

8. Create a batch file to run the miner using the same user and password you put in the conf file.  This is my batch file:

del *.bin
color 02
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
(Path_To_Miner)\sgminer.exe -o 127.0.0.1:3333 -u user -p pass -k x11mod --intensity 17 --worksize 256 --thread-concurrency 16000 --gpu-threads 2
del *.bin

9. Run the wallet and let it sync.

10. Run the miner. (You won't get much information until you get a block and it takes a little while to get going).

11. Keep wallet open (the miner is talking to it!).

12. You can look in the log file to see that things are actually happening.

Goto Help->DebugWindow->Debug log file->Open.
Scroll to bottom.
When someone else has made a block (which is most of the time) you will see messages such as received block [hash], ProcessBlock: ACCEPTED etc.

---------------------------------------------------------------------------

That's it, let me know if it works, pm me if you need help.  If anyone else can point out things I could do better, feel free  Grin

Nice tutor and inspire me to try solo mining

Thanks  Grin  Have you tried, is it working?

Hey,
I have tried and it is working very well. So far I made 2 blocks in 8 hours. However I do not see them in the exchange and only in my Wallet. Do you know what that could be? I stopped it after finding the blocks as I think it is better to mine in suchpool then solo. Such pool gives you almost 30 excl for 24 hours for 1.5 mhz. Thanks

Great Smiley 

I'm not sure what you mean by exchange?

It may well be the case that you'll get more on pools.  I said that I'd had good mining with pools.  I'm not solo mining because its better, just because I can and have enough hash power compared to the network for my average to be reasonable.  If there was a lot more network hashing then I could be lucky or unlucky solo mining.  Pools provide a great service to a) Make it easier and b) Smooth out your luck.

I've always used pools before and I've never had a bad one.

Happy mining ...


Oops! I meant the blockchain. I do not see my blocks in the chain https://chainz.cryptoid.info/excl/. It is showing wrong EXCL then what I have in the wallet. Thanks

Sent you a pm.
hero member
Activity: 672
Merit: 500
http://fuk.io - check it out!
EXCL is looking very healthy and we will let our friends know also..Here is my blog post for EXCL Coin..I am wishing you a great success ahead..  Smiley

http://bitbillions.net/2014/10/11/altcoin-reviews-exclusive-coin-excl-a-quality-crypto-rising/

https://twitter.com/goldentags/status/520985554456817664

thanx, looks great. added to OP!
legendary
Activity: 2114
Merit: 1023
Oikos.cash | Decentralized Finance on Tron
Thank you for the Promo bounty, nice to see a kind and honest DEV and also we are using this bounty as an asset for our asset backed coin..So good coins stick together in Crypto.  Smiley
legendary
Activity: 2114
Merit: 1023
Oikos.cash | Decentralized Finance on Tron
EXCL is looking very healthy and we will let our friends know also..Here is my blog post for EXCL Coin..I am wishing you a great success ahead..  Smiley

http://bitbillions.net/2014/10/11/altcoin-reviews-exclusive-coin-excl-a-quality-crypto-rising/

https://twitter.com/goldentags/status/520985554456817664
Pages:
Jump to: