Bitcoin Forum
September 19, 2026, 04:53:20 PM *
News: Latest Bitcoin Core release: 31.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 [6]  All
  Print  
Author Topic: [ANN] CivicNet (CIVIC) | Hybrid PoW+PoS Live Now , ASIC-Resistant | CPU Mining  (Read 1722 times)
CivicLight (OP)
Newbie
*
Offline

Activity: 49
Merit: 0


View Profile
August 27, 2026, 03:17:19 PM
 #101

CIVICNET — MINING INFRASTRUCTURE UPDATE

CivicNet is now operational on ViporLab's US-based Stratum infrastructure.

🚀 ViporLab Mining Support

CivicNet miners now have another option for mining through ViporLab's US-based Stratum infrastructure.

The pool is currently running as a lab deployment and is available for CivicNet miners. After direct communication with the pool operator, the infrastructure has been confirmed to be stable.

Mining is operational and payouts are working normally.



⛏️ Mining Connection

Pool:
https://noj.viporlab.net

Stratum:

Code:
stratum+tcp://lab.viporlab.net:5090

Region: US-based Stratum



🌐 Why This Matters

Additional independent mining infrastructure helps strengthen CivicNet's network by giving miners more options for where they contribute hashrate.

CivicNet continues to expand its mining infrastructure while development of the network and ecosystem moves forward.

Current mining infrastructure includes multiple independent pool options, providing miners with greater flexibility and helping distribute network hashrate.



🔗 CivicNet

Ticker: CIVIC

Consensus: Hybrid PoW + PoS

Mining: CIVICLIGHT

ViporLab:
https://noj.viporlab.net



Thanks to everyone mining, staking, running nodes, testing infrastructure, and contributing to CivicNet.

More infrastructure. More participation. A stronger network.
CivicLight (OP)
Newbie
*
Offline

Activity: 49
Merit: 0


View Profile
August 29, 2026, 09:07:11 AM
 #102

Hybrid Value Layer

A new asset layer under development for the CivicNet ecosystem



What is Hybrid Value Layer?

Hybrid Value Layer (HVL) is an asset framework currently being developed and tested on the CivicNet blockchain.

The goal is to expand CivicNet beyond its native asset, CIVIC, by introducing a flexible infrastructure for creating and managing additional digital assets directly within the CivicNet ecosystem.

HVL is not intended to be just a basic token creation system.

The protocol is being designed around a broader asset lifecycle, including supply controls, reserve mechanics, conversion, and vesting capabilities.



Current Asset Operations

  • CREATE — Create and issue a new asset
  • MINT — Increase supply according to the asset's defined rules
  • TRANSFER — Transfer assets between addresses
  • BURN — Permanently remove assets from circulation
  • CONVERT_OUT — Redeem assets and release associated CIVIC reserve
  • VESTING_RELEASE — Release vested assets when their conditions are met



More Than a Standard Token Model

HVL is being developed with additional asset-level rules that can define how an asset behaves throughout its lifecycle.

Current development and testing includes concepts such as:

  • Custom asset creation
  • Controlled minting
  • Capped supply
  • Mint expiry rules
  • Asset burning
  • Reserve locking in CIVIC
  • Reserve-backed conversion through CONVERT_OUT
  • Vesting and controlled asset release
  • Holder and supply tracking



CIVIC and HVL Assets

CIVIC remains the native asset of the CivicNet blockchain.

HVL is designed as an additional value layer that expands what can be built on top of the network.

CivicNet Network

CIVIC — Native Asset

Hybrid Value Layer

Custom Assets • Supply Rules • Reserve Mechanics • Vesting • Conversion



Development Progress

HVL is currently undergoing active development and testing.

The current regtest environment is already being used to test different asset configurations, including standard assets, capped supply, burn behavior, mint expiry, vesting, and reserve-related mechanics.

The CivicNet explorer is also being extended to provide visibility into issued assets, including:

  • Asset name and symbol
  • Total supply
  • Decimals
  • Holder count
  • Asset type
  • Reserve locked
  • Supply cap status
  • Issue height
  • Issuer information
  • Asset holder distribution
  • Transaction and operation history



The objective is simple:


Build a flexible native asset layer that expands the capabilities of CivicNet without changing the role of CIVIC as the network's native coin.


Hybrid Value Layer is currently in development and testing. Features and specifications may evolve as testing continues.



CivicNet

Official Website:
civiclight.xyz

Discord:
Join the CivicNet Community

GitHub:
CivicNet Source Code
CivicLight (OP)
Newbie
*
Offline

Activity: 49
Merit: 0


View Profile
September 01, 2026, 02:39:04 AM
 #103

CIVICNET v3.0.7

HYBRID VALUE LAYER (HVL) IS NOW LIVE ON MAINNET


A Native, Protocol-Level Token Issuance System for CivicNet



No Smart Contracts • No Bridges • No External Execution Layer




MAINNET ACTIVATION: 2026-09-01 08:00 UTC


CivicNet Core v3.0.7



INTRODUCING THE HYBRID VALUE LAYER

The Hybrid Value Layer (HVL) is now active on the CivicNet mainnet.

HVL is a native token-issuance system implemented directly inside the CivicNet protocol and consensus rules.

Unlike ERC-20, SPL, or other smart-contract token systems, HVL tokens are not programs running inside a virtual machine.

They are native blockchain objects validated directly by CivicNet nodes.

There is no smart-contract execution layer to deploy, audit, upgrade, or trust.

This means token issuers cannot introduce arbitrary contract logic, hidden proxy upgrades, reentrancy vulnerabilities, or custom execution behavior.

HVL intentionally trades unlimited programmability for a smaller and more predictable attack surface.




DESIGN PHILOSOPHY

HVL was designed around three permanent principles:


1. NO ON-CHAIN GOVERNANCE OR TOKEN VOTING

HVL does not introduce token-holder voting, DAO-style parameter control, or protocol governance.

Consensus parameters remain part of CivicNet's protocol and node configuration model.

The goal is to avoid governance capture, low-turnout manipulation, plutocracy, and voting-based attacks.


2. NO PROTOCOL-LEVEL PRICE SETTING

CivicNet HVL does not contain:

  • Automated Market Makers
  • Liquidity pools
  • Bonding curves
  • Protocol swap pricing
  • Token price voting

The blockchain does not attempt to determine what a token should be worth.

Price discovery remains external to the protocol.


3. MINIMIZE TRUST AND ATTACK SURFACE

Several more powerful mechanisms were deliberately rejected during development when they introduced unnecessary third-party trust or new manipulation vectors.

HVL focuses on a fixed collection of native operations whose behavior is known and consensus enforced.




COLORED UTXO ARCHITECTURE

HVL extends CivicNet's existing UTXO transaction model instead of creating a separate account-based token database.

Every CivicNet transaction output can optionally carry:


tokenID       = 256-bit token identifier
nTokenAmount  = 64-bit token amount


An output carrying a token ID becomes a "colored UTXO".

Because HVL uses CivicNet's existing UTXO architecture, basic token transfers inherit the same:

  • UTXO ownership model
  • Digital signature verification
  • Double-spend protection
  • Transaction confirmation model
  • Blockchain reorganization behavior


TOKEN IDENTITY

Every HVL token receives a deterministic 256-bit Token ID derived from the first input outpoint of its issuance transaction.


tokenID = SerializeHash(tx.vin[0].prevout)


Because an outpoint can only be spent once, every Token ID is globally unique without requiring:

  • A central registry
  • A naming authority
  • Token symbol reservation
  • Governance approval

Token symbols themselves are intentionally not globally unique.

Wallets and explorers therefore display information such as the full Token ID and issuer together with the token symbol.




NATIVE HVL TRANSACTION TYPES


TOKEN_TX_ISSUE — CREATE A TOKEN

Token creation happens through a native CivicNet transaction.

An issuer can define:

  • Symbol — up to 12 characters
  • Name — up to 32 characters
  • Decimals — 0 to 8
  • Initial supply
  • CIVIC reserve amount
  • Standard or vesting token type
  • Fixed or mintable supply configuration
  • Optional supply cap
  • Optional mint expiry height
  • Transfer-fee configuration
  • Metadata information

There is no mandatory commit/reveal process.

A token can be created using a normal signed CivicNet transaction, subject to the protocol's anti-spam issuance fee.


TOKEN TRANSFER

HVL token transfers use ordinary colored UTXOs.

Consensus verifies token value conservation:


Token Inputs = Token Outputs + Applicable Token Fee


Authorization is simply ownership of the UTXOs being spent, protected by CivicNet's normal signature rules.


TOKEN_TX_MINT — NATIVE SUPPLY EXPANSION

Tokens configured with mint authority may issue additional supply.

Mint operations are authorized using the token's registered issuer identity.

Issuers can optionally define:

  • A permanent maximum supply cap
  • A mint-authority expiry block height

Once the expiry height is reached, additional minting becomes permanently unavailable.

Tokens issued without mint authority have fixed supply that cannot later be increased through HVL consensus rules.


TOKEN_TX_BURN — DESTROY TOKENS

Any holder can voluntarily burn tokens they own.

Burned tokens are permanently removed from current token supply.

No issuer permission is required because the holder is destroying their own token UTXOs.




CIVIC RESERVE & CONVERT_OUT

One of HVL's core mechanisms is its native CIVIC reserve system.

At token issuance, CIVIC can be committed to a consensus-controlled reserve output using:


OP_TOKEN_RESERVE


The reserve is not controlled by an ordinary private key.

The protocol recognizes a dedicated operation:

TOKEN_TX_CONVERT_OUT

A holder can destroy the required token amount and release CIVIC from the associated reserve according to the conversion relationship established at token issuance.

The original rate is derived from:


Reserve CIVIC / Initial Token Supply


The conversion rate is not modified by voting, governance, market price feeds, or an automated market maker.

HVL therefore treats the reserve mechanism as redemption infrastructure rather than a protocol-controlled token market.




NATIVE VESTING

HVL supports tokens with protocol-enforced vesting schedules.

A vesting token may define:

  • Start block height
  • Cliff duration
  • Total vesting duration
  • Beneficiary

Vesting parameters become immutable after issuance.

Before the cliff is reached, vested tokens cannot be released.

After the cliff, the protocol calculates the amount that has become available according to the vesting schedule.

Release happens through:


TOKEN_TX_VESTING_RELEASE


and requires authorization from the designated beneficiary.

This can be used for:

  • Team allocations
  • Developer allocations
  • Advisor allocations
  • Investor distributions
  • Long-term ecosystem allocations




IMMUTABLE TRANSFER-FEE OPTIONS

HVL provides two optional protocol-native fee models.

They are configured during issuance and cannot be changed afterward.


RECIPIENT_CURVE

A percentage of transfers may be directed to a predefined recipient.

The fee can decay from a starting rate toward an ending rate over a defined number of blocks.


BURN_FLAT

A fixed percentage of each transfer is permanently burned.

This reduces the token's current supply over time.

These parameters are immutable specifically so token creators cannot silently alter transfer economics after holders have acquired the asset.




ANTI-SPAM TOKEN ISSUANCE FEE

Token creation is intentionally simple, but completely free token issuance could allow uncontrolled blockchain spam.

HVL therefore implements a consensus-enforced adaptive issuance fee.

The base fee is derived from:


min(
    Current Block Subsidy × FEE_BURN_MULTIPLIER,
    MAX_ISSUANCE_FEE
)


The maximum issuance fee is:

50 CIVIC

HVL also monitors token issuance volume across the previous:

1,440 BLOCKS ≈ 24 HOURS

The fee tier changes according to network issuance activity:

Issuances / 1,440 blocksBase Fee Applied
Below 50100%
50 - 20050%
Above 20020%

The resulting issuance fee is divided:

20% BURNED

80% AVAILABLE AS NORMAL MINER TRANSACTION FEE

The burn requirement is enforced by consensus validation.

A transaction attempting to bypass the required burn is rejected with:


bad-token-issue-insufficient-burn-fee


The issuance-volume tracker is also designed to restore its previous state during blockchain reorganizations.




METADATA WITH ON-CHAIN INTEGRITY VERIFICATION

HVL supports external metadata for:

  • Token logo
  • Description
  • Website
  • Social links
  • Other token information

Instead of storing large media files directly on-chain, HVL stores:


metadataUri
metadataHash


The URI may point to IPFS or another external content system.

The associated SHA-256 hash is stored on-chain so wallets and explorers can verify that the retrieved metadata matches the content committed by the issuer.

This allows external metadata hosting without requiring users to blindly trust the metadata host.


IMMUTABLE METADATA OPTION

Metadata is updateable by the issuer unless the issuer permanently enables:


fMetadataImmutable


Once metadata is made immutable, future metadata modifications are rejected at consensus level.




CIVICNET SEAL — FUTURE PROOF-OF-EXISTENCE INTEGRATION

HVL already reserves:


poeAnchorHash


for future integration with the planned CivicNet Seal Proof-of-Existence timestamping system.

The planned PoE integration is intended to function as a wallet/explorer trust signal rather than a new consensus requirement.




OFFICIAL HVL DESKTOP WALLET

A new CivicNet desktop wallet has been developed specifically for HVL.

The wallet runs a CivicNet node internally so normal users do not need to manually install and configure a separate node.

Features include:

  • Native CivicNet mainnet synchronization
  • Send / Receive CIVIC
  • Native staking support
  • Staking-only wallet unlock
  • Wallet encryption
  • Key import / export
  • HVL asset browser
  • Native token creation interface
  • Logo upload
  • Metadata / IPFS support
  • Token transaction history





HVL BLOCK EXPLORER SUPPORT

The CivicNet explorer has also been extended for HVL.

Explorer infrastructure can track:

  • Issued tokens
  • Token IDs
  • Issuer identity
  • Total/current supply
  • Decimals
  • Mint authority/status
  • Token holders
  • Token transaction history
  • Decoded HVL transaction operations

Token indexing is performed incrementally as blocks are processed rather than requiring a complete blockchain rescan for every query.




SECURITY MODEL

NO SMART-CONTRACT EXPLOIT SURFACE
HVL exposes only protocol-defined operations rather than arbitrary smart-contract execution.

UTXO DOUBLE-SPEND PROTECTION
Token ownership inherits CivicNet's UTXO transaction model.

CONSENSUS-ENFORCED RESERVE CUSTODY
Reserve outputs cannot be spent using an ordinary private key.

SUPPLY RULES ARE PUBLIC
Fixed and mintable supply characteristics are visible to wallets, explorers, nodes, and holders.

CONSENSUS-ENFORCED ANTI-SPAM FEES
Issuance fee rules are validated by CivicNet nodes rather than enforced only by wallet RPC interfaces.

REORG-SAFE TOKEN STATE
Token state and issuance-volume tracking are designed to restore correctly during blockchain reorganizations.

METADATA INTEGRITY CHECKING
SHA-256 metadata commitments allow wallets and explorers to detect altered external metadata.

NO HVL GOVERNANCE CAPTURE
HVL does not contain token-holder governance or protocol voting.

NO PROTOCOL AMM
CivicNet does not determine token market prices.




IMPORTANT — NODE & POOL OPERATORS

HVL is a CONSENSUS RULE CHANGE.

Mainnet activation:


2026-09-01 08:00:00 UTC


HVL ships with:

CIVICNET CORE v3.0.7

Nodes running versions prior to v3.0.7 do not understand HVL transaction types.

Independent node operators, miners operating their own full nodes, and mining pool operators should upgrade to v3.0.7.

Users mining through a pool via Stratum do not need to upgrade their own mining software solely because of HVL. The pool operator's CivicNet node must be current.

Production infrastructure and both CivicNet DNS seed nodes were upgraded before activation.






UBUNTU 22.04+ NOTE

The current v3.0.7 binary requires:


libdb_cxx-5.3.so


This library may not be installed by default on Ubuntu 22.04+.

If CivicNet Core does not start after upgrading, check the v3.0.7 GitHub release notes for the required Berkeley DB compatibility package/instructions.




WHAT COMES NEXT?

HVL development is divided conceptually into multiple stages.

PHASE 1 — CONSENSUS
Native token transaction types and consensus validation.

PHASE 2 — ECOSYSTEM TOOLING
Explorer integration and official HVL desktop wallet.

PHASE 3 — DEVELOPER ECOSYSTEM
Documentation, SDKs and integration examples for developers building services and applications on HVL.

POTENTIAL PHASE 4 — NOT COMMITTED
An application-layer order book or trustless peer-to-peer atomic exchange mechanism has been discussed.

If developed, it would remain outside HVL's protocol-level price-setting model.

CivicNet itself will not introduce an AMM or protocol-controlled token market.




BUILD ON CIVICNET

HVL turns CivicNet from a blockchain supporting only its native CIVIC asset into a blockchain capable of hosting protocol-native assets while retaining CivicNet's UTXO and consensus security model.


Create a token.
Build an application.
Run a node.
Build infrastructure.
Experiment with HVL.


HVL IS LIVE.


CivicNet Core
https://github.com/CivicLight/CivicNet

CivicNet v3.0.7
https://github.com/CivicLight/CivicNet/releases/tag/v3.0.7

Official HVL Wallet
https://github.com/CivicLight/civicnet-wallet-for-hvl/releases

Website
https://civiclight.xyz/




Hybrid Value Layer v1.0
CivicNet Core Development Team
September 2026


13y85t
Newbie
*
Offline

Activity: 14
Merit: 0


View Profile
Today at 10:31:31 AM
 #104

dead ?
HashCaliber
Newbie
*
Online Online

Activity: 17
Merit: 0


View Profile
Today at 02:13:50 PM
 #105

dead ?

Their Discord channel is active: https://discord.gg/XQRWKD5kkH
Also nodes are active and chain is actively being mined.
Check out their Discord.
Pages: « 1 2 3 4 5 [6]  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!