The official wallet and full node software for Windows, macOS, and Linux.
Full-featured wallet with GUI for managing your TIME balance, sending transactions, and staking.
Run a full TIME Coin node to support the network, validate transactions, and participate in governance.
The recommended way to run a masternode is to clone the repository and run the installation script. It handles dependencies, builds from source, creates a systemd service, and opens the required firewall port — all in one step.
Note: Masternodes must run 24/7 on a dedicated Linux server. A VPS from DigitalOcean, Vultr, Liquid Web, or a similar provider is strongly recommended.
# Step 1 — Clone the masternode repository git clone https://github.com/time-coin/time-masternode.git cd time-masternode # Step 2 — Run the installer (mainnet) sudo bash scripts/install-masternode.sh mainnet
Always verify the SHA256 checksum of your download against the values published on GitHub.
Checksum files are published alongside each release on GitHub. Compare the hash of your downloaded file to confirm it hasn't been tampered with.
Minimum specifications for the wallet and full node.