rsadowski e6aea60a86 Update litecoin to 0.18.1.
Notable port changes:

- Disable BIP70, form changlog:

  "A new --disable-bip70 option may be passed to ./configure to prevent
  Bitcoin-Qt from being built with support for the BIP70 payment
  protocol or from linking libssl. As the payment protocol has exposed
  Bitcoin Core to libssl vulnerabilities in the past, builders who don't
  need BIP70 support are encouraged to use this option to reduce their
  exposure to

- Most parts sync with net/bitcoin
2020-06-22 04:13:03 +00:00
..
2020-06-22 04:13:03 +00:00

$OpenBSD: README,v 1.1.1.1 2019/03/08 05:52:25 rsadowski Exp $

+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------

RPC user and password
=====================

Change rpcuser/rpcpassword in ${SYSCONFDIR}/litecoin.conf before starting
litecoind via rc.d(8).

Run the following command to create a RPC password:

${LOCALBASE}/share/litecoin/rpcauth.py USERNAME

Storage requirements
====================

You may wish to reduce storage requirements by pruning (deleting) old blocks.
Enable prune in ${SYSCONFDIR}/litecoin.conf brefore you start litecoind first
time or enable block pruning on the command line:

    -prune=N: where N is the number of MB to allot for raw block & undo data.

The minimum allowed size is 550MB. See litecoind(1).