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

推荐订阅源

U
Unit 42
小众软件
小众软件
Y
Y Combinator Blog
S
SegmentFault 最新的问题
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享
人人都是产品经理
人人都是产品经理
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
L
LangChain Blog
Martin Fowler
Martin Fowler
美团技术团队
B
Blog RSS Feed
GbyAI
GbyAI
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
大猫的无限游戏
大猫的无限游戏
博客园 - 司徒正美
T
Tailwind CSS Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
The Blog of Author Tim Ferriss
Microsoft Azure Blog
Microsoft Azure Blog
腾讯CDC
Hugging Face - Blog
Hugging Face - Blog
D
Docker
G
Google Developers Blog

Latest from Tom's Hardware in News

Analytics group signals possible delays at 40% of AI data center construction sites — companies deny schedule holdups, but satellite imagery indicates otherwise 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 Microsoft's April patch puts Windows domain controllers into reboot loops — third known issue from KB5082063… AMD Ryzen 9 9950X3D2 appears on Amazon with $1,000 pre-order price — AMD confirms recommended pricing is still set… AMD's market cap hits all-time high, Intel hits 25-year high on Agentic AI's insatiable demand for CPUs Meta raising Quest headset prices due to AI-driven RAM shortage — Quest 3 to cost $600, Quest 3S $350 from April… Elegoo announces the Jupiter 2 resin 3D printer for $949, early bird price of $849 — new model offers massive print volume but is still physically smaller than previous models Pragmata PC performance tested: 18 GPUs take us to the Moon Chinese fabs import record volumes of US chipmaking equipment via Singapore and Malaysia — homegrown tool makers booked record 2025 revenues as price competition squeezes margins US appeals court restarts $3 billion patent infringement lawsuit against Intel — VLSI case from 2017 returns after… Two US citizens get combined 16 years in prison for running North Korean laptop farms — fake remote IT work scheme netted DPRK $5 million in around three years Intel launches Wildcat Lake as Core Series 3 for value laptops and edge systems — six consumer SKUs built on 18A promise Legendary Qualcomm, Apple, and Nuvia alumni form new CPU startup — Nuvacore promises to Bambu updates its 3D printers to print unique hues or gradients using two or three filaments — company acknowledges OrcaSlicer-FullSpectrum fork as the basis for the color prediction part of the new feature Broadcom to supply Meta with custom silicon through 2029 — Broadom CEO Hock Tan departs Meta Anonymous perps behind 86 million files scraped from Spotify hit with $322 million court judgement — Anna Non-functioning counterfeit Samsung 990 Pro SSDs are circulating in Europe — Despite convincing packaging, blue… Oklahoma farmer arrested and jailed for trespassing during AI data center town hall — removed by officers after going a few seconds over allotted speaking time, trying to hand paperwork to counselors Virginia voter support for new data centers collapses from 69% in 2023 to 35% in new poll — Multi-gigawatt, 37-building Digital Gateway project abandoned Struggling shoemaker and apparel brand Albird pivots to AI data centers, stock jumps 580% in a single day — sells core business and leveraging $50 million in financing to become a GPU-as-a-Service and AI cloud solutions provider IPv6 usage reaches historic 50% across Google services, matching IPv4 — increased usage eases pressure on the IPv4 address market as 'new' protocol designed in 1998 finally hits its stride Engineer open-sources DIY radar system that's 95% cheaper than $250,000 commercial offerings, has 20 kilometer range — Moroccan engineer designs Aeris-10 radar, shares it on GitHub Elon Musk demonstrates first sample of Tesla AI5 processor, accidentally thanks TSC rather than TSMC  — claims 40X performance boost over the predecessor Valve might be adding a 30-day price tracker to Steam — feature is already available in some EU countries to spoof… Memory cards and flash drives prices rocket 124%, some products peak at 261% jump — increases from 2025 driven by AI chip shortage across a range of formats and capacities Netgear secures conditional approval from the FCC following router ban — company can continue importing foreign-made routers through October 2027 China tests deep-sea electro-hydrostatic actuator that can cut undersea cables at a depth of 3,500 meters — state hails successful trial and hints at deployment readiness Iran reportedly bought an in-orbit Chinese satellite to target US military sites in the Middle East — purchase agreement included ongoing ground control services based in China Our lifestyle tech colleagues at Tom's Guide have overhauled their site for smarter shopping — more video and access to experts make it 'the biggest relaunch in our history'
AI cryptomining network's 320,000 RTX 3090-class GPUs all...
Etiido Uko · 2026-06-14 · via Latest from Tom's Hardware in News
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.