Post
Topic
Board Announcements (Altcoins)
Re: [TEK] TEKcoin Mandatory Update! 40%+ SuperStake in 30+ days
by
x3maniac
on 27/08/2014, 15:34:44 UTC
Before anyone does anything else, just stop ^_^

Update your client to the latest update. When you do "getinfo" it will look similar to this

Code:
{
    "version" : "v2.0.1.0-gf96a5a-TEK",
    "protocolversion" : 60007,
    "walletversion" : 60000,
    "balance" : 1704.28190100,
    "newmint" : 0.00000000,
    "stake" : 2568.20805900,
    "blocks" : 506608,
    "moneysupply" : 1868796.74635500,
    "connections" : 43,
    "proxy" : "",
    "ip" : "74.196.63.95",
    "difficulty" : 34026.30075343,
    "testnet" : false,
    "keypoololdest" : 1399997248,
    "keypoolsize" : 102,
    "paytxfee" : 0.00010000,
    "errors" : ""
}

This protocol makes it so PoS and PoW difficulties are calculated correctly which was over looked during the original update and the reason why as soon as anyone staked they created their own fork.

https://www.dropbox.com/s/b7cooz2yewxk2ns/tekcoin-bootstrap.zip

Code:
addnode=74.196.63.95
addnode=64.188.164.77
addnode=94.220.6.66

bump

the addnode you have posted doesn't add up to the current block height on what was stated

{
        "addr" : "74.196.63.95",
        "services" : "00000001",
        "lastsend" : 1409153496,
        "lastrecv" : 1409153503,
        "conntime" : 1409153496,
        "version" : 60007,
        "subver" : "/tekcoin:2.0.0/",
        "inbound" : false,
        "releasetime" : 0,
        "startingheight" : 506608,
        "banscore" : 0
    },
    {
        "addr" : "64.188.164.77",
        "services" : "00000000",
        "lastsend" : 1409153496,
        "lastrecv" : 0,
        "conntime" : 1409153496,
        "version" : 0,
        "subver" : "",
        "inbound" : false,
        "releasetime" : 0,
        "startingheight" : -1,
        "banscore" : 0
    },
    {
        "addr" : "94.220.6.66",
        "services" : "00000001",
        "lastsend" : 1409153520,
        "lastrecv" : 1409153498,
        "conntime" : 1409153496,
        "version" : 60007,
        "subver" : "/tekcoin:2.0.0/",
        "inbound" : false,
        "releasetime" : 0,
        "startingheight" : 47724,
        "banscore" : 0
    }