You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: getting-started/installation.md
+1-52Lines changed: 1 addition & 52 deletions
Original file line number
Diff line number
Diff line change
@@ -5,58 +5,7 @@ description: You can try the Bitcoin Spaces protocol on testnet4 🎉
5
5
# Installation
6
6
7
7
### Install Bitcoin Core
8
-
9
-
{% hint style="info" %}
10
-
Bitcoin Core version 28+ is required for testnet4 and it's not yet released at the time of this writing. Check the [website](https://bitcoin.org/en/bitcoin-core/) to see if it's released otherwise follow instructions below to compile from source.
11
-
{% endhint %}
12
-
13
-
The following instructions is for compiling Bitcoin core from source to access `testnet4`
If you need further help or use a different distro, check the main [guide](https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.md)
58
-
{% endtab %}
59
-
{% endtabs %}
8
+
Bitcoin Core of version 28+ is required. It can be installed from the official [download page](https://bitcoincore.org/en/download/).
Copy file name to clipboardExpand all lines: space-daemon/configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,5 +15,5 @@ The Spaces daemon listens on the following ports by default:
15
15
16
16
All these arguments can be specified as environment variables with `SPACED_` prefix and `UPPER_SNAKE_CASE`
17
17
18
-
<table><thead><tr><th width="270">Option</th><th>Description</th><th>Default</th></tr></thead><tbody><tr><td>--<code>chain</code></td><td>Network to use</td><td>None (Required)</td></tr><tr><td>--<code>bitcoin-rpc-url</code></td><td>Bitcoin RPC URL</td><td>Bitcoin core default URL based on the specified <code>chain</code>e.g. <a href="http://127.0.0.1:8332"><code>http://127.0.0.1:8332</code></a> for mainnet</td></tr><tr><td>--<code>bitcoin-rpc-cookie</code></td><td>Bitcoin RPC cookie file path</td><td>None</td></tr><tr><td>--<code>bitcoin-rpc-user</code></td><td>Bitcoin RPC user</td><td>None</td></tr><tr><td>--<code>bitcoin-rpc-password</code></td><td>Bitcoin RPC password</td><td>None</td></tr><tr><td>--<code>block_index</code></td><td>Enable block indexing</td><td><code>false</code></td></tr><tr><td>--<code>data_dir</code></td><td>Custom data directory to store spaced state</td><td>None</td></tr><tr><td>--<code>jobs</code></td><td>Number of concurrent workers during sync</td><td><code>8</code></td></tr><tr><td>--<code>rpc_bind</code></td><td>Bind address for JSON-RPC connections</td><td><code>127.0.0.1, ::1</code></td></tr><tr><td>--<code>rpc_port</code></td><td>Port for JSON-RPC connections</td><td>None</td></tr><tr><td>--<code>config</code></td><td>Path to a configuration file</td><td>None</td></tr></tbody></table>
18
+
<table><thead><tr><th width="270">Option</th><th>Description</th><th>Default</th></tr></thead><tbody><tr><td><code>--bitcoin-rpc-cookie</code></td><td>Bitcoin RPC cookie file path</td><td>None</td></tr><tr><td><code>--bitcoin-rpc-password</code></td><td>Bitcoin RPC password</td><td>None</td></tr><tr><td><code>--bitcoin-rpc-url</code></td><td>Bitcoin RPC URL</td><td>Bitcoin core default URL based on the specified <code>--chain</code> e.g.<a href="http://127.0.0.1:8332"><code>http://127.0.0.1:8332</code></a> for mainnet</td></tr><tr><td><code>--bitcoin-rpc-user</code></td><td>Bitcoin RPC user</td><td>None</td></tr><tr><td><code>--block_index</code></td><td>Enable block indexing</td><td><code>false</code></td></tr><tr><td><code>--chain</code></td><td>Network to use</td><td>None (Required)</td></tr><tr><td><code>--config</code></td><td>Path to a configuration file</td><td>None</td></tr><tr><td><code>--data_dir</code></td><td>Custom data directory to store spaced state</td><td>None</td></tr><tr><td><code>--jobs</code></td><td>Number of concurrent workers during sync</td><td><code>8</code></td></tr><tr><td><code>--rpc_bind</code></td><td>Bind address for JSON-RPC connections</td><td><code>127.0.0.1, ::1</code></td></tr><tr><td><code>--rpc_port</code></td><td>Port for JSON-RPC connections</td><td>None</td></tr></tbody></table>
@@ -37,6 +53,22 @@ The daemon implements [JSON RPC](https://www.jsonrpc.org/specification), so you
37
53
38
54
<table><thead><tr><thwidth="223">Name</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>space</code></td><td>string</td><td>Canonical space name e.g. @bitcoin</td></tr></tbody></table>
<table><thead><tr><thwidth="137">Name</th><thwidth="87">Type</th><th>Description</th></tr></thead><tbody><tr><td><code>outpoint</code></td><td>string</td><td><p>An Outpoint which is a specific output within a transaction using <code>txid:vout</code> format e.g.</p><preclass="language-json"><codeclass="lang-json">b2819258b2416314a36e8f66840ebb5682e2600a07c28a04b4e27fe0b51b46fc:1
@@ -170,25 +251,35 @@ Responds with an amount in Satoshis
170
251
171
252
<table><thead><tr><thwidth="208">Name</th><thwidth="172">Type</th><th>Description</th></tr></thead><tbody><tr><td><code>target</code></td><td>number</td><td>The target interval e.g. specify 0 for the coming rollout, 1 for the day after and so on.</td></tr></tbody></table>
0 commit comments