+-----------------------------------------------------------------------
| Running litecoin on OpenBSD
+-----------------------------------------------------------------------

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

Change rpcuser/rpcpassword in /etc/litecoin.conf before starting
litecoind via rc.d(8).

Run the following command to create a RPC password:

/usr/local/share/litecoin/rpcauth.py USERNAME

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

You may wish to reduce storage requirements by pruning (deleting) old blocks.
Enable prune in /etc/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).
