Skip to main content
Parallax ships as four cooperating binaries, mirroring the layout used by Bitcoin Core. Building from source (make parallax) produces all four under ./build/bin/; distribution packages install them onto $PATH.

The four binaries

Dispatch model

The wrapper is a thin shim:
Any argument after node, rpc or wallet is forwarded verbatim. You can always invoke parallaxd, parallax-cli or parallax-wallet directly; the wrapper is only a convenience.

One-line examples

Start the full node in daemon mode with HTTP-RPC enabled:
Query the running node over JSON-RPC:
List the accounts in the keystore, entirely offline:
Use the multi-call wrapper to do the same:
Throughout the rest of this documentation, shell snippets use parallaxd for node operations and parallax-cli for RPC queries. Substitute parallax node or parallax rpc if you prefer the wrapper.