惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
爱范儿
爱范儿
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
罗磊的独立博客
M
MIT News - Artificial intelligence
D
Docker
量子位
T
Tailwind CSS Blog
人人都是产品经理
人人都是产品经理
月光博客
月光博客
有赞技术团队
有赞技术团队
J
Java Code Geeks
A
About on SuperTechFans
P
Proofpoint News Feed
Jina AI
Jina AI
Y
Y Combinator Blog
T
The Blog of Author Tim Ferriss
The GitHub Blog
The GitHub Blog
Microsoft Security Blog
Microsoft Security Blog
V
V2EX
GbyAI
GbyAI
F
Fortinet All Blogs

Latest from Tom's Hardware in Tech-industry

Samsung engineer sentenced to 7 years in prison for selling chipmaking trade secrets to Chinese chipmaker — ex-employee supplied 10nm DRAM data to CXMT for $2 million Microsoft facing $2.8 billion UK lawsuit for overcharging 60,000 businesses using Microsoft Server on other clouds — Azure users allegedly received lower wholesale pricing Ransomware negotiator pleads guilty after leaking victims' insurance details to 'BlackCat' hackers — perp gave attackers a precise picture of exactly how much each target could afford to pay Congress moves to strip the DoC of chip-export discretion with the MATCH Act — DUV lithography machines among those targeted in chipmaking tool crackdown Anthropic's Model Context Protocol includes a critical remote code execution vulnerability — newly discovered exploit puts 200,000 AI servers at risk Iran claims US exploited networking equipment backdoors during strikes — says devices from Cisco and others failed despite blackout in attack that 'indicates deep sabotage' Cerebras files for IPO — company remains unprofitable despite 20x revenue growth Scientists solve decades-old 2D physics puzzle — Chaotic growth in a 2D quantum system obeys statistical laws Anthropic nuked a company's access to Claude, stopping 60 employees dead in their tracks — support via Google Form is the only recourse for vague usage policy violation Biohacker claims to have sequenced their own genome at the kitchen table with M3 Ultra Mac Studio, Claude, and a $3,200 sequencer — DIY project requires 100GB of data storage per run, oodles of RAM New Jersey datacenter expansion got $77m in tax breaks to create exactly one permanent job — JPMorgan's site already scored $35m and currently employs just 25 workers Chinese chipmakers made record profit in 2025, despite slipping margins — U.S shipments fall 34% as Beijing shores up local chipmaking efforts AI cloud company Vercel breached after employee grants AI tool unrestricted access to Google Workspace — hacker… Every SK hynix employee could receive $477,000 bonuses this year, almost $900,000 next year — 35,000 workers reportedly set to benefit from share of $169 billion projected operating profit US gov't blocks China's largest LED chipmaker's $239 million bid to acquire Dutch lighting firm Lumileds… Tokyo court rules movie and anime 'spoiler articles' are copyright infringement in landmark criminal case — detailed, monetized plot summaries land man in Japanese prison Voyager 1 gets emergency instrument shutdown to solve escalating power crisis and give it ‘about a year of breathing room’ — interstellar spacecraft's nuclear power source is dying, leading to intensifying countermeasures Russian-made Shahed drones are ‘disintegrating in the air before reaching their targets’ due to shoddy manufacturing, video shows — commentators call Russian clones of Iran's drones 'flying garbage' Inventor showcases 3D printer filament dryer that mines Bitcoins and dries filament with waste heat, capable of 6 TH/s at 140W — joins Bitcoin-mining 3D printer in hobbyist-focused miner lineup Bluetooth tracker hidden in a postcard and mailed to a warship exposed its location — $5 gadget put a $585 million… Techie buys fake Ledger Nano S+ hardware crypto wallet and almost falls for phishing — a convincing clone would… Nvidia CEO Jensen Huang ‘nearly lost his composure’ when pressed on selling chips to China — ‘You’re not talking to someone who woke up a loser’ US lawmakers amend new restrictions on Chinese chipmakers — MATCH Act Analytics group signals possible delays at 40% of AI data center construction sites — companies deny schedule holdups, but satellite imagery indicates otherwise Local political revolts threaten to derail US data center projects — mounting delays are already costing AI hyperscalers billions Intel hires tenured Samsung exec to lead Foundry Services — signals company focus on winning business from potential Foundry suitors Elon Musk pushing forward with Terafab at TSMC ups revenue guidance and CapEx, buoyed by Google and Pentagon in talks to run custom AI chips inside classified environments — Google pushes for tight controls for TPUs surrounding use for mass surveillance and autonomous weapons TSMC warns of Intel Foundry
AI cryptomining network's 320,000 RTX 3090-class GPUs all...
Etiido Uko · 2026-06-14 · via Latest from Tom's Hardware in Tech-industry
Crypto mining rigs for the cryptocurrency Pearl
(Image credit: @I_Leak_VN via X.com)

A new research preprint claims that Pearl, a Layer-1 blockchain marketed as turning cryptocurrency mining into useful artificial intelligence (AI) computation, is doing nothing of the sort, despite having recently triggered a GPU mining rush. The study estimates Pearl's network runs at roughly 24 exahashes per second (EH/s) — the equivalent of about 320,000 RTX 3090-class GPUs drawing an estimated 112 megawatts (MW) — all while producing "zero useful AI computation." Researchers saw a roughly 38% jump in budget GPU rental prices on the marketplace vast.ai go to Pearl mining, with utilization climbing from 57% to 94% after the mining software went public in May.

Instead of performing real inference or training, the paper, titled The Usefulness Gap in Proof-of-Useful-Work, says the network grinds through random matrix multiplications that merely take the shape of AI math. The self-billed “first empirical measurement of a deployed Proof-of-Useful-Work (PoUW) system” study argues that Pearl’s mining protocol verifies that miners performed matrix multiplication correctly, but does not verify whether that work came from real AI training or inference workloads.

Pearl swaps Bitcoin's SHA-256 hashing for a scheme it calls cuPOW, which asks miners to compute noised integer matrix multiplications and prove they did so correctly. That operation is the same arithmetic that underpins neural network inference and training, which is the foundation of Pearl's pitch that mining and AI compute can be one and the same job. The problem, according to the study, is that the protocol's verification step only confirms that the multiplication was performed correctly. It never checks whether the input matrices came from a real model, a paying customer, or any AI workload at all.

To demonstrate that gap, the researcher, Abhinaba Basu, built a miner that feeds the network uniformly random matrices with no inference attached, then submitted the output to a mining pool. The paper reports 44 pool-accepted shares on Nvidia and AMD hardware, with the same miner also benchmarked on a CPU and Apple Silicon, plus an on-chain payout earned by running the standard mining software unmodified. If random numbers collect rewards as readily as genuine AI work, the argument runs, then the network cannot tell the two apart, and miners have every incentive to skip the AI part entirely.

Basu also analyzed 8,012 workers in a single pool, representing about 21% of Pearl's hashrate, and found that all of them ran hardware capable of AI inference. Yet, the dominant mining binary contained no identifiable code for any machine-learning framework. That binary analysis relies on string inspection, which the paper notes can be defeated by stripped or obfuscated code, so the finding is offered as strong evidence rather than outright proof. Runtime profiling pointed the same way, with the miners showing heavy compute use and light memory-bandwidth use, a signature consistent with pure matrix math and inconsistent with the memory-hungry behavior of transformer inference.

For GPU buyers, the resource angle is the part that stings. The study attributes a roughly 38% jump in budget GPU rental prices on the marketplace vast.ai to Pearl mining, with utilization climbing from 57% to 94% after the mining software went public in May. Using a difference-in-differences comparison against pricier datacenter cards, Basu estimates around $600,000 per year in additional rental costs borne by independent researchers who compete for the same cheap hardware. However, he cautions that the figure depends on assumptions about how stable prices were beforehand. At PRL's recent price near $0.76, the paper calculates that mining is marginally profitable on budget cards such as the RTX 3060 Ti and roughly breakeven on an RTX 3090.

The work also chips away at the assumption that Pearl mining is an Nvidia-only affair. Basu reports the first Pearl shares ever mined on non-Nvidia hardware, driving an AMD Instinct MI300X at 10.6 million tiles per second, faster than the closed-source Nvidia miner managed on an RTX 3090, and benchmarking the same workload on a server CPU and on an Apple M2 through Metal compute shaders. Because the computation is commodity integer arithmetic, the paper argues there is no vendor lock-in and no technical reason for the work to remain on any one company's silicon.

Get Tom's Hardware's best news and in-depth reviews, straight to your inbox.

Pearl may have a ready response, but the study takes it on directly. Together AI, which announced an exclusive partnership in May, framed the deal as letting "every GPU cycle powering AI training and inference" also mint the PRL token, and it now offers a discounted Gemma-4-31B-it-pearl inference endpoint subsidized by mining proceeds. Basu counters that this is financial arbitrage rather than useful mining, because Together AI's own GPUs perform that inference separately from the mining network, with PRL revenue used to trim the endpoint's price. The 8,012 mining workers he measured, he says, produced none of that inference themselves.

The study’s conclusion is not that Proof-of-Useful-Work is impossible, but that Pearl’s current design leaves a major enforcement gap. The protocol enables useful work in theory, but it does not require it in practice. That leaves Pearl in an uncomfortable middle ground — it performs real computation, but according to the paper, the network currently has no way to prove that the computation is useful AI work rather than cryptomining with AI-shaped math.

Google Preferred Source

Follow Tom's Hardware on Google News, or add us as a preferred source, to get our latest news, analysis, & reviews in your feeds.

Etiido Uko is a news contributor for Tom's Hardware covering the latest updates in big tech and the PC industry. He is a mechanical engineer and senior technical writer with over nine years of experience in documentation and reporting. He is deeply passionate about all things engineering and technology, and is an expert in gadgets, manufacturing, robotics, automotive, and aerospace.