rostrum 10.1.0

An efficient implementation of Electrum Server with token support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Bitcoind configuration

Rostrum requires a full node to query for data and network status. This document covers how to connect and authenticate with a full node.

## Bitcoin Unlimited

Rostrum is automatically configured and started with Bitcoin Unlimited. If the binary is not in the same directory as `bitcoind`, you can specify the alternative location using `-electrum.exec=/full/path/rostrum`.

For more options, see `bitcoind -help`.

## Other nodes

If you are using `-rpcuser=USER` and `-rpcpassword=PASSWORD` for authentication, please use `auth="USER:PASSWORD"` option in one of the config files.

Otherwise, `~/.bitcoin/.cookie` will be read, allowing this server to use bitcoind JSONRPC interface.