Skip to content

Commit

Permalink
README: add service connection info
Browse files Browse the repository at this point in the history
  • Loading branch information
zoedberg committed Oct 11, 2024
1 parent 38df6fc commit 84be758
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,14 @@ For more info about regtest utility commands, run:
./regtest.sh -h
```

When unlocking regtest nodes use the following local services:
- bitcoind_rpc_username: user
- bitcoind_rpc_username: password
- bitcoind_rpc_host: localhost
- bitcoind_rpc_port: 18433
- indexer_url: 127.0.0.1:50001
- proxy_endpoint: rpc://127.0.0.1:3000/json-rpc

### Testnet

When running the node on the testnet network the docker services are not needed
Expand All @@ -125,6 +133,14 @@ rgb-lightning-node dataldk2/ --daemon-listening-port 3003 \
--ldk-peer-listening-port 9737 --network testnet
```

When unlocking testnet nodes you can use the following services:
- bitcoind_rpc_username: user
- bitcoind_rpc_username: password
- bitcoind_rpc_host: electrum.iriswallet.com
- bitcoind_rpc_port: 18332
- indexer_url: ssl://electrum.iriswallet.com:50013
- proxy_endpoint: rpcs://proxy.iriswallet.com/0.2/json-rpc

## Use

Once daemons are running, they can be operated via REST JSON APIs.
Expand Down

0 comments on commit 84be758

Please sign in to comment.