openbsd-ports/net/litecoin/pkg
2020-01-13 19:55:52 +00:00
..
DESCR Add no_x11 documentation and remove unnecessary debug flavor. 2020-01-13 19:55:52 +00:00
litecoind.rc Remove useless homemade variable from rc.d script. 2019-07-07 16:25:27 +00:00
PFRAG.no-no_x11
PLIST Add no_x11 documentation and remove unnecessary debug flavor. 2020-01-13 19:55:52 +00:00
README

$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).