Quantum Blockchain – Windows Node Client

This folder contains a PowerShell client that connects a Windows PC to your Quantum Blockchain node (running on your phone, server, or another machine).

Files

1. Configure the Node Address

Open quantum_blockchain_node.ps1 in a text editor and find this section near the top:

$NodeBaseUrl = "http://192.168.1.23:5000"

Change this URL to the IP address and port where your blockchain node is running. Examples:

Your Termux / phone blockchain server must expose HTTP endpoints that match the paths configured in the script (e.g. /api/account, /api/mine, /api/data, /api/chain).

2. Run the Client on Windows

  1. Right-click the Start menu and open Windows PowerShell (or PowerShell).
  2. Change directory to this folder. Example:
    cd C:\Users\YourName\Desktop\QuantumNode
  3. Allow scripts in this session:
    Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process
  4. Run the client:
    .\quantum_blockchain_node.ps1

3. Menu Options

4. Important

Architect: Dean Snow · Quantum Blockchain Proof-of-Concept · Snow Unlimited.