Bitcoin Forum
June 06, 2026, 06:46:15 PM *
News: Latest Bitcoin Core release: 31.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: 🔥🔥[ANN] Sovereign DAG - Zero-Gas Layer-0 | [NODE BOUNTY LIVE] | Mine Early SOV  (Read 122 times)
SovereignDagSOV (OP)
Newbie
*
Offline

Activity: 5
Merit: 0


View Profile
June 04, 2026, 12:14:38 PM
Last edit: June 05, 2026, 05:06:54 AM by SovereignDagSOV
 #1

Sovereign DAG - Core Engine Alpha V8.3

I just deployed the genesis state of Sovereign DAG. It is a blockless Layer-0 network architecture. It replaces sequential EVM block validation with a directed acyclic graph (DAG) routing protocol, combined with native algorithmic state transitions.

The Reality Check:
- NO Venture Capital allocation.
- NO ICO or Presale.
- NO Premine.
- NO immediate Liquidity Pool trap.

I am building this from absolute zero. The V8.3 automated routing parameters are currently live in the alpha build, but I need 5-10 hardcore node operators to stress-test the edge routing under a distributed load.

Mining SOV (The Fair-Mine Strategy)
Node operators who download the client and process the network's state transitions are natively rewarded in SOV. This is a pure fair-launch distribution. The asset currently has $0 fiat value. You are mining purely for state transition rewards prior to our eventual EVM bridge deployment.

Hardware Requirements:
- CPU: 2 Cores
- RAM: 4GB
- Runs on any standard laptop (Windows / Linux)

Official Links:
GitHub Repository: https://github.com/sarinsk629-blip/Sovereign-DAG-Core
Direct Download (Windows/Linux): https://github.com/sarinsk629-blip/Sovereign-DAG-Core/releases/tag/v1.0.0-alpha
Official Sovereign Dag SOV website link : https://sovereigndag.online/

Looking for builders and operators who care about actual routing architecture, not just hype. Let me know if you hit any sync errors when booting the client.

 🔴 UPDATE: Community Support & Direct Contact

To all node operators, miners, and curious community members: We are opening up our direct communication channels to answer technical questions, address doubts, and assist with node setups.

Whether you are an active miner or a skeptic with questions about the V8.3 engine, feel free to join us or DM me directly.

📢 Official Community Channels:
🔹 Telegram me: https://t.me/sovereignDagSOV
      Telegram Group link: https://t.me/+3EIqF5xrINtjNjE1
      Official Discord Channel link: https://discord.gg/CKVsGjntP
🔹 WhatsApp Operator Group: Join WhatsApp Group Link

✉️ Direct Contact Details:
🔹 Email ID: [sarinsk629@gmail.com]
🔹 WhatsApp / Phone: [+91 9641438562]

If you encounter any transaction routing issues, blockless syncing latency, or configuration errors ,or any query while running the executable, drop a message in the channels above for immediate troubleshooting.

Baransxhk
Newbie
*
Offline

Activity: 2
Merit: 0


View Profile
June 04, 2026, 02:19:17 PM
 #2


Interesting project layout, but I am looking at your V8.3 engine routing logic and something doesn't add up structurally.

You are claiming a completely blockless, zero-gas Layer-0 network architecture using asynchronous state transitions. Sounds great on paper, but how are you solving the fundamental Sybil and DDoS protection problem without gas?

In a traditional EVM network, gas fees act as an economic barrier—if someone tries to spam the network with 10 million fake transactions, it costs them millions of dollars in transaction fees, which stops the attack. If Sovereign DAG has zero gas and processes vertices asynchronously, what stops a malicious node operator from writing a simple loop script to flood your routing matrix with billions of empty consensus vertices, overloading the peer-validation channels and completely freezing the network?

Furthermore, without sequential block times to create a linear timeline, how does your V8.3 routing parameters definitively resolve a double-spend conflict if two conflicting vertices are forged simultaneously across different parts of the graph?

Keen to hear how the math holds up here before I download the client executable to my rig.

SovereignDagSOV (OP)
Newbie
*
Offline

Activity: 5
Merit: 0


View Profile
June 04, 2026, 02:21:05 PM
 #3

Excellent critique. This is exactly the kind of structural problem the V8.3 core engine was designed to resolve. You are looking at a DAG through the lens of traditional sequential blockchain mechanics, but the architecture here is fundamentally different.

Here is how Sovereign DAG handles spam and double-spends without relying on a gas-fee economic barrier:

1. Algorithmic State Transitions as a Proof-of-Work Proxy (Anti-Spam)
While the network is zero-gas in terms of financial cost, it is not "free" computationally. Every time a node wishes to forge a new vertex, the local V8.3 engine enforces an algorithmic state transition constraint. The forging node must reference the hashes of multiple parent vertices and calculate a cryptographic state-link (as seen in our main.py architecture).

If a malicious actor tries to spam 10 million transactions, their local node is forced to calculate these multi-parent vertex linkages sequentially. The computational latency scales dynamically based on local network volume. In short: we replace financial barriers (gas) with localized cryptographic validation costs. High-volume honest nodes handle this easily, but automated script spamming forces the attacking node's local routing window to throttle itself.

2. Asynchronous Consensus & The Heavy-Chain/Parent Selection Rule
Regarding the double-spend issue without linear block times: Sovereign DAG does not need a universal clock. It utilizes a topological ordering system based on a cumulative weight parameter.

When two conflicting transactions are introduced simultaneously, they create two diverging branches in the graph. As honest nodes continue to process transaction traffic, they use our V8.3 parent selection algorithm to choose which branch to validate. Honest nodes will naturally gravitate toward the branch with a higher density of honest parent links (the "heavier" graph path). The conflicting, malicious vertex is left isolated without parent validation, eventually becoming an orphaned vertex that is permanently pruned from the ledger state.

The network doesn't stop the double-spend from being *submitted*; it uses the natural physics of the graph's growth to starve the conflicting transaction out of existence.

Download the v1.0.0-alpha client, boot the node telemetry loop, and watch how the vertex forge logs establish parent linkages in real-time. Let me know if you want to dig deeper into the mathematical proof of the consensus weights.
Baransxhk
Newbie
*
Offline

Activity: 2
Merit: 0


View Profile
June 04, 2026, 02:28:04 PM
 #4


The architecture looks solid, but I have a quick question about ledger bloat.

If Sovereign DAG operates as a blockless Layer-0 with continuous asynchronous state transitions, how does the V8.3 engine manage data storage on local nodes long-term? Since normal laptops only have limited disk space, won't the transaction history eventually become too heavy for a regular operator to maintain?

Is there a built-in pruning mechanism in your current alpha framework?

SovereignDagSOV (OP)
Newbie
*
Offline

Activity: 5
Merit: 0


View Profile
June 04, 2026, 02:31:13 PM
 #5

Great question. Ledger bloat is a massive issue for standard blockchains, but DAG physics makes data management much lighter.

The V8.3 engine uses a localized state pruning protocol. Because nodes only need to verify recent vertices to establish a secure parent link, they do not need to store the entire history of the graph going back to genesis.

Once a vertex reaches a high enough cumulative weight and is deeply buried under newer layers of honest validation, its state is finalized, and old transaction data can be safely pruned from the local client's memory bounds. This keeps the resource footprint incredibly small, meaning a standard operator can run this node for years without running out of disk space.
sillvestters
Newbie
*
Offline

Activity: 54
Merit: 0


View Profile
June 04, 2026, 05:47:00 PM
 #6

Node SOV address is not accepted, only EVM address.
Also how does it work, how to claim the SOV from node?
SovereignDagSOV (OP)
Newbie
*
Offline

Activity: 5
Merit: 0


View Profile
June 04, 2026, 06:14:42 PM
 #7

Welcome to the Sovereign DAG alpha testnet, @sillvestters! Thank you for setting up a node and helping us test our distributed load parameters. Let’s address your questions directly:
​1. Address Format (SOV vs. EVM)
​The network operates on a custom asynchronous Layer-0 DAG routing protocol, but for our initial alpha phase and genesis state reward distribution, the ecosystem utilizes standard EVM-compatible cryptographic addressing (starting with 0x...).
​Please input your standard EVM wallet address (e.g., from MetaMask, Trust Wallet, or Rabby) directly into your node configuration file or layout panel.
​This address acts as your unique identity layer to log and track your state transition validation rewards natively before eventual mainnet translation.
​2. How the Node Works & How to Claim SOV
​The Mechanic: Once your V8.3 engine client is active, it runs quietly in the background processing asynchronous network state routing tasks. Node operators natively earn rewards for providing computation to secure the blockless network architecture without needing to pay any gas fees.
​Claiming Rewards: Because this is the Genesis Alpha Live phase, rewards are actively logged on-chain against the EVM address you bind to the running node client. Distribution payouts follow our node bounty structure directly to your synced wallet address upon phase completion intervals.
​📞 Need 1-on-1 Setup Support?
​If you are running into any configuration file sync errors, address formatting glitches, or want a quick step-by-step walkthrough to ensure your node is registering payouts correctly, feel free to contact the core development support directly:
​WhatsApp / Phone Support: +91 9641438562
​​Drop a message on WhatsApp if you need immediate configuration file debugging or client boot troubleshooting!
sillvestters
Newbie
*
Offline

Activity: 54
Merit: 0


View Profile
June 04, 2026, 06:20:59 PM
 #8

Thanks for the info. I used an EVM wallet, and the node is running and routing. It would be great to set up a Discord channel so everyone can join.
SovereignDagSOV (OP)
Newbie
*
Offline

Activity: 5
Merit: 0


View Profile
June 04, 2026, 06:51:19 PM
 #9

Awesome to hear that your node is up, running, and successfully routing network transactions, @sillvestters! Welcome aboard the alpha testnet.
​I have two great updates based on your feedback:
​1. Python Code Patched (EVM & SOV Support)
​I just pushed an update to the core Python source code on our GitHub. The input validation logic has been completely reconfigured—the node client now natively supports both standard EVM addresses and our native SOV addresses seamlessly. If you want to use a native SOV address, you can grab the updated build right now from the repository!
​2. Official Discord is Now Live! 🚀
​You asked for it, and it is officially up. We just launched the dedicated community hub. You can join us directly using this invite link:
​👉 Join the Sovereign DAG Discord Channel- https://discord.gg/CKVsGjntP
​🎁 Share & Earn: Bonus SOV Promo
​To celebrate the node launch and the new Discord server, we are running an early adopter bounty. Anyone who joins the Discord and helps spread the word by sharing our GitHub repository download link with other builders/operators will receive a special bonus SOV reward credited directly to their wallet.
​Let's scale this blockless layer-0 network together. See you over on Discord!
bogdan198
Copper Member
Jr. Member
*
Offline

Activity: 357
Merit: 5


View Profile
June 05, 2026, 09:51:24 AM
Last edit: June 05, 2026, 10:43:41 AM by bogdan198
 #10

                                                                                                                  
scamm !!! scamm !!! scamm !!!
I audited every file in this repository and the backend. Here are the hard facts:

1. There is no blockchain. It's two JSON files on a $5 VPS.
The entire "ledger" is `dag_ledger_state.json` and `dag_tx_history.json` sitting on a cheap server at IP 103.194.228.76 (India). Any balance in this "network" can be edited in Notepad by whoever controls that machine — which is one person, the project owner.
2. The `/transfer` endpoint has NO signature verification.
In `dag_api.py`, the transfer function skips cryptographic validation entirely. Anyone who knows your SOV wallet address can drain it to zero with a single curl command. This is not a bug — it's negligence that exposes every user.
3. The bridge accepts fake BSC transaction hashes.
The `/bridge_deposit` endpoint takes whatever `bsc_tx_hash` you give it without ever checking the BSC blockchain. This means the "bridge" is designed to take your real USDT and give you made-up numbers in return. There is zero on-chain verification.
4. One address controls 100,000,000 SOV and can crash the price at will.
The genesis address `SOVb1dab6f1a43527d5cc9296f4391e33a009` holds the entire supply and has a backdoor `/admin_inject` endpoint to dump tokens into the DEX pool whenever the owner chooses.
5. The "Virtual Machine" doesn't exist.
The code imports `from sovereign_vm import execute_smart_contract` — but the file `sovereign_vm.py` does not exist in the repository. It's pure decoration to make the project sound technical.
6. "Mining" is literally just sleeping and hashing timestamps.
`main.py` does `time.sleep()` and runs SHA-256 on your wallet address + the current time. That's it. No proof-of-work. No consensus. No network contribution whatsoever. Your CPU is doing nothing useful.

The playbook here is textbook:
Get users to "mine" worthless SOV tokens → build a fake sense of accumulated value → introduce the bridge → users send real USDT to "convert" their SOV → money disappears → server goes offline.
The "V8.3 engine" and "Layer-0 architecture" are marketing fiction. The backend is a Flask app on a Indian VPS with no security, no decentralization, and no actual blockchain technology.

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!