Bitcoin Forum
September 22, 2026, 04:58:47 PM *
News: Latest Bitcoin Core release: 31.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [ANN][TRL] Trellis — CPU-Mineable RandomX PoW | The Frame Before the Vine |  (Read 11 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
Tocomochocoin (OP)
Full Member
***
Offline

Activity: 169
Merit: 100


View Profile
Today at 03:20:35 PM
 #1


████████████████████████████████████████████████████████████████
░░░ T R E L L I S   [ TRL ]   ░░░
████████████████████████████████████████████████████████████████
The frame before the vine - CPU-mineable RandomX proof-of-work, every rule fixed before block zero.

[ WEBSITE ] https://trellis-core.github.io/trellis/
[ DOWNLOADS ] https://github.com/trellis-core/trellis/releases/download/v0.1.0/Trellis-0.1-win-x64.zip
[ SOURCE ] https://github.com/trellis-core/trellis
[ EXPLORER ] https://trellis-core.github.io/trellis/explorer/
[ WHITEPAPER ] https://trellis-core.github.io/trellis/WHITEPAPER.md
[ MINING GUIDE ] https://trellis-core.github.io/trellis/MINING.md

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
WHAT IS TRELLIS?
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Trellis is a proof-of-work network named after the lattice a grower raises before the vine goes in. A vine on open ground crawls, tangles and rots; the crop is decided by the frame, and the frame has to exist before planting. Trellis was built in that order. Emission, block interval, halving cadence and the difficulty rule are constants in the public source code of this repository, published before block zero. Nothing was decided after launch because there was no launch decision left to make.

No dev fee, no treasury address, no allocation, no unlock calendar. There is nothing to hand out except the block reward, and it goes to whoever assembled a valid block. Zero coins existed before the genesis block; the first coin belongs to the first miner, and every coin after that is assembled the same way.

RandomX is memory-heavy and re-aims its computation at every block, so a warehouse of custom machines holds no lasting edge over one desktop CPU. If any sentence in this post ever disagrees with the chain, the chain wins - every time.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
COIN SPECIFICATIONS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Ticker
TRL
Algorithm
RandomX (Proof of Work, CPU-oriented)
Block interval
216 seconds
Blocks per day
86,400 / 216 = 400
Stage-1 reward
21 TRL
Daily issuance, stage 1
400 x 21 = 8,400 TRL
Halving interval
620,000 blocks (~4.25 years)
Supply cap
2 x 21 x 620,000 = 26,040,000 TRL
Coins at launch
0
Dev fee
0
Address prefix
T
P2P port
18940
RPC port
18941
Current release
v0.1.0, Windows x64

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
EMISSION SCHEDULE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Code:
Season 1   blocks 0 - 619,999         21 TRL per block    13,020,000 cumulative
Season 2   blocks 620,000 - 1,239,999   10.5 TRL per block   19,530,000 cumulative
Season 3   blocks 1,240,000 - 1,859,999  5.25 TRL per block   22,785,000 cumulative
Season 4+  halves every 620,000 blocks  approaching 26,040,000 TRL, never above it

Where the coins go:

Miners, all seasons - 100% - 26,040,000 TRL, block by block
Launch allocation - 0 - nothing existed before the genesis block
Development fee - 0 - every reward goes to the miner who found the block
Treasury address - none - no address exists to collect one

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
WALLET CHECKSUM
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
The checksum below is published on the downloads page and attached to the release.

Code:
Trellis-0.1-win-x64.zip
SHA-256: 415963ff1e1a476d8d8dda5e269923c65e30140356b29f616c15d0de3ce12cc7
Size:    211,858,612 bytes

A single differing character means the file is not the one published with this release. Re-download or build from source.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
MINING
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Trellis uses RandomX - compatible with any RandomX miner. A modern desktop Ryzen or Core processor is enough to participate; 2 GB+ of free RAM per mining worker group is recommended, and fast memory (XMP/DOCP) helps noticeably.

Solo against your own node:

Code:
url:        127.0.0.1:18940
user:       your T-address
pass:       x
cores:      spare CPU cores

The stage-1 reward is 21 TRL per block, one block roughly every 216 seconds network-wide. Solo keeps the whole reward when you find a block; a pool gives smaller, steadier payouts - use a pool only if you have verified its fee and payout address on its own site. The chain does not vouch for any pool.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
QUICK START (WINDOWS)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Code:
Get-FileHash Trellis-0.1-win-x64.zip -Algorithm SHA256
trellis-cli getblockcount
trellis-cli getnewaddress "mining"

1. Unpack the archive, verify the checksum, run the wallet and let it sync to tip - 400 blocks per day makes a fresh catch-up quick.
2. Generate an address; it starts with T.
3. Point any RandomX miner at your node with the config above.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
LINKS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Website: https://trellis-core.github.io/trellis/
Downloads and checksums: https://trellis-core.github.io/trellis/downloads/
Source code: https://github.com/trellis-core/trellis
Block explorer: https://trellis-core.github.io/trellis/explorer/
Whitepaper: https://trellis-core.github.io/trellis/WHITEPAPER.md
Mining guide: https://trellis-core.github.io/trellis/MINING.md
Wallet guide: https://trellis-core.github.io/trellis/WALLET.md
Transparency: https://trellis-core.github.io/trellis/TRANSPARENCY.md

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
TRELLIS - The frame was fixed before the vine was planted.
RandomX - 216 s blocks - 21 TRL reward - cap 26,040,000 - zero launch supply - no dev fee

Pages: [1]
  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!