mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-22 22:36:34 +01:00
update website, remove references to a DLC specific branch (#3280)
This commit is contained in:
parent
afbc22af1c
commit
410ea15224
5 changed files with 8 additions and 12 deletions
|
@ -20,8 +20,8 @@ mdocExtraArguments := List("--no-link-hygiene")
|
|||
|
||||
// these variables gets passed to mdoc, and can be read
|
||||
// from there
|
||||
mdocVariables := Map(
|
||||
"STABLE_VERSION" -> "0.5.0",
|
||||
mdocVariables ++= Map(
|
||||
"STABLE_VERSION" -> "0.6.0",
|
||||
"UNSTABLE_VERSION" -> version.value
|
||||
)
|
||||
|
||||
|
|
|
@ -7,9 +7,6 @@ Bitcoin-S now has support for the basic data structures and algorithms involved
|
|||
|
||||
**Please note that this code is experimental as the [DLC specification](https://github.com/discreetlogcontracts/dlcspecs) is a work-in-progress and so this code is not stable and is subject to change. This means that the DLC code in the official release may be out-of-date and may conflict with other implementations' results.**
|
||||
|
||||
> If you require the most up-to-date DLC data structures and algorithms, you should use the `master` branch.
|
||||
> If you are interested in actually setting up and executing DLCs, you should checkout the [`adaptor-dlc branch`](https://github.com/bitcoin-s/bitcoin-s/tree/adaptor-dlc).
|
||||
|
||||
Let's now cover the main data structures and interfaces supported.
|
||||
|
||||
```scala mdoc:invisible
|
||||
|
|
|
@ -16,9 +16,8 @@ title: Getting Bitcoin-S installed on your machine
|
|||
- [Step 1: Java and Scala](#step-1-java-and-scala)
|
||||
- [Step 2: Bitcoin-S Repository](#step-2-bitcoin-s-repository)
|
||||
- [Step 3: Configuration](#step-3-configuration)
|
||||
- [Step 4 (Optional): Discreet Log Contract Branch](#step-4-optional-discreet-log-contract-branch)
|
||||
- [Step 5: Setting Up A Bitcoin-S Server (Neutrino Node)](#step-5-setting-up-a-bitcoin-s-server)
|
||||
- [Step 6 (Optional): Moving To Testnet](#step-6-optional-moving-to-testnet)
|
||||
- [Step 4: Setting Up A Bitcoin-S Node](#step-4-setting-up-a-bitcoin-s-node)
|
||||
- [Step 5: (Optional): Moving To Testnet](#step-5-optional-moving-to-testnet)
|
||||
|
||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||
|
||||
|
@ -157,7 +156,7 @@ bitcoin-s {
|
|||
|
||||
</details>
|
||||
|
||||
## Step 6 (Optional): Moving To Testnet
|
||||
## Step 5 (Optional): Moving To Testnet
|
||||
|
||||
To run your Bitcoin-S Server on testnet, simply change `network = testnet3` and change
|
||||
your `peers = ["neutrino.testnet3.suredbits.com:18333"] ` in your `.bitcoin-s/bitcoin-s.conf` file.
|
||||
|
|
|
@ -20,7 +20,9 @@ have feedback on how to make your lives easier, please reach out on [slack](http
|
|||
### Java binaries
|
||||
|
||||
<details>
|
||||
Please download these from our latest [release on github](https://github.com/bitcoin-s/bitcoin-s/releases/tag/v0.5.0)
|
||||
Please download these from our latest release on github
|
||||
|
||||
https://github.com/bitcoin-s/bitcoin-s/releases/tag/v0.6.0
|
||||
|
||||
</details>
|
||||
|
||||
|
|
|
@ -9,8 +9,6 @@ title: Executing A DLC with Bitcoin-S
|
|||
|
||||
See the [setup document](../getting-setup.md).
|
||||
|
||||
Make sure to follow [Step 4](../getting-setup.md#step-4-optional-discreet-log-contract-branch) to checkout the `adaptor-dlc` feature branch.
|
||||
|
||||
### Using the GUI
|
||||
|
||||
To first start up the GUI you first need to start your bitcoin-s server and gui with
|
||||
|
|
Loading…
Add table
Reference in a new issue