openbsd-ports/net/bitcoin/pkg
2022-12-22 15:32:10 +00:00
..
bitcoind.rc /etc -> SYSCONFDIR 2022-05-24 18:51:24 +00:00
DESCR
PFRAG.no-no_x11 drop RCS Ids 2022-03-11 19:45:43 +00:00
PLIST Update bitcoin to 24.0.1 2022-12-22 15:32:10 +00:00
README drop RCS Ids 2022-03-11 19:45:43 +00:00

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

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

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

Run the following command to create a RPC password:

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

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

You may wish to reduce storage requirements by pruning (deleting) old blocks.
Enable prune in ${SYSCONFDIR}/bitcoin.conf brefore you start bitcoind 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 bitcoind(1).