CryptoMaster
Newbie
Offline
Activity: 41
Merit: 0
|
|
May 24, 2013, 12:17:54 PM |
|
Do we see the first GPU miners on that pool? http://yac.ltcoin.net/hashrate explodes from yesterday 18MH/s to over 50 today Top current round Hashrates Rank nickname KH/s 1 qq724174 29928 2 QQ213378 913 3 darkhorse 791 It could be GPUs, but most likely it's someone with a server farm, AWS or similar. The GPU implementation seems quite complicated to optimise and these numbers are achievable with enough servers.
|
|
|
|
altsay
|
|
May 25, 2013, 01:06:48 PM |
|
I've downloaded yacoin-master.zip file, unzipped, renamed to yacoin and cd yacoin/src make -f makefile.unix and then throws this error Project MESSAGE: Building with UPNP support sh: 1: /usr/lib/i386-linux-gnu/qt5/bin/lrelease: not found RCC: Error in 'src/qt/bitcoin.qrc': Cannot find file 'locale/bitcoin_en.qm' RCC: Error in 'src/qt/bitcoin.qrc': Cannot find file 'locale/bitcoin_ru.qm' Wth is that?
|
|
|
|
bitdwarf
Sr. Member
Offline
Activity: 406
Merit: 250
The cryptocoin watcher
|
|
May 25, 2013, 04:31:29 PM |
|
I've never had to do: cd yacoin/src make -f makefile.unix I just cd to the folder then do qmake yacoin-qt.pro make ./yacoin-qt
|
𝖄𝖆𝖈: YF3feU4PNLHrjwa1zV63BcCdWVk5z6DAh5 · 𝕭𝖙𝖈: 12F78M4oaNmyGE5C25ZixarG2Nk6UBEqme Ɏ: "the altcoin for the everyman, where the sweat on one's brow can be used to cool one's overheating CPU" -- theprofileth
|
|
|
turtle83
|
|
May 25, 2013, 04:38:20 PM |
|
I've downloaded yacoin-master.zip file, unzipped, renamed to yacoin and cd yacoin/src make -f makefile.unix and then throws this error Project MESSAGE: Building with UPNP support sh: 1: /usr/lib/i386-linux-gnu/qt5/bin/lrelease: not found RCC: Error in 'src/qt/bitcoin.qrc': Cannot find file 'locale/bitcoin_en.qm' RCC: Error in 'src/qt/bitcoin.qrc': Cannot find file 'locale/bitcoin_ru.qm' Wth is that? Had same issue on ubuntu raring, older versions worked fine. I dont remember what i did to fix it exactly, but IIRC it had something to do with installing qt-4.x also.
|
|
|
|
Seth Otterstad
|
|
May 25, 2013, 10:27:08 PM |
|
Sorry if this has been answered before, but I just found out about YACoin and I don't want to read all 170 pages. Here is one of artforz's last posts on this forum in Feb 2012, after he found that litecoin was not GPU resistant: Short version: compared to (1024,1,1) increasing N and r actually helps GPUs and hurts CPUs. Longer version: While things are small enough to fit in L2, each CPU core can act mostly independently and has pretty large read/write BW, make it big enough to hit external memory and you've got ~15GB/s shared between all cores. Meanwhile, GPU caches are too small to be of much use, so... with random reads at 128B/item a 256 bit GDDR5 bus ends up well < 20% peak BW, at 1024B/item that % increases very significantly. end result, a 5870 ends up about 6 times as fast as a PhenomII for scrypt(8192,8,1). (without really trying to optimize either side, so ymmv). The only way to make scrypt win on CPU-vs-GPU again would be to go WAAAY bigger, think > 128MB V array so you don't have enough RAM on GPUs to run enough parallel instances to mask latencies... but that also means it's REALLY slow (hash/sec? sec/hash!) and you need the same amount of memory to check results... Now who wants a *coin where a normal node needs several seconds and 100s of megs to gigs of ram just to check a block PoW for validity?
Is YACoin just continually raising the N value? Does this mean it will eventually take a huge amount of time to check a block PoW for validity? How could this possibly be a good idea?
|
|
|
|
Oldminer
Legendary
Offline
Activity: 1022
Merit: 1001
|
|
May 25, 2013, 10:30:00 PM |
|
I thought the only person still mining this was Vladimir Putin?
|
|
|
|
WindMaster
|
|
May 25, 2013, 10:48:27 PM |
|
Sorry if this has been answered before, but I just found out about YACoin and I don't want to read all 170 pages.
Is YACoin just continually raising the N value? Does this mean it will eventually take a huge amount of time to check a block PoW for validity? How could this possibly be a good idea?
Probably the YACoin ongoing development thread will give you a better idea while reading much less than 170 pages: https://bitcointalk.org/index.php?topic=206577.0My post with my benchmarks for hash rates at various values of N, and when YACoin will switch to those values of N, is in the 15th post: https://bitcointalk.org/index.php?topic=206577.msg2162620#msg2162620I benchmarked with a 4 year old dual Xeon E5450 server (almost stone age technology, but similar combined performance to today's i7-2600k's). It appears it'll be a few decades before even today's hardware (or hardware from 4 years ago) would have a problem with the time needed to validate a block PoW. As time goes on, doubling of N becomes further and further apart in time. Advances in computing power will rapidly outpace the rising N over the long term.
|
|
|
|
Seth Otterstad
|
|
May 25, 2013, 11:01:14 PM |
|
Thanks for the reply! So am I to understand that artforz's analysis is wrong? I guess that wouldn't be the first time....
|
|
|
|
WindMaster
|
|
May 25, 2013, 11:12:24 PM |
|
Thanks for the reply! So am I to understand that artforz's analysis is wrong? I guess that wouldn't be the first time....
The other thread has the majority of the GPU discussion, including benchmarks from mtrlt, the developer of Reaper (the first GPU kernel released for Litecoin in response to ArtForz's claim Litecoin was GPU resistant). I disagree with ArtForz's claim that increasing N helps GPU's once both CPU's and GPU's are computing hashes large enough that they're pushed to external RAM. I would say ArtForz's analysis was cherry-picked based on the specific value of N (8192) where computation gets pushed out of the L2 cache on the AMD Phenom II he was testing with. Indications, including from mtrlt's benchmarks, are that the performance spread between CPU's and GPU's narrows as N rises. As long as we don't cherry-pick a specific result from a certain value of N on an AMD Phenom II CPU.. Also note that YACoin doesn't use the same scrypt variant as Litecoin. The mixing algorithm is switched from salsa20/8 to chacha20/8, and the hashing algorithm is switched from SHA-256 to Keccak-512. Direct comparisons between hash rates of the two aren't quite going to be an apples-vs-oranges comparison for a given value of N.
|
|
|
|
feeling2011
Newbie
Offline
Activity: 22
Merit: 0
|
|
May 26, 2013, 08:08:56 AM |
|
YaCoin, great work, great coin!
|
|
|
|
bitdwarf
Sr. Member
Offline
Activity: 406
Merit: 250
The cryptocoin watcher
|
|
May 26, 2013, 09:21:37 PM |
|
Little oddity: the few last trades on Vircurex are a lot higher than on bter. About 4k coins were bought at 50 and 60 while bter is still at 37.
|
𝖄𝖆𝖈: YF3feU4PNLHrjwa1zV63BcCdWVk5z6DAh5 · 𝕭𝖙𝖈: 12F78M4oaNmyGE5C25ZixarG2Nk6UBEqme Ɏ: "the altcoin for the everyman, where the sweat on one's brow can be used to cool one's overheating CPU" -- theprofileth
|
|
|
bennett616
Member
Offline
Activity: 70
Merit: 10
http://www.freebitcointips.co.uk/
|
|
May 27, 2013, 07:00:43 PM |
|
I thought the only person still mining this was Vladimir Putin?
LMAO!! ;P Andy B
|
|
|
|
cycloid
|
|
May 29, 2013, 09:16:24 AM |
|
Just setup YAC p2p pool 2% fee no sign up needed http://31.220.1.53:8335to mine use the following : minerd.exe -a scrypt-jane -o http://31.220.1.53:8335 -u Y1dncJeBobRiYiBop6LWsUXq9fm8HbQfsp change Y1dncJeBobRiYiBop6LWsUXq9fm8HbQfsp with your wallet address Pull pays out to your wallet every time a block is found. Cheers
|
|
|
|
kalgecin
|
|
May 29, 2013, 09:32:12 AM |
|
There's a p2pool also at yacointalk.com
|
|
|
|
procrypto
Full Member
Offline
Activity: 224
Merit: 100
Shitcoin Maximalist
|
|
May 29, 2013, 09:53:36 AM |
|
Also a bunch of P2Pool nodes in this thread - https://bitcointalk.org/index.php?topic=202920.0 - including mine, which is detailed below. I'd encourage as many people as possible to rent a 512MB VPS and host their own node. The more the merrier YAC p2pool - 0.01% feehttp://yac.procrypto.com:8336/ username: <yourYACaddress> password: anything
|
|
|
|
|
feeling2011
Newbie
Offline
Activity: 22
Merit: 0
|
|
May 29, 2013, 03:48:20 PM |
|
|
|
|
|
bitdwarf
Sr. Member
Offline
Activity: 406
Merit: 250
The cryptocoin watcher
|
|
May 29, 2013, 04:37:42 PM |
|
YAC is possibly the only alt from this last month that is rising after the launch rush.
|
𝖄𝖆𝖈: YF3feU4PNLHrjwa1zV63BcCdWVk5z6DAh5 · 𝕭𝖙𝖈: 12F78M4oaNmyGE5C25ZixarG2Nk6UBEqme Ɏ: "the altcoin for the everyman, where the sweat on one's brow can be used to cool one's overheating CPU" -- theprofileth
|
|
|
cycloid
|
|
May 29, 2013, 06:09:31 PM |
|
Long live YAC !
|
|
|
|
Seth Otterstad
|
|
May 29, 2013, 08:16:51 PM |
|
Do I have to compile this myself to run on Ubuntu?
|
|
|
|
|