mirror of
https://github.com/Cuprate/cuprate.git
synced 2025-04-10 00:07:34 +00:00
parent
fcbf260747
commit
11d4f290c3
3 changed files with 5 additions and 4 deletions
books/user/src
|
@ -2,11 +2,12 @@
|
|||
|
||||
[Introduction](introduction.md)
|
||||
|
||||
<!-- TODO: add after reproducible builds - [Verifying](getting-started/verify.md) -->
|
||||
|
||||
- [Getting started](getting-started/intro.md)
|
||||
- [System requirements](getting-started/sys-req.md)
|
||||
- [Download](getting-started/download.md)
|
||||
- [Building from source](getting-started/source.md)
|
||||
<!-- TODO: add after reproducible builds - [Verifying](getting-started/verify.md) -->
|
||||
- [Running](getting-started/run.md)
|
||||
|
||||
- [Configuration](config.md)
|
||||
|
|
|
@ -9,4 +9,4 @@ For convenience, Cuprate offers pre-built binaries for `cuprated` for the platfo
|
|||
| Linux x86_64 (glibc >= 2.36) | <https://github.com/Cuprate/cuprate/releases/download/v0.0.1/cuprated-0.0.1-linux-x64.tar.gz>
|
||||
| Linux ARM64 (glibc >= 2.36) | <https://github.com/Cuprate/cuprate/releases/download/v0.0.1/cuprated-0.0.1-linux-arm64.tar.gz>
|
||||
|
||||
All release files are archived and also available at <https://archive.cuprate.org>.
|
||||
All release files are archived and also available at <https://archive.hinto.rs>.
|
||||
|
|
|
@ -63,7 +63,7 @@ Various testing results can be found [here](https://github.com/Cuprate/cuprate/i
|
|||
## How to see status of `cuprated`?
|
||||
In the terminal running `cuprated`, type `status`.
|
||||
|
||||
Use the `help` to see the full list of commands.
|
||||
Use the `help` command to see the full list of commands.
|
||||
|
||||
## How to tell `cuprated` is fully synced?
|
||||
`cuprated` emits a message when it is fully synced: `synchronised with the network`.
|
||||
|
@ -129,4 +129,4 @@ See [this Reddit thread](https://www.reddit.com/r/Monero/comments/1ij2sw6/cuprat
|
|||
Things are always changing so feel free to join our [Matrix channel](https://matrix.to/#/#cuprate:monero.social) and ask questions.
|
||||
|
||||
## What is the current roadmap?
|
||||
See [this GitHub issue](https://github.com/Cuprate/cuprate/issues/376) for Cuprate's rough 2025 roadmap.
|
||||
See [this GitHub issue](https://github.com/Cuprate/cuprate/issues/376) for Cuprate's rough 2025 roadmap.
|
||||
|
|
Loading…
Reference in a new issue