Bitcoin Forum
July 28, 2026, 01:18:40 PM *
News: Latest Bitcoin Core release: 31.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: Animica - Useful Quantum  (Read 818 times)
Animica (OP)
Newbie
*
Offline

Activity: 17
Merit: 0


View Profile
May 20, 2026, 01:09:32 AM
 #21

Hello Bitcointalk,

We wanted to share a major update on Animica, our AI + useful-work blockchain project.

Over the past few weeks, Animica has grown into a much more complete ecosystem. Since finishing the CEX, we now have trading, mining, wallet downloads, the explorer, AICF progress, an updated miner package, and a direct USD purchase portal live.

Main links:

Website:
https://animica.org

Buy ANM with USD:
https://buy.animica.org

Exchange / Trading:
https://trade.animica.org

Explorer:
https://explorer.animica.org

Wallets:
https://animica.org/wallet

Mining:
https://animica.org/mine

Discord:
https://discord.gg/vQHJc2jWUJ



The Animica CEX/trading frontend is live at:

https://trade.animica.org

This gives Animica its own trading interface and helps build the foundation for ANM market activity inside the ecosystem.

We also launched the direct buy portal at:

https://buy.animica.org

Users can now buy ANM directly with USD through a secure checkout flow and receive ANM to their Animica wallet. This makes it much easier for new users to get started without needing to mine first.

One of the biggest technical updates is that AICF is now working.

AICF stands for the AI Compute Fund. It is the part of Animica designed to connect useful AI work, miners/workers, and rewards. The long-term goal is for Animica mining to support more than just hashing. We want the network to help power AI agents, coding tasks, useful compute jobs, and developer tools.

The Animica Python package has also been updated, and miners should upgrade before running AICF useful-work jobs.

Recommended update:

python3 -m pip install --upgrade pip setuptools wheel
python3 -m pip install --upgrade "animica[gpu]"

Verify:

animica --version
python -c "import animica; print(animica.__version__)"

CPU mining:

animica miner setup --device cpu
animica miner start --device cpu

GPU / AICF miner check:

python - <<'PY'
import torch, transformers
print("torch:", torch.__version__)
print("transformers:", transformers.__version__)
print("cuda:", torch.cuda.is_available())
PY

Miners without the right ML stack can still mine normal work, but AICF inference jobs require the AI dependencies to be installed correctly.

Mining is available here:

https://animica.org/mine

Wallet downloads are available here:

https://animica.org/wallet

The explorer is live here:

https://explorer.animica.org

Animica now has:
   •   Live website
   •   Live explorer
   •   Live wallet downloads
   •   Live mining page
   •   Live CEX/trading frontend
   •   Live USD buy portal
   •   Working AICF foundation
   •   Updated Python miner package
   •   Ongoing Studio/developer tooling work

What makes Animica different is that it is not just another token launch. The project is focused on useful-work mining, AI compute, developer tooling, wallets, explorer infrastructure, direct purchasing, and eventually a full Studio portal where users can build, run, and deploy AI-powered Animica apps.

The long-term vision is a blockchain where miners and workers can help power real AI tasks and useful compute, while developers get the tools they need to build on top of the network.

This is still early, but Animica has moved far beyond just an idea. We now have a real ecosystem forming around ANM, with mining, wallets, trading, explorer access, AICF, and direct USD purchases all coming together.

Join the Discord if you want to mine, test, build, or follow development:

https://discord.gg/vQHJc2jWUJ
Animica (OP)
Newbie
*
Offline

Activity: 17
Merit: 0


View Profile
June 03, 2026, 10:31:55 PM
 #22

The Animica mining site has been updated.

Miners can now mine **XMR alongside Animica in a 50/50 setup**, allowing mining power to support both Monero rewards and the Animica ecosystem at the same time.

Payouts can be configured as **Animica only** or **Animica + Monero**, giving miners more flexibility while still contributing to the **AICF**.

Mining site:
[https://pool.animica.org](https://pool.animica.org)

Animica wallet:
[https://animica.org/wallet](https://animica.org/wallet)

You can also install Animica with:


pip install animica


Animica is building a post-quantum, useful-work blockchain focused on AI, mining, and decentralized compute. This update is part of the broader effort to make mining more practical by connecting Animica mining activity with real ecosystem support and outside value generation.

Anyone interested in mining Animica can now try the updated pool and mine with the new 50/50 Animica + XMR option.
Animica (OP)
Newbie
*
Offline

Activity: 17
Merit: 0


View Profile
June 18, 2026, 05:13:45 PM
 #23



Animica 1.9.1 Released — AI ENA Curriculum Flywheel Is Here

Animica 1.9.1 is now live, and this update pushes Animica further beyond being only a proof-of-work blockchain. This release expands AI ENA, Animica’s AI useful-work, training, retrieval, and agent orchestration layer.

Install / update:

Code:
pip install -U animica

What is AI ENA?

AI ENA is Animica’s AI layer. It connects useful-work jobs, datasets, retrieval, model training, training pools, agents, and serving into one CLI-first system under:

Code:
animica ena

With ENA, Animica is building toward a network where contributors can provide compute, train model shards, serve promoted checkpoints, and earn through the Animica ecosystem.

New in Animica 1.9.1: Curriculum Flywheel

The biggest AI improvement in this release is the new Curriculum Flywheel.

Instead of training on the same static dataset forever, an ENA training pool can now rotate each new round toward the model’s weakest topics. After a round completes, ENA can evaluate where the model struggled, generate or retrieve fresh training rows for those weak areas, mix in replay data to reduce forgetting, and prepare the next training round automatically.

In simple terms:

1. Train a round
2. Evaluate weak topics
3. Generate the next round’s curriculum data
4. Train again on the weakest areas
5. Promote better checkpoints for serving

This turns model training into a self-improving loop.

Key features:

  • Opt-in curriculum system for ENA training pools
  • Synthetic deterministic curriculum generation
  • Retrieve-based grounded curriculum from real corpus data
  • Replay buffer to help prevent forgetting
  • Per-topic evaluation and mastery tracking
  • Tool-use curriculum for teaching models valid [TOOL_CALL] behavior
  • Collaborative training pools with funders, trainers, and servers
  • Serve-while-train architecture for promoted checkpoints
  • GPU-ready AI stack included in the base Python package

Why this matters

Animica is moving toward a system where proof-of-work and AI useful work can exist together. Miners and GPU owners are not just hashing; they can participate in useful AI tasks, training, and serving.

This release is another step toward Animica becoming a community-trained AI network powered by contributors.

Useful links:

Website: https://animica.org
Wallet: https://animica.org/wallet
Pool: https://pool.animica.org
GitHub: https://github.com/animicaorg/all

Calling GPU owners, developers, miners, and AI builders:

Animica 1.9.1 is ready for testing. Update with:

Code:
pip install -U animica

Then start exploring:

Code:
animica ena –help

Animica is building a useful-work AI blockchain ecosystem, and AI ENA is becoming the core of that vision.
Animica (OP)
Newbie
*
Offline

Activity: 17
Merit: 0


View Profile
June 25, 2026, 12:01:33 AM
Last edit: June 25, 2026, 03:22:42 PM by Welsh
 #24

Animica 3.0.0 — Bitcoin-Core-Compatible RPC Mode

Animica 3.0.0 introduces a Bitcoin-Core-compatible RPC mode designed to make Animica easier to integrate with existing crypto infrastructure.

This does not mean Animica is a Bitcoin clone. Animica remains its own post-quantum, account-model, PoIES useful-work Layer 1. The compatibility layer exposes Bitcoin Core-style JSON-RPC method names and response shapes so existing explorers, wallets, exchanges, bots, indexers, pool dashboards, and other Bitcoin RPC tooling can connect with much less custom integration work.

Bitcoin-style endpoints

Animica now supports Bitcoin-style JSON-RPC calls at the root endpoint:

Code:
POST /        Bitcoin-compatible RPC endpoint
POST /rpc     Native Animica RPC + Bitcoin-compatible methods

That means tools can be pointed at an Animica node similarly to a Bitcoin node:

Code:
bitcoin-cli -rpcconnect=<host> -rpcport=8545 getblockcount

curl -s http://<host>:8545/ \
  -d '{"jsonrpc":"2.0","id":1,"method":"getblockchaininfo","params":[]}'

JSON-RPC 2.0, positional parameters, named parameters, batch calls, and notifications are supported.

Implemented Bitcoin-style RPC categories

Read-only chain / node methods

Code:
getblockcount
getbestblockhash
getblockhash
getblock
getblockheader
getblockchaininfo
getchaintips
getdifficulty
getmempoolinfo
getrawmempool
getrawtransaction
sendrawtransaction
testmempoolaccept
decoderawtransaction
validateaddress
getnetworkinfo
getpeerinfo
uptime
stop
help

These are the most useful methods for explorers, indexers, exchange integrations, bots, and monitoring tools.

Wallet adapter methods

Code:
getnewaddress
getbalance
listunspent
sendtoaddress
sendmany
listtransactions
gettransaction
createwallet
loadwallet
listwallets
backupwallet

Because Animica uses an account model instead of Bitcoin’s UTXO model, some wallet calls are compatibility adapters. For example, listunspent can synthesize a UTXO-like view from an Animica account balance, while listtransactions currently returns an empty list unless backed by an external explorer/history index.

Mining / pool compatibility

Code:
getblocktemplate
submitblock
prioritisetransaction
generatetoaddress
getmininginfo

Mining compatibility is mapped into Animica’s PoIES useful-work system. getblocktemplate returns a Bitcoin-shaped template, while Animica-specific consensus values such as thetaMicro, templateId, stateRoot, and PoIES fields are carried under animica:* extension keys.

How Bitcoin RPC maps to Animica

Code:
getblockcount        -> chain.getHead().height
getbestblockhash     -> chain.getHead().hash
getblock/getheader   -> chain.getBlockByHash
getrawtransaction    -> tx.getTransactionByHash + mempool raw tx lookup
sendrawtransaction   -> tx.sendRawTransaction
getmempoolinfo       -> mempool.getStats
getrawmempool        -> mempool.getPending
getnetworkinfo       -> node.health
getpeerinfo          -> p2p.listPeers
getblocktemplate     -> miner.getBlockTemplate
submitblock          -> miner.submitBlock

Animica hashes are SHA3-256 and normally use 0x-prefixed 64-hex formatting internally. The Bitcoin compatibility layer strips the 0x prefix for Bitcoin-style bare hex responses.

Balances are mapped from nANM to coin-unit display values, similar to how Bitcoin RPC returns BTC-denominated numbers. Difficulty is synthetic because PoIES does not use Bitcoin nBits; Animica maps thetaMicro into a monotonic Bitcoin-style difficulty analogue.

Important compatibility notes

Animica is not pretending to be Bitcoin at the consensus level.

Some Bitcoin fields are compatibility-only values so existing software does not break:

Code:
chainwork              compatibility placeholder
bits                   compatibility placeholder
verificationprogress   1.0
pruned                 false
softforks              {}

Transactions are also adapted. Bitcoin expects vin/vout UTXO-style transactions, while Animica is account-based. The RPC layer creates a Bitcoin-shaped transaction view with one synthetic vin and one vout, while keeping the real Animica fields under animica:* keys.

Why this matters

This makes Animica 3.0.0 much easier to integrate with existing Bitcoin-oriented infrastructure:

  • Explorers can query familiar block and transaction methods.
  • Exchanges can reuse parts of existing Bitcoin RPC integration logic.
  • Bots and indexers can consume familiar JSON shapes.
  • Pool dashboards and mining tools can use getblocktemplate-style flows.
  • Developers can test with bitcoin-cli-style commands instead of learning a completely new RPC surface first.

Summary

Animica 3.0.0 adds a practical Bitcoin Core 30.x-style RPC compatibility layer while keeping Animica’s own consensus, post-quantum address model, useful-work mining, account system, and native RPC intact.

It is best described as:

Bitcoin RPC compatibility for Animica — not Bitcoin consensus compatibility.

The goal is simple: let existing Bitcoin infrastructure point at Animica faster, while still preserving what makes Animica different.

Animica 4.0.0+ — Ethereum/EVM RPC Facade is Live

Animica has now added an Ethereum/EVM-compatible JSON-RPC facade.

This does not mean Animica is becoming an Ethereum clone, and it does not yet mean Solidity bytecode execution. Animica remains its own post-quantum PoIES useful-work L1.

What this release does add is a familiar Ethereum-style RPC surface so tools like MetaMask, ethers.js, web3.js, explorers, bots, dashboards, and indexers can begin connecting to Animica through common eth_*, net_*, and web3_* methods.

EVM bridge:
https://evm.animica.org

What works in this phase:

    [] Ethereum-style JSON-RPC facade
    [] eth_chainId
    [] eth_blockNumber
    [] eth_getBlockByNumber
    [] eth_getBlockByHash
    [] eth_getBalance
    [] eth_getTransactionCount
    [] eth_getTransactionByHash
    [] eth_getTransactionReceipt
    [] eth_gasPrice
    [] eth_estimateGas
    [] eth_call
    [] eth_getLogs
    [] net_version
    [] net_peerCount
    [] web3_clientVersion
  • web3_sha3

Why this matters:

Ethereum tooling already has a massive ecosystem. By exposing Ethereum-style RPC methods, Animica can become easier for existing wallets, explorers, bots, and infrastructure providers to understand without changing Animica’s native architecture.

Animica uses post-quantum anim1... accounts, while Ethereum uses 20-byte 0x... addresses. The new facade includes an address bridge layer that can create deterministic EVM-style aliases for Animica accounts.

Example concept:

Code:
anim1…  →  0x…
    This allows Ethereum-style tooling to display and query Animica accounts through familiar 0x addresses while the real chain remains Animica-native.

Important boundary:

This is an Ethereum RPC-compatible facade, not full EVM execution yet.

That means:

    [] Animica does not currently run Solidity bytecode through this facade.
    [] eth_getCode returns empty code.
    [] eth_call is currently a compatibility/read placeholder.
    [] eth_sendRawTransaction is bounded because Ethereum uses secp256k1 signatures while Animica uses post-quantum identity.

The honest claim is:

Animica now has an Ethereum RPC-compatible facade, with a path toward full EVM execution.

Roadmap:

[list=1]
[] EVM RPC facade — live in 4.0.0+
[] Wallet compatibility and binding flow
[] Relayer support for EVM-wallet transaction submission
[] ERC-style facade for native Animica assets/contracts
  • Full EVM execution module for Solidity deployment

Animica is building compatibility outward while keeping its core identity intact: post-quantum security, useful-work consensus, AI compute, native Python-VM contracts, and a blockchain architecture designed around more than just hashing.

This release makes Animica easier to connect to, easier to index, easier to build around, and easier for existing Ethereum infrastructure to experiment with.

Install/update:

Code:
pip install -U animica

Animica 4.0.0+ is another step toward making useful-work blockchain infrastructure accessible through the tools developers already know.
Eddyc
Sr. Member
****
Offline

Activity: 1078
Merit: 391


View Profile
July 02, 2026, 08:50:47 PM
 #25



https://www.publish0x.com/crypto-bits/animicaanm-a-post-quantum-layer-1-blockchain-that-s-useful-f-xjyxgmd

Being Useful isn't About having Everything, but rather the Essentials...

Dyor
Animica (OP)
Newbie
*
Offline

Activity: 17
Merit: 0


View Profile
July 15, 2026, 03:26:34 AM
 #26

[ANN] Animica (ANM) — v8.0.6 Released | Post-Quantum Blockchain + Useful Work AI Network

Introduction

Animica is building a new generation of blockchain infrastructure focused on useful work, post-quantum security, and decentralized AI.

Unlike traditional proof-of-work networks that spend computation purely on hashing, Animica is designed around Proof-of-Useful-Work, allowing network participants to contribute meaningful computational resources toward AI, data, and decentralized services while securing the chain.

Today we are announcing the release of Animica v8.0.6, a major milestone toward building an open AI-powered internet.



What is Animica?

Animica (ANM) is a post-quantum blockchain designed for:

• Decentralized AI applications
• AI agent networks
• Useful computational work
• Post-quantum cryptographic identities
• Decentralized data availability
• A future AI-native internet layer

Animica combines blockchain security with AI infrastructure to create a network where computation can create real-world value.



Animica v8.0.6 Highlights

🚀 AI Infrastructure Expansion

Animica continues advancing toward a decentralized AI ecosystem where users can:

• Generate AI content
• Build AI agents
• Deploy decentralized applications
• Contribute computation
• Earn ANM for useful contributions

The goal is an open AI network that does not depend on a single centralized provider.



🔐 Post-Quantum Security

Animica is built with a focus on long-term security through post-quantum cryptography.

Features include:

• Post-quantum wallet identities
• Quantum-resistant signatures
• Secure decentralized communication

The network is designed for a future where quantum computing becomes a practical threat.



⚡ Useful Work Consensus

Animica introduces a different approach to blockchain computation.

Instead of wasting energy on meaningless calculations, network participants can contribute useful resources including:

• AI inference
• AI training workloads
• Data processing
• Decentralized services



🌐 The Animica Internet Vision

Animica is developing toward a decentralized AI internet layer:

• .anm domain system
• AI agents that can discover and communicate with each other
• Decentralized applications
• User-owned AI services

The goal is an internet where intelligent agents and applications can operate openly without centralized gatekeepers.



ANM Token Utility

ANM powers the Animica ecosystem.

Uses include:

• Transaction fees
• AI computation payments
• Agent services
• Marketplace payments
• Network incentives
• Useful work rewards



Roadmap

Phase 1 — Blockchain Foundation ✅

✓ Post-quantum blockchain
✓ Wallet infrastructure
✓ Mining network
✓ Node ecosystem

Phase 2 — AI Network 🚧

✓ AI generation platform
✓ AI agents
✓ Useful work infrastructure
✓ Decentralized AI services

Phase 3 — Animica Internet 🌐

• .anm domains
• Agent-to-agent communication
• Decentralized AI applications
• Global AI compute marketplace



Join the Network

Website:
https://animica.dev

GitHub:
https://github.com/animicaorg/all

Community:
(Add Discord / Telegram links)



Mining & Nodes

Everyone can participate by running infrastructure:

• Run a node
• Mine ANM
• Provide useful computation
• Build applications on Animica



Final Thoughts

Animica is not trying to create another blockchain.

The vision is to create an open infrastructure layer where blockchain, AI, and useful computation converge.

Version 8.0.6 is another step toward building a decentralized AI-powered internet.

Welcome to Animica.

ANM — Useful Work. Open AI. Post-Quantum Future.
mrweeker
Newbie
*
Offline

Activity: 3
Merit: 0


View Profile WWW
July 26, 2026, 03:33:19 PM
 #27

Don't waste your time, the developer has disappeared.
Pages: « 1 [2]  All
  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!