Im receiving reports of some deposits not posting. Is there a block explorer or working pool with chain statistics?
I see there is a new repository. I may have reverted to an older client during recent infrastructure changes as I show the older repo reflected in our database. I havent synced with the new client again yet but im assuming the broadcast checkpointing is active after the latest commit? That would explain the stall in our chain after it successfully synced for some time. I should have starcoin restored in the next few days.
It looks like there is neither an explorer nor any pool remaining. But it would be great if you could get the wallet running again on Cryptsy.
Here is some blockinfo, so you can be sure to take the right blockchain.
A single peer has left for me:
21:11:28
getpeerinfo
21:11:28
[
{
"addr" : "71.175.81.45:18216",
"services" : "00000001",
"lastsend" : 1428174676,
"lastrecv" : 1428174681,
"conntime" : 1427917242,
"version" : 60007,
"subver" : "/StarCoin:1.7.0/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 2061518,
"banscore" : 0
}
]
Here is some info about a block which was found today.
Using commands getblockhash and getblock you may check for the block. And others may confirm as well to work on the same chain.
21:19:06
getblockhash 2071865
21:19:06
000000023eb8a066a45ec8a1229869ba26d696daeeba723cc7eb52987738f1ad
21:20:09

getblock 000000023eb8a066a45ec8a1229869ba26d696daeeba723cc7eb52987738f1ad
21:20:10
{
"hash" : "000000023eb8a066a45ec8a1229869ba26d696daeeba723cc7eb52987738f1ad",
"confirmations" : 137,
"size" : 267,
"height" : 2071865,
"version" : 4,
"merkleroot" : "0510eeec17ed467d67e8efabb88e193c255de9728a15e41483de3ee2d6eda6c9",
"mint" : 50.00000000,
"time" : 1428171861,
"nonce" : 2561578165,
"bits" : "1d03151c",
"difficulty" : 0.32441142,
"previousblockhash" : "00000000ca18c9195edd903d80fa9c803bfd7b2bea6ad7ef7e61296195769385",
"nextblockhash" : "00000001bf1ec57efd1db78292d2119a8bb39a402c182e3db94d1c39fd689ed8",
"flags" : "proof-of-work",
"proofhash" : "000000023eb8a066a45ec8a1229869ba26d696daeeba723cc7eb52987738f1ad",
"entropybit" : 1,
"modifier" : "3333a03ed3cc8134",
"modifierchecksum" : "f72ff73a",
"tx" : [
"0510eeec17ed467d67e8efabb88e193c255de9728a15e41483de3ee2d6eda6c9"
],
"signature" : "304502204dde3a7f0b3a81cb21223d83292fa3ea671c68e9f856e4137e1a46500ebd3164022100f e124a6ddb493254306579efbdda4064379debef233d87a65d68474519ddde8a"
}
I hope that helps.