NOTICE: I Believe there is a bug in the new GPL client/daemon concerning transactions other then Coinbase.
I would suggest waiting to upgrade until this is figured out.I discovered it when trying to switch over the GPL block explorer and the explorer database would not sync up. After a complete fresh database build, I noticed there were no transactions other then Coinbase.
So I did a compare with the daemon running the pool (Old version) and the New version now on the block explorer:
Two transactions looked up:
On the new daemon:
gpl$ ./goldpressedlatinumd getrawtransaction 3bb17f9849aca67aecaddc19d830af14521e3fad758fc6c9dd0225008a708c25
error: {"code":-5,"message":"No information available about transaction"}
gpl$ ./goldpressedlatinumd getrawtransaction 1c8fbb5c4146a91fe895471c347314a514d930827ffbf4687dc7589c36b2e92a
error: {"code":-5,"message":"No information available about transaction"}
Same transactions on old version:
Code:
./goldpressedlatinumd getrawtransaction 3bb17f9849aca67aecaddc19d830af14521e3fad758fc6c9dd0225008a708c25
01000000953e49524d240fd431aa758c901a8f22e4c70f24459b20a7c5dbb9c355ac14a3d3d4a1a74a000000004847304402201da9859b24f83073b34745daf5403fc8b52dc322c2648c........
Code:
./goldpressedlatinumd getrawtransaction 1c8fbb5c4146a91fe895471c347314a514d930827ffbf4687dc7589c36b2e92a
01000000f098365202a7515427025745b7b610d431ef1e278cc17ad0a894b51df112912295efbf5b8a000000004a493046022100a300d9b172bd3ccf8dcb94b92f13b5e975877bd4382385b10fc621c6bf1499ef022100f7761f3f9acd383ad2d4bdc54e4063dd00629a3600833a84f3f3bef77953639401ffffffffad374189b2645bf1d513610226611ba679998a7b49e6d4f67124c16aa0be7cc90000000048473044022000f13ef0cf5316c76b545165de8c43749f1e7e80aa01dd641173b97fd3444ac602204a0be63128fe28beeaa5211875400da5dabba45e727408feb39b23f336556e3101ffffffff02780c0300000000001976a91441c6accdb1729e992635f1bc86012bd06f20dc3688ac400d0300000000001976a9145bdb4864bd4dabba6aef25e20f9e5283357d3fff88ac00000000
Full descriptive ouput on the second transaction with the old daemon.
./goldpressedlatinumd getrawtransaction 1c8fbb5c4146a91fe895471c347314a514d930827ffbf4687dc7589c36b2e92a 1
{
"hex" : "01000000f098365202a7515427025745b7b610d431ef1e278cc17ad0a894b51df112912295efbf5b8a000000004a493046022100a300d9b172bd3ccf8dcb94b92f13b5e975877bd4382385b10fc621c6bf1499ef022100f7761f3f9acd383ad2d4bdc54e4063dd00629a3600833a84f3f3bef77953639401ffffffffad374189b2645bf1d513610226611ba679998a7b49e6d4f67124c16aa0be7cc90000000048473044022000f13ef0cf5316c76b545165de8c43749f1e7e80aa01dd641173b97fd3444ac602204a0be63128fe28beeaa5211875400da5dabba45e727408feb39b23f336556e3101ffffffff02780c0300000000001976a91441c6accdb1729e992635f1bc86012bd06f20dc3688ac400d0300000000001976a9145bdb4864bd4dabba6aef25e20f9e5283357d3fff88ac00000000",
"txid" : "1c8fbb5c4146a91fe895471c347314a514d930827ffbf4687dc7589c36b2e92a",
"version" : 1,
"time" : 1379309808,
"locktime" : 0,
"vin" : [
{
"txid" : "8a5bbfef95229112f11db594a8d07ac18c271eef31d410b6b7455702275451a7",
"vout" : 0,
"scriptSig" : {
"asm" : "3046022100a300d9b172bd3ccf8dcb94b92f13b5e975877bd4382385b10fc621c6bf1499ef022100f7761f3f9acd383ad2d4bdc54e4063dd00629a3600833a84f3f3bef77953639401",
"hex" : "493046022100a300d9b172bd3ccf8dcb94b92f13b5e975877bd4382385b10fc621c6bf1499ef022100f7761f3f9acd383ad2d4bdc54e4063dd00629a3600833a84f3f3bef77953639401"
},
"sequence" : 4294967295
},
{
"txid" : "c97cbea06ac12471f6d4e6497b8a9979a61b6126026113d5f15b64b2894137ad",
"vout" : 0,
"scriptSig" : {
"asm" : "3044022000f13ef0cf5316c76b545165de8c43749f1e7e80aa01dd641173b97fd3444ac602204a0be63128fe28beeaa5211875400da5dabba45e727408feb39b23f336556e3101",
"hex" : "473044022000f13ef0cf5316c76b545165de8c43749f1e7e80aa01dd641173b97fd3444ac602204a0be63128fe28beeaa5211875400da5dabba45e727408feb39b23f336556e3101"
},
"sequence" : 4294967295
}
],
"vout" : [
{
"value" : 0.19980000,
"n" : 0,
"scriptPubKey" : {
"asm" : "OP_DUP OP_HASH160 41c6accdb1729e992635f1bc86012bd06f20dc36 OP_EQUALVERIFY OP_CHECKSIG",
"hex" : "76a91441c6accdb1729e992635f1bc86012bd06f20dc3688ac",
"reqSigs" : 1,
"type" : "pubkeyhash",
"addresses" : [
"FBpuPTBofaAXh7PDFo6tftEt1jYVNih1Mj"
]
}
},
{
"value" : 0.20000000,
"n" : 1,
"scriptPubKey" : {
"asm" : "OP_DUP OP_HASH160 5bdb4864bd4dabba6aef25e20f9e5283357d3fff OP_EQUALVERIFY OP_CHECKSIG",
"hex" : "76a9145bdb4864bd4dabba6aef25e20f9e5283357d3fff88ac",
"reqSigs" : 1,
"type" : "pubkeyhash",
"addresses" : [
"FECoeHxFU3UqTqDUfqPyTJRPqHz3AHJPGU"
]
}
}
],
"blockhash" : "000000082bc1fee33b24345a2cf1f78a95f2c20b5c2d5dce1f74df4ec1958aeb",
"confirmations" : 25617,
"time" : 1379309828,
"blocktime" : 1379309828
}
Both daemons are setup with the txindex on.