Bitcoin Forum
September 23, 2025, 04:30:31 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] 🚀 ANTD – Private Transactions, Encrypted Messaging, and Publishing on: August 25, 2025, 06:24:25 PM
Web wallet: https://wallet.antdaza.site
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] 🚀 ANTD – Private Transactions, Encrypted Messaging, and Publishing on: August 16, 2025, 09:55:48 PM
🚀 NEW LISTING🚀
#ANTD
📈Trading Pair: ANTD/USDT📈
⏬Available Now!⏬
https://rabid-rabbit.org/account/trade/ANTD-USDT
Deposit and trading is open. Withdrawal of coins will open  08.17.


❗️ https://rabid-rabbit.org/account/fees ❗️
⏬ min deposit - 600 ANTD
💵 withdrawal commission - 45 ANTD
🚀 min withdrawal - 50 ANTD
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] 🚀 ANTD – Private Transactions, Encrypted Messaging, and Publishing on: August 13, 2025, 05:02:57 PM
Next, article owners can transfer ownership either by trading it or gifting. We will use the article’s tx_hash as a unique identifier for ownership.
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] 🚀 ANTD – Private Transactions, Encrypted Messaging, and Publishing on: August 13, 2025, 04:11:39 PM
With the new release, you can simply use the rpc to add your articles


Code:
curl -X POST http://localhost:14042/json_rpc -d '{
     "jsonrpc": "2.0",
     "id": "0",
     "method": "add_article",
     "params": {
         "title": "ANTD Article",
         "content": "ANTD IS THE BEST.",
         "publisher": "AntD Dev",
         "address": "49oU3de9284KfgjeWVsaZbd6v28P4KVvcgRGbHPZcUno6vQcCPwns1VjJKA3crJkiHAaS5Kh4KsV48xvDrGGD2S3QMvvHaH",
         "amount": "100000000000"
     }
 }' -H "Content-Type: application/json"

Result:
Code:
{
  "id": "0",
  "jsonrpc": "2.0",
  "result": {
    "amount": 0,
    "content_hash": "439f0ee1afc5479da162f0979bcab921e84b47345046dedb93425329261fef95",
    "error": "",
    "fee": 0,
    "tx_blob": "",
    "tx_hash": "760c7ff85e1d1361a32b4867d0b0f7eb9ec9608eea95d326477aeb5d100207d0",
    "tx_key": "",
    "tx_metadata": ""
  }
}



Code:
./antd-wallet-rpc --rpc-bind-port=14042 --wallet-file=/part/to/wallet --prompt-for-password --disable-rpc-login
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] 🚀 ANTD – Private Transactions, Encrypted Messaging, and Publishing on: August 06, 2025, 02:39:11 AM
Pool

Mine AntD https://pool.rplant.xyz/#antd#connect
6  Alternate cryptocurrencies / Announcements (Altcoins) / [ANN] 🚀 ANTD – Private Transactions, Encrypted Messaging, and Publishing on: July 29, 2025, 10:29:32 PM
Welcome to ANTD Coin – A Monero Fork with a Mission Beyond Money

We’re excited to introduce ANTD, a next-generation privacy coin built on the battle-tested foundation of Monero but with a twist. ANTD doesn’t just protect your blockchain transactions, it also protects your voice.
ANTD, a next-generation privacy-focused cryptocurrency that extends the capabilities of Monero by introducing something groundbreaking:

Quote
✍️ Blockchain-embedded messaging and articles, directly from your wallet.

ANTD stands for Anonymous Network Transaction Data, and true to its name, it gives users not only anonymous financial freedom, but also a decentralized communication layer encrypted, immutable, and censorship resistant.

While Monero excels in anonymous transactions, ANTD takes the next step: letting users publish messages and short-form articles directly into the blockchain, with full privacy and optionally rewarded publishing.

🌐 Official Links

Website: https://antdaza.site

Discord: https://discord.gg/gFABbsCR

Explorer: https://explorer.antdaza.site

GitHub: https://github.com/antdaza/antd

Wallet Downloads: https://github.com/antdaza/antd/releases/tag/v7.1.1

Article on Chain: https://explorer.antdaza.site/articles

🔒 What Is ANTD?
ANTD (Anonymous Network Transaction Data) is a privacy-first blockchain focused not only on untraceable blockchain transfers, but also on secure, encrypted on-chain communication.

It brings a decentralized publishing layer into the blockchain allowing anyone to publish messages and articles, either personally or via community publishers, all while remaining anonymous.

Think Monero + Encrypted Microblogging + Node Rewards.

In today’s digital world, financial privacy is critical but so is communication privacy.

Social media platforms censor content. News gets erased. And in many parts of the world, freedom of expression comes at a price.

ANTD Coin was created to protect both your money and your message. With ANTD:

- You can send ANTD anonymously.

- You can publish short articles into the blockchain.

- You can run a full node and earn rewards.

- You don’t need permission to speak — your ideas are protected by proof-of-work and encryption.


✍️ Features
✅ Privacy Focused Core

- Built on Monero codebase

- Implements RingCT, Stealth Addresses, and RandomX

✅ Encrypted Message & Article System
Anyone can use the add_article command to write short messages (~100 words) directly into the blockchain.

Publishers can accept paid article submissions from others.

Articles are visible on-chain and via the Explorer → Articles.

✅ Full Node Rewards
Support the network by running a full node.

Earn a reward share from every block

⚙️ Network Specifications
Property                         Value
Block Time                   120 seconds
Block Reward                600 ANTD
Miner Reward                200 ANTD
Full Node Reward        300 ANTD
Community Fee                100 ANTD
PoW Algorithm                RandomX
Fullnode requirement      100,000 ANTD
Article fee                       Any amount (Depends on who want to publish or host the article)


📖 API and Article Access
You can query articles on-chain using our JSON RPC API:

Code:
curl -X POST http://127.0.0.1:14041/json_rpc \
-H "Content-Type: application/json" \
-d '{
  "jsonrpc": "2.0",
  "id": "0",
  "method": "get_show_article",
  "params": {
    "txid": "your_txid_here"
  }
}'

RESULT
Code:

"title": "ANTD STARTS"
"publisher": "AntD Developer"
"content": "Antd is blockchain with a difference"



🗺️ Roadmap (Q3–Q4 2025)
✅ CLI article publishing (add_article)

✅ Full node rewards implemented

✅ Article Explorer launched

🔜 Web wallet integration

🔜 Article signing + upvote system

🔜 Long-form encrypted message support

🔜 Mobile wallet (iOS & Android)

See  website



 
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!