Subrose Device Service 2.0.320-2c6213f
================================

INSTALL
-------
1. Extract this ZIP to a folder, e.g. C:\Program Files\subrose2. Run subrose.exe setup  (from an elevated Command Prompt)
3. To install as a Windows service:
     subrose.exe service install
     net start subrose

ENVIRONMENT SELECTION
---------------------
Two environment configs are included in this ZIP:
  testnet.yml  — TON testnet  (use this while the mainnet Elector is not yet deployed)
  mainnet.yml  — TON mainnet  (placeholder until mainnet Elector is deployed)

Select the environment by passing --env to the binary:
  subrose.exe --env testnet
  subrose.exe --env mainnet

The binary searches for <env>.yml in the same directory as the executable
(then in %APPDATA%\subrose\ and other standard locations).

CONFIGURATION
-------------
Edit testnet.yml or mainnet.yml to set masterNodes, device type, etc.
Do NOT hard-code secrets in these files; use environment variables instead.

VERIFICATION
------------
Verify the package integrity:
  CertUtil -hashfile subrose_2.0.320-2c6213f_testnet_win_x86_64.zip SHA256
Compare output with the published .sha256 checksum file.

SECURITY NOTE
-------------
Always download from the official release page (HTTPS) and verify
the checksum before running.
