Skip to content

Synorix Testnet v0.1.6

Choose a tag to compare

@Synorixz Synorixz released this 11 Apr 21:50

Synorix Testnet v0.1.6 (Pre-release)
Please follow the setup steps below carefully before launching the app.

  1. System Requirements
    Windows 10/11 (64-bit)
    Administrator privileges (required for WSL installation)
    Stable internet connection
    At least 4 GB RAM recommended
    At least 2 GB free disk space recommended
  2. Install WSL + Ubuntu (Required)
    Step 2.1 — Open PowerShell as Administrator
    Press Start
    Type PowerShell
    Right-click Windows PowerShell
    Click Run as administrator
    Step 2.2 — Install WSL and Ubuntu
    Run this command:

wsl --install -d Ubuntu
Step 2.3 — Restart Windows
If prompted, restart your computer.
If not prompted, restarting is still recommended.
Step 2.4 — Complete Ubuntu first-time setup
Open Ubuntu from the Start Menu.
Wait for initialization to complete.
Create your Linux username and password when prompted.
Step 2.5 — Verify WSL installation
Run:

wsl -l -v
Expected result:

Ubuntu appears in the list
Version is 2 (WSL2)
3) Download and Extract the Application
Download synorix-testnet-mvp-win-unpacked.zip from this release.
Right-click the file and choose Extract All...
Open the extracted folder.
4) Launch the App
Run synorix-testnet-mvp.exe.
If Windows SmartScreen appears:
Click More info
Click Run anyway
5) First Launch Guidance
The first launch may take a short time to initialize.
Keep WSL/Ubuntu installed; the app depends on it.
If firewall/security prompts appear, allow the app when appropriate.
6) VPS / RPC Connection Notes
Ensure your VPS node is online and healthy.
Verify RPC credentials are correct.
Confirm firewall rules and RPC port settings are correct.
If connection fails, check VPS logs and RPC bind/allow settings.
7) Troubleshooting
“WSL not found” or “Ubuntu not found”
Open Admin PowerShell and run:
wsl --install -d Ubuntu
Restart Windows and try again.
Ubuntu exists but app still fails
Open Ubuntu manually once and complete setup.
Re-run wsl -l -v to confirm WSL2 status.
App does not start
Close and reopen the app.
Try launching once as Administrator for testing.
Verify extracted files were not blocked by antivirus.
Node / RPC connection issues
Confirm VPS is running.
Confirm RPC username/password.
Confirm correct RPC host/port.
Confirm firewall permits intended access.
8) Security Recommendation (Important)
This is a testnet build.
For safer operation, do not expose unrestricted RPC access publicly.
Use:

IP allowlists (rpcallowip) and/or
SSH tunnel / secure proxy access.