Author

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

hero member
Activity: 637
Merit: 500
June 04, 2013, 05:55:00 AM
How is GPU development going ? Anyone succeeded in going above NFactor 12 ?
The overall hashrate is increasing and I wonder how many GPU's are hitting the network ...
sr. member
Activity: 266
Merit: 250
June 04, 2013, 04:45:49 AM
My bad. Video encoding was messing it up.  Cheesy
sr. member
Activity: 347
Merit: 250
June 04, 2013, 04:38:13 AM
Um.. my hash rate just got cut in half again. The next N change was supposed to be on the 25th wasn't it?

N is still 1024:

Quote
./yacoind getmininginfo
{
    "blocks" : 79324,
    "currentblocksize" : 2609,
    "currentblocktx" : 2,
    "difficulty" : 0.96756334,
    "errors" : "",
    "generate" : false,
    "genproclimit" : 8,
    "hashespersec" : 0,
    "networkhashps" : 44056749,
    "pooledtx" : 2,
    "testnet" : false,
    "Nfactor" : 9,
    "N" : 1024,
    "powreward" : 25.14000000
}

If your hash rate dropped in half without N changing, you probably have some sort of other local problem happening.
sr. member
Activity: 266
Merit: 250
June 04, 2013, 04:33:11 AM
Um.. my hash rate just got cut in half again. The next N change was supposed to be on the 25th wasn't it?
member
Activity: 112
Merit: 10
June 04, 2013, 02:37:01 AM
I took a look at Litecoin mining calculators. http://litecoinminingcalculator.com/

Seconds to find block = (diff * 2^32) / (hashrate )
Coins per day = (24 * 3600) / seconds per block * block reward

Yacoin block reward is 25 at diff 1. I dont know the exact formula yet.

5Kh/s = 2.5 YACs per day
sr. member
Activity: 266
Merit: 250
June 04, 2013, 02:04:34 AM
Anyone happen to know the formula to figure out how many coins per hash rate you can get?
hero member
Activity: 820
Merit: 1000
June 04, 2013, 01:41:20 AM
Have there been any speed improvements in CPUMiner done recently?  I'm still using the first version
member
Activity: 112
Merit: 10
June 04, 2013, 12:42:04 AM
Difficulty dropped below 1 and block reward over 25. I see mining as viable option for smaller computers soon.
sr. member
Activity: 266
Merit: 250
June 03, 2013, 11:32:24 PM
Thanks Hanzac. Did you happen to put the network hashrate command in?


Yes, getmininginfo works fine.

Sweet. Thanks a bunch.  Cheesy
sr. member
Activity: 425
Merit: 262
June 03, 2013, 10:09:43 PM
Thanks Hanzac. Did you happen to put the network hashrate command in?


Yes, getmininginfo works fine.
newbie
Activity: 56
Merit: 0
June 03, 2013, 05:12:31 PM
So anybody doing anything to update YACoin?
sr. member
Activity: 266
Merit: 250
June 03, 2013, 02:09:19 PM
Thanks Hanzac. Did you happen to put the network hashrate command in?
sr. member
Activity: 425
Merit: 262
June 03, 2013, 08:47:40 AM

What gcc version are you using ?
My binaries compiled with gcc 4.7 crash while calling a library libstdc++6 if I recall correctly.

C:\mingw64>gcc --version
gcc (rubenvb-4.7.4-release) 4.7.3
hero member
Activity: 637
Merit: 500
June 03, 2013, 08:23:42 AM
I compiled a version of win64 from windmaster's git branch, if you have 64-bit windows installed, you can try it.

http://sourceforge.net/projects/hnindev/files/yacoin-qt-0.4.0.0-g32a928e-winx64.zip

Hi Peers, I have built a new winx64 binary based on the latest GIT repo and turned on the SSE & AVX optimizations by adding this option -DCPU_X86_FORCE_INTRINSICS.

The complete options for gcc is:
Quote
DEFINES       = -DUNICODE -D__INSURE__ -DQT_GUI -DBOOST_INTERPROCESS_HAS_WINDOWS_KERNEL_BOOTTIME -DBOOST_USE_WINDOWS_H -DBOOST_THREAD_USE_LIB -DBOOST_THREAD_BUILD_LIB -DBOOST_SPIRIT_THREADSAFE -DBOOST_NO_ANSI_APIS -DCPU_X86_FORCE_INTRINSICS -DSCRYPT_CHACHA -DSCRYPT_KECCAK512 -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DWIN32 -D_MT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN

Try this: http://sourceforge.net/projects/hnindev/files/yacoin-qt-0.4.0.0-g2nd-winx64.zip

For viruses or malwae precaution, please scan it by yourself.  Wink

What gcc version are you using ?
My binaries compiled with gcc 4.7 crash while calling a library libstdc++6 if I recall correctly.
newbie
Activity: 56
Merit: 0
June 03, 2013, 06:52:38 AM
Can somebody make a better linux cpuminer?
sr. member
Activity: 425
Merit: 262
June 03, 2013, 05:18:19 AM
I compiled a version of win64 from windmaster's git branch, if you have 64-bit windows installed, you can try it.

http://sourceforge.net/projects/hnindev/files/yacoin-qt-0.4.0.0-g32a928e-winx64.zip

Hi Peers, I have built a new winx64 binary based on the latest GIT repo and turned on the SSE & AVX optimizations by adding this option -DCPU_X86_FORCE_INTRINSICS.

The complete options for gcc is:
Quote
DEFINES       = -DUNICODE -D__INSURE__ -DQT_GUI -DBOOST_INTERPROCESS_HAS_WINDOWS_KERNEL_BOOTTIME -DBOOST_USE_WINDOWS_H -DBOOST_THREAD_USE_LIB -DBOOST_THREAD_BUILD_LIB -DBOOST_SPIRIT_THREADSAFE -DBOOST_NO_ANSI_APIS -DCPU_X86_FORCE_INTRINSICS -DSCRYPT_CHACHA -DSCRYPT_KECCAK512 -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DWIN32 -D_MT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN

Try this: http://sourceforge.net/projects/hnindev/files/yacoin-qt-0.4.0.0-g2nd-winx64.zip

For viruses or malwae precaution, please scan it by yourself.  Wink
member
Activity: 94
Merit: 10
June 02, 2013, 10:11:45 PM
colors are too soft though

Heres a psd file so anyone can modify the colours, this one also has slightly stronger colours to start with :

https://mega.co.nz/#!VhYm3bbT!HluFg2Gner_jFDWU4lDII2RHKg1XtvWx5CAqrb0LkCk

Example : http://imgur.com/scPsMZi & http://imgur.com/n5oCmJO




Looks nice and I like it better than the yak head. Prefer the Blue/Black/White.
It is close to Yen though. Maybe too close?
sr. member
Activity: 266
Merit: 250
June 02, 2013, 09:59:53 PM
I think my wallet generated some coins today. (0.826113)  Cheesy

Transaction: 0b5f4d2b64fd5c03e39ba0158f947dfefa2ff1b48c01b6244045947ca293dc41

PS: Looks like it might be 4 weeks exactly from when you get some coins in your wallet that the coins start to generate?

member
Activity: 106
Merit: 10
June 02, 2013, 08:49:30 PM
High rollers wanting to buy YAC on bter. A 14k order already went through and there is about 30k high buy orders.
member
Activity: 112
Merit: 10
June 02, 2013, 02:35:15 PM
Looks like he wanted to save space and removed SHA512, Blake and Skein. Why Salsa64 was removed if Salsa is needed is beyond me.
Jump to: