ExchangeUnion / xud-simnet

The XUD Simulation Network, a nicey nice playground with monopoly money
GNU Affero General Public License v3.0
1 stars 1 forks source link

simnet: ltcd showing `Ready`, but still syncing #64

Closed kilrau closed 4 years ago

kilrau commented 4 years ago

xud-docker

simnet > status
┌─────────┬──────────────────────────────────────────────────┐
│ SERVICE │ STATUS                                           │
├─────────┼──────────────────────────────────────────────────┤
│ ltcd    │ Ready                                            │
├─────────┼──────────────────────────────────────────────────┤
│ lndbtc  │ Waiting for sync                                 │
├─────────┼──────────────────────────────────────────────────┤
│ lndltc  │ Waiting for sync                                 │
├─────────┼──────────────────────────────────────────────────┤
│ raiden  │ Container running                                │
├─────────┼──────────────────────────────────────────────────┤
│ xud     │ Waiting for lndbtc, lndltc, raiden               │
└─────────┴──────────────────────────────────────────────────┘
simnet > ltcctl getinfo
{
  "version": 120000,
  "protocolversion": 70002,
  "blocks": 3500,
  "timeoffset": 0,
  "connections": 1,
  "proxy": "",
  "difficulty": 1,
  "testnet": false,
  "relayfee": 0.00001,
  "errors": ""
}
simnet > ltcctl getinfo
{
  "version": 120000,
  "protocolversion": 70002,
  "blocks": 4000,
  "timeoffset": 0,
  "connections": 1,
  "proxy": "",
  "difficulty": 1,
  "testnet": false,
  "relayfee": 0.00001,
  "errors": ""
}
kilrau commented 4 years ago

Hopefully closed by https://github.com/ExchangeUnion/xud-simnet/issues/63 so we actually don't have a local ltcd anymore