Skip to content

Commit 975f7f5

Browse files
committed
Add short description of sync modes for elements in README.md
1 parent a904f02 commit 975f7f5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ a collection of feature experiments and extensions to the Bitcoin protocol.
1010
This platform enables anyone to build their own businesses or networks
1111
pegged to Bitcoin as a sidechain or run as a standalone blockchain with arbitrary asset tokens.
1212

13+
Modes
14+
-----
15+
16+
Elements supports a few different pre-set chains for syncing. Note though some are intended for QA and debugging only:
17+
18+
* Liquid mode: `elementsd -chain=liquidv1` (syncs with Liquid network)
19+
* Bitcoin mainnet mode: `elementsd -chain=main` (not intended to be run for commerce)
20+
* Bitcoin testnet mode: `elementsd -chain=testnet3`
21+
* Bitcoin regtest mode: `elementsd -chain=regtest`
22+
* Elements custom chains: Any other `-chain=` argument. It has regtest-like default parameters that can be over-ridden by the user by a rich set of start-up options.
23+
1324
Confidential Assets
1425
----------------
1526
The latest feature in the Elements blockchain platform is Confidential Assets,

0 commit comments

Comments
 (0)