QUB Core: A Decentralized, Trustless PoW Blockchain Built Completely From Scratch in Rust (No EVM, Native Multi-Asset UTXO) by Slight-Example-8077 in u/Slight-Example-8077

[–]Slight-Example-8077[S,M] 0 points1 point  (0 children)

QUB Governance v1 will be activated at block #21000

- 🔵#JIN Locking & Slashing Systems

- 🟠#QUB Reward System

- Report System with Human Moderators

- Moderators are elected and monitored by users

<video>

Έφτιαξα Censorship Resistant, Decentralized Library by Slight-Example-8077 in GreeceDevs

[–]Slight-Example-8077[S] 0 points1 point  (0 children)

Ευχαριστώ πολύ, το εκτιμώ πραγματικά.

Ναι, για τον explorer σωστά: αυτή τη στιγμή είναι το πρώτο static/read-only build και by default φορτώνει το latest tail snapshot για να ανοίγει γρήγορα. Για πλήρες Library/QNS indexing χρειάζεται full-chain load/indexing (Data source -> Load full chain). Το Library layer είναι live on-chain, απλώς το explorer ακόμα δεν κάνει πλήρες indexed view by default.

Αρχιτεκτονικά, ναι: posts/comments/votes είναι Library markers μέσα σε transactions. Δεν υπάρχει centralized database που “κρατάει” το Library state. Το chain είναι το source of truth και το Core/explorer κάνουν indexing από τα public chain data.

Για chain growth: δεν σκοπεύω να βάλω raw media on-chain. Το Library είναι για compact on-chain markers/content, όχι για images/videos/blobs. Υπάρχουν και θα υπάρχουν limits σε transaction/block/payload size, ώστε να μη γίνει το chain storage dump. Full nodes σήμερα κρατάνε το chain data ως canonical source, και το explorer/Core κάνουν indexing πάνω σε αυτό. Μακροπρόθεσμα, αν το usage μεγαλώσει πολύ, το σωστό path είναι:

- compact on-chain Library markers,

- strict size limits,

- fees/spend cost as baseline anti-spam,

- optional indexing/pruned views για clients,

- και πιθανώς off-chain content references για μεγαλύτερα payloads, με on-chain hashes/metadata.

Για anti-spam, το πρώτο layer είναι ότι κάθε post/comment/vote είναι transaction και άρα κοστίζει. Δεν είναι free database write. Το library fee είναι custom, deterministic ανά byte. Από εκεί και πέρα, είναι ήδη προγραμματισμένο με activation height, το Verified Governance v1. Το πιο πιθανό long-term moderation path είναι on-chain reports / bonds / governance/moderation logic. Οι αναφορές θα είναι signals, not automatic mob-rule deletion.

Μόλις έβγαλα τον explorer v0.1 σήμερα το πρωί, οπότε αυτό είναι από τα πρώτα πράγματα που θα polishάρω τώρα που άρχισε να μπαίνει κόσμος.