Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [COV] Coven [3% PoS/33k Supply][Indistinguishability Obfuscator/Anno Feat]
by
drakoin
on 01/05/2015, 12:49:53 UTC
... explanations for what this is you find in:

Staking... I offer to leave this wallet running, so there is a staking node. To improve the network. If you want to increase the Stake Weight of this node, send some COV coins there. Every bit helps.
COV address of this 24/7 staking node: CQfH2dwUcGXcxvfxU2nqoqGC4qcbSipvRX

We have moved 32 blocks in those ~10 hours: 2331 --> 2363 (that is already not much worse than bitcoin actually, which does 60 blocks in 10 hours )

Code:
Covend getinfo
{
    "version" : "v1.2.0.0-g32a928e",
    "protocolversion" : 60014,
    "walletversion" : 60000,
    "balance" : 168.96,
    "blocks" : 2363,
    "moneysupply" : 33607.86414137,
    "connections" : 24,
    "difficulty" : {
        "proof-of-work" : 28420.28414317,
        "proof-of-stake" : 0.00024414
    },
    "testnet" : false,
    "unlocked_until" : 1431100756,
    "errors" : ""
}

"Staking" went to "true" now as expected:
Code:
Covend getstakinginfo
{
    "Enabled" : true,
    "Staking" : true,
    "Errors" : "",
    "Current Block Size" : 1000,
    "Current Block Tx" : 0,
    "Pooled Tx" : 0,
    "Difficulty" : 0.00024414,
    "Weight" : 60,
    "Net Stake Weight" : 995,
    "Expected Time" : 1492
}


If I had a GUI I would use "coin control" for that, but how to do this on the commandline?
Is there a simple way to show a those increasingly many smaller packages with an RPC command? -->

... you could split them into 20 transactions. In 8 hours they would start splitting to 40 on their own. 8 hours after that 160. With 320 transactions, you get 1 block every 5 minutes or so, which is enough to carry the network. ... It would take about 2 days to get there if you split into 20 transactions right now.

And again: A cool idea, really. :-)