Aero@fedora:~/Documents/wisp/wisp-node$ cargo run -- 192.168.169.178:9000
Finished dev profile [unoptimized + debuginfo] target(s) in 0.20s
Running /home/Aero/Documents/wisp/target/debug/wisp-node '192.168.169.178:9000'
[2026-05-07T07:06:39Z INFO wisp_node] Attempting UPnP port forwarding...
[2026-05-07T07:06:50Z WARN wisp_node] UPnP failed. Node might not be reachable from the internet without manual port forwarding.
[2026-05-07T07:06:50Z INFO wisp_node] Listening on 0.0.0.0:9000
[2026-05-07T07:06:50Z INFO wisp_node] Successfully loaded blockchain with height: 0
[2026-05-07T07:06:50Z INFO wisp_node::utils] Mempool cleanup task started with 30s interval
[2026-05-07T07:06:50Z INFO wisp_node::api] API server listening on 0.0.0.0:3001
[2026-05-07T07:06:50Z INFO wisp_node::utils] Attempting to connect to nodes: ["192.168.169.178:9000"]
[2026-05-07T07:06:50Z INFO wisp_node::utils] Connecting to node: 192.168.169.178:9000
[2026-05-07T07:06:50Z INFO wisp_node::utils] Performing handshake with 192.168.169.178:9000
[2026-05-07T07:06:50Z WARN wisp_node::utils] Peer 192.168.169.178:9000 has a longer chain (40 vs our 0). Sync will be attempted after discovery.
[2026-05-07T07:06:50Z INFO wisp_node::utils] Sent DiscoverNodes to 192.168.169.178:9000
[2026-05-07T07:06:50Z INFO wisp_node::utils] Received NodeList from 192.168.169.178:9000: ["192.168.168.73:9000"]
[2026-05-07T07:06:50Z INFO wisp_node::utils] Handshake successful. Added initial node: 192.168.169.178:9000
[2026-05-07T07:06:50Z INFO wisp_node] Finished initial peer discovery. Total known nodes: 1
[2026-05-07T07:06:50Z INFO wisp_node] Peer 192.168.169.178:9000 has a longer chain (41 blocks), preparing to download...
[2026-05-07T07:06:50Z INFO wisp_node::utils] Requesting block batch from 1 to 10...
^C[2026-05-07T07:08:06Z INFO wisp_node] Shutdown signal received. Stopping node...
Aero@fedora:~/Documents/wisp/wisp-node$ cargo run -- 192.168.169.178:9000
Finished
devprofile [unoptimized + debuginfo] target(s) in 0.20sRunning
/home/Aero/Documents/wisp/target/debug/wisp-node '192.168.169.178:9000'[2026-05-07T07:06:39Z INFO wisp_node] Attempting UPnP port forwarding...
[2026-05-07T07:06:50Z WARN wisp_node] UPnP failed. Node might not be reachable from the internet without manual port forwarding.
[2026-05-07T07:06:50Z INFO wisp_node] Listening on 0.0.0.0:9000
[2026-05-07T07:06:50Z INFO wisp_node] Successfully loaded blockchain with height: 0
[2026-05-07T07:06:50Z INFO wisp_node::utils] Mempool cleanup task started with 30s interval
[2026-05-07T07:06:50Z INFO wisp_node::api] API server listening on 0.0.0.0:3001
[2026-05-07T07:06:50Z INFO wisp_node::utils] Attempting to connect to nodes: ["192.168.169.178:9000"]
[2026-05-07T07:06:50Z INFO wisp_node::utils] Connecting to node: 192.168.169.178:9000
[2026-05-07T07:06:50Z INFO wisp_node::utils] Performing handshake with 192.168.169.178:9000
[2026-05-07T07:06:50Z WARN wisp_node::utils] Peer 192.168.169.178:9000 has a longer chain (40 vs our 0). Sync will be attempted after discovery.
[2026-05-07T07:06:50Z INFO wisp_node::utils] Sent DiscoverNodes to 192.168.169.178:9000
[2026-05-07T07:06:50Z INFO wisp_node::utils] Received NodeList from 192.168.169.178:9000: ["192.168.168.73:9000"]
[2026-05-07T07:06:50Z INFO wisp_node::utils] Handshake successful. Added initial node: 192.168.169.178:9000
[2026-05-07T07:06:50Z INFO wisp_node] Finished initial peer discovery. Total known nodes: 1
[2026-05-07T07:06:50Z INFO wisp_node] Peer 192.168.169.178:9000 has a longer chain (41 blocks), preparing to download...
[2026-05-07T07:06:50Z INFO wisp_node::utils] Requesting block batch from 1 to 10...
^C[2026-05-07T07:08:06Z INFO wisp_node] Shutdown signal received. Stopping node...