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.
1.0.18 and wallet/miner 1.0.2.
Website/operator guide 1.0.10 contains the current Node 1.0.18 link update. V35 activation is scheduled at block 514291;
before that block, v35Active=false is expected and normal.
1.0.18 and Wallet 1.0.2.
Node/server 1.0.18
Update node infrastructure to 1.0.18 before V35 activation block 514291. This release removes full-chain hydration from V35 public supply endpoints and serves one bounded shared snapshot, preventing concurrent public API requests from exhausting node heap. It is not a consensus change.
Node 1.0.18 adds bounded shared V35 supply computation and keeps persisted winner snapshots, live diagnostics, self-peer protection, peer/network limits, bounded temporary tournament state, safer peer synchronization, and the hard node log cap. It does not change consensus, rewards, PoW, staking, V35 constants, or block validation.
Artifact: citu-node-v35-activation-514291-1.0.18.jar
SHA256: cde4be50c32d137ebcf5b1f9e61ac1a4a6356425d06434fb8c88ebee48b27866
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.maxPeersPerReadinessCycle=3 -Dcitu.peer.maxRemoteCallsPerCycle=6 -Dcitu.peer.maxRemoteCallsPerMinute=60 -Dcitu.peer.maxHealthEntries=32 -Dcitu.peer.maxErrorEntries=32 -Dcitu.peer.maxBlockedHostEntries=32 -Dcitu.memoryGuard.skipPeerWorkPercent=70 -Dcitu.memoryGuard.emergencyPeerWorkPercent=85 -Dcitu.peer.connectTimeoutMs=2000 -Dcitu.peer.readTimeoutMs=3000 -Dcitu.resolve.maxDurationMs=5000 -jar C:\citu-node-v35-activation-514291-1.0.18.jar
Wallet/miner 1.0.2
Miners should update wallet/miner to 1.0.2. The wallet shows mining submission diagnostics for block found, submit URL, status, and response.
Artifact: citu-wallet-v35-activation-514291-1.0.2.jar
SHA256: b2ea4d41925326a8b44115177db17a06ee25e6bfab0e832d7da2153313196179
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
BURN_ADDRESS is an internal placeholder only; do not send funds to it.
Founder burn is deferred until after the network fully transitions to V35 and remains stable.
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.