Hmm I seem to have Guiminer hashing ok but if I do a 'namecoind listtransactions' command I get
[
]
Also if I do a namecoind getinfo I get:
{
"version" : 32190,
"balance" : 0.00000000,
"blocks" : 16443,
"connections" : 13,
"proxy" : "",
"generate" : false,
"genproclimit" : -1,
"difficulty" : 23508.97554354,
"hashespersec" : 0, "testnet" : false,
"keypoololdest" : 1311242104,
"paytxfee" : 0.00000000,
"errors" : ""
namecoind listreceivedbyaddress 0 true gives me:
[
{
"address" : "ND7X26bHrm1Rj9YqCqZEt5vo1MpwdXV8Ry",
"account" : "",
"label" : "",
"amount" : 0.00000000,
"confirmations" : 0
},
{
"address" : "NFgRuTfnz1ekTnrSTt6G5QG78pE6vjBJjw",
"account" : "",
"label" : "",
"amount" : 0.00000000,
"confirmations" : 0
},
{
"address" : "NFs3WU5BnMxRF1LrxwDLz36AwiZEVqPAAZ",
"account" : "NFgRuTfnz1ekTnrSTt6G5QG78pE6vjBJjw",
"label" : "NFgRuTfnz1ekTnrSTt6G5QG78pE6vjBJjw",
"amount" : 0.00000000,
"confirmations" : 0
Not entirely convinced everythings working as it should...