CPU Mining Base
The codebase integrates yespower hashing in the PoW path, aligned with a CPU mining approach.
Ethernova Ecosystem + SMT
Smartiecoin (SMT) is a secondary coin inside the Ethernova ecosystem. The current focus is CPU mining, privacy, and masternode services on top of the core network layer.
Core project facts taken from the SMT repository and docs.
The codebase integrates yespower hashing in the PoW path, aligned with a CPU mining approach.
CoinJoin support plus Tor onion service support (v3) for additional network privacy.
Deterministic masternodes (ProTx) with official setup guides for Windows and CLI flows.
Issuance and validation are coordinated by the peer-to-peer network and protocol consensus.
Current repo tag: Loading... (Loading...).
How SMT emissions and masternode rewards work on mainnet.
Emission decreases through halvings. The percentage paid to masternodes follows a separate height-based schedule.
MN reward = (block subsidy + fees) x MN share
Miner reward = (block subsidy + fees) - MN reward
Because fees are included, real payouts can vary slightly from clean round values.
| Block Height Range | MN Share | Miner Share |
|---|---|---|
| 0 - 101 | 20% | 80% |
| 102 - 262,901 | 25% | 75% |
| 262,902 - 525,701 | 30% | 70% |
| 525,702 - 788,501 | 35% | 65% |
| 788,502 - 1,051,301 | 37.5% | 62.5% |
| 1,051,302 - 1,314,101 | 40% | 60% |
| 1,314,102 - 1,576,901 | 42.5% | 57.5% |
| 1,576,902 - 1,839,701 | 45% | 55% |
| 1,839,702 - 2,365,301 | 47.5% | 52.5% |
| 2,365,302+ | 50% | 50% |
SMT uses two independent timing layers:
Result: the MN percentage can increase while the absolute MN payout per block can still drop after a halving.
These are base examples without fee variation.
Source references: validation.cpp, chainparams.cpp, subsidy_tests.cpp
Auto-updated every 60 seconds from Smartiecoin explorer + Klingex exchange APIs.
Source: explorer.smartiecoin.com + klingex.io (SMT/USDT) (waiting for first update)
Initial technical stack for the ecosystem rollout.
Mainnet block validation currently targets roughly 60 seconds per block.
Masternodes for advanced services, network coordination, and privacy-related tooling.
Wallet-level CoinJoin plus optional Tor v3 operation for transport privacy.
SMT is positioned as a secondary coin integrated with the Ethernova ecosystem. The immediate goal is a stable base for CPU mining, privacy, and masternode service operation.
Main project resources and technical references.
Primary source code and active development.
Official binaries and release notes.
Official trading pair on Klingex exchange.
Managed SMT masternode hosting service.
Community pool where SMT is currently listed.
Step-by-step setup for SMT masternode operation.
Official guide to run SMT nodes through Tor v3.
Open the latest Smartiecoin release on GitHub.
Main ecosystem project where SMT is integrated.