-
Notifications
You must be signed in to change notification settings - Fork 25
Description
$ lcoin rpc validateaddress lc1quunac70z6wkh7j93hu4as6d6plq3mpuhkc6z4g
{
"isvalid": true,
"address": "lc1quunac70z6wkh7j93hu4as6d6plq3mpuhkc6z4g",
"scriptPubKey": "0014e727dc79e2d3ad7f48b1bf2bd869ba0fc11d8797",
"ismine": false,
"iswatchonly": false
}
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
}
}