Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer!
by
mbk
on 11/08/2014, 15:24:58 UTC
To get the really longest chain delete blk*.dat files and run:
Code:
slimcoin-qt.exe -maxconnections=1 -connect=54.191.247.114
(its AWS instance specially for slimcoin)

To check the blockchain:
getblockhash 65037
000000287fbdc22406e529d414b907e916d96638b4a014e6fc395999a9a58795

getblock 000000287fbdc22406e529d414b907e916d96638b4a014e6fc395999a9a58795
{
"hash" : "000000287fbdc22406e529d414b907e916d96638b4a014e6fc395999a9a58795",
"size" : 356,
"height" : 65037,
"version" : 1,
"merkleroot" : "76f4334abe0515aecf6cb092be8e18cf5658bd6445d5d575df08b2b4cb347644",
"time" : "2014-08-11 15:13:02 UTC",
"nonce" : 31269615,
"bits" : "1d35efab",
"difficulty" : 0.01854014,
"mint" : 16.93000000,
"previousblockhash" : "6e68f21344fe56351c6a0671f4354a6bcdae3a65eed55165360218e303f7c0ef",
"flags" : "proof-of-work",
"proofhash" : "000000287fbdc22406e529d414b907e916d96638b4a014e6fc395999a9a58795",
"entropybit" : 0,
"modifier" : "a9de1e5186def09b",
"modifierchecksum" : "e7554862",
"nEffectiveBurnCoins" : "200654211960",
"Formatted nEffectiveBurnCoins" : "200654.21196",
"nBurnBits" : "1d0cf22d",
"tx" : [
"76f4334abe0515aecf6cb092be8e18cf5658bd6445d5d575df08b2b4cb347644"
]
}


With "slimcoin-qt.exe -maxconnections=1 -connect=112.113.96.138:41682"
getblockhash 64939
0000002ab49ed6c6bdc0327f500c3e9594ec4caee68acc41a54b90d12c906957

getblock 0000002ab49ed6c6bdc0327f500c3e9594ec4caee68acc41a54b90d12c906957
{
"hash" : "0000002ab49ed6c6bdc0327f500c3e9594ec4caee68acc41a54b90d12c906957",
"size" : 356,
"height" : 64939,
"version" : 1,
"merkleroot" : "61f6ec7c011d5a990f3874e71ea81a74cd7e7bd0fa8e93934fc586a7d048a8e8",
"time" : "2014-08-11 13:51:38 UTC",
"nonce" : 2684537365,
"bits" : "1d468096",
"difficulty" : 0.01418372,
"mint" : 18.11000000,
"previousblockhash" : "6048252aa5ea95140cc0d74d34c1bbc418974fe31435d1c41f00866d32d547b0",
"nextblockhash" : "d14c47e1df7b5acb68c303db774339465397fb5eb79c1041d0cc3115ba561d76",
"flags" : "proof-of-work",
"proofhash" : "0000002ab49ed6c6bdc0327f500c3e9594ec4caee68acc41a54b90d12c906957",
"entropybit" : 1,
"modifier" : "0c09517780c38b76",
"modifierchecksum" : "941f6e83",
"nEffectiveBurnCoins" : "204231072471",
"Formatted nEffectiveBurnCoins" : "204231.072471",
"nBurnBits" : "1d100927",
"tx" : [
"61f6ec7c011d5a990f3874e71ea81a74cd7e7bd0fa8e93934fc586a7d048a8e8"
]
}