Packages prepared for users, operators and test deployments
Separate download paths keep things simple. End users can install the wallet fast, while node operators can deploy the full Velkar stack from a single package.
Velkar Wallet Pack
A compact package for users who only need wallet access and a short connection guide.
- velkar-wallet.exe
- WALLET_GUIDE.txt
Velkar Full Node Pack
Includes daemon, wallet, CLI tools, CPU miner and deployment notes for spinning up a complete Velkar environment on another machine.
- velkard.exe
- velkar-wallet.exe
- velkar-cli.exe
- velkar-cpuminer.exe
Core settings presented in a way miners and users can understand quickly
Velkar keeps the important numbers visible: economics, consensus behavior and connectivity details. That makes onboarding cleaner for both miners and infrastructure operators.
Economics
- Initial reward
- 2 VLK
- Halving cadence
- Annual
- Base unit
- 100,000,000 sompi
- Minimum relay fee
- 0.00001 VLK
Consensus
- Target pace
- 1 block every 10s
- Coinbase maturity
- 30 blocks
- Hashing algorithm
- VelkarHash
- Maximum supply
- 13,000,000 VLK
Connectivity
- P2P
- 26111
- gRPC
- 26110
- wRPC Borsh
- 17110
- Active network
- velkar-mainnet
One place for explorers, pools, markets and future listings
The site is structured so you can grow the public ecosystem over time without having to redesign the whole homepage every time a new service goes live.
Open the Velkar explorer to review recent blocks, fees, mempool visibility and address data.
Pools Reach mining and pool statisticsQuick path into the mining side of the platform for workers, operators and performance stats.
Exchange Access the integrated trading areaDirect bridge to the exchange section already deployed inside your existing platform.
Markets Review listed market activityOpen the markets page to show price discovery, pairs and future trading expansion.
GitHub Publish the codebase with a clean public linkPoint visitors to the public repository once you are ready to expose the source.
Add public exchange or partner links later without redesigning the whole landing page.
Clear commands for bringing a Velkar node online
These examples are intentionally short. They give new operators an immediate starting point for booting the daemon, mining on a local node and connecting the wallet.
Main node
velkard.exe --velkarnet --utxoindex --yes ^
--listen=0.0.0.0:26111 ^
--rpclisten=127.0.0.1:26110 ^
--rpclisten-borsh=127.0.0.1:17110 ^
--disable-upnp
CPU miner
velkar-cpuminer.exe --velkard-address 127.0.0.1 ^
--port 26110 ^
--mining-address YOUR_VELKAR_ADDRESS
Wallet
velkar-wallet.exe
network mainnet
connect 127.0.0.1:17110