Enable updates (once)
- On your post-purchase welcome page, click Enable automatic updates. (Lost the page? The link in your receipt email reopens it.)
- GitHub asks you to install My Crypto Server Updates — choose Only select repositories and pick the server repo you created from the template.
- Approve the two permissions (Contents, Pull requests) and confirm.
Do this after you’ve created your repo from the template — the install step
asks you to select it. If you enabled updates from a link other than your
welcome page, the install can’t be matched to your license; redo it from the
welcome page or email support.
When a release ships
A pull request titled “Update core to vX.Y.Z” appears in your repo with the changelog and the list of changed files. Review it, then click Merge pull request. Vercel sees the push tomain and redeploys
automatically — same environment variables, new code. Total effort: one click.
Not ready to update? Just don’t merge. Each release PR brings you fully up to
date on its own, so you can skip versions and merge only the latest — close
any older update PRs it supersedes.
Customizing without losing your changes
An update PR resets the files it touches to the official release. Keep your customization where updates never look:- Environment variables in Vercel — keys, URLs, chains, confirmations.
- The dashboard — integrations, payment providers, email, team. All of it is stored in your database, which updates never touch.