Bitcoin Forum
March 29, 2024, 02:19:56 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 4 5 »  All
  Print  
Author Topic: [YAC]: YaCoin Information Thread  (Read 20747 times)
kalgecin
Hero Member
*****
Offline Offline

Activity: 819
Merit: 1000


View Profile
May 09, 2013, 10:53:47 PM
 #21

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  Tongue

Code:
#!/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;
}






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





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






1711721996
Hero Member
*
Offline Offline

Posts: 1711721996

View Profile Personal Message (Offline)

Ignore
1711721996
Reply with quote  #2

1711721996
Report to moderator
Make sure you back up your wallet regularly! Unlike a bank account, nobody can help you if you lose access to your BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1711721996
Hero Member
*
Offline Offline

Posts: 1711721996

View Profile Personal Message (Offline)

Ignore
1711721996
Reply with quote  #2

1711721996
Report to moderator
1711721996
Hero Member
*
Offline Offline

Posts: 1711721996

View Profile Personal Message (Offline)

Ignore
1711721996
Reply with quote  #2

1711721996
Report to moderator
1711721996
Hero Member
*
Offline Offline

Posts: 1711721996

View Profile Personal Message (Offline)

Ignore
1711721996
Reply with quote  #2

1711721996
Report to moderator
bitdwarf
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


The cryptocoin watcher


View Profile
May 09, 2013, 11:30:47 PM
 #22

<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
kalgecin
Hero Member
*****
Offline Offline

Activity: 819
Merit: 1000


View Profile
May 10, 2013, 02:05:57 AM
 #23

forums set up at http://yacointalk.com/index.php






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





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






limitless
Member
**
Offline Offline

Activity: 70
Merit: 10



View Profile
May 10, 2013, 02:13:03 AM
 #24

YaCoin Homepage - NONE? (Who can make one?)

Add www.yacoin.org to the front page!

My yacoin giveaway: https://bitcointalk.org/index.php?topic=199716.0 - Need more people to donate in order to keep it going.
My yacoin bounty thread: https://bitcointalk.org/index.php?topic=200252.0 - If you want to add bounties, just post here.
YAC address: YKmZSWKiqc9MPzmZ89SAwyXM4wSQqoQE3J
zhaojundong
Member
**
Offline Offline

Activity: 238
Merit: 10



View Profile
May 10, 2013, 02:41:33 AM
 #25

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 Offline

Activity: 1232
Merit: 1001


View Profile
May 10, 2013, 10:29:03 AM
 #26

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

Notable projects 2019: Semux, Dero, Wagerr, BEAM
xibeijan
Legendary
*
Offline Offline

Activity: 1232
Merit: 1001


View Profile
May 10, 2013, 10:55:11 AM
 #27

Anyone going to update the Yac info at the top of this thread?

Notable projects 2019: Semux, Dero, Wagerr, BEAM
rbdrbd (OP)
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile
May 10, 2013, 04:54:46 PM
 #28

Thread updated with new sites, etc.
Schwede65
Sr. Member
****
Offline Offline

Activity: 309
Merit: 250


View Profile
May 10, 2013, 05:06:36 PM
 #29

please remark the W-64-bit cpu-miner

https://bitcointalk.org/index.php?topic=201027.0

fantastic work
rbdrbd (OP)
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile
May 10, 2013, 05:15:48 PM
 #30

please remark the W-64-bit cpu-miner

https://bitcointalk.org/index.php?topic=201027.0

fantastic work

Updated
zhaojundong
Member
**
Offline Offline

Activity: 238
Merit: 10



View Profile
May 10, 2013, 05:17:50 PM
 #31

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
Full Member
***
Offline Offline

Activity: 224
Merit: 100



View Profile
May 10, 2013, 06:46:15 PM
 #32

very nice summary of YAC related info, I will be watching
PS. The logo is awesome Smiley

+10 on the logo, I had to do a double take and buy more YACoin.  Well done!

 *Image Removed*
Reputation Thread: https://bitcointalk.org/index.php?topic=202142
Luke-Jr
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
May 11, 2013, 02:26:34 PM
 #33

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 Offline

Activity: 1232
Merit: 1001


View Profile
May 11, 2013, 02:27:49 PM
 #34

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.


Notable projects 2019: Semux, Dero, Wagerr, BEAM
xibeijan
Legendary
*
Offline Offline

Activity: 1232
Merit: 1001


View Profile
May 11, 2013, 02:28:28 PM
 #35

Some folks should organise together and see about getting some online shops to accept YaCoin for payment.

Perhaps a bounty is required?

Notable projects 2019: Semux, Dero, Wagerr, BEAM
bitdwarf
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


The cryptocoin watcher


View Profile
May 11, 2013, 02:31:23 PM
 #36

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 Offline

Activity: 2576
Merit: 1186



View Profile
May 12, 2013, 03:48:30 AM
 #37

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

feeleep
Legendary
*
Offline Offline

Activity: 1197
Merit: 1000


View Profile WWW
May 12, 2013, 09:01:39 AM
 #38

New pool opened: http://yac.coinmine.pl - 0% fee

xibeijan
Legendary
*
Offline Offline

Activity: 1232
Merit: 1001


View Profile
May 12, 2013, 11:18:14 AM
 #39

Better update information.  YAC is traded on http://bter.com now.  Nice one!

Notable projects 2019: Semux, Dero, Wagerr, BEAM
sairon
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


One does not simply mine Bitcoins


View Profile
May 12, 2013, 01:06:54 PM
 #40

Please add this faucet:
http://yac-faucet.tk/

GPG key ID: 5E4F108A || BTC: 1hoardyponb9AMWhyA28DZb5n5g2bRY8v
Pages: « 1 [2] 3 4 5 »  All
  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!