kalgecin
|
|
May 09, 2013, 10:53:47 PM |
|
ok i've modified it a bit to show estimated network speed. Not sure how acurate it is... but you'll have to forgive me trying to code at 3 am #!/usr/bin/perl use JSON; $numsecs = 300; $input = `./yacoind getinfo`; #print "Input:\n".$input."\n"; $json = JSON->new->allow_nonref; $arrs = $json->decode($input); $oldblocks = $arrs->{'blocks'}; sleep $numsecs; while(1==1){ $input = `./yacoind getinfo`; # print "Input:\n".$input."\n"; $json = JSON->new->allow_nonref; $arrs = $json->decode($input); # print "old: $oldblocks, new: ". $arrs->{'blocks'}."\n"; $secsperblock = ($numsecs/($arrs->{'blocks'}-$oldblocks)); print "Block: $secsperblock s "; $hashesperblock = (2**32)*$arrs->{'difficulty'}; $blocks = $arrs->{'blocks'}-$oldblocks; $speed = ($blocks*$hashesperblock)/$numsecs; $speed = $speed/1000000; printf "Netspeed: %.3f MH/s\n",$speed; $oldblocks = $arrs->{'blocks'}; sleep $numsecs; }
|
|
|
|
bitdwarf
Sr. Member
Offline
Activity: 406
Merit: 250
The cryptocoin watcher
|
|
May 09, 2013, 11:30:47 PM |
|
<3 Perl
The code seems sane as far as I can tell.
|
𝖄𝖆𝖈: YF3feU4PNLHrjwa1zV63BcCdWVk5z6DAh5 · 𝕭𝖙𝖈: 12F78M4oaNmyGE5C25ZixarG2Nk6UBEqme Ɏ: "the altcoin for the everyman, where the sweat on one's brow can be used to cool one's overheating CPU" -- theprofileth
|
|
|
|
limitless
Member
Offline
Activity: 70
Merit: 10
|
|
May 10, 2013, 02:13:03 AM |
|
YaCoin Homepage - NONE? (Who can make one?)Add www.yacoin.org to the front page!
|
|
|
|
zhaojundong
Member
Offline
Activity: 238
Merit: 10
|
|
May 10, 2013, 02:41:33 AM |
|
YaCoin Homepage - NONE? (Who can make one?)Add www.yacoin.org to the front page! thx! i am a little busy this week so the site is simple now i will make it look better on Sunday
|
|
|
|
xibeijan
Legendary
Offline
Activity: 1232
Merit: 1001
|
|
May 10, 2013, 10:29:03 AM |
|
I think you can update the YAC mining pools section with information about http://yac.dontmine.me/and others that have been posted on the forums
|
|
|
|
xibeijan
Legendary
Offline
Activity: 1232
Merit: 1001
|
|
May 10, 2013, 10:55:11 AM |
|
Anyone going to update the Yac info at the top of this thread?
|
|
|
|
rbdrbd (OP)
|
|
May 10, 2013, 04:54:46 PM |
|
Thread updated with new sites, etc.
|
|
|
|
|
rbdrbd (OP)
|
|
May 10, 2013, 05:15:48 PM |
|
|
|
|
|
zhaojundong
Member
Offline
Activity: 238
Merit: 10
|
|
May 10, 2013, 05:17:50 PM |
|
thank you ! i have added you to Donation List and anyboy know who design the yacoin logo please tell me i want to add him to Donation List
|
|
|
|
nerdcustoms
|
|
May 10, 2013, 06:46:15 PM |
|
very nice summary of YAC related info, I will be watching PS. The logo is awesome +10 on the logo, I had to do a double take and buy more YACoin. Well done!
|
|
|
|
Luke-Jr
Legendary
Offline
Activity: 2576
Merit: 1186
|
|
May 11, 2013, 02:26:34 PM |
|
The proposed proof-of-work algorithm doesn't sound at all like a good idea to me - I suspect it would prove to be even worse than Litecoin's scrypt.
Are there details on your proof-of-stake implementation?
|
|
|
|
xibeijan
Legendary
Offline
Activity: 1232
Merit: 1001
|
|
May 11, 2013, 02:27:49 PM |
|
The proposed proof-of-work algorithm doesn't sound at all like a good idea to me - I suspect it would prove to be even worse than Litecoin's scrypt.
Are there details on your proof-of-stake implementation?
Time will tell. So far so good.
|
|
|
|
xibeijan
Legendary
Offline
Activity: 1232
Merit: 1001
|
|
May 11, 2013, 02:28:28 PM |
|
Some folks should organise together and see about getting some online shops to accept YaCoin for payment.
Perhaps a bounty is required?
|
|
|
|
bitdwarf
Sr. Member
Offline
Activity: 406
Merit: 250
The cryptocoin watcher
|
|
May 11, 2013, 02:31:23 PM |
|
Are there details on your proof-of-stake implementation?
I don't think it's changed from NVC. In my view the problem some PoW + PoS coins had is that PoW would just not die, which defeats the energy saving purpose of PoS. If YAC's PoW stops working at some point that may be good and solve that problem.
|
𝖄𝖆𝖈: YF3feU4PNLHrjwa1zV63BcCdWVk5z6DAh5 · 𝕭𝖙𝖈: 12F78M4oaNmyGE5C25ZixarG2Nk6UBEqme Ɏ: "the altcoin for the everyman, where the sweat on one's brow can be used to cool one's overheating CPU" -- theprofileth
|
|
|
Luke-Jr
Legendary
Offline
Activity: 2576
Merit: 1186
|
|
May 12, 2013, 03:48:30 AM |
|
I was under the impression PPCoin's PoS was not really working yet, and that nobody else had done any development on it... Update after reading some code: - Nfactor is only used for memory allocation size - so it has no actual effect on the implementation; in other words, N is not dynamic
- The code is quite messy, and even something as simple as the memory allocator is broken (it pretty much ignores the size of the allocation request)
I think this one gets a "scamcoin" classification...
|
|
|
|
|
xibeijan
Legendary
Offline
Activity: 1232
Merit: 1001
|
|
May 12, 2013, 11:18:14 AM |
|
Better update information. YAC is traded on http://bter.com now. Nice one!
|
|
|
|
sairon
Sr. Member
Offline
Activity: 406
Merit: 250
One does not simply mine Bitcoins
|
|
May 12, 2013, 01:06:54 PM |
|
Please add this faucet: http://yac-faucet.tk/
|
GPG key ID: 5E4F108A || BTC: 1hoardyponb9AMWhyA28DZb5n5g2bRY8v
|
|
|
|