Skip to content

Commit

Permalink
Merge #566: Add short description of sync modes for elements in READM…
Browse files Browse the repository at this point in the history
…E.md

975f7f5 Add short description of sync modes for elements in README.md (Gregory Sanders)

Pull request description:

Tree-SHA512: b1814c7700866febd8198813aff1a77c159926d517fc7a19beee58d8041569a21807f752a51a5cd22b519bc80e0d67f57e63675242af33fd8bed3eccc8c7b50f
  • Loading branch information
stevenroose committed Apr 9, 2019
2 parents ec62262 + 975f7f5 commit d669b31
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ a collection of feature experiments and extensions to the Bitcoin protocol.
This platform enables anyone to build their own businesses or networks
pegged to Bitcoin as a sidechain or run as a standalone blockchain with arbitrary asset tokens.

Modes
-----

Elements supports a few different pre-set chains for syncing. Note though some are intended for QA and debugging only:

* Liquid mode: `elementsd -chain=liquidv1` (syncs with Liquid network)
* Bitcoin mainnet mode: `elementsd -chain=main` (not intended to be run for commerce)
* Bitcoin testnet mode: `elementsd -chain=testnet3`
* Bitcoin regtest mode: `elementsd -chain=regtest`
* 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.

Confidential Assets
----------------
The latest feature in the Elements blockchain platform is Confidential Assets,
Expand Down

0 comments on commit d669b31

Please sign in to comment.