YOUR PLACE IN THE NETWORK

Small machine.
Meaningful contribution.

Run a node to verify payments, relay blocks, and optionally mine TCN. Start with a Linux machine you control.

COMPUTE

1 vCPU · 1 GB RAM

x86_64 or ARM64, with swap.
2+ vCPU and 2 GB RAM recommended.

STORAGE

5 GB to start

20 GB SSD recommended.
Storage needs grow with network use.

SYSTEM

Linux + systemd

Ubuntu or Debian recommended.
Allow TCP port 7333 for mainnet peers.

01

Install the node.

The installer sets up the node, wallet, and background service. It checks the release checksum and can build from source if a binary is unavailable.

curl -fsSL https://the-coin.cloud/install.sh | sudo bash
Read the installer before running it ↗
Prefer to validate without mining?
curl -fsSL https://the-coin.cloud/install.sh | sudo bash -s -- --no-mine
02

Save your recovery phrase.

Use an existing mining address or follow the installer to create a wallet. Write down the recovery phrase when it appears and store it privately, offline. You need it to restore access to your funds.

Your recovery phrase belongs only to you. Never enter it into this website or share it with anyone.
03

Check your node.

The node synchronizes before mining. Check the service and follow its progress:

systemctl status thecoind
journalctl -u thecoind -f

Mining is competitive. Rewards are not guaranteed and become spendable after 100 blocks of maturity.

Prefer to build it yourself?

Explore the source, release packages, and complete operator guide.