以太坊:9月份以太坊有“80%的机会”突破300万美元吗?

币界网Published on 2024-08-18Last updated on 2024-08-19

币界网报道:
    据分析师称,9月份ETH将反弹至300万美元以上。美国投资者对ETH的需求是积极的。

以太坊(ETH)可能会扭转最近的损失,并在下个月攀升至300万美元以上。这是市场分析师Michael van de Poppe对9月份ETH价格的预测。

Poppe指出,ETH上一次出现三个多月的亏损是在2018年熊市之前。

鉴于市场周期被认为处于牛市,Poppe认为9月份ETH飙升至3K美元的可能性高于80%。

“我认为9月份ETH超过3000美元的可能性大于80%。”

ETH会逆转最近的损失吗?

在周线图上,ETH最近的下跌在2500美元附近的周支撑区有所缓解。从历史上看,ETH大约需要三周的时间才能攀升到3500美元。2022年初和2024年初也出现了同样的情况。

与此同时,随机RSI(相对强弱指数)处于超卖区域,表明价格有可能逆转。

然而,ETH必须突破3000美元的障碍和区间低点,才能看到额外的复苏收益。此外,最大的山寨币需求一直处于下降趋势,如每周RSI下降所示。

如果波普的预测要实现,需求的下降趋势就必须被打破。

ETH需求保持积极

在需求方面,美国投资者对山寨币的兴趣有所增加,正如积极的Coinbase溢价指数所表明的那样。

上周,随着贝莱德的ETHA盯上10亿美元大关,最近的美国现货ETH ETF出现了一些正流入。

从历史上看,美国投资者的积极需求与ETH的复苏或反弹相吻合。因此,持续的积极Coinbase Premium可能会看到ETH进一步反弹。

与此同时,期货市场的投机者看好最大的山寨币,正如积极的Taker Buyer Sell Ratio所示,该比率跟踪买入量与卖出量,以衡量交易者的情绪。

积极的读数意味着在发稿时看涨情绪占主导地位。


阅读以太坊的[ETH]价格预测2024-2025


如果上述积极的链上读数在未来几天持续下去,ETH反弹至3000美元及以上可能成为现实。

然而,ETH的天然气费用一直创下历史新低,这表明网络活动下滑,至少在短期内可能会削弱强劲的复苏前景。

Trending Cryptos

Related Reads

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.

marsbit29m ago

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

marsbit29m ago

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.

marsbit1h ago

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

marsbit1h ago

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.

marsbit1h ago

This is How God Karpathy Uses Claude?

marsbit1h ago

Trading

Spot

Hot Articles

Discussions

Welcome to the HTX Community. Here, you can stay informed about the latest platform developments and gain access to professional market insights. Users' opinions on the price of ETH (ETH) are presented below.

活动图片