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: books/user/src/introduction.md
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,27 +82,22 @@ As of May 1st 2025, `cuprated`'s database is ~270GB in size.
82
82
83
83
This is 1.2x larger.
84
84
85
-
This is planned to be improved in the future.
85
+
There is [on-going](https://github.com/Cuprate/cuprate/pull/564)[work](https://github.com/Cuprate/cuprate/pull/566) that will allow `cuprated`to use noticeably less disk space than `monerod`.
86
86
87
87
## Is the database compatible with `monerod`?
88
88
No.
89
89
90
90
The database `cuprated` generates and uses cannot directly be used by `monerod` and vice-versa. Supporting this is possible but there are no current plans to do so.
91
91
92
92
## Can I connect a wallet to `cuprated`?
93
-
Not yet.
93
+
Soon.
94
94
95
95
Wallets require the [daemon RPC API](https://docs.getmonero.org/rpc-library/monerod-rpc). This is actively being worked on to be backwards compatible with `monerod`, see the [RPC section](rpc.md) for more information.
96
96
97
97
## Can `cuprated` be used with an anonymity network like Tor?
98
-
Not yet (directly).
98
+
Yes.
99
99
100
-
Tor is planned to be integrated into `cuprated` via [`arti`](https://arti.torproject.org), although this is not yet available.
101
-
102
-
## What is the release schedule?
103
-
New versions of `cuprated` are planned to release every 4 weeks.
104
-
105
-
See [this GitHub issue](https://github.com/Cuprate/cuprate/issues/374) for more details.
100
+
Tor and [`arti`](https://arti.torproject.org) support have been integrated into `cuprated`. See [config](./config.md) for configuration options.
0 commit comments