Bitcoin Forum
April 23, 2024, 04:51:35 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 [165] 166 167 168 169 170 171 172 173 174 175 176 »
  Print  
Author Topic: [ANN][YAC] yacoin: yet another altcoin. START is now.  (Read 346636 times)
CryptoMaster
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
May 24, 2013, 12:17:54 PM
 #3281

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.

1713891095
Hero Member
*
Offline Offline

Posts: 1713891095

View Profile Personal Message (Offline)

Ignore
1713891095
Reply with quote  #2

1713891095
Report to moderator
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713891095
Hero Member
*
Offline Offline

Posts: 1713891095

View Profile Personal Message (Offline)

Ignore
1713891095
Reply with quote  #2

1713891095
Report to moderator
altsay
Sr. Member
****
Offline Offline

Activity: 359
Merit: 250


View Profile
May 25, 2013, 01:06:48 PM
 #3282

I've downloaded yacoin-master.zip file, unzipped, renamed to yacoin and
Code:
cd yacoin/src
make -f makefile.unix

and then

Code:
cd ..
qmake

throws this error

Code:
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 Offline

Activity: 406
Merit: 250


The cryptocoin watcher


View Profile
May 25, 2013, 04:31:29 PM
 #3283

I've never had to do:

Code:
cd yacoin/src
make -f makefile.unix

I just cd to the folder then do

Code:
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
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


Supersonic


View Profile WWW
May 25, 2013, 04:38:20 PM
 #3284

I've downloaded yacoin-master.zip file, unzipped, renamed to yacoin and
Code:
cd yacoin/src
make -f makefile.unix

and then

Code:
cd ..
qmake

throws this error

Code:
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
Sr. Member
****
Offline Offline

Activity: 328
Merit: 250



View Profile
May 25, 2013, 10:27:08 PM
 #3285

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?

Seth Otterstad's Blog          @SethOtterstad on twitter          Seth on google+
Oldminer
Legendary
*
Offline Offline

Activity: 1022
Merit: 1001



View Profile
May 25, 2013, 10:30:00 PM
 #3286

I thought the only person still mining this was Vladimir Putin?

If you like my post please feel free to give me some positive rep https://bitcointalk.org/index.php?action=trust;u=18639
Tip me BTC: 1FBmoYijXVizfYk25CpiN8Eds9J6YiRDaX
WindMaster
Sr. Member
****
Offline Offline

Activity: 347
Merit: 250


View Profile
May 25, 2013, 10:48:27 PM
 #3287

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.0

My 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#msg2162620

I 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
Sr. Member
****
Offline Offline

Activity: 328
Merit: 250



View Profile
May 25, 2013, 11:01:14 PM
 #3288

Thanks for the reply!  So am I to understand that artforz's analysis is wrong?  I guess that wouldn't be the first time....

Seth Otterstad's Blog          @SethOtterstad on twitter          Seth on google+
WindMaster
Sr. Member
****
Offline Offline

Activity: 347
Merit: 250


View Profile
May 25, 2013, 11:12:24 PM
 #3289

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 Offline

Activity: 22
Merit: 0


View Profile
May 26, 2013, 08:08:56 AM
 #3290

YaCoin, great work, great coin!
bitdwarf
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


The cryptocoin watcher


View Profile
May 26, 2013, 09:21:37 PM
 #3291

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 Offline

Activity: 70
Merit: 10


http://www.freebitcointips.co.uk/


View Profile WWW
May 27, 2013, 07:00:43 PM
 #3292

I thought the only person still mining this was Vladimir Putin?

LMAO!! ;P

Andy B

cycloid
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250



View Profile WWW
May 29, 2013, 09:16:24 AM
 #3293

Just setup YAC p2p pool 2% fee no sign up needed

http://31.220.1.53:8335

to mine use the following :

Code:
minerd.exe -a scrypt-jane -o  http://31.220.1.53:8335 -u Y1dncJeBobRiYiBop6LWsUXq9fm8HbQfsp

change Y1dncJeBobRiYiBop6LWsUXq9fm8HbQfsp with your wallet address Smiley

Pull pays out to your wallet every time a block is found.

Cheers


kalgecin
Hero Member
*****
Offline Offline

Activity: 819
Merit: 1000


View Profile
May 29, 2013, 09:32:12 AM
 #3294

There's a p2pool also at yacointalk.com






██████████████████████████████████████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████████████████████████████
███████████████████████████████████████████████████████████████████████▄▄▄███████████████████████
███████████████████████████████████████████████████████████████████████▀▀▀████████████████████████
██████████████████████████████████████████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████████





...INTRODUCING WAVES........
...ULTIMATE ASSET/CUSTOM TOKEN BLOCKCHAIN PLATFORM...






procrypto
Full Member
***
Offline Offline

Activity: 224
Merit: 100


Shitcoin Maximalist


View Profile
May 29, 2013, 09:53:36 AM
 #3295

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  Grin

YAC p2pool - 0.01% fee
http://yac.procrypto.com:8336/
username: <yourYACaddress>
password: anything
digger
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile WWW
May 29, 2013, 10:03:29 AM
 #3296

want to get more details about yac

come to this yac pool

http://yac.ltcoin.net

doge pool: http://dog.ltcoin.net ,yac pool: http://yac.ltcoin.net ,bbq pool: http://bbq.ltcoin.net ,Litecoin pool, http://ltcoin.net dig feathercoin , http://fc.ltcoin.net bitbar pool: http://btb.ltcoin.net wdc pool: http://wdc.ltcoin.net
feeling2011
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
May 29, 2013, 03:48:20 PM
 #3297

want to get more details about yac

come to this yac pool

http://yac.ltcoin.net
bitdwarf
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


The cryptocoin watcher


View Profile
May 29, 2013, 04:37:42 PM
 #3298

YAC is possibly the only alt from this last month that is rising after the launch rush. Shocked

𝖄𝖆𝖈: 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
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250



View Profile WWW
May 29, 2013, 06:09:31 PM
 #3299

Long live YAC !

 

Seth Otterstad
Sr. Member
****
Offline Offline

Activity: 328
Merit: 250



View Profile
May 29, 2013, 08:16:51 PM
 #3300

Do I have to compile this myself to run on Ubuntu?

Seth Otterstad's Blog          @SethOtterstad on twitter          Seth on google+
Pages: « 1 ... 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 [165] 166 167 168 169 170 171 172 173 174 175 176 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!