澳大利亚监管机构关闭了数千个骗局加密货币网站

币界网Опубліковано о 2024-08-19Востаннє оновлено о 2024-08-19

币界网报道:

澳大利亚证券和投资委员会(ASIC)在一年内关闭了7300个骗局投资网站,包括加密货币背书。这些骗局经常在社交媒体渠道上爆发,ASIC自2023年以来一直将其作为目标。

Chainalysis最近的一份报告称,随着合法活动的增长,今年的非法活动下降了近20%。与此同时,澳大利亚国家反诈骗中心报告称,该地区的经济损失有所减少,但诈骗案件数量有所增加。

2023年,澳大利亚人因诈骗损失了27.7亿美元

澳大利亚证券和投资委员会(ASIC)于2023年7月启动了一项打击投资诈骗的计划。据《卫报》报道,该计划在第一年就消除了7300个诈骗网站。这些骗局网站包括5500多个交易网站、约1000次网络钓鱼尝试和615个虚假加密货币平台。

据报道,ASIC与互联网服务公司Netcraft合作,平均每天取缔约20个诈骗网站。国家反诈骗中心称,2023年,澳大利亚人在这些骗局中损失了27.7亿美元。值得注意的是,最近的统计数据显示,财务损失减少了13%,但报告的骗局数量增加了18.5%。监管机构承认,打击诈骗是一场打地鼠游戏。

该报告发布之际,Chainalysis指出全球非法链上活动有所减少。

随着合法活动的增加,全球骗局减少

Chainalysis发现,区块链非法活动在2024年上半年下降了20%。然而,据报道被盗的加密货币金额翻了一番,从8.57亿美元增加到15.8亿美元。与勒索软件相关的付款也略有增加。报告显示,支付赎金的受害者人数有所下降。

有多少钱花在了加密货币骗局上|图片:Chainalysis

与此同时,根据联邦调查局的《互联网犯罪报告》,“杀猪骗局”在美国愈演愈烈,联邦调查局指出,2023年的投资损失增加了38%。该报告显示,在45.7亿美元被盗中,39.6亿美元是通过虚假加密投资获得的。

英国国家犯罪局(NCA)在其8月份的报告中还透露,犯罪分子正在使用加密货币“洗钱”非法资金,而不仅仅是使用现金。

Пов'язані матеріали

Just now, DeepSeek V4 updates with DSpark, improving inference speed by 80%

DeepSeek has updated its DeepSeek V4 model with the DSpark speculative decoding framework, achieving a significant 60-85% speedup in generation for Flash models and 57-78% for Pro models while maintaining the same overall throughput. This engineering-focused update, rather than a core architectural change, introduces DSpark to address latency and throughput bottlenecks in high-concurrency production environments. DSpark combines high-throughput parallel generation with adaptive load-aware verification. Its key innovations include a semi-autoregressive generation architecture to model dependencies within token blocks and a hardware-aware confidence-scheduled verification system. This system uses a confidence head to predict token acceptance probabilities, allowing it to dynamically optimize verification length per request and allocate compute only to tokens with the highest expected payoff. The asynchronous scheduler is designed for real-world deployment, ensuring zero-overhead scheduling and continuous CUDA graph replay while preserving the target model's output distribution. In tests across mathematical reasoning, code generation, and daily dialogue, DSpark outperformed state-of-the-art models like Eagle3 and DFlash, increasing average acceptance length by 26.7%-30.9% and 16.3%-18.4% respectively on Qwen3 target models. DeepSeek also open-sourced DeepSpec, a full-stack codebase for training and evaluating speculative decoding draft models, providing a standardized toolkit that includes data preparation tools, model implementations, training code, and evaluation scripts.

marsbit3 год тому

Just now, DeepSeek V4 updates with DSpark, improving inference speed by 80%

marsbit3 год тому

BIT Research: The 2028 Halving Is Not the End, the Real Shake-Up of the Bitcoin Mining Industry Is Just Beginning

The Bitcoin mining industry is undergoing its most complex structural adjustment since inception. Despite Bitcoin's price holding near $61,000 and the network hash rate approaching a record 1 ZH/s, miner profitability is deteriorating. The industry is operating close to its breakeven point, with the 2028 halving expected to accelerate consolidation. The challenges extend beyond the halving's subsidy reduction; the industry's revenue model has yet to successfully transition towards a fee-driven structure. Increasingly, mining companies are evolving from simple Bitcoin producers into infrastructure and energy operators, including providers of AI/HPC computing power. Competition is shifting from pure hash rate expansion to business model upgrades. Economic pressure is evident. The theoretical daily mining revenue at current prices is around $78 million, yet the actual figure is only about $33 million—a 136% gap. Transaction fees remain low at roughly $220k daily, far below historical implied levels. With a current estimated industry-wide breakeven price near $65,000, mining alone is struggling to generate ideal profits. The 2028 halving is projected to push the fundamental production cost floor to approximately $93,289. This will likely accelerate a shift towards consolidation among larger, well-capitalized miners with diversified revenue streams. Competitive advantage will belong to institutionalized players with access to low-cost energy, AI/HPC hosting operations, and stronger balance sheets. In essence, Bitcoin mining is transitioning from a "mining business" to an "infrastructure business." Future profitability and resilience will depend less on block rewards and more on diversified income sources like energy management and computational infrastructure services. For investors, the key question is not the halving itself, but which miners can successfully navigate this business model transformation.

marsbit4 год тому

BIT Research: The 2028 Halving Is Not the End, the Real Shake-Up of the Bitcoin Mining Industry Is Just Beginning

marsbit4 год тому

This is How God Karpathy Uses Claude?

Andrej Karpathy, a prominent figure in AI, has reportedly joined Anthropic, leading to a noticeable decrease in his open-source contributions and social media activity. A document claiming to be his personal "CLAUDE.md" file—a set of instructions for the Claude AI to follow within a specific codebase—has been circulating online. While its authenticity is unverified, the content aligns closely with Karpathy's publicly shared principles on effective AI-assisted programming. The document outlines key rules for AI coding assistants, emphasizing the importance of reading existing code thoroughly before writing new code to maintain consistency. It advises against over-engineering, advocating for simple, surgical modifications that match the project's existing style. Other guidelines include clarifying assumptions upfront, writing meaningful tests, thoughtful debugging, and carefully considering dependencies. The core message is that these principles help prevent common AI coding failures, such as introducing unnecessary abstractions, style drift, or making invisible architectural decisions. The community has noted that even experts like Karpathy require detailed instructions to guide AI effectively, akin to managing a junior developer. A related GitHub repository, "andrej-karpathy-skills," which encapsulates these ideas, is reported to significantly reduce Claude's code error rate. Ultimately, the advice stresses that the best CLAUDE.md is tailored to one's own tech stack and coding practices.

marsbit4 год тому

This is How God Karpathy Uses Claude?

marsbit4 год тому

Торгівля

Спот
活动图片