Pages:
Author

Topic: [ANN][YAC] YACoin ongoing development - page 49. (Read 380060 times)

legendary
Activity: 1148
Merit: 1001
November 03, 2014, 02:53:31 PM
That setting should give around 0,22-0,23Khs. core clock is +155 and memory clock is +475 in msi afterburner.

That's too low. You can get 1200 H/s from your card -> http://www.whattomine.com/
newbie
Activity: 43
Merit: 0
November 03, 2014, 11:39:43 AM
I just picked up a couple Nvidia 750ti's.  The cudaminer software is confusing as hell compared to ThirtyBirds AMD software.  Anyone have good settings they can share?  I tried a few settings I have gleaned from googling but either crash or get a whopping 0.03 khash/s.  Tongue  Its an older but still decent system I installed them in with 4GB DDR2 ram and a Q6600@3GHz running windows8.1.

Hook a brother up and I'll mine to your address for 1/2day.

Imo cudaminer is alot easyer to use compared to cgminer as you dont have to add the start time and all that crap, in cudaminer you just input the algo and graphics settings and viola its running. Anyways here the settings im currently using on asus gtx750ti oc
cudaminer -s 10 --algo=scrypt-jane:YAC -d gtx750ti -L 3 -H 2 -l t29x1 -i 0
That setting should give around 0,22-0,23Khs. core clock is +155 and memory clock is +475 in msi afterburner.
legendary
Activity: 1470
Merit: 1010
Join The Blockchain Revolution In Logistics
November 02, 2014, 11:12:55 AM
is there any network data? charts, hashes, block speed, etc etc
Qxw
full member
Activity: 203
Merit: 100
November 02, 2014, 03:04:48 AM
someone can mine this with amd cards?
Yes.

Example I'm mining with Sapphire R7 240 4Gb (these are perhaps best for YAC and other high N coins if think price, power and hashrate combination),
  
then also randomly I use Sapphire Toxic R9 280x  (but these are not at all optimal for YAC when N=16. And finding optimal settings is more or less difficult depending whole rig features, not only GPU)

Some help for settings can find here: http://www.ultracoin.net/configgen_raw.html
but note: some parameters are only for UTC and these need change/remove for YAC

Most settings, what you find easy, what peoples have shared around forums etc. -- look carefully what are date of these messages because many of these are totally obsolete due to change of N value.


and also of course I use Nvidia. Asus GTX750TI-OC-2GD5 what is good for YAC (and other high N coins)

hero member
Activity: 732
Merit: 500
November 01, 2014, 05:35:54 PM
someone can mine this with amd cards?
hero member
Activity: 812
Merit: 1000
October 29, 2014, 08:53:34 PM
I just picked up a couple Nvidia 750ti's.  The cudaminer software is confusing as hell compared to ThirtyBirds AMD software.  Anyone have good settings they can share?  I tried a few settings I have gleaned from googling but either crash or get a whopping 0.03 khash/s.  Tongue  Its an older but still decent system I installed them in with 4GB DDR2 ram and a Q6600@3GHz running windows8.1.

Hook a brother up and I'll mine to your address for 1/2day.

I'll give it a shot later today and get back to you.
legendary
Activity: 912
Merit: 1000
October 28, 2014, 01:42:11 PM
I just picked up a couple Nvidia 750ti's.  The cudaminer software is confusing as hell compared to ThirtyBirds AMD software.  Anyone have good settings they can share?  I tried a few settings I have gleaned from googling but either crash or get a whopping 0.03 khash/s.  Tongue  Its an older but still decent system I installed them in with 4GB DDR2 ram and a Q6600@3GHz running windows8.1.

Hook a brother up and I'll mine to your address for 1/2day.
hero member
Activity: 732
Merit: 500
October 28, 2014, 01:19:47 PM
this is really imposible for mining with 280x cards..
hero member
Activity: 802
Merit: 1003
GCVMMWH
October 24, 2014, 07:54:46 AM
I sent a message to the person that handles the faucet. As for the website, anyone is free to contribute content to the yacoin.org repo on the main yacoin github repo.
newbie
Activity: 20
Merit: 0
October 24, 2014, 05:43:21 AM
I like all the concept, but please take care also of little things: faucet is down (on yacoin.org remove link if you don't want it anymore), Timeline is very outdated, maybe some news can be added:)

cheers
member
Activity: 118
Merit: 10
October 24, 2014, 04:45:48 AM
I am glad it helped though I am not sure why you need this - I didn't get this error building yacoind on AMD x86-64 EL5.
full member
Activity: 204
Merit: 100
October 23, 2014, 04:59:16 PM
thanks for the idea
I found help in the source minerd
I'm the only one who started all this under linux?)
i lol'd  Smiley

add  code in file:
./yacoin-stable_0.4.4/src/scrypt-jane/scrypt-jane.c

/* Hard-coded scrypt parameteres r and p - mikaelh */
#define SCRYPT_R 1
#define SCRYPT_P 1

/* Only the instrinsics versions are optimized for hard-coded values - mikaelh */
#define CPU_X86_FORCE_INTRINSICS

member
Activity: 118
Merit: 10
October 23, 2014, 12:53:40 PM
Debian 6, amd64
...
it really overcome ?

First try this and report what happens:

Code:
git clone https://github.com/floodyberry/scrypt-jane
cd scrypt-jane
gcc scrypt-jane.c -O3 -DSCRYPT_CHACHA -DSCRYPT_KECCAK512 -DSCRYPT_CHOOSE_COMPILETIME -msse2 -c
gcc example.c scrypt-jane.o -msse2 -o example
./example

legendary
Activity: 1918
Merit: 1012
★Nitrogensports.eu★
October 23, 2014, 12:41:37 PM
It looks like the faucet on the website is down.... https://faucet.yacoin.org/
full member
Activity: 204
Merit: 100
October 23, 2014, 08:13:37 AM
Debian 6, amd64

https://github.com/yacoin/yacoin/archive/stable_0.4.4.tar.gz
$qmake
$make
gcc -c -pipe -O3 -msse2 -O2 -D_REENTRANT -Wall -W -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DSCRYPT_CHACHA -DSCRYPT_KECCAK512 -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Ibuild -Ibuild -o build/scrypt-jane.o src/scrypt-jane/scrypt-jane.c
{standard input}: Assembler messages:
{standard input}:50: Error: no such instruction: `vprotd xmm3,xmm3,16'
{standard input}:53: Error: no such instruction: `vprotd xmm1,xmm1,12'
{standard input}:56: Error: no such instruction: `vprotd xmm3,xmm3,8'
{standard input}:60: Error: no such instruction: `vprotd xmm1,xmm1,7'
{standard input}:65: Error: no such instruction: `vprotd xmm3,xmm3,16'
{standard input}:68: Error: no such instruction: `vprotd xmm1,xmm1,12'
{standard input}:71: Error: no such instruction: `vprotd xmm3,xmm3,8'
{standard input}:75: Error: no such instruction: `vprotd xmm1,xmm1,7'
---------------------------


it really overcome ?
hero member
Activity: 802
Merit: 1003
GCVMMWH
October 23, 2014, 07:51:29 AM

I'm hoping to have a testing version of 0.4.5 out in the next week. This will only be going out to the dev team initially though, but it should be ready for overall testing within the next month.

Cool!  I look forward to checking it out.  Smiley

edit:  wanted to say thanks for all of the hard work.  Sent a tip.  Smiley http://explorer.yacoin.org/?txnhash=9e40a9818b0bb3d3ec8ba7917f55eb15b9c638b1269af9af1edc8b831fb39e44 sent to YHJMUHKdd9628xeKuJ3vTrGZuzdX8UxBhx

Thanks!
legendary
Activity: 1918
Merit: 1012
★Nitrogensports.eu★
October 22, 2014, 10:13:31 AM

I'm hoping to have a testing version of 0.4.5 out in the next week. This will only be going out to the dev team initially though, but it should be ready for overall testing within the next month.

Cool!  I look forward to checking it out.  Smiley

edit:  wanted to say thanks for all of the hard work.  Sent a tip.  Smiley http://explorer.yacoin.org/?txnhash=9e40a9818b0bb3d3ec8ba7917f55eb15b9c638b1269af9af1edc8b831fb39e44 sent to YHJMUHKdd9628xeKuJ3vTrGZuzdX8UxBhx
hero member
Activity: 802
Merit: 1003
GCVMMWH
October 22, 2014, 07:40:49 AM

I'm hoping to have a testing version of 0.4.5 out in the next week. This will only be going out to the dev team initially though, but it should be ready for overall testing within the next month.
legendary
Activity: 1918
Merit: 1012
★Nitrogensports.eu★
October 22, 2014, 07:32:40 AM
Another idea for wallet 4.5 - could we add a miner directly in the wallet?  It looks like *our clone* YBC actually has a built-in cpu miner and a mining pool hosted through 'pool.ybcoin.com'.

The most common thing I hear from new miners is 'its complicated to set up.'  I think being able to mine, mint, and save transaction all in one software would be attractive to new users.
hero member
Activity: 812
Merit: 1000
October 20, 2014, 08:41:51 PM
I've been using  CAT from sampey since it was released and it works pretty well. He also provides very good and ongoing customer support.

Yup, you got those and also cryptrader's bot, but you need to pay for a premium acct.
Easier to operate but only good for a buy wall.
Pages:
Jump to: