>> PROGRAMMABLE MONEY << Bounded Original Script • 0.3.19 BITCOIN DESIGN <<
Bitok Logo
[ BITOK BLOCKCHAIN ] Full opcodes enabled • BitokPoW • MAINNET
HOME BLOCKS CONTRACTS DOCS DOWNLOAD NETWORK
About Bitok

Bitcoin v0.3.19 -- Satoshi's last release -- running on its own network with CPU mining.

Three changes from the original:

  1. SHA-256 replaced with Yespower (CPU-mineable, GPU/ASIC resistant)
  2. New genesis block (separate network)
  3. Build system updated for modern compilers

Everything else is the same code. Transaction format, script system, networking, wallet -- all v0.3.19. All Satoshi-era security fixes included.

Specifications
AlgorithmYespower 1.0 (N=2048, r=32)
Block time10 minutes
Block reward50 BITOK
Halvingevery 210,000 blocks
Max supply21,000,000
Diff adjustevery 2016 blocks
Maturity100 blocks
P2P port18333
RPC port8332
What's Different

All opcodes enabled

OP_CAT, OP_MUL, OP_AND, OP_SUBSTR, OP_CHECKMULTISIG -- everything Satoshi wrote runs inside a bounded VM with strict limits.

Free transactions

Coins held ~1 day move at no cost. Satoshi's priority system, as designed.

CPU mining

Yespower is memory-hard (~128KB/hash). GPUs don't gain much. Anyone with a laptop can mine.

SPV works

Header sync, bloom filters, Merkle proofs. Section 8 of the whitepaper, implemented.

Genesis Block
Hash: 0x0290400ea28d3fe79d102ca6b7cd11cee5eba9f17f2046c303d92f65d6ed2617 Message: "The Times 03/Jan/2009 Chancellor on brink of second bailout for banks" nBits: 0x1effffff nNonce: 37137
Data Directories
Windows%APPDATA%\Bitok\
Linux~/.bitok/
macOS~/Library/Application Support/Bitok/
Security

Includes value overflow protection, checkpoints, DoS limits, time warp protection, DNS seeds, anchor connections, network group diversity.

Back up your wallet.dat. If you lose it, the coins are gone. There is no recovery.

License

MIT. Same as original Bitcoin.

-- Tom Elvis Jedusor