seleme
Legendary
Offline
Activity: 2772
Merit: 1028
Duelbits.com
|
|
June 02, 2013, 06:03:25 PM |
|
wrong day to cash out, you could take 20% more day or two ago + bitcoin is some 10% down today.
I'd take those from you but I'm bit short with btc at the moment.
|
|
|
|
bitdwarf
Sr. Member
Offline
Activity: 406
Merit: 250
The cryptocoin watcher
|
|
June 02, 2013, 06:06:39 PM |
|
We YAC cowboys are cool, it's ok. Good luck, I hope you can get back in soon.
|
𝖄𝖆𝖈: YF3feU4PNLHrjwa1zV63BcCdWVk5z6DAh5 · 𝕭𝖙𝖈: 12F78M4oaNmyGE5C25ZixarG2Nk6UBEqme Ɏ: "the altcoin for the everyman, where the sweat on one's brow can be used to cool one's overheating CPU" -- theprofileth
|
|
|
JimmyFL
Member
Offline
Activity: 84
Merit: 10
|
|
June 02, 2013, 06:08:58 PM |
|
I was AFK for 4 days... I placed my order to 4.6 . I'm going to wait for few days (max 3-4) and then bye bye Btw I'm keeping like 10000yac for the future (and still mining nonstop with 16 xeon cores)
|
|
|
|
Joe_Bauers
|
|
June 02, 2013, 07:22:35 PM |
|
I do not - I was troubleshooting one compile error I was getting in scrypt-jane-romix-template.h, and it was giving me one line number, and when I compared it to floodyberry's, it was 10 lines off. There was some other commented out lines in the file as well so I decided to just use his repository without looking at the rest of the differences. Sorry mate.
Damn - I wish I didn't waste the time to surgically add the changes from floodyberry to the existing YAC files as it seems a copy/paste of the full repo is what works. Meh WM - I git cloned YAC, removed all of the existing scrypt-jane-master libs and replaced them with all of floodyberry's. Everything compiled and runs fine in Linux, and from what Thirtybird mentioned above, Windows as well. I'm not sure why pocopoco didn't include all of scrypt-jane-master into YAC, but it appears that by removing some files, he may have screwed up some dependencies, or something. I propose you check it out and if you think everything looks good, to add all of scrypt-jane-master to YACoin.
|
|
|
|
Sahtor
|
|
June 02, 2013, 07: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.
|
|
|
|
wesleyrbk
Member
Offline
Activity: 106
Merit: 10
|
|
June 03, 2013, 01:49:30 AM |
|
High rollers wanting to buy YAC on bter. A 14k order already went through and there is about 30k high buy orders.
|
|
|
|
forsetifox
|
|
June 03, 2013, 02:59:53 AM |
|
I think my wallet generated some coins today. (0.826113) 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?
|
|
|
|
R_Lem
Member
Offline
Activity: 94
Merit: 10
|
|
June 03, 2013, 03:11:45 AM |
|
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?
|
|
|
|
hanzac
|
|
June 03, 2013, 10:18:19 AM |
|
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: 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.zipFor viruses or malwae precaution, please scan it by yourself.
|
|
|
|
smilez
Newbie
Offline
Activity: 56
Merit: 0
|
|
June 03, 2013, 11:52:38 AM |
|
Can somebody make a better linux cpuminer?
|
|
|
|
cryptrol
|
|
June 03, 2013, 01:23:42 PM |
|
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: 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.zipFor viruses or malwae precaution, please scan it by yourself. What gcc version are you using ? My binaries compiled with gcc 4.7 crash while calling a library libstdc++6 if I recall correctly.
|
|
|
|
hanzac
|
|
June 03, 2013, 01:47:40 PM |
|
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
|
|
|
|
forsetifox
|
|
June 03, 2013, 07:09:19 PM |
|
Thanks Hanzac. Did you happen to put the network hashrate command in?
|
|
|
|
smilez
Newbie
Offline
Activity: 56
Merit: 0
|
|
June 03, 2013, 10:12:31 PM |
|
So anybody doing anything to update YACoin?
|
|
|
|
hanzac
|
|
June 04, 2013, 03:09:43 AM |
|
Thanks Hanzac. Did you happen to put the network hashrate command in?
Yes, getmininginfo works fine.
|
|
|
|
forsetifox
|
|
June 04, 2013, 04:32:24 AM |
|
Thanks Hanzac. Did you happen to put the network hashrate command in?
Yes, getmininginfo works fine. Sweet. Thanks a bunch.
|
|
|
|
Sahtor
|
|
June 04, 2013, 05:42:04 AM |
|
Difficulty dropped below 1 and block reward over 25. I see mining as viable option for smaller computers soon.
|
|
|
|
paulthetafy
|
|
June 04, 2013, 06:41:20 AM |
|
Have there been any speed improvements in CPUMiner done recently? I'm still using the first version
|
|
|
|
forsetifox
|
|
June 04, 2013, 07:04:34 AM |
|
Anyone happen to know the formula to figure out how many coins per hash rate you can get?
|
|
|
|
Sahtor
|
|
June 04, 2013, 07: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
|
|
|
|
|