@@ -36,7 +36,7 @@ In our Python tutorials we recommend developers to be familiar with following re
To get started with Python, you can also check official [Python installation](https://wiki.python.org/moin/BeginnersGuide/Download) and [Python tutorial](https://docs.python.org/3/tutorial/).
To get started with our Python tutorials, checkout our [first tutorial here](get_posts).
To get started with our Python tutorials, checkout our [first tutorial here](get_posts.html).
By defining a range of accounts to track as a JSON pair `["from", "to"]`, we can instruct `steemd` to only track the exact accounts that involve the exchange.
These instructions are similar to setting up a [Get Transaction Node]({{'/tutorials-recipes/get_transaction_node' | relative_url }}), but requires far less time to sync because it is configured to focus on only the exchange account(s).
These instructions are similar to setting up a [Get Transaction Node]({{'/tutorials-recipes/get_transaction_node.html' | relative_url }}), but requires far less time to sync because it is configured to focus on only the exchange account(s).
If you prefer a docker version of these instructions, please refer to:
Note that `account-history-track-account-range` can be a range of accounts, or multiple ranges, if specified more than once (see: [`account-history-track-account-range`]({{'/tutorials-recipes/node-config#account-history-track-account-range' | relative_url }})).
Note that `account-history-track-account-range` can be a range of accounts, or multiple ranges, if specified more than once (see: [`account-history-track-account-range`]({{'/tutorials-recipes/node-config.html#account-history-track-account-range' | relative_url }})).
@@ -13,7 +13,7 @@ Command line options are typically expressed with double-dash (e.g., `--replay-b
steemd --data-dir=.--replay-blockchain
```
Note that nearly all options available from `config.ini` can be set as command-line options. See: [Node Config]({{'/tutorials-recipes/node-config' | relative_url }})
Note that nearly all options available from `config.ini` can be set as command-line options. See: [Node Config]({{'/tutorials-recipes/node-config.html' | relative_url }})
The following are *only* available as command-line options.
...
...
@@ -64,7 +64,7 @@ Indicates that the transaction status plugin must re-build its state upon startu
Used by plugin: `transaction_status`
See: [Plugin & API List]({{'/tutorials-recipes/plugin-and-api-list#transaction_status_api' | relative_url }}), [#2458](https://github.com/steemit/steem/issues/2458)
See: [Plugin & API List]({{'/tutorials-recipes/plugin-and-api-list.html#transaction_status_api' | relative_url }}), [#2458](https://github.com/steemit/steem/issues/2458)