Курс биткоина на неделе с 7 по 13 июля. Прогноз аналитиков :: РБК.Крипто

cryptonews.ru2023-04-06 tarihinde yayınlandı2025-07-06 tarihinde güncellendi

Эксперты проанализировали ситуацию на рынке и рассказали, как она может измениться на предстоящей неделе

«РБК-Крипто» не дает инвестиционных советов, материал опубликован исключительно в ознакомительных целях. Криптовалюта — это волатильный актив, который может привести к финансовым убыткам.

В воскресенье, 6 июля, биткоин (BTC) торгуется у отметки $109 тыс., примерно на 1% выше конца прошлой недели. Специалисты проанализировали ситуацию на рынке и оценили перспективы движения курса биткоина на ближайшие семь дней.

BTC/USD

108 880 +670 (0,62%)
ОКХ Jul 06 18:47:47
rbc.group

«Устойчивость крипторынка к внешним колебаниям»

Генеральный директор GIS Mining Василий Гиря

С 30 июня по 5 июля биткоин прибавил в цене около 1%. Рост сформировался в виде стабильного притока денег в спотовые ETF и сохраняющегося снижения баланса биткоинов на биржах. Все это — сигналы устойчивого спроса со стороны долгосрочных инвесторов. Интерес к флагманскому активу такой же высокий, как и ранее, на фоне ставок на продолжение мягкой монетарной политики ФРС и нестабильности глобальных валют.

Ethereum показал более заметную динамику, прибавив около 4% за неделю. Поддержку курсу обеспечили рост объемов в сегменте DeFi, а также позитивные ожидания по дальнейшему развитию ETH 2.0. «Эфир» сохраняет статус одного из ключевых активов для институциональных инвесторов, которые работают в сфере Web3 и смарт-контрактов.

В числе лидеров роста — ряд альткоинов с сильным фундаментом (SUI, HYPE, TRX, HBAR) и PEPE как один из крупнейших мемкоинов. Гипотетически, рост курса крупных альткоинов указывает на смещение интереса инвесторов в сторону проектов с устойчивым спросом и техническим развитием.

Ожидания глобального снижения ставок Федрезервом США становятся хорошей основной для уверенного роста в криптовалюте. Белый дом сильно давит на председателя ФРС Пауэлла, то угрожая ему быстрой заменой, то просто отвергая любые аргументы в пользу наблюдений. Последняя июньская статистика по рынку занятости в Штатах оказалась сильной, и в стандартном подходе ФРС использовала бы ее как повод ничего не делать и наблюдать.

Но времена изменились. Президент США Дональд Трамп требует решений, и без разницы, сколько они в конечном счете будут стоить. В этом свете шансов на снижение процентной ставки ФРС больше, чем на нейтральное положение. Вот это инвесторы в криптовалюте и будут держать в поле зрения.

Неделя показала устойчивость крипторынка к внешним колебаниям и подтверждила интерес со стороны крупных игроков, включая институциональные фонды, инвестбанки и инфраструктурные компании.

По оценкам GIS Mining, в том случае, если цене BTC удастся закрепиться над $110 000, следующей целью станет $113 000. Оснований для прыжка вверх более чем достаточно.

«Состояние скорее позитивное»

Управляющий партнер VG Group Вагиз Нуруллов

Биткоин продолжает торговаться в диапазоне $100-110 тыс. и не показывает активных движений ни в одну из сторон. Это очень характерно этому равновесию и низкой летней деловой активностью. Мы видели, как повлиял риск развития эскалаций на ближнем востоке, конфликт Маска с Трампом и оживление загадочных кошельков биткоинов, которые перевели десятки тысяч монет.

Мы считаем, что состояние в котором сейчас находится биткоин, скорее позитивное, если учесть тот факт, что ФРС еще не приступил к циклу снижения ставок, а вероятность понижения цены упала после такого сильного отчета по рынку труда в США 3 июля.

В свою очередь, мы наблюдаем большой институциональный спрос на первую криптовалюту и большой интерес со стороны компаний, которые начинают покупать биткоины на свой баланс. Подводя итоги вышесказанному, мы точно можем видеть силу актива, учитывая всю конъюнктуру и сезонность лета.

Такое состояние говорит о силе рынка и о потенциальном дальнейшем движении вверх. Мы не ожидаем что цена биткоина пойдет ниже $96 тыс. в июле, и считаем, что верхняя граница будет ограничена стоимостью $116 тыс.

В рамках самого ближайшего времени мы не видим большого потенциала движения выше $112 тыс за 1 BTC.

İlgili Okumalar

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.

marsbit2 saat önce

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

marsbit2 saat önce

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 saat önce

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

marsbit4 saat önce

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 saat önce

This is How God Karpathy Uses Claude?

marsbit4 saat önce

İşlemler

Spot
活动图片