Mining
Anyone can mine this network.
Proof of work decides the canonical chain, so mining asks nobody's permission: produce a valid block at the current difficulty and the network takes it. Testnet runs on ordinary processors today. Mainnet stays locked until validation is complete.

Processors
Mining with what you have.
Specifications are each manufacturer's own and link to their page. None of this is an endorsement, a partnership, or a claim about how a given machine performs here.
SHA-256 ASICs
The same function industrial hardware already targets.
VigiChain's proof of work is SHA-256, the function these machines are built for. That is a statement about the algorithm and nothing more: this project ships no firmware, no pool integration and no compatibility promise for any of them, and the first million VIGI are deliberately sized for ordinary processors rather than for industrial farms.
Start
Three lines, no permission.
VIGI_NETWORK=testnet \ VIGI_DATA_DIR=$HOME/.vigi/testnet \ VIGI_ENABLE_MINING=true ./pqcoin start
Rewards go to the node's own address unless you set VIGI_MINER_ADDRESS. Testnet VIGI has no economic value and exists to be experimented with.






