Ethernova Ecosystem + SMT

Serious infrastructure. Colorful identity.

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.

Project Snapshot

Core project facts taken from the SMT repository and docs.

CPU Mining Base

The codebase integrates yespower hashing in the PoW path, aligned with a CPU mining approach.

Optional Privacy

CoinJoin support plus Tor onion service support (v3) for additional network privacy.

Masternode Layer

Deterministic masternodes (ProTx) with official setup guides for Windows and CLI flows.

On-chain Issuance

Issuance and validation are coordinated by the peer-to-peer network and protocol consensus.

Active Release

Current repo tag: Loading... (Loading...).

Tokenomics Explained

How SMT emissions and masternode rewards work on mainnet.

Core Parameters

  • Max supply: 100,000,000 SMT
  • Base block subsidy: 50 SMT
  • Halving interval: 1,030,596 blocks
  • Target block time: 60 seconds
  • Approx. halving cadence: ~715.7 days

Emission decreases through halvings. The percentage paid to masternodes follows a separate height-based schedule.

Reward Formula

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.

Masternode Share Schedule (Mainnet)

Block Height Range MN Share Miner Share
0 - 10120%80%
102 - 262,90125%75%
262,902 - 525,70130%70%
525,702 - 788,50135%65%
788,502 - 1,051,30137.5%62.5%
1,051,302 - 1,314,10140%60%
1,314,102 - 1,576,90142.5%57.5%
1,576,902 - 1,839,70145%55%
1,839,702 - 2,365,30147.5%52.5%
2,365,302+50%50%

Why Rewards Can Go Up and Down

SMT uses two independent timing layers:

  • Halving clock: reduces subsidy every 1,030,596 blocks.
  • MN share clock: increases MN percentage by schedule above.

Result: the MN percentage can increase while the absolute MN payout per block can still drop after a halving.

Concrete Examples

  • Current early era: 50 subsidy x 25% = 12.5 MN
  • After 1st halving: 25 subsidy x 37.5% = 9.375 MN
  • At 50/50 activation: 12.5 subsidy x 50% = 6.25 MN

These are base examples without fee variation.

Source references: validation.cpp, chainparams.cpp, subsidy_tests.cpp

Live Stats

Auto-updated every 60 seconds from Smartiecoin explorer + Klingex exchange APIs.

Block Height --
Difficulty --
Network Hashrate --
Circulating Supply --
Price (USD) --
Market Cap (USD) --
Masternodes (On/Off) --
MN Collateral Locked --
ROI 15,000 MN (year) --
ROI 75,000 MN (year) --

Source: explorer.smartiecoin.com + klingex.io (SMT/USDT) (waiting for first update)

SMT Architecture

Initial technical stack for the ecosystem rollout.

1. PoW Layer

Mainnet block validation currently targets roughly 60 seconds per block.

2. Service Layer

Masternodes for advanced services, network coordination, and privacy-related tooling.

3. Privacy Layer

Wallet-level CoinJoin plus optional Tor v3 operation for transport privacy.

Current Status

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.

  • Official baseline website launched
  • Core running on release Loading...
  • Current focus: early adoption and utilities