home.social

#metamask — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #metamask, aggregated by home.social.

  1. Arboreteum is a token on the Arbitrum chain focused on creating arboretums; planting trees and preserving endangered tree species.

    Use the application on arboreteum.com to connect to Metamask and safely, securely mint ARM directly.

    arboreteum.com

    #Arboreteum #ARM #metamask #arbitrum #ethereum #eth #dex #crypto #cryptocurrency #uniswap

  2. Another successful MetaMask crypto wallet recovered. This one was on the Zen browser, so was a first for me.

    forum.hashpwn.net/post/10221

    #metamask #crypto #wallet #recovery #zen #browser #firefox #hashpwn

  3. Лучшие криптокошельки в 2025 году. Ledger, TrustWallet и другие. Обзор и личный опыт

    Начнём пожалуй с того, что хранить активы на биржах стало крайне небезопасно. И речь не о каких-то малоизвестных площадках, взять топовые биржи такие как Binance. Bybit, OKX, HTX и т.д.— везде одна проблема, если бирже что-то не понравиться, она может в любой момент заблокировать счёт.

    habr.com/ru/articles/978652/

    #криптовалюта #ledger #trustwallet #metamask #exodus #криптокошельки

  4. Ich hoffe mal, dass es hier nicht so viele Leute betrifft, aber die aktuellen Metamask-Phishingspams können es sogar durch einen empfindlich eingestellten Spamfilter schaffen:

    spam.tamagothi.de/?p=26499

    #Phishing #Spam #Metamask #Kryptogeld

  5. Ich hoffe mal, dass es hier nicht so viele Leute betrifft, aber die aktuellen Metamask-Phishingspams können es sogar durch einen empfindlich eingestellten Spamfilter schaffen:

    spam.tamagothi.de/?p=26499

    #Phishing #Spam #Metamask #Kryptogeld

  6. MetaMask Launches Ethereum Staking Service, There’s a Catch - MetaMask, developed by Consensys, has introduced a new pooled staging service for Ethereu... - coingape.com/metamask-launches #24/7cryptocurrencynews #ethereumstaking #ethereum(eth) #ethereumnews #metamask

  7. MetaMask Launches Ethereum Staking Service, There’s a Catch - MetaMask, developed by Consensys, has introduced a new pooled staging service for Ethereu... - coingape.com/metamask-launches #24/7cryptocurrencynews #ethereumstaking #ethereum(eth) #ethereumnews #metamask

  8. CW: #Meta is a #NoNews #advertising site ☑️

    @Africano @w7voa

    #election2024 #NoNewsMeta #LeadershipIssues around #Moderation at scale from the #OligarchControlled #FreeWebHosting #censorship

    Can't have #facts out there for the Gaslit Userbase to counter those Putin talking points from the RNC. Too many Roubles, #MetaMask & #MetaPay child abuse live payments flowing to the #CSAMCEO for the child porn hosting (# 1 #TheFacebook & # 2 #InstaCSAM )!

    🧾⚠️👇
    infosec.exchange/@infosec_jcp/

  9. CW: #Meta is a #NoNews #advertising site ☑️

    @Africano @w7voa

    #election2024 #NoNewsMeta #LeadershipIssues around #Moderation at scale from the #OligarchControlled #FreeWebHosting #censorship

    Can't have #facts out there for the Gaslit Userbase to counter those Putin talking points from the RNC. Too many Roubles, #MetaMask & #MetaPay child abuse live payments flowing to the #CSAMCEO for the child porn hosting (# 1 #TheFacebook & # 2 #InstaCSAM )!

    🧾⚠️👇
    infosec.exchange/@infosec_jcp/

  10. Des milliers de site WordPress vérolés par de fausses pubs de crypto.

    Des milliers de sites WordPress piratés affichent de faux NFT et des pop-up de réduction, incitant les visiteurs à connecter leurs portefeuilles à des draineurs de cryptomonnaies.

    #CMS #wordpress #NFT #cryptomonnaie #LiteSpeed #haw #Metamask #Coinbase #Ledger #TrustWallet

    lsdm.live/modules/news/article

  11. MetaMask ‘glitch’ caused opBNB recommended fees to be too high: Report - According to BNB Chain, MetaMask was averaging recommended fees f... - cointelegraph.com/news/metamas #superchain #bnbchain #metamask #optimism #opstack #opbnb

  12. MetaMask ‘glitch’ caused opBNB recommended fees to be too high: Report - According to BNB Chain, MetaMask was averaging recommended fees f... - cointelegraph.com/news/metamas #superchain #bnbchain #metamask #optimism #opstack #opbnb

  13. How to set up key-based identity in Mitra

    Mitra implements a mechanism for migrating your connections from one server to another, which works even if your current server is offline. At the moment, this mechanism is only supported by Mitra. People who use different software won't be able to connect automatically to your new account, so the more of your contacts use #Mitra, the less connections you lose during migration. It's not very difficult for other developers to implement it though, and it's documented in FEP-7628 and FEP-c390.

    For migration to work, two accounts must be linked to the same cryptographic key. To do that, you need to add a public key to your profile, then create a signature to prove the possession of the corresponding private key. You can think of this key as something that represents your primary identity and your fediverse accounts as temporary aliases. Mitra currently supports two signing tools: Minisign and Metamask.

    Minisign

    #Minisign is a command line tool. It might be difficult to use, but it is secure and doesn't violate your privacy.

    1. Install Minisign. The tool is available in most Linux distros. For example, on Debian you can simply run apt install minisign.
    2. Generate a key pair: minisign -G.
    3. Go to your profile page, click on three dots to open the profile menu and select "Link minisign key".
    4. Tell Minisign to export your public key:

    minisign -R -f -p minisign.pub
    

    Copy the text from minisign.pub file and paste it into the form. Press "Generate message" button.

    5. Run displayed commands to create a signature. The first one (starting with printf) creates a file that needs to be signed. The second one

    minisign -S -l -m message -x message.sig
    

    creates a signature. Copy the text from message.sig file and paste it into the form. Press "Submit".

    Now, back up your social graph. Go to "Settings" and scroll down to the "Export" section. Download both follows and followers lists.

    Metamask

    #Metamask is a browser extension and a cryptocurrency wallet. It leaks the hash of your public key to third parties, has non-free license and has other shortcomings.

    However, it is much easier to use than Minisign. If you have it installed, just go to your profile page, open dropdown menu and select "Link ethereum address". Follow the instructions and approve the signature request. Done!

    Migration

    If you need to migrate your connections, repeat the linking procedure with your new account. Then go to "Settings", find the "Experiments" section with "Import follows" and "Move followers" buttons, and upload your previously backed up lists. That's all.

    In the future more identity verification methods will be added. For example, a client may generate a private key for you, and let you back it up as a passphrase. This is less secure, because you have to trust the server admin to not steal your private key, but it is much easier than using Minisign. Arguably, the tradeoff is acceptable.

  14. How to set up key-based identity in Mitra

    Mitra implements a mechanism for migrating your connections from one server to another, which works even if your current server is offline. At the moment, this mechanism is only supported by Mitra. People who use different software won't be able to connect automatically to your new account, so the more of your contacts use #Mitra, the less connections you lose during migration. It's not very difficult for other developers to implement it though, and it's documented in FEP-7628 and FEP-c390.

    For migration to work, two accounts must be linked to the same cryptographic key. To do that, you need to add a public key to your profile, then create a signature to prove the possession of the corresponding private key. You can think of this key as something that represents your primary identity and your fediverse accounts as temporary aliases. Mitra currently supports two signing tools: Minisign and Metamask.

    Minisign

    #Minisign is a command line tool. It might be difficult to use, but it is secure and doesn't violate your privacy.

    1. Install Minisign. The tool is available in most Linux distros. For example, on Debian you can simply run apt install minisign.
    2. Generate a key pair: minisign -G.
    3. Go to your profile page, click on three dots to open the profile menu and select "Link minisign key".
    4. Tell Minisign to export your public key:

    minisign -R -f -p minisign.pub
    

    Copy the text from minisign.pub file and paste it into the form. Press "Generate message" button.

    5. Run displayed commands to create a signature. The first one (starting with printf) creates a file that needs to be signed. The second one

    minisign -S -l -m message -x message.sig
    

    creates a signature. Copy the text from message.sig file and paste it into the form. Press "Submit".

    Now, back up your social graph. Go to "Settings" and scroll down to the "Export" section. Download both follows and followers lists.

    Metamask

    #Metamask is a browser extension and a cryptocurrency wallet. It leaks the hash of your public key to third parties, has non-free license and has other shortcomings.

    However, it is much easier to use than Minisign. If you have it installed, just go to your profile page, open dropdown menu and select "Link ethereum address". Follow the instructions and approve the signature request. Done!

    Migration

    If you need to migrate your connections, repeat the linking procedure with your new account. Then go to "Settings", find the "Experiments" section with "Import follows" and "Move followers" buttons, and upload your previously backed up lists. That's all.

    In the future more identity verification methods will be added. For example, a client may generate a private key for you, and let you back it up as a passphrase. This is less secure, because you have to trust the server admin to not steal your private key, but it is much easier than using Minisign. Arguably, the tradeoff is acceptable.

  15. Report: Zimbabwean Crypto Trader Uses Recovery Phrase to Steal Digital Assets Worth $457K From Client - A Zimbabwean crypto trader has appeared in court to face theft and money launderin... - news.bitcoin.com/report-zimbab #digitalassets #cryptodealer #trustwallet #seedphrase #metamask #africa

  16. Report: Zimbabwean Crypto Trader Uses Recovery Phrase to Steal Digital Assets Worth $457K From Client - A Zimbabwean crypto trader has appeared in court to face theft and money launderin... - news.bitcoin.com/report-zimbab #digitalassets #cryptodealer #trustwallet #seedphrase #metamask #africa

  17. これらのSNSのなかには仮想通貨でおなじみの #MetaMask とか #Alby といったウォレットがないとアカウント作れないものもあります。仮想通貨はマネーロンダリング(というか脱税)の温床と言って規制しましょうという発想のままでは、そうじゃない分野で世界に取り残されそう。
    QT: fedibird.com/@valueclick/10991
    [参照]