Strattcoin Ravencoin fork with asset support
Get Started

Mainnet since February 9, 2026

Strattcoin is a cryptocurrency forked from Ravencoin with native asset support.

An experimental proof-of-work cryptocurrency using the KAWPOW algorithm. Supports creating and transferring assets on-chain. Open source.

Algorithm KAWPOW
P2P Port 12024
RPC Port 8766
Address Prefix S
Network Info Live

Genesis

Feb 9, 2026

Message Start

STRT

Block Time 1 minute
RPC Access Local Only
Consensus PoW
Assets Supported
Node setup instructions

Network configuration

Default ports and settings for running a node.

P2P Port

TCP port 12024 is used for peer-to-peer connections.

RPC Port

JSON-RPC listens on 8766. Should be bound to localhost only.

Daemon

Run with `strattcoind`. Can be managed with systemd.

Technical specifications

Strattcoin is based on the Ravencoin codebase.

KAWPOW algorithm

GPU-mineable proof-of-work algorithm, same as Ravencoin.

Asset creation

Supports creating, issuing, and transferring assets on-chain.

Open source

Source code available. Build from source to run a node.

Interested in Strattcoin?

This is an experimental cryptocurrency. Do your own research before participating.

Community links

Token information

Basic details about the Strattcoin token.

Address format

Addresses start with the letter S.

Block time

Target block time is 1 minute.

New network

Launched February 9, 2026. Still in early stages.

Development plans

Planned work. Timelines are not guaranteed.

Phase 1

Network stability, seed nodes, documentation.

Phase 2

Block explorer, potential exchange listings.

Phase 3

Additional tooling if there is demand.

Run a Strattcoin node

Build from source on Ubuntu. Keep RPC bound to localhost.

# Build with wallet (Ubuntu)
sudo apt update
sudo apt install -y build-essential autoconf automake libtool pkg-config \
  libssl-dev libevent-dev libboost-all-dev libminiupnpc-dev \
  libdb-dev libdb++-dev

./autogen.sh
./configure --with-incompatible-bdb
make -j"$(nproc)"

# Run
./src/strattcoind -daemon
./src/strattcoin-cli getblockchaininfo

# For a node without wallet (e.g. seed node), skip the libdb packages
# and use ./configure --disable-wallet instead

RPC security

Bind RPC to localhost and use `rpcauth` for credentials.

P2P connectivity

Open port 12024 if you want to accept inbound peer connections.

Systemd

Can run `strattcoind` as a service with a systemd unit file.

Resources

Links and contact information.

Source Code

View the code on GitHub.

GitHub

Explorer

View blocks and transactions.

Coming soon

Contact

Questions or issues.

hello@strattcoin.com