We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ lcoin rpc validateaddress lc1quunac70z6wkh7j93hu4as6d6plq3mpuhkc6z4g { "isvalid": true, "address": "lc1quunac70z6wkh7j93hu4as6d6plq3mpuhkc6z4g", "scriptPubKey": "0014e727dc79e2d3ad7f48b1bf2bd869ba0fc11d8797", "ismine": false, "iswatchonly": false }
https://live.blockcypher.com/
The blockchain is synced up as far as I can tell... $ lcoin cli info { "version": "v1.0.0-beta.15", "network": "main", "chain": { "height": 1245487, "tip": "c3d5fc82c76be06a7097b8bbd288b96c22a44308dca76759dfac3a7fcd7b18f2", "progress": 1 }, "pool": { "host": "52.27.227.35", "port": 9333, "agent": "/bcoin:v1.0.0-beta.15/", "services": "1001", "outbound": 8, "inbound": 5 }, "mempool": { "tx": 18, "size": 68272 }, "time": { "uptime": 1545, "system": 1500842425, "adjusted": 1500842424, "offset": -1 }, "memory": { "total": 171, "jsHeap": 35, "jsHeapTotal": 45, "nativeHeap": 126, "external": 13 } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
$ lcoin rpc validateaddress lc1quunac70z6wkh7j93hu4as6d6plq3mpuhkc6z4g
{
"isvalid": true,
"address": "lc1quunac70z6wkh7j93hu4as6d6plq3mpuhkc6z4g",
"scriptPubKey": "0014e727dc79e2d3ad7f48b1bf2bd869ba0fc11d8797",
"ismine": false,
"iswatchonly": false
}
https://live.blockcypher.com/
The blockchain is synced up as far as I can tell...
$ lcoin cli info
{
"version": "v1.0.0-beta.15",
"network": "main",
"chain": {
"height": 1245487,
"tip": "c3d5fc82c76be06a7097b8bbd288b96c22a44308dca76759dfac3a7fcd7b18f2",
"progress": 1
},
"pool": {
"host": "52.27.227.35",
"port": 9333,
"agent": "/bcoin:v1.0.0-beta.15/",
"services": "1001",
"outbound": 8,
"inbound": 5
},
"mempool": {
"tx": 18,
"size": 68272
},
"time": {
"uptime": 1545,
"system": 1500842425,
"adjusted": 1500842424,
"offset": -1
},
"memory": {
"total": 171,
"jsHeap": 35,
"jsHeapTotal": 45,
"nativeHeap": 126,
"external": 13
}
}
The text was updated successfully, but these errors were encountered: