Skip to content

Commit d669b31

Browse files
committed
Merge #566: Add short description of sync modes for elements in README.md
975f7f5 Add short description of sync modes for elements in README.md (Gregory Sanders) Pull request description: Tree-SHA512: b1814c7700866febd8198813aff1a77c159926d517fc7a19beee58d8041569a21807f752a51a5cd22b519bc80e0d67f57e63675242af33fd8bed3eccc8c7b50f
2 parents ec62262 + 975f7f5 commit d669b31

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)