How do I reconfigure Abe to work with Litecoin?

0

I succesfully launced this image. But I need one more instance as Litecoin blockchain explorer. How to configure it properly? Docker is not necessary

Vassily Vorobyov

Posted 2017-10-04T14:08:12.827

Reputation: 135

Answers

1

I used this configuration to work with Litecoin

{
  "chain": "Litecoin",
  "code3": "LTC",
  "address_version": "\x00",
  "magic": "\xfb\xc0\xb6\xdb",
  "policy": "Sha256Chain"
}

Its now hitting block 1201593 without any crashes. But still observing.

Michael Blanza

Posted 2017-10-04T14:08:12.827

Reputation: 126