Bitcoin Forum

Alternate cryptocurrencies => Pools (Altcoins) => Topic started by: alenevaa on July 13, 2015, 01:58:21 PM



Title: [SUPPORT] [YAC] [UTC] [SRC] YACoin.Club Pools Support Thread
Post by: alenevaa on July 13, 2015, 01:58:21 PM
Please use this thread for support questions/issues for YACoin.Club pools:

https://src.yacoin.club/img/SRC.png SRC - src.yacoin.club (https://src.yacoin.club/) * Pool is Working

https://yac.yacoin.club/img/YAC.png YAC - yac.yacoin.club (https://yac.yacoin.club/) * Pool is Working

https://utc.yacoin.club/img/UTC.png UTC - utc.yacoin.club (https://utc.yacoin.club/) * Pool is Working

http://utc14.yacoin.club/img/UTC.png UTC NF14 - utc14.yacoin.club (http://utc14.yacoin.club/index.php) * Pool is Working



Title: Re: [SUPPORT] YACoin.Club Pools Support Thread
Post by: ManiacMiner on July 15, 2015, 11:34:04 AM
what ultracoin pool fee?


Title: Re: [SUPPORT] YACoin.Club Pools Support Thread
Post by: alenevaa on July 15, 2015, 11:46:25 AM
what ultracoin pool fee?
The Pool rewards miners according to a PROP system with 1% fee. See Terms & Conditions (http://utc.yacoin.club/index.php?page=tac)


Title: Re: [SUPPORT] YACoin.Club Pools Support Thread
Post by: alenevaa on July 21, 2015, 08:11:49 AM
The pool utc.yacoin.club (http://utc.yacoin.club/) is under DDoS attack since 07/21/2015 7:00 (UTC). Sorry for that!


Title: Re: [SUPPORT] YACoin.Club Pools Support Thread
Post by: alenevaa on July 22, 2015, 09:12:41 AM
Due to the constant DDoS-attacks I have to temporarily shut down the stratum server. I hope to solve the problem in the near future.

Withdrawal from the pool is working.


Title: Re: [SUPPORT] YACoin.Club Pools Support Thread
Post by: alenevaa on September 02, 2015, 10:57:07 AM
Ultracoin Pool is up again. Since we are hosting on the new dedicated server the fee has changed to 2%


Title: Re: [SUPPORT] YACoin.Club Pools Support Thread
Post by: alenevaa on September 30, 2015, 11:54:33 AM
We have added SecureCoin [SRC] (http://securecoin.org/) to our Club.

SecureCoin is a Fast and Secure Version of Bitcoin. It's got the same number of total coins, it just uses additional hash functions, which makes it more secure.

For NVidia cards you can use ccminer (https://github.com/sp-hash/ccminer/releases):

Code:
ccminer.exe --algo=quark -o stratum+tcp://yacoin.club:3463 -O User.WorkerName:WorkerPassword

You can trade [SRC] on Cryptsy  (https://www.cryptsy.com/markets/view/SRC_BTC)and Bter (http://bter.com/trade/src_btc)

Have a happy mining!  :D


Title: Re: [SUPPORT] [YAC] [UTC] [SRC] YACoin.Club Pools Support Thread
Post by: alenevaa on October 09, 2015, 08:05:46 AM
TX fee (applied to transactions) on SecureCoin Pool (https://src.yacoin.club/) has been reduced to 0.01 SRC

Have a happy withdrawing!  :)


Title: Re: [SUPPORT] [YAC] [UTC] [SRC] YACoin.Club Pools Support Thread
Post by: alenevaa on October 14, 2015, 01:23:57 PM
Thanks for that Alenevaa,

I have noticed that on the minerd when my last block was made, it showed a hash of 23 hash/s

When my worker starts to work though, on the dashboard, it shows as 0.22KH/s...what explains the difference between the two figures?

Would other things, such as a few different qt setups running in the background, or anything else happening on my computer affect the hashrate?

Also, would it be a similar sort of process to mine other coins, such as ultracoin? How would I go about that?

Many thanks, as always...

Roister

With the growth of Nfactor, it's harder and harder to keep track of miners. Is my miner still alive!?

For NF17 even with minimal share difficulty 1 it may take up to 10 minutes for ordinary CPU miner (like minerd) to submit share to the pool.

The pool calculates hashrate as average value: ('accepted shares' /  'short time period').
At the same moment when the share is submitted pool displays speed more than real hashrate. Other time the pool displays speed just as zero. It’s normal behavior but not convenient.

That's why the pool offers mining with share difficulty 0.25. Let's name this share as 'quark'.
So with the same real speed your miner will submit 'quarks' 4 times faster than ordinary share. And you will be able to monitor the heartbeat and speed of you miner more precisely.

Difficulty can be selected by the port number: (3433 difficulty 1; 3434 - 0.25)

But the problem is that not all miners support difficulty less than 1.

Unfortunately YACminer and minerd doesn't.
As far as I know cudaminer and ccminer does.

PS: Professional miners with GPU rigs and Server Farms please use port with standard difficulty 1 in any way!


Title: Re: [SUPPORT] [YAC] [UTC] [SRC] YACoin.Club Pools Support Thread
Post by: alenevaa on October 14, 2015, 01:44:41 PM
Would other things, such as a few different qt setups running in the background, or anything else happening on my computer affect the hashrate?
Of course, any program that you run on the computer consumes CPU resources and affect the hashrate. Especially coin wallet when it's syncing the chain.


Title: The easiest way to mine YACoin [YAC]
Post by: alenevaa on October 14, 2015, 02:12:20 PM
I am sorry that I haven't got a clue how to mine myself - Is there a (very) simple way of showing me how to mine on my laptop, or would it be no use anyway?

-> The easiest way to mine YACoin [YAC]:

 - use CPU miner (you can get it here (https://github.com/Thirtybird/cpuminer/releases))

 - select x64 version (https://github.com/Thirtybird/cpuminer/releases/download/v2.4.0/minerd-yacoin_stratum_x64_2_4_0.zip) if you have Windows 64-bit

 - use 'minerd-x64-avx2.exe' if you have modern CPU

 - Register your account on the 'YAC pool' (https://yac.yacoin.club/index.php?page=register) with 'your username'

 - Confirm it with the link from your confirmation email

 - Add new worker in 'My Account' - 'My Workers' (https://yac.yacoin.club/index.php?page=account&action=workers)

Then you can run .exe from the command line or create .bat file:

Code:
minerd-x64-avx2.exe -a scrypt-chacha -o stratum+tcp://yacoin.club:3433 -O YourUserName.WorkerName:WorkerPassword


Title: The easiest way to mine Ultracoin [UTC]
Post by: alenevaa on October 14, 2015, 02:14:51 PM
Also, would it be a similar sort of process to mine other coins, such as ultracoin? How would I go about that?

Yes, it's very similar  :)
The difference is only one option - for ultracoin you should use --starttime=1388361600
and don't forget to change the port YAC 3433, UTC 3443 (see code below..)

-> The easiest way to mine UTC:

 - use CPU miner (you can get it here (https://github.com/Thirtybird/cpuminer/releases))

 - select x64 version (https://github.com/Thirtybird/cpuminer/releases/download/v2.4.0/minerd-yacoin_stratum_x64_2_4_0.zip) if you have Windows 64-bit

 - use 'minerd-x64-avx2.exe' if you have modern CPU

 - Register your account on ‘UTC pool’ (https://utc.yacoin.club/index.php?page=register) with 'your username'

 - Confirm it with the link from your confirmation email

 - Add new worker in 'My Account' - 'My Workers' (https://utc.yacoin.club/index.php?page=account&action=workers)

Then you can run .exe from the command line or create .bat file:

UTC
Code:
minerd-x64-avx2.exe --starttime=1388361600 -a scrypt-chacha -o stratum+tcp://yacoin.club:3443 -O YourUserName.WorkerName:WorkerPassword


Title: Re: [SUPPORT] [YAC] [UTC] [SRC] YACoin.Club Pools Support Thread
Post by: S3cco on October 15, 2015, 09:42:23 AM
Any twitter account for your pool?


Title: Re: [SUPPORT] [YAC] [UTC] [SRC] YACoin.Club Pools Support Thread
Post by: wildduck on October 16, 2015, 08:42:40 AM
Also, would it be a similar sort of process to mine other coins, such as ultracoin? How would I go about that?

Yes, it's very similar  :)
The difference is only one option - for ultracoin you should use --starttime=1388361600
and don't forget to change the port YAC 3433, UTC 3443 (see code below..)

-> The easiest way to mine UTC:

 - use CPU miner (you can get it here (https://github.com/Thirtybird/cpuminer/releases))

 - select x64 version (https://github.com/Thirtybird/cpuminer/releases/download/v2.4.0/minerd-yacoin_stratum_x64_2_4_0.zip) if you have Windows 64-bit

 - use 'minerd-x64-avx2.exe' if you have modern CPU

 - Register your account on ‘UTC pool’ (https://utc.yacoin.club/index.php?page=register) with 'your username'

 - Confirm it with the link from your confirmation email

 - Add new worker in 'My Account' - 'My Workers' (https://utc.yacoin.club/index.php?page=account&action=workers)

Then you can run .exe from the command line or create .bat file:

UTC
Code:
minerd-x64-avx2.exe --starttime=1388361600 -a scrypt-chacha -o stratum+tcp://yacoin.club:3443 -O YourUserName.WorkerName:WorkerPassword


One question can i mine leocoin which diff is lower then 1 with yacminer with cpu and what would be my config, i tried but all my share ali invalid. NF is 17


Title: Re: [SUPPORT] [YAC] [UTC] [SRC] YACoin.Club Pools Support Thread
Post by: alenevaa on October 16, 2015, 09:04:56 AM
One question can i mine leocoin which diff is lower then 1 with yacminer with cpu and what would be my config, i tried but all my share ali invalid. NF is 17

I'm sorry but YACoin Club has no leocoin pool..

For CPU mining you can use minerd:

Leocoin
Code:
minerd-x64-avx2.exe --algo=scrypt-chacha --nfmin=4 --nfmax=30 --starttime=1402845776 --url=stratum+tcp://pool:port -O user.worker:password


Title: Re: [SUPPORT] [YAC] [UTC] [SRC] YACoin.Club Pools Support Thread
Post by: wildduck on October 16, 2015, 12:44:47 PM
One question can i mine leocoin which diff is lower then 1 with yacminer with cpu and what would be my config, i tried but all my share ali invalid. NF is 17

I'm sorry but YACoin Club has no leocoin pool..

For CPU mining you can use minerd:

Leocoin
Code:
minerd-x64-avx2.exe --algo=scrypt-chacha --nfmin=4 --nfmax=30 --starttime=1402845776 --url=stratum+tcp://pool:port -O user.worker:password

Yes i know i just wanted to try something with leo. Thanks a lot for the config.


Title: CUDA miner config for UTC
Post by: alenevaa on October 28, 2015, 11:55:32 AM
Would someone mind helping me create a solid configuration for a Nvidia 860M on CUDA miner? Its much appreciated.

in short (cudaminer config for UTC):
Code:
cudaminer.exe --algo=scrypt-jane:UTC -L 3 -l t23x1 -o stratum+tcp://yacoin.club:3443 -O YourUserName.WorkerName:WorkerPassword

1. You can maximize CUDA kernel efficiency with autotuning the kernel launch configuration.
Code:
cudaminer.exe -D --algo=scrypt-jane:UTC -L 4 -l auto -o stratum+tcp://yacoin.club:3443 -O YourUserName.WorkerName:WorkerPassword

then after autotune has completed use detected config
for example, for GTX 970M tuned config is t21x2
Code:
[2015-10-28 14:31:02] GPU #0:  312.56 hash/s with configuration t21x2
[2015-10-28 14:31:02] GPU #0: using launch configuration t21x2
[2015-10-28 14:31:03] GPU #0: GeForce GTX 970M, 0.31 khash/s
2. You can farther maximize hashrate by increasing lookup-gap up to 7-8
With every step (lookup-gap++) run autotune to find new optimal config.
for example
Code:
cudaminer.exe -D --algo=scrypt-jane:UTC -L 5 -l auto -o stratum+tcp://yacoin.club:3443 -O YourUserName.WorkerName:WorkerPassword


Title: Ultracoin NF14 miner settings
Post by: alenevaa on October 31, 2015, 08:23:38 PM
Sorry folks, also meant to ask:

Do I need to adjust any settings in my miner, to connect it to the new pool, or will it know to do that on its own?

Cheers,

Roister01

You need to use port 3413 for pool utc14.yacoin.club (http://utc14.yacoin.club/index.php)

UTC NF14

Before 01 Nov 2015 00:00:00 GMT use original settings (only change the port)

Code:
minerd-x64-avx2.exe --starttime=1388361600 -a scrypt-chacha -o stratum+tcp://yacoin.club:3413 -O YourUserName.WorkerName:WorkerPassword

After 01 Nov 2015 00:00:00 GMT use NF14 option:
Code:
minerd-x64-avx2.exe --nfmin=14 --nfmax=14 -a scrypt-chacha -o stratum+tcp://yacoin.club:3413 -O YourUserName.WorkerName:WorkerPassword


Title: Re: CUDA miner config for UTC
Post by: sorryforthat on November 01, 2015, 05:18:47 AM
Would someone mind helping me create a solid configuration for a Nvidia 860M on CUDA miner? Its much appreciated.

in short (cudaminer config for UTC):
Code:
cudaminer.exe --algo=scrypt-jane:UTC -L 3 -l t23x1 -o stratum+tcp://yacoin.club:3443 -O YourUserName.WorkerName:WorkerPassword

That did the trick. I am getting triple the speeds I was without all those parameters. Thanks for the help. Gonna put some hash to the pool


Title: Re: [SUPPORT] [YAC] [UTC] [SRC] YACoin.Club Pools Support Thread
Post by: IMweasel on November 01, 2015, 09:24:03 PM
What would one need to do/change/update in order to succesfully solo-mine the new fork?
Obviously update the wallet,but what else? Does the .conf need changes? Do i have to toss out all the peers,and add others? Change the port number? rpcport number?


Title: Re: [SUPPORT] [YAC] [UTC] [SRC] YACoin.Club Pools Support Thread
Post by: kolia_vms on November 03, 2015, 08:04:55 AM
How mining YACoin on the GPU as Radeon HD 5670


Title: Re: [SUPPORT] [YAC] [UTC] [SRC] YACoin.Club Pools Support Thread
Post by: alenevaa on November 03, 2015, 10:28:13 AM
How mining YACoin on the GPU as Radeon HD 5670

To mine YACoin at NF17 on the AMD GPU with VRAM less than 2GB has no sense.


Title: Re: [SUPPORT] [YAC] [UTC] [SRC] YACoin.Club Pools Support Thread
Post by: kolia_vms on November 06, 2015, 06:10:50 PM
How mining YACoin on the GPU as Radeon HD 5670

To mine YACoin at NF17 on the AMD GPU with VRAM less than 2GB has no sense.

How configure Asus R7 250 OC ??? (R7250-OC-2GD3)


Title: Re: [SUPPORT] [YAC] [UTC] [SRC] YACoin.Club Pools Support Thread
Post by: kolia_vms on November 07, 2015, 08:13:44 AM
How mining YACoin on the GPU as Radeon HD 5670

To mine YACoin at NF17 on the AMD GPU with VRAM less than 2GB has no sense.

How mining on CPU (Windows Server OS) miner not run under windows 2003 server (


Title: Re: [SUPPORT] [YAC] [UTC] [SRC] YACoin.Club Pools Support Thread
Post by: Kozlov on November 07, 2015, 04:59:45 PM
is there a guide on how to join this pool?


Title: Re: [SUPPORT] [YAC] [UTC] [SRC] YACoin.Club Pools Support Thread
Post by: kolia_vms on November 07, 2015, 05:45:37 PM
is there a guide on how to join this pool?

Yes, I have  Asus R7 250 OC Huh (R7250-OC-2GD3) and small home server with Xeon X5650


Title: Re: [SUPPORT] [YAC] [UTC] [SRC] YACoin.Club Pools Support Thread
Post by: alenevaa on November 08, 2015, 11:05:24 AM
How mining on CPU (Windows Server OS) miner not run under windows 2003 server (

Please make sure that you have Windows x64 version if you're trying to run x64 minerd.

Yes, I have ... small home server with Xeon X5650

Your Intel Xeon® Processor X5650 doesn't have AVX Instruction Set Extensions.
Try to run minerd-x64-corei7.exe for example


Title: Re: [SUPPORT] [YAC] [UTC] [SRC] YACoin.Club Pools Support Thread
Post by: yusyus on February 02, 2016, 10:08:59 PM
Please use this thread for support questions/issues for YACoin.Club pools:

https://src.yacoin.club/img/SRC.png SRC - src.yacoin.club (https://src.yacoin.club/) * Pool is Working

https://yac.yacoin.club/img/YAC.png YAC - yac.yacoin.club (https://yac.yacoin.club/) * Pool is Working

https://utc.yacoin.club/img/UTC.png UTC - utc.yacoin.club (https://utc.yacoin.club/) * Pool is Working

http://utc14.yacoin.club/img/UTC.png UTC NF14 - utc14.yacoin.club (http://utc14.yacoin.club/index.php) * Pool is Working


Help me! I can not login in yacoin.club
What's happened?


Title: Re: [SUPPORT] [YAC] [UTC] [SRC] YACoin.Club Pools Support Thread
Post by: Qxw on February 03, 2016, 05:27:45 AM
Please use this thread for support questions/issues for YACoin.Club pools:

https://src.yacoin.club/img/SRC.png SRC - src.yacoin.club (https://src.yacoin.club/) * Pool is Working

https://yac.yacoin.club/img/YAC.png YAC - yac.yacoin.club (https://yac.yacoin.club/) * Pool is Working

https://utc.yacoin.club/img/UTC.png UTC - utc.yacoin.club (https://utc.yacoin.club/) * Pool is Working

http://utc14.yacoin.club/img/UTC.png UTC NF14 - utc14.yacoin.club (http://utc14.yacoin.club/index.php) * Pool is Working


Help me! I can not login in yacoin.club
What's happened?

Same here.
Also contact form do not work.
Also sent PM to pool admin. Nothing.


Title: Re: [SUPPORT] [YAC] [UTC] [SRC] YACoin.Club Pools Support Thread
Post by: alenevaa on February 03, 2016, 06:52:54 AM
Help me! I can not login in yacoin.club
What's happened?

Fixed. Please try again.


Title: Re: [SUPPORT] [YAC] [UTC] [SRC] YACoin.Club Pools Support Thread
Post by: Qxw on February 03, 2016, 07:25:00 AM
Help me! I can not login in yacoin.club
What's happened?

Fixed. Please try again.

It works agen. Thanks for fast repair.  :)


Title: Re: [SUPPORT] [YAC] [UTC] [SRC] YACoin.Club Pools Support Thread
Post by: sorryforthat on May 22, 2016, 03:37:00 AM
So i had this set up on Cuda but it seems everything is moving to ccMiner.

I am wondering how I go about putting the nfactor into ccMiner. Everytime I try to mine its giving me a false factor of 17 instead of 14. Any help would be appreciated.



Edit: So i figured it out. My set up to get a Nvidia card running on ccMiner is

Code:
ccminer.exe --algo=scrypt-jane:14,14 --url=stratum+tcp://yacoin.club:3413 --user=sorryforthat.1 --pass=x

Plus whatever your card set ups are


Title: Re: [SUPPORT] [YAC] [UTC] [SRC] YACoin.Club Pools Support Thread
Post by: truckythin on June 23, 2016, 05:02:35 PM
hi, i've register account for mining Yacoin with yacoin.club but didnot receive any confirmation email. Could u check pls


Title: Re: [SUPPORT] [YAC] [UTC] [SRC] YACoin.Club Pools Support Thread
Post by: alenevaa on June 24, 2016, 09:20:26 AM
hi, i've register account for mining Yacoin with yacoin.club but didnot receive any confirmation email. Could u check pls

You need to confirm your email to get your account validated. The confirmation email may be in your spam folder, so look carefully.

Also you may need to add yacoinclub@gmail.com to your contacts list.


Title: Re: [SUPPORT] [YAC] [UTC] [SRC] YACoin.Club Pools Support Thread
Post by: truckythin on June 28, 2016, 12:46:53 PM
hi, i've register account for mining Yacoin with yacoin.club but didnot receive any confirmation email. Could u check pls

You need to confirm your email to get your account validated. The confirmation email may be in your spam folder, so look carefully.

Also you may need to add yacoinclub@gmail.com to your contacts list.

checked very carefully, i dont think it sent out any email.

So, next!


Title: Re: [SUPPORT] [YAC] [UTC] [SRC] YACoin.Club Pools Support Thread
Post by: alenevaa on June 28, 2016, 02:15:58 PM
hi, i've register account for mining Yacoin with yacoin.club but didnot receive any confirmation email. Could u check pls

You need to confirm your email to get your account validated. The confirmation email may be in your spam folder, so look carefully.

Also you may need to add yacoinclub@gmail.com to your contacts list.

checked very carefully, i dont think it sent out any email.

So, next!

I've deleted your account. Please try to register again!


Title: Re: [SUPPORT] [YAC] [UTC] [SRC] YACoin.Club Pools Support Thread
Post by: Lordas on November 21, 2017, 03:28:22 PM
Why no earnings reflected in utc14.yacoin.club?