Pages:
Author

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

full member
Activity: 231
Merit: 100
if needed i know PHP coders to make the market Smiley
sr. member
Activity: 335
Merit: 250
Waiting to see the launch, OP is a great guy to do business with!   Cool

Expecting to see very cool things from this alt!  Grin Grin
hero member
Activity: 672
Merit: 500
http://fuk.io - check it out!
DELAY IN MARKETS LANUCH
Former coder Alexandr Martynov fucked the plugin up.

There is new guy who seems to be understanding more that already found his stupid mistakes and claims to fix everything within 48h.

We are also talkign to team Cryptonator.com for help if it will be needed.

Sorry for delay - but as i said, when 3rd party is working i cannot guarantee the exact dates.
member
Activity: 112
Merit: 10
Market update?
full member
Activity: 195
Merit: 100
hero member
Activity: 672
Merit: 500
http://fuk.io - check it out!
Xuorc  nice tutorial Smiley
hero member
Activity: 854
Merit: 502

Nice tutor and inspire me to try solo mining

Thanks  Grin  Have you tried, is it working?

Not yet, my rig still park on "multipool" cause the range profit is too far from between.
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?
full member
Activity: 195
Merit: 100
Thanks a lot. It is working as  you mentioned. However do you need the config file in the sgminer folder or you can discard that? I have that though! I do get pool 0 not providing work fast enough!

Thanks.

I don't think you need the conf file in the sgminer folder.  It's just the wallet that reads that so it should be where the wallet is.

I get "not providing work fast enough" as well but mine does not say pool 0, so I don't know what that means.

Have you found a block yet?  What is your hash rate?
hero member
Activity: 854
Merit: 502
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
sr. member
Activity: 491
Merit: 250
Thanks a lot. It is working as  you mentioned. However do you need the config file in the sgminer folder or you can discard that? I have that though! I do get pool 0 not providing work fast enough!
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
legendary
Activity: 2212
Merit: 1199
somebody still dumping.

There are always gonna be dumpers. People have their choice.

Some of them just need urgent money and all they have might be some coin holdings.
Some want the price to go down.
Some don't believe in the future.

But I am looking at Excl as on a good project. So many ICO,IPO scams (99%) that it is nice to have a look at this 1%.

Many people want to buy a coin and earn $$$$$$$$$ in a week because they think price will hit x100 just like that.

This isn't that simple (without bad habit of manipulating).

When some product is brand new, it is very hard to gain attention from large amount of real enthusiasts.
Kingscrown is doing his best this is all that I can see. He cannot manipulate the price as many of you want him to ... this is very bad thing to do. And I believe he will never do that as this is non sense...

A success will come if EXCL will stay with us for a year, and longer and the product (coin) will be good then you will see that the price might hit x100 and even more.

As for now everything is looking very promising in my opinion. I don't like alt-coins, I don't buy alt-coins from time where I was scammed 3 times in a row.

I am pretty sure I will buy EXCL when I will be able to spend some money. For now I am just looking Smiley And feeling good when I see Kingscrown doin his job Smiley He is good in it Smiley Isn't?


Regards.
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.

I'm quite successfully solo mining at the moment.  I will try to put together a guide for solo mining, but it will be a few hours at least.  I will post here and pm you when done.
sr. member
Activity: 491
Merit: 250
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.
full member
Activity: 195
Merit: 100
let them dump ,  obviously they dont know what lies ahead ,there loss
sr. member
Activity: 311
Merit: 250
somebody still dumping.
sr. member
Activity: 308
Merit: 250
Renewable Energy Cryptocurrency
we are the most raised in price coin on bittrex now





nice jump. will wait till 500 % raise.
member
Activity: 84
Merit: 10
EXCL will go 500% i think soon
full member
Activity: 231
Merit: 100
we are the most raised in price coin on bittrex now





Easy to do with 0 volume

please push us to 300% then
im chilling and waiting
Pages:
Jump to: