@spherecryptoofficial1 · Post #318 · 16.07.2025 г., 10:48
JUST IN: According to reports from #Bitwise, A total of 125 public companies have now added Bitcoin to their holdings. @spherecryptoofficial1
Hashtags
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #210 · 3 фев.
Что делать если нужно поставить какую-то Python-библиотеку а root-прав нет? То есть в систему библиотеку никак и ничего не поставить. Есть как минимум два способа это решить правильно! 🔸 Сделать виртуальное окружение и ставить там что угодно. Это позволит создать полностью независимое исполняемое окружение для ваших приложений. Все библиотеки будут храниться в домашней директории юзера а значит доступ на запись имеется. Создать очень просто: python3 -m venv ~/venvs/myenvname Теперь активируем окружение # Linux source ~/venvs/myenvname/bin/activate # Windows %userprofile%\venvs\myenvname\Scripts\activate.bat Можно ставить любые библиотеки и запускать приложение. Это стандартный метод работы с любым проектом. Если еще не используете его, то пора начинать. Даже при наличии root доступа! 🔸 Бывает, что нет возможности запустить приложение из своего виртуального окружения. Например, его запускает какой-то сервис от вашего юзера и вставить активацию окружения вы не можете. В этом случае можно установить библиотеки для Python не глобально в систему, а только для юзера. Выполните этот код в консоли: python3 -m site Вы получите что-то такое: sys.path = [ '/home/user', '/usr/lib/python37.zip', '/usr/lib/python3.7', '/usr/lib/python3.7/lib-dynload', '/home/user/.local/lib/python3.7/site-packages', ... ] USER_BASE: '/home/user/.local' USER_SITE: '/home/user/.local/lib/python3.7/site-packages' ENABLE_USER_SITE: True Нас интересует параметр USER_SITE. Это путь к пользовательским библиотекам, которые доступны по умолчанию, если они есть. Именно сюда будут устанавливаться модули если добавить флаг --user при установке чего-либо через pip pip install --user requests Для этой команды не нужны root-права. После неё можно запускать системный интерпретатор без виртуальных окружений и установленная библиотека будет доступна для текущего юзера. Параметр USER_BASE показывает корневую директорию для хранения user-библиотек. Её можно изменить с помощью переменной окружения PYTHONUSERBASE export PYTHONUSERBASE=~/pylibs python3 -m site ... USER_BASE: '/home/user/pylibs' USER_SITE: '/home/user/pylibs/lib/python3.7/site-packages' Получается некоторое подобие виртуального окружения для бедных 😁 которое можно менять через эту переменную (не делайте так!Лучше venv!) 🔸 Дописывание пути в PYTHONPATH Этот способ не входит в список "двух правильных", но тоже рабочий. Здесь придётся сделать всё несколько сложней. Сначала ставим библиотеку в любое место указывая путь установки pip3 install -t ~/mylibs modulename Библиотека установится без привязки к какому-либо интерпретатору. То есть по умолчанию не будет видна. Теперь в нужный момент добавляем этот путь в sys.path или в PYTHONPATH. Не буду советовать так делать. Единственный раз когда этот способ мне пригодился и решил поставленную задачу, это при создании общей библиотеки для кластера компьютеров. Модули лежат в сети и подгружаются для всех из одного и того же места. То есть обновлять файлы требуется только один раз а не на всех хосты отдельно. Минусы такого подхода: ▫️Нужно всем хостам пробить нужный путь в .bashrc или ещё куда-то чтобы он сетапился на старте. ▫️Чем больше хостов тем больше нагрузка на сеть. Иногда такой способ не подходит именно по этой причине. Тогда Ansible вам в помощь. ▫️Не очень подходит если хосты с разными операционками. Некоторые библиотеки различаются для Linux и Windows (там, где есть бинарники) и приходится мудрить более сложные схемы. #tricks#basic
Пребарај: #bitwise
@spherecryptoofficial1 · Post #318 · 16.07.2025 г., 10:48
JUST IN: According to reports from #Bitwise, A total of 125 public companies have now added Bitcoin to their holdings. @spherecryptoofficial1
Hashtags
@spotonchain · Post #1029 · 26.11.2024 г., 05:54
🇺🇸 Spot ETF: 🔴$435.3M to $BTC and 🟢$2.9M to $ETH 🗓️ Nov 25, 2024 👉 BTC ETFs saw a heavy net outflow again after 5 days of strong inflows, as the BTC price plunged to a low of $92,800. 👉 Specifically, #Bitwise experienced its largest outflow since launch yesterday, at $280.7M. 👉 ETH ETFs, on the other hand, have maintained net inflows over the past 2 trading days, as the ETH price appears to be rising. Follow @spotonchain and check out the latest updates about #Bitcoin and #Ethereum#ETFs via https://platform.spotonchain.ai/en/signal-details/us-bitcoin-and-ethereum-etf-net-inflows-update-on-november-25-2024-229979
@PaxosGlobal · Post #9 · 05.04.2019 г., 14:56
Curious how Paxos thinks about regulation in #crypto and the future of #blockchain? Especially given the recent #Bitwise research? Take a read through Part 2 of our regulation series and learn how Paxos stands out from the rest https://medium.com/paxos/putting-facts-into-perspective-the-paxos-view-a1155f57f17b
Hashtags
@spotonchain · Post #993 · 10.10.2024 г., 12:20
🇺🇸 Spot ETF: 🔴$40.5M to $BTC and ⚪️$0(tentative) to $ETH 🗓️ Oct 9, 2024 👉 This does not include data from #Bitwise (ETHW), which has seen daily flows ranging from -$4.5M to $5.4M over the past 30 trading days. 👉 BTC ETFs have had negative net flows for 2 days, while ETH ETFs have been stagnant for 3 days. 👉#BlackRock (IBIT) remained the only one among 20 BTC and ETH ETFs with inflows yesterday, adding 637 $BTC ($39.7M). Follow @spotonchain and check out the latest updates about #Bitcoin and #Ethereum#ETFs via https://platform.spotonchain.ai/en/signal-details/us-bitcoin-and-ethereum-etf-net-inflows-update-on-october-9-2024-188958
@spotonchain · Post #1014 · 05.11.2024 г., 05:16
⚠️U.S. BTC ETFs faced a record $540.9M outflow just before the election—the second largest ever! Notably, #21Shares (ARKB) and #Bitwise (BITB) had their largest outflows since launch. Meanwhile, #BlackRock (IBIT) was the only ETF with an inflow of 569 $BTC ($38.6M). Last week (Oct 28–Nov 1), BTC ETFs saw a massive $2.22B net inflow over 4/5 days, while ETH ETFs had a $13M net inflow on 3/5 days. 👉 Details: https://x.com/spotonchain/status/1853663826723717611
Hashtags
@spotonchain · Post #1021 · 15.11.2024 г., 04:35
🇺🇸 Spot ETF: 🔴$399.6M to $BTC and 🔴$3.1M to $ETH 🗓️ Nov 14, 2024 👉 This is the 3rd-largest net outflow ever for the 11 US BTC ETFs. 👉 Both #21Shares (ARKB) and #Bitwise (BITB) recorded new largest outflows since launch, surpassing previous lows of $138.3M and $79.8M, respectively, on Nov 4. Follow @spotonchain and check out the latest updates about #Bitcoin and #Ethereum#ETFs via https://platform.spotonchain.ai/en/signal-details/us-bitcoin-and-ethereum-etf-net-inflows-update-on-november-14-2024-218273
@spotonchain · Post #924 · 24.07.2024 г., 04:10
🚨 US #ETF 23 JUL: -$78M to $BTC and +$107M to $ETH 🌟 BTC ETF UPDATE (final): -$78M • This is the first negative net flow in the past 13 trading days. • Only #BlackRock (IBIT) had an inflow today. 🌟 ETH ETF UPDATE (final): +$107M • Around 5.3% of the $ETH held by #Grayscale (ETHE) left the fund on just the first trading day. • #BlackRock (ETHA) and #Bitwise (ETHW) saw strong inflows of over $200M. Follow @spotonchain and check out the latest updates about #Bitcoin and #Ethereum ETFs via https://platform.spotonchain.ai/signal-details?id=149526
@ethereumglobalnews · Post #923 · 11.10.2025 г., 12:58
🤣📊以太全球新聞EthereumGlobalNews 📆 2025-10-11📈鏈上數據追蹤快訊📈 🤣【Bitwise:加密情緒指數觸發強烈反向買入訊號】 即時加密資產情緒指數(Cryptoasset Sentiment Index)剛剛釋出明確的反向買入訊號。 #Bitwise#CryptoSentiment#ContrarianSignal#市場情緒
@ethereumglobalnews · Post #889 · 10.10.2025 г., 06:58
🇺🇸📊 以太全球新聞 📆 2025-10-10 EthereumGlobalNews 📊 ETF 市場動態 🗽👀#SOL#ETF Bitwise 已修訂其 Solana ETF 申請,正式在基金名稱中加入「Staking」,並公開相關費用。該 ETF 將收取 0.20% 的管理費,前 三個月 以及首 10 億美元 資產管理規模內 免收費用。 #SOLStakingETF#Bitwise#ETF費用#市場動向觀察
@CryptoM · Post #65121 · 11.04.2026 г., 05:47
🚀 Solana Spot ETFs See Significant Inflows Amid Market Activity U.S. Solana spot ETFs experienced a notable increase in net inflows, totaling $11.453 million yesterday. According to NS3.AI, the Bitwise Solana Staking ETF was the sole fund contributing to these net inflows, highlighting its appeal among investors. #Solana#SpotETFs#Investing#Cryptocurrency#Bitwise#MarketActivity#ETFInflows
@mexc_signals_pumps_trading · Post #1114 · 26.05.2024 г., 08:01
🚨 Breaking News: On May 24th, U.S. Bitcoin spot ETFs saw a net inflow of approximately $252 million, marking 10 consecutive trading days of inflows. BlackRock IBIT received $182 million, Fidelity FBTC $44 million, Bitwise BITB $6.4 million, and Ark 21Shares Bitcoin $4 million! 📈💼💰 #Bitcoin#ETFs#BlackRock#Fidelity#Bitwise#ArkInvest#CryptoNews
@ethereumglobalnews · Post #910 · 11.10.2025 г., 07:58
🇪🇺🥳 以太全球新聞 📆 2025-10-11 EthereumGlobalNews📈鏈上數據追蹤 📢【歐洲主權基金正式配置 Bitwise 比特幣 ETF】 據消息指出,歐洲某主權財富基金已開放投資管道,正式納入 Bitwise 比特幣 ETF(#BTC#ETF) 作為其資產配置的一部分。 📈 機構資金的加入,有望為 BTC 價格帶來長期支撐,同時加強整體加密資產的主流化趨勢。 #BTC#ETF#Bitwise#主權基金#比特幣ETF#歐洲市場#機構資金進場