Install CITU node 1.0.18 / wallet 1.0.2

Official downloads

Download ready V35 Node/server 1.0.18 and wallet/miner 1.0.2 JARs from the official GitHub Releases. Website/operator guide 1.0.10 contains the current Node 1.0.18 link update. Verify SHA256 before running.

Start locally

java -Xms512m -Xmx1536m -XX:+UseG1GC -XX:MaxGCPauseMillis=500 -XX:+ExitOnOutOfMemoryError -Dlogging.file.path=C:\server\logs -Dlogging.level.root=INFO -Dserver.tomcat.threads.max=80 -Dserver.tomcat.accept-count=100 -Dserver.tomcat.max-connections=1024 -Dserver.port=82 -Dserver.address=194.87.236.238 -Dcitu.prePersistPeerPropagation.enabled=false -Dcitu.memoryForensics.enabled=false -Dcitu.memoryForensics.file.enabled=false -Dcitu.memoryForensics.verbose=false -Dcitu.diagnostic.traces.enabled=false -Dcitu.diagnostic.file.enabled=false -Dcitu.peer.maxPeersPerCycle=3 -Dcitu.peer.maxPeersPerTournamentCycle=3 -Dcitu.peer.maxPeersPerResolveCycle=3 -Dcitu.peer.maxPeersPerPropagationCycle=3 -Dcitu.peer.maxRemoteCallsPerCycle=6 -Dcitu.peer.maxRemoteCallsPerMinute=60 -Dcitu.peer.connectTimeoutMs=2000 -Dcitu.peer.readTimeoutMs=3000 -Dcitu.resolve.maxDurationMs=5000 -jar C:\citu-node-v35-activation-514291-1.0.18.jar
java -Xms256m -Xmx1024m -XX:+UseG1GC -XX:MaxGCPauseMillis=500 -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=C:\server\logs\citu-wallet-v35-514291.hprof -Dserver.port=8082 -jar C:\citu-wallet-v35-activation-514291-1.0.2.jar

Open local node check: http://127.0.0.1:8083/size

Open local wallet: http://127.0.0.1:8082

Open V35 dashboard: http://127.0.0.1:8082/v35-dashboard

Safety notes

V35 activation is scheduled at block 514291. Before block 514291, v35Active=false is expected.

The public chain height is increasing again after node 1.0.18 / wallet 1.0.2 deployment. This update is stability and diagnostics only; it does not change consensus, rewards, activation logic, burn logic, or jackpot logic.

No founder burn has occurred. BURN_ADDRESS is an internal placeholder, not a public transfer destination.

Legacy screenshots may remain in archive pages for history, but this page is the current install flow.