Is there a working block explorer somewhere?
I was testing consolidating all unspent inputs to reduce CPU time spent POS staking, and I think I somehow got banned for a double spend attempt (bug in the script didn't clear the TX array before building the array for the second send, so the same inputs were used again). We havent had a block in over an hour and have 1 connection. Everything else is timing out (no ban messages, just a ton of connection attempts then disconnects). Is there a way to see the ban list?
And I'd like to see a block explorer if there is one... one transaction I'm working with is problematic. It's listing that it's already been spent, but, listunspent is showing it just fine.
No blocks in 24 hours. I'm gonna go with 'its dead'.
I am at this block (producing like hell):
getinfo
{
"version" : "v1.5.0.0",
"protocolversion" : 60007,
"walletversion" : 60000,
"balance" : 16237.26626600,
"newmint" : 0.00000000,
"stake" : 53.32605300,
"blocks" : 123750,
"moneysupply" : 221533.42571800,
"connections" : 1,
"proxy" : "",
"ip" : "xxxxxxxxxx",
"difficulty" : 0.00115702,
"testnet" : false,
"keypoololdest" : 1400368011,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"errors" : ""
}