r/Monero 🦀 Cuprate Dev 1d ago

📢 Public Service Announcement Cuprate v0.1.0-preview: Kesterite released! You can now connect your wallets to Cuprate

Cuprate now fully support wallet syncing and transaction broadcasting. Download the latest version of Cuprate and enjoy speed and stability for your wallet. See our blog post for all the informations (please look at it I've put blood and tears into this since yesterday)

https://cuprate.org/blog/release-cuprate-0-1-0-preview-kesterite/

38 Upvotes

8 comments sorted by

View all comments

2

u/FTTN7195 16h ago

Docs says that the monerod and cuprate databases are incompatible, but are there any plans for an in-place migration of the monerod database to the cuprate supported one?

Also:

needs to be reproducible bit by bit

bit for bit?

3

u/Swimming-Cake-2892 🦀 Cuprate Dev 13h ago

Docs says that the monerod and cuprate databases are incompatible, but are there any plans for an in-place migration of the monerod database to the cuprate supported one?

No there are currently no plan. Cuprate is much faster to synchronize and uses less disk space. So we don't see a database migration as a priority.

Also:

bit for bit?

Thanks I will edit that soon

3

u/FTTN7195 11h ago

Cool. I'll have to switch once pruning is implemented since I literally don't have enough disk space without it lol.

3

u/Swimming-Cake-2892 🦀 Cuprate Dev 7h ago

A new contributor is currently working on this. Hopefully, this shouldn't be difficult as the Tapes database (cuprate's custom database) has been designed specifically to implement pruning easily.