SiloBlockchainCreate wallet
SILO TESTNET · NODE APPLIANCE 1.1.0

Run the node. Open either terminal. Verify the chain.

The node appliance follows the three-validator testnet, verifies finalized blocks, stores a local ledger, and includes both the graphical Trust Appliance and command Node Terminal.

Free testnet software · Windows 10/11 or Linux · Python 3.11+ · Two owner terminals · No validator vote or reward for observers

What every node owner receives

GRAPHICAL

Trust Appliance

Monitor node health, finalized activity, testnet wallets, SiloID state, network boundaries, and synchronization from one dashboard.

COMMAND

Node Terminal

Inspect blocks, wallets, transactions, endpoint paths, synchronization, identity activation, and consensus eligibility.

LOCAL ONLY

Node endpoint

http://127.0.0.1:8840 is bound to your computer by default and is not exposed to the internet.

Install

Windows

Extract the ZIP, open PowerShell as Administrator in the extracted folder, then run:

Set-ExecutionPolicy -Scope Process Bypass
.\packaging\install-desktop-observer.ps1

The installer starts the background node and creates separate desktop shortcuts for both terminals.

Linux

Extract the ZIP and run:

sudo bash packaging/install-observer-linux.sh

The service runs in the background; launch the CLI with siloblockchain-terminal.

Release integrity

Version 1.1.0 · 0.22 MB

c9ade0c7cecd34536e288d2d87de19cfb9ad70a6d543d04e710eb304c8c89c20

Release manifest

Read-only endpoint map

MethodPathPurpose
GET/api/v1/node/healthProcess and network health
GET/api/v1/node/statusIdentity, role, height, and synchronization status
GET/api/v1/ledger/headCurrent finalized block
GET/api/v1/transactions/{transaction_uid}Finalized transaction and receipt
GET/api/v1/wallets/{address}/balanceTestnet balance at the observer's finalized height

Do not port-forward 8840. Administrative operations require the private token generated during installation.

Consensus work, not proof-of-work mining

The terminal accepts consensus and mine so owners can inspect their participation status. Observers cannot produce blocks or earn rewards. Only a separately approved validator role can invoke the authenticated consensus-work endpoint.

Managed hardware appliances, validator seats, MainNet participation, and reward eligibility are not currently sold. Validator candidates require SiloID verification, dedicated key custody, uptime and security review, governance approval, and published economic terms.