@tonlines · Post #6929 · 24.04.2025 г., 14:51
⚡️TON — LIVE: New CEO Appointment at MoonPay #TON#MoonPay TON — LIVE announces the appointment of Maximilian Crown, co-founder of MoonPay, as the new CEO of TON Foundation. Source: link @tonlines
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
Пребарај: #moonpay
@tonlines · Post #6929 · 24.04.2025 г., 14:51
⚡️TON — LIVE: New CEO Appointment at MoonPay #TON#MoonPay TON — LIVE announces the appointment of Maximilian Crown, co-founder of MoonPay, as the new CEO of TON Foundation. Source: link @tonlines
@tonlines · Post #6887 · 21.04.2025 г., 17:58
⚡️The Daily TON: Key Developments and Updates #TON#MoonPay#NFT The Daily TON reports that Toncoin is now accessible in the US via MoonPay. Key highlights include advancements in TON programming languages, a partnership announcement with Ethena, and an analysis of scammers in Telegram chats. Additionally, exciting activities such as a new NFT collection and the Tact Smart Battle contest are underway. Insights are also shared about potential attendees of the TOKEN2049 conference. Source: link @tonlines
@tonlines · Post #7653 · 30.11.2025 г., 17:45
TON — LIVE: MyTonWallet Update Expands Features #MyTonWallet#MoonPay TON — LIVE informs about the latest update from MyTonWallet, allowing users to withdraw cryptocurrency to bank cards via MoonPay and link a Telegram domain to their wallet. Source: link @tonlines
Hashtags
@tonevents_en · Post #1425 · 18.04.2025 г., 08:52
📰TON is now on MoonPay! Toncoin is now available for purchase via MoonPay in all U.S. states except New York. Users can fund their accounts and buy #TON using various payment methods, including PayPal, Venmo, and bank transfers. 🚀 A giveaway is also live on X (Twitter) — $2000 in TON will be sent to a random MoonPay user who likes this post. #USA#TON#MoonPay
@abmedia_news · Post #24521 · 11.05.2026 г., 15:45
【⚙️ 產品技術|MoonPay 收 Dawn Labs 推 AI 交易工具、整合 Polymarket】 加密支付公司 MoonPay 收購 AI 自主交易研究實驗室 Dawn Labs、推出 Dawn CLI 讓用戶用自然語言寫交易策略。首發整合 Polymarket、瞄準預測市場場景。 #MoonPay#Polymarket#AIAgent 📍閱讀全文: https://abmedia.io/moonpay-acquires-dawn-labs-dawn-cli-ai-trading-polymarket-may-2026
Hashtags
@abmedia_news · Post #24287 · 01.05.2026 г., 16:10
【🤖 AI|MoonPay 為 AI agent 推 Mastercard 穩定幣卡】 MoonPay 5/1 推 MoonAgents Card:虛擬 Mastercard debit 卡讓 AI agent 直接從鏈上錢包用穩定幣消費於全球 Mastercard 商家。透過 MoonPay CLI + MoonPay Agents 可程式化操作。英國、拉丁美洲先上線,美歐後續推出。創辦人 Soto-Wright:「AI agent 過去能在鏈上做所有事,唯一不能在商家消費,現在可以了。」 #MoonPay#AIagent#Mastercard 📍閱讀全文: https://abmedia.io/moonpay-moonagents-card-ai-agent-stablecoin-mastercard-may-2026
Hashtags
@tonevents_en · Post #1462 · 26.04.2025 г., 19:11
💰New Stablecoins in the TON & Telegram Ecosystem Last year was marked by the successful launch of TON-USDT, which became the most successful in Tether's history, with over 100 integrations, including payment of government fees in the Philippines. At the #TonGateway conference in November, they talked about new stablecoins that are preparing to launch: 🕗USDe from Ethena $USDe launch on TON announced, confirmed by verified contract. #Ethena is the largest DeFi protocol on #Ethereum with TVL of ~$5 billion, ready to increase liquidity and development #DeFi on TON. 🪙UAE Dirham from Tether (AED₮) Tether has announced the launch of a stablecoin pegged to #UAE dirham on TON. This will be the first digital dirham backed by liquid reserves in the UAE and backed by the Central Bank of the UAE. 🪙CRVUSD by Curve Curve Finance, with a TVL of ~$2.5 billion, is considering launching its $crvUSD stablecoin on $TON. The project has been consulting with other projects on implementing its technology, and while nothing has been confirmed, rumors continue. 💲USDC by Circle After adding TON to #MoonPay, introducing mandatory KYC for some key products in the #Telegram ecosystem, the arrival of $USDC will most likely not be long in coming. 🪙tgUSD by Torch Finance Torch Finance, backed by Ton Foundation and TVM Ventures, announced tgUSD, with the ability to pay via Torch Pay. This is a young project, but with serious support and prospects. The launch of more than five stablecoins will give TON a foundation for multi-currency DeFi, increase liquidity, and expand opportunities for ecosystem users.
@CryptoM · Post #64679 · 09.04.2026 г., 13:55
🚀 MoonPay Collaborates to Introduce Stablecoin Payments in Retail MoonPay has announced a partnership with WalletConnect and Ingenic to integrate stablecoin payments into physical retail environments. According to Foresight News, MoonPay's Virtual Accounts, supported by Iron, will facilitate fiat settlement for stablecoin transactions at checkout. #MoonPay#WalletConnect#Ingenic#StablecoinPayments#Retail#FiatSettlement#VirtualAccounts#Iron
@venturevillagewall · Post #3866 · 13.01.2025 г., 16:00
MoonPay Acquires Helio for $175M MoonPay has acquired the Web3 e-commerce platform Helio for $175 million, marking its largest acquisition to date. The deal enhances MoonPay's capabilities for enabling crypto transactions on platforms like Shopify and Discord. This acquisition comes amid a significant surge in MicroStrategy's BTC holdings, where they recently purchased 2,530 BTC for $243 million. Bitcoin's exchange reserves are at a 7-year low, as hedge funds capitalize on current market conditions. #MoonPay#Helio#Ecommerce#Bitcoin#Crypto#MicroStrategy#USDC#BTC#Blockchain#Shopify#Discord#Payments#Investment#Acquisition#HedgeFunds#MarketTrends#CryptoNews#Finance#Tech#VC
@CryptoM · Post #65030 · 10.04.2026 г., 14:47
🚀 MoonPay, WalletConnect, and Ingenico Enable Stablecoin Payments at Retail Checkouts MoonPay, WalletConnect, and Ingenico have collaborated to facilitate stablecoin payments at physical retail checkouts. According to NS3.AI, this partnership utilizes MoonPay Virtual Accounts for fiat settlement, integrating wallet connectivity with point-of-sale terminals. This allows merchants to accept stablecoin payments and receive immediate fiat conversion. #MoonPay#WalletConnect#Ingenico#Stablecoin#Payments#Retail#Checkout#FiatConversion#NS3AI#VirtualAccounts#WalletConnectivity
@venturevillagewall · Post #4267 · 28.02.2025 г., 10:00
Uniswap Expands Crypto-to-Fiat Options Uniswap collaborates with Robinhood, MoonPay, and Transak to enable seamless crypto-to-fiat transactions. Users across 180+ countries can convert crypto and deposit funds directly into bank accounts via the mobile wallet. This feature will soon be available on the browser extension and web version. For more details, visit Leviathan News. #Uniswap#Crypto#Robinhood#MoonPay#Transak#Banking#Fiat#DEX#Blockchain#Finance#Tech#Global#Innovation#Payments#Wallet#Transactions#Defi#Onboarding#CryptoAdoption#VC