I put 800 LOC on the faucet last night. now that I changed the daemon they are gone and it just have 100 in the faucet that I put when I was doing the setup,
so I think that I'm in the right block chain, can somebody confirm these please?
]www.loco-[Suspicious link removed]affirmative, BUT why txid instead of block hash ??
and it gives me empty page for any url like
http://198.50.229.39:3001/block/***********
e.g. block 33113 wallet output (compare to explorer):
{
"hash" : "
6f0ccf77b41c1e97347658a0aee3d6f6c03674331ba70f23848207737bdfead7",
"confirmations" : 1,
"size" : 446,
"height" : 33113,
"version" : 7,
"merkleroot" : "6a8dd5ab51e9a8ca8412c0846922513f2c38b82a9b342d9c5b47f38aa05fac20",
"mint" : 9.97282830,
"time" : 1461960704,
"nonce" : 0,
"bits" : "1b00ce32",
"difficulty" : 81364.41026030,
"blocktrust" : "13dd5a6dc7877",
"chaintrust" : "2b5a8d9ae8d9298a",
"previousblockhash" : "2b7c953d791cece92bde9a248c6aaaf67bc2b7517ab4b786b4af1cb080c66ca7",
"flags" : "proof-of-stake",
"proofhash" : "000b355744b9e432a87b6954e41adcc338fd28243cabcfd8324af5887c8063b0",
"entropybit" : 1,
"modifier" : "a58aef6fc49b734f",
"modifierv2" : "c5285d9219749b20626ab14a7192e721308009d2b2d500677ede08ac1cf1c9cc",
"tx" : [
{
"txid" : "699a49afaceece51cfd066467892d2b25d76a5266ffb3b4e4bc1581c71385b19",
"txid" : "699a49afaceece51cfd066467892d2b25d76a5266ffb3b4e4bc1581c71385b19",
"version" : 1,
"time" : 1461960704,
"locktime" : 0,
"vin" : [
{
"coinbase" : "03598100",
"sequence" : 4294967295
}
],
"vout" : [
{
"value" : 0.00000000,
"n" : 0,
"scriptPubKey" : {
"asm" : "",
"hex" : "",
"type" : "nonstandard"
}
}
]
},
{
"txid" : "
0b18bb200452d087eaefdbc0771838831353b98e7252bd81762eacbdc81e1837",
"txid" : "0b18bb200452d087eaefdbc0771838831353b98e7252bd81762eacbdc81e1837",
"version" : 1,
"time" : 1461960704,
"locktime" : 0,
"vin" : [
{
"txid" : "f6a980f6c9ef1ebad5d7a51562136e4035c91fc534d469843e7cc7ef0dffb6b5",
"vout" : 1,
"scriptSig" : {
"asm" : "304502210095bb65674936935c116416209771493472052e606c3937aff02084df6bc4d7da02206
f067fe5391125f31811dbac19ed4fb6c4e9b893f4c3039fa6490d41f4f2c17801",
"hex" : "48304502210095bb65674936935c116416209771493472052e606c3937aff02084df6bc4d7da022
06f067fe5391125f31811dbac19ed4fb6c4e9b893f4c3039fa6490d41f4f2c17801"
},
"sequence" : 4294967295
}
],
"vout" : [
{
"value" : 0.00000000,
"n" : 0,
"scriptPubKey" : {
"asm" : "",
"hex" : "",
"type" : "nonstandard"
}
},
{
"value" : 2072.73000000,
"n" : 1,
"scriptPubKey" : {
"asm" : "029fb1e5e35fdc732a474c38a8b7582ef25146ef44067bb0b297398075556aad40 OP_CHECKSIG",
"hex" : "21029fb1e5e35fdc732a474c38a8b7582ef25146ef44067bb0b297398075556aad40ac",
"reqSigs" : 1,
"type" : "pubkey",
"addresses" : [
"5uRHLJgnsQUc6YM7rZBpPUds7k1dBVp1te"
]
}
},
{
"value" : 2072.73282830,
"n" : 2,
"scriptPubKey" : {
"asm" : "029fb1e5e35fdc732a474c38a8b7582ef25146ef44067bb0b297398075556aad40 OP_CHECKSIG",
"hex" : "21029fb1e5e35fdc732a474c38a8b7582ef25146ef44067bb0b297398075556aad40ac",
"reqSigs" : 1,
"type" : "pubkey",
"addresses" : [
"5uRHLJgnsQUc6YM7rZBpPUds7k1dBVp1te"
]
}
}
]
}
],
"signature" : "3045022100a60b6738764927854f4b38f9fa2e07d9e4d5b3926dfbf9d66b85aecf9c379bed02204
a4b348fc16d644cc68df43414f83bf3f9df00bf845613704341503a81e8ee18"
}
Thanks at least now I know I'm on the correct blockchain, sincerely it is my fist block-explorer. I don't know why it show "txid" instead of "hash", maybe because I synchronize with txindex=1 in de conf file, but that is just a guess.
To your second question, I guess that is problem with the database and the resync after the fork, in fact, I feel there is no database saving the old blocks, because beside the 100 blocks being show there is no record of past transaction
I'l be over this in the night.
I have see your comments, at least in this treath, and you seem to know a lot. A little advise for were to begin to fix this issues would be much appreciated