diff --git a/app/[locale]/community/support/page.tsx b/app/[locale]/community/support/page.tsx new file mode 100644 index 00000000000..cca6229b98b --- /dev/null +++ b/app/[locale]/community/support/page.tsx @@ -0,0 +1,414 @@ +import { BookOpen, HelpCircle, Shield, ShieldAlert } from "lucide-react" +import { setRequestLocale } from "next-intl/server" + +import type { PageParams } from "@/lib/types" + +import Breadcrumbs from "@/components/Breadcrumbs" +import FeedbackCard from "@/components/FeedbackCard" +import { SimpleHero } from "@/components/Hero" +import MainArticle from "@/components/MainArticle" +import { + Alert, + AlertContent, + AlertDescription, + AlertIcon, + AlertTitle, +} from "@/components/ui/alert" +import { ButtonLink } from "@/components/ui/buttons/Button" +import Link from "@/components/ui/Link" +import { Section } from "@/components/ui/section" +import WindowBox from "@/components/WindowBox" + +import { getMetadata } from "@/lib/utils/metadata" + +const EVENT_CATEGORY = "Support" + +export default async function Page({ params }: { params: PageParams }) { + const { locale } = params + + setRequestLocale(locale) + + return ( +
+ {/* Hero */} + } + title="Ethereum support" + subtitle={ +
+

+ Whether you need help with a transaction, want to stay safe, or + are just getting started, this page connects you to the right + resources. +

+

+ Ethereum is a decentralized network, not a company. ethereum.org + is an educational website. It is not a wallet, exchange, or + financial platform. We do not hold any funds and cannot access any + accounts. No one from ethereum.org will ever contact you first. + Anyone claiming otherwise is a scammer. +

+
+ } + /> + + + {/* Decentralization alert */} + + + + + + + Ethereum is not a company + + + There is no company, support team, or help desk behind Ethereum. + No one from ethereum.org will ever contact you. Transactions on + the blockchain are final and cannot be reversed by anyone. + + + + + {/* Section 1: Get help */} +
+

Get help

+
+ {/* Card 1: Something went wrong */} + Something went wrong} + svg={} + className="h-fit" + > +
+

+ If you lost funds, got scammed, or something unexpected + happened, start here. +

+ + I lost funds to a scam or fraud + + + Secure remaining funds and revoke permissions + + + Report a scam address or website + + + Trace where funds were sent + + + I sent to the wrong address + + + I lost access to my wallet + + + My transaction is stuck + +
+
+ + {/* Card 2: Protect yourself */} + Protect yourself} + svg={} + className="h-fit" + > +
+

+ Learn to recognize common scam tactics before they target you. +

+ + Common scam tactics and how to spot them + + + Why "recovery experts" are always scams + + + How to identify scam tokens + + + Full security and scam prevention guide + + + Revoke unnecessary token approvals + +
+
+
+
+ + {/* Section 2: Learn */} +
+

Learn

+
+ {/* Card 3: Using Ethereum */} + Using Ethereum} + svg={} + className="h-fit" + > +
+

+ Step-by-step guides for wallets, tokens, bridges, and more. +

+ + How to create an Ethereum account + + + How to use a wallet + + + How to swap tokens + + + How to bridge tokens to layer 2 + + + How to revoke token access + +
+
+ + {/* Card 4: Common misconceptions */} + Common misconceptions} + svg={} + className="h-fit" + > +
+

+ Clearing up the most frequent misunderstandings about + Ethereum. +

+ + Is Ethereum a company? + + + Can someone recover or freeze my funds? + + + Can I still mine Ethereum? + + + Is there an Ethereum support team? + +
+
+
+
+ + {/* Still need help? */} +
+
+

Still need help?

+

+ If you did not find what you were looking for, ask the community. + Volunteers in these channels may be able to point you in the right + direction. +

+ + ethereum.org Discord + +
+
+ + +
+
+ ) +} + +export async function generateMetadata({ + params, +}: { + params: { locale: string } +}) { + const { locale } = params + + return await getMetadata({ + locale, + slug: ["community", "support"], + title: "Ethereum support", + description: "Get support in the Ethereum ecosystem.", + }) +} diff --git a/public/content/community/support/faq/index.md b/public/content/community/support/faq/index.md new file mode 100644 index 00000000000..30f4100e12e --- /dev/null +++ b/public/content/community/support/faq/index.md @@ -0,0 +1,78 @@ +--- +title: Frequently asked questions +description: Common Ethereum questions about wallets, transactions, staking, and more. +lang: en +--- + +# Frequently asked questions {#faq} + +## I sent crypto to the wrong address {#wrong-wallet} + +A transaction sent on Ethereum is irreversible. Unfortunately, if you sent ETH or tokens to the wrong wallet, there is no way to reverse the transaction. + +**What you can do:** + +- **If you know the owner of the address**, contact them directly and ask them to return the funds +- **If the address belongs to an exchange or known service**, contact their support team, as they may be able to help +- **If you sent tokens to a contract address**, check whether the contract has a withdrawal or recovery function (this is rare) + +In most cases, there is no way to recover the funds. No central organization, entity, or person owns Ethereum, which means no one can reverse transactions. Always double-check the recipient address before confirming. + +## I lost access to my wallet {#lost-wallet-access} + +Your recovery options depend on the type of wallet you use. + +### If you have your seed phrase (recovery phrase) + +You can restore your wallet in any compatible wallet app using your seed phrase. This is why it is critical to keep your seed phrase stored safely offline. Check your wallet provider's documentation for restore instructions. + +### If you have lost your seed phrase + +Without your seed phrase or private keys, your funds cannot be recovered. No one, including ethereum.org, can reset your password or restore access to a self-custody wallet. + +### If your account is on an exchange + +If your account is on a centralized exchange like Coinbase, Binance, or Kraken, contact the exchange's support team directly. They control accounts on their platform and may be able to help with password resets or account recovery. + + + + + + +**Never share your seed phrase with anyone** claiming to help you recover your wallet. This is one of the most common scam tactics. No legitimate service will ever ask for your seed phrase. + + + + + + + How to use a wallet + + +## My transaction is stuck or pending {#stuck-transaction} + +Transactions on Ethereum can get stuck when the gas fee you set was lower than what the network currently requires. Most wallets let you fix this: + +- **Speed up:** Resubmit the same transaction with a higher gas fee +- **Cancel:** Send a 0 ETH transaction to your own address using the same nonce as the pending transaction + +### Helpful guides + +- [How to speed up or cancel a pending transaction on MetaMask](https://support.metamask.io/transactions-and-gas/transactions/how-to-speed-up-or-cancel-a-pending-transaction/) +- [How to cancel pending Ethereum transactions](https://info.etherscan.com/how-to-cancel-ethereum-pending-transactions/) + +## How can I claim my Ethereum giveaway? {#giveaway-scam} + +Ethereum giveaways are scams designed to steal your ETH. Do not be tempted by offers that seem too good to be true. If you send ETH to a giveaway address, you will not receive a giveaway, and you will not be able to recover your funds. + +[More on scam prevention](/security/#common-scams) + +## How do I stake ETH? {#how-to-stake} + +To become a validator, you must stake 32 ETH in the Ethereum deposit contract and set up a validator node. You can also participate with less ETH through staking pools. + +More information is available on our [staking pages](/staking/) and at [the staking launchpad](https://launchpad.ethereum.org/). + +## How do I mine Ethereum? {#mining-ethereum} + +Ethereum mining is no longer possible. Mining was switched off when Ethereum moved from [proof-of-work](/glossary/#pow) to [proof-of-stake](/glossary/#pos) during [The Merge](/roadmap/merge/) in September 2022. Now, instead of miners, Ethereum has validators. Anyone may [stake](/glossary/#staking) ETH and receive staking rewards for running validator software to secure the network. diff --git a/public/content/community/support/index.md b/public/content/community/support/index.md deleted file mode 100644 index 197a90e8ee2..00000000000 --- a/public/content/community/support/index.md +++ /dev/null @@ -1,104 +0,0 @@ ---- -title: Ethereum support -description: Get support in the Ethereum ecosystem. -lang: en ---- - -# Ethereum support {#support} - -## Official Ethereum support {#official-support} - -Are you looking for the official Ethereum support? The first thing you should know is that Ethereum is decentralized. This means no central organization, entity, or person owns Ethereum, and because of this, no official support channels exist. - -Understanding the decentralized nature of Ethereum is vital because **anyone claiming to be official support for Ethereum is probably trying to scam you!** The best protection against scammers is educating yourself and taking security seriously. - - - Ethereum security and scam prevention - - - - Learn Ethereum fundamentals - - -Despite the lack of official support, many groups, communities, and projects across the Ethereum ecosystem are happy to help, and you can find a lot of useful information and resources on this page. Still have questions? Join the [ethereum.org Discord](https://discord.gg/ethereum-org), and we'll try to help. - -## Frequently asked questions {#faq} - -### I've sent ETH to the wrong wallet {#wrong-wallet} - -A transaction sent on Ethereum is irreversible. Unfortunately, if you've sent ETH to the wrong wallet, there is no way to recover these funds. No one central organization, entity, or person owns Ethereum, which means no one can reverse transactions. Therefore, it is vital always to double-check your transactions before sending them. - -### How can I claim my Ethereum giveaway? {#giveaway-scam} - -Ethereum giveaways are scams designed to steal your ETH. Do not be tempted by offers that seem too good to be true — if you send ETH to a giveaway address, you will not receive a giveaway, and you will not be able to recover your funds. - -[More on scam prevention](/security/#common-scams) - -### My transaction is stuck {#stuck-transaction} - -Transactions on Ethereum can sometimes get stuck if you have submitted a lower transaction fee than is required due to network demand. Many wallets provide an option to resubmit the same transaction with a higher transaction fee to allow the transaction to be processed. Alternatively, you can cancel a pending transaction by sending a transaction to your own address and using the same nonce as the pending transaction. - -[How to speed up or cancel a pending transaction on MetaMask](https://metamask.zendesk.com/hc/en-us/articles/360015489251-How-to-speed-up-or-cancel-a-pending-transaction) - -[How to cancel pending Ethereum transactions](https://info.etherscan.com/how-to-cancel-ethereum-pending-transactions/) - -### How do I mine Ethereum? {#mining-ethereum} - -Ethereum mining is no longer possible. Mining was switched off when Ethereum moved from [proof-of-work](/glossary/#pow) to [proof-of-stake](/glossary/#pos). Now, instead of miners, Ethereum has validators. Anyone may [stake](/glossary/#staking) ETH and receive staking rewards for running validator software to secure the network. - -### How do I become a staker / run a validator? {#how-to-stake} - -To become a validator, you must stake 32 ETH in the Ethereum deposit contract and set up a validator node. More information is available on our [staking pages](/staking) and at [the staking launchpad](https://launchpad.ethereum.org/). - -## Building dapps {#building-support} - -Building can be hard. Here are some development focused spaces with experienced Ethereum developers that are happy to help. - -- [Alchemy University](https://university.alchemy.com/#starter_code) -- [CryptoDevs discord](https://discord.com/invite/5W5tVb3) -- [Ethereum StackExchange](https://ethereum.stackexchange.com/) -- [Web3 University](https://www.web3.university/) -- [LearnWeb3](https://discord.com/invite/learnweb3) - -You can also find documentation and development guides in our [Ethereum developer resources](/developers/) section. - -### Tooling {#dapp-tooling} - -Does your question relate to a particular tool, project, or library? Most projects have chat servers or forums dedicated to supporting you. - -Here are some popular examples: - -- [Solidity Matrix](https://app.element.io/#/room/#solidity:matrix.org) -- [ethers.js](https://discord.gg/6jyGVDK6Jx) -- [web3.js](https://discord.gg/GsABYQu4sC) -- [Hardhat](https://discord.gg/xtrMGhmbfZ) -- [Alchemy](http://alchemy.com/discord) -- [Tenderly](https://discord.gg/fBvDJYR) - -## Running a node {#node-support} - -If you're running a node or validator, here are some communities that are dedicated to helping you get started. - -- [EthStaker discord](https://discord.gg/ethstaker) -- [EthStaker reddit](https://www.reddit.com/r/ethstaker) - -Most of the teams building Ethereum clients also have dedicated, public-facing, spaces where you can get support and ask questions. - -### Execution clients {#execution-clients} - -- [Geth](https://discord.gg/FqDzupGyYf) -- [Nethermind](https://discord.gg/YJx3pm8z5C) -- [Besu](https://discord.gg/p8djYngzKN) -- [Erigon](https://github.com/ledgerwatch/erigon/issues) -- [Reth](https://github.com/paradigmxyz/reth/discussions) - -### Consensus clients {#consensus-clients} - -- [Prysm](https://discord.gg/prysmaticlabs) -- [Nimbus](https://discord.gg/nSmEH3qgFv) -- [Lighthouse](https://discord.gg/cyAszAh) -- [Teku](https://discord.gg/7hPv2T6) -- [Lodestar](https://discord.gg/aMxzVcr) -- [Grandine](https://discord.gg/H9XCdUSyZd) - -You can also [learn how to run a node here](/developers/docs/nodes-and-clients/run-a-node/). diff --git a/public/content/community/support/misconceptions/index.md b/public/content/community/support/misconceptions/index.md new file mode 100644 index 00000000000..083ccaa64de --- /dev/null +++ b/public/content/community/support/misconceptions/index.md @@ -0,0 +1,73 @@ +--- +title: Common misconceptions about Ethereum +description: Clearing up the most common misunderstandings about how Ethereum works. +lang: en +--- + +# Common misconceptions about Ethereum {#misconceptions} + +## Is Ethereum a company? {#not-a-company} + +Ethereum is open-source, decentralized technology maintained by thousands of contributors worldwide. There is no company called "Ethereum" that manages accounts, holds funds, or provides customer support. + +The [Ethereum Foundation](https://ethereum.foundation/) is a non-profit organization that supports Ethereum's development, but it does not own or control the network. No single entity does. + +**[ethereum.org](/)** is a community-run educational resource. It is not an exchange, wallet, or financial institution. It does not hold any user funds and cannot access any accounts. + + + What is Ethereum? + + +## Can someone recover or freeze my funds? {#no-fund-access} + +Unlike a bank, there is no central authority on Ethereum that can freeze, seize, or recover funds. The person holding the private keys (or seed phrase) has full and sole control over a wallet. + +This means: + +- **No one can recover funds** you sent to the wrong address +- **No one can reverse** a transaction after it is confirmed +- **No one can freeze** your wallet or block your transactions +- **No one can reset your password** if you lose your seed phrase + +This is why protecting your seed phrase is critical. It is the only way to access your wallet. If it is lost or stolen, there is no recovery option. + + + Ethereum security and scam prevention + + +## Can I still mine Ethereum? {#no-mining} + +Ethereum switched from [proof-of-work](/glossary/#pow) to [proof-of-stake](/glossary/#pos) during [The Merge](/roadmap/merge/) in September 2022. Mining is no longer possible on Ethereum. + +The network is now secured by validators who [stake](/glossary/#staking) ETH. Anyone can participate: + +- **Solo staking:** Run your own validator with 32 ETH—[learn more](/staking/solo/) +- **Staking as a service:** Delegate node operation while keeping your keys—[learn more](/staking/saas/) +- **Pooled staking:** Stake with less than 32 ETH by joining a pool—[learn more](/staking/pools/) + + + Learn more about staking + + +## Is there an Ethereum support team? {#no-support-team} + +Looking for "official Ethereum support" is similar to looking for "official internet support." This of course doesn't exist, but depending on your issue you may be able to seek out support from your internet service provider, your router hardware manufacturer, or one of the companies behind the device, app or website you're using. + +Ethereum is similar. There is no company, support team, or help desk behind Ethereum as a whole, but depending on the issue you may find help by reaching out to your _wallet provider_, _staking service_, _exchange_, _financial institution_ or the _team maintaining an app_ you're using. + +Since Ethereum is publicly transparent by default, you may also find [block explorers](/developers/docs/data-and-analytics/block-explorers/), [analytics tools](/developers/tools/analytics/), and other [online investigation resources](/community/support/scams/#analyze) useful in looking into a problem directly. + +That said, no one from Ethereum or ethereum.org will ever: + +- Contact you via direct message +- Ask for your seed phrase or private keys +- Ask you to send ETH to verify your wallet +- Offer to help you recover funds for a fee + +**Anyone doing any of the above is trying to scam you.** + +If you need help, the real communities that can assist are listed on the [support page](/community/support/). These are volunteer-run, open communities—not official support channels. + + + Ethereum security and scam prevention + diff --git a/public/content/community/support/scams/index.md b/public/content/community/support/scams/index.md new file mode 100644 index 00000000000..f77c1d62403 --- /dev/null +++ b/public/content/community/support/scams/index.md @@ -0,0 +1,160 @@ +--- +title: Scam help & reporting +description: What to do if you have been scammed, how to secure your remaining assets, and where to report fraud. +lang: en +--- + +# I was scammed or lost funds {#scam-help} + +Cryptocurrency scams target people of all experience levels, including professionals in finance and technology. You are not alone, and being here is the right first step. + + + + + + +**No one can reverse blockchain transactions.** If someone contacts you claiming they can recover your funds for a fee, that is almost certainly a second scam. See [recovery scams](#recovery-scams) below. + + + + + +## Secure your remaining assets {#secure-assets} + +If you interacted with a scammer or suspect your wallet is compromised, take these steps immediately: + +1. **Move remaining funds** to a new, secure wallet that the scammer does not have access to +2. **Revoke token approvals.** Scammers often trick you into approving unlimited token spending. Revoking these permissions prevents further draining of your wallet +3. **Change passwords** on any exchange accounts that may be linked +4. **Enable two-factor authentication (2FA)** on all crypto-related accounts + +### How to revoke token approvals {#revoke-approvals} + +When you interact with a dapp or smart contract, you may have granted it permission to spend your tokens. If a scammer tricked you into approving a malicious contract, they can continue draining your tokens even after the initial scam. + +Use these tools to check and revoke approvals: + +- [Revoke.cash](https://revoke.cash/): connect your wallet to see all active approvals and revoke them +- [Revokescout](https://revoke.blockscout.com/): check and revoke approvals via Blockscout +- [Etherscan Token Approval Checker](https://etherscan.io/tokenapprovalchecker): check and revoke approvals via Etherscan + + + Step-by-step guide: How to revoke token access + + +## Report scam addresses and websites {#report} + +Reporting helps warn other users and may assist law enforcement investigations. Document everything: transaction hashes, wallet addresses, screenshots, and any communication with the scammer. + +### Report a scam address {#report-address} + +- [Chainabuse](https://www.chainabuse.com/): community-driven scam and fraud reporting database. Submit reports and search for known scam addresses +- [Etherscan report](https://info.etherscan.com/report-address/): flag an address on the most-used Ethereum block explorer +- [CryptoScamDB](https://cryptoscamdb.org/): open-source database tracking cryptocurrency scams + +### Report a scam website or social media account {#report-website} + +- [PhishTank](https://phishtank.org/): submit and verify phishing URLs +- [Google Safe Browsing](https://safebrowsing.google.com/safebrowsing/report_phish/): report phishing sites to Google so they get blocked in Chrome and other browsers +- [Netcraft](https://report.netcraft.com/report/mistake): report malicious and fraudulent websites +- Report directly on the social media platform where the scam occurred (Twitter/X, Discord, Telegram all have reporting features) + +### Report to law enforcement {#report-law-enforcement} + +- **United States:** [FBI Internet Crime Complaint Center (IC3)](https://www.ic3.gov/) +- **United Kingdom:** [Action Fraud](https://www.actionfraud.police.uk/) +- **European Union:** [Europol](https://www.europol.europa.eu/report-a-crime) +- **Other countries:** file a report with your local police. Cryptocurrency fraud is a crime in most jurisdictions + +## Analyze what happened {#analyze} + +Understanding where your funds went can help with reports and may support recovery efforts if the funds land on a centralized exchange. + +- [Blockscout](https://eth.blockscout.com/): open-source block explorer to look up any transaction hash or wallet address to see where funds were sent +- [Etherscan](https://etherscan.io/): look up any transaction hash or wallet address to see where funds were sent +- [Chainabuse lookup](https://www.chainabuse.com/): check if an address has already been reported by other victims +- [MetaSleuth](https://metasleuth.io/) by BlockSec: visual transaction tracing tool that maps fund flows + +**If funds were sent to a centralized exchange** (like Coinbase, Binance, Kraken), contact their support team immediately with the transaction details. Exchanges can sometimes freeze accounts flagged for fraud. + +## The hard truth {#hard-truth} + +Because Ethereum is decentralized, no central authority can reverse transactions or recover stolen funds. Once a transaction is confirmed on the blockchain, it is final. + +Reporting is still valuable. Reports help law enforcement track organized fraud rings, and flagging addresses on Chainabuse and Etherscan warns future potential victims. + +## Types of scams to watch for {#scam-types} + + + +Scammers create fake giveaways promising to multiply your ETH or give you free tokens. They often impersonate well-known figures like Vitalik Buterin. If you send ETH to a "giveaway" address, you will not receive anything back. + +**Remember:** Vitalik and other prominent figures will never ask you to send them ETH. + +[More on common scams](/security/#common-scams) + + + + + +Scammers impersonate Ethereum team members, moderators, or support agents on Discord, Telegram, and social media. They may send you direct messages offering help or claiming there is a problem with your account. + +**Remember:** + +- There is no "Ethereum support team" +- Real moderators will never DM you first +- Never share your seed phrase or private keys with anyone, for any reason +- Never click links sent in unsolicited messages + + + + + +Recovery scams specifically target people who have already lost funds. Scammers monitor social media for people talking about being scammed, then reach out posing as "blockchain investigators" or "crypto recovery experts." + +They promise to trace and recover your stolen crypto for an upfront fee. After you pay, they disappear. + +**No legitimate service can reverse blockchain transactions.** Anyone promising this is lying. This is one of the most common follow-up scams. + + + + + +Phishing sites look identical to real wallet apps, exchanges, or DeFi platforms. They trick you into entering your seed phrase or connecting your wallet, then drain your funds. + +**Protect yourself:** + +- Always verify the URL before connecting your wallet +- Bookmark the official sites you use regularly +- Never enter your seed phrase on any website. Legitimate apps never ask for it +- Use [PhishTank](https://phishtank.org/) to check suspicious URLs + + + How to identify scam tokens + + + + + + Full guide to Ethereum security and scam prevention + diff --git a/public/content/security/index.md b/public/content/security/index.md index da60fb99324..9ae1d4632b7 100644 --- a/public/content/security/index.md +++ b/public/content/security/index.md @@ -29,11 +29,11 @@ Misunderstandings about how crypto works can lead to costly mistakes. For exampl ## Wallet security {#wallet-security} -### Don't give out your private keys {#protect-private-keys} +### Never share your recovery phrase {#protect-private-keys} -**Never, for any reason, share your private keys!** +**Never, for any reason, share your recovery phrase or private keys!** -The private key to your wallet is a password to your Ethereum wallet. It is the only thing stopping someone who knows your wallet address from draining your account of all of its assets! +Your recovery phrase (also called secret recovery phrase or seed phrase) is the master key to your wallet. Anyone who has it can access all of your accounts and drain every asset. Private keys work the same way for individual accounts. No legitimate service, support agent, or website will ever ask you for these. What's an Ethereum wallet? diff --git a/public/content/translations/bn/community/support/index.md b/public/content/translations/bn/community/support/index.md deleted file mode 100644 index 04bb167e3fb..00000000000 --- a/public/content/translations/bn/community/support/index.md +++ /dev/null @@ -1,104 +0,0 @@ ---- -title: "ইথেরিয়াম সাপোর্ট" -description: "ইথেরিয়াম ইকোসিস্টেমে সহায়তা পান।" -lang: bn ---- - -# ইথেরিয়াম সহায়তা {#support} - -## অফিশিয়াল ইথেরিয়াম সহায়তা {#official-support} - -আপনি কি অফিশিয়াল ইথেরিয়াম সহায়তার জন্য খুঁজছেন? আপনার প্রথম যে জিনিসটি জানা উচিত তা হল ইথেরিয়াম বিকেন্দ্রীভূত। এর মানে হল কোনো কেন্দ্রীয় সংস্থা, সত্তা বা ব্যক্তি ইথেরিয়ামের মালিক নয়, এবং এই কারণে, কোনো অফিশিয়াল সহায়তা চ্যানেল বিদ্যমান নেই। - -ইথেরিয়ামের বিকেন্দ্রীভূত প্রকৃতি বোঝা অত্যাবশ্যক কারণ **যেই নিজেকে ইথেরিয়ামের অফিশিয়াল সহায়তা বলে দাবি করছে, সে সম্ভবত আপনার সাথে স্ক্যাম করার চেষ্টা করছে!** স্ক্যামারদের বিরুদ্ধে সেরা সুরক্ষা হল নিজেকে শিক্ষিত করা এবং নিরাপত্তাকে গুরুত্ব সহকারে নেওয়া। - - - ইথেরিয়াম সুরক্ষা এবং স্ক্যাম প্রতিরোধ - - - - ইথেরিয়ামের মূল বিষয়গুলো শিখুন - - -অফিশিয়াল সহায়তার অভাব সত্ত্বেও, ইথেরিয়াম ইকোসিস্টেম জুড়ে অনেক গোষ্ঠী, সম্প্রদায় এবং প্রকল্প সাহায্য করতে পেরে খুশি, এবং আপনি এই পৃষ্ঠায় অনেক দরকারী তথ্য এবং রিসোর্স খুঁজে পেতে পারেন। এখনও প্রশ্ন আছে? [ethereum.org ডিসকর্ড](https://discord.gg/ethereum-org)-এ যোগ দিন, এবং আমরা সাহায্য করার চেষ্টা করব। - -## সাধারণত জিজ্ঞাসিত প্রশ্নসমূহ {#faq} - -### আমি ভুল ওয়ালেটে ETH পাঠিয়েছি {#wrong-wallet} - -ইথেরিয়ামে পাঠানো একটি লেনদেন অপরিবর্তনীয়। দুর্ভাগ্যবশত, আপনি যদি ভুল ওয়ালেটে ETH পাঠিয়ে থাকেন, তবে এই তহবিল পুনরুদ্ধার করার কোনো উপায় নেই। কোনো একক কেন্দ্রীয় সংস্থা, সত্তা বা ব্যক্তি ইথেরিয়ামের মালিক নয়, যার মানে হল কেউ লেনদেন বিপরীত করতে পারে না। অতএব, পাঠানোর আগে আপনার লেনদেন সবসময় দুবার পরীক্ষা করা অত্যাবশ্যক। - -### আমি কীভাবে আমার ইথেরিয়াম গিভঅ্যাওয়ে দাবি করতে পারি? {#giveaway-scam} - -ইথেরিয়াম গিভঅ্যাওয়ে হল আপনার ETH চুরি করার জন্য ডিজাইন করা স্ক্যাম। যেসব অফার বিশ্বাস করার জন্য খুব ভালো মনে হয়, সেগুলোর দ্বারা প্রলুব্ধ হবেন না — আপনি যদি কোনো গিভঅ্যাওয়ে ঠিকানায় ETH পাঠান, তাহলে আপনি কোনো গিভঅ্যাওয়ে পাবেন না, এবং আপনি আপনার তহবিল পুনরুদ্ধার করতে পারবেন না। - -[স্ক্যাম প্রতিরোধ সম্পর্কে আরও জানুন](/security/#common-scams) - -### আমার লেনদেন আটকে গেছে {#stuck-transaction} - -নেটওয়ার্কের চাহিদার কারণে প্রয়োজনের চেয়ে কম লেনদেন ফি জমা দিলে ইথেরিয়ামে লেনদেন কখনও কখনও আটকে যেতে পারে। অনেক ওয়ালেট লেনদেন প্রক্রিয়াকরণের জন্য উচ্চতর লেনদেন ফি সহ একই লেনদেন পুনরায় জমা দেওয়ার একটি বিকল্প প্রদান করে। বিকল্পভাবে, আপনি আপনার নিজের ঠিকানায় একটি লেনদেন পাঠিয়ে এবং অমীমাংসিত লেনদেনের মতো একই ননস ব্যবহার করে একটি অমীমাংসিত লেনদেন বাতিল করতে পারেন। - -[MetaMask-এ একটি অমীমাংসিত লেনদেনের গতি বাড়ানো বা বাতিল করার উপায়](https://metamask.zendesk.com/hc/en-us/articles/360015489251-How-to-speed-up-or-cancel-a-pending-transaction) - -[অমীমাংসিত ইথেরিয়াম লেনদেন কীভাবে বাতিল করবেন](https://info.etherscan.com/how-to-cancel-ethereum-pending-transactions/) - -### আমি কীভাবে ইথেরিয়াম মাইন করব? {#mining-ethereum} - -ইথেরিয়াম মাইনিং আর সম্ভব নয়। ইথেরিয়াম যখন [প্রুফ-অফ-ওয়ার্ক](/glossary/#pow) থেকে [প্রুফ-অফ-স্টেক](/glossary/#pos)-এ স্থানান্তরিত হয়, তখন মাইনিং বন্ধ করে দেওয়া হয়। এখন, মাইনারদের পরিবর্তে, ইথেরিয়ামে ভ্যালিডেটর রয়েছে। নেটওয়ার্ক সুরক্ষিত করার জন্য যে কেউ ETH [স্টেক](/glossary/#staking) করতে পারেন এবং ভ্যালিডেটর সফ্টওয়্যার চালানোর জন্য স্টেকিং পুরস্কার পেতে পারেন। - -### আমি কীভাবে একজন স্টেকার / ভ্যালিডেটর চালাব? {#how-to-stake} - -একজন ভ্যালিডেটর হতে, আপনাকে অবশ্যই ইথেরিয়াম ডিপোজিট কন্ট্রাক্টে 32 ETH স্টেক করতে হবে এবং একটি ভ্যালিডেটর নোড সেট আপ করতে হবে। আমাদের [স্টেকিং পেজ](/staking)-এ এবং [স্টেকিং লঞ্চপ্যাড](https://launchpad.ethereum.org/)-এ আরও তথ্য পাওয়া যায়। - -## ডিএ্যাপস তৈরি করা {#building-support} - -তৈরি করা কঠিন হতে পারে। এখানে অভিজ্ঞ ইথেরিয়াম ডেভেলপারদের সাথে কিছু উন্নয়ন কেন্দ্রিক স্থান রয়েছে যারা সাহায্য করতে পেরে খুশি। - -- [Alchemy University](https://university.alchemy.com/#starter_code) -- [CryptoDevs discord](https://discord.com/invite/5W5tVb3) -- [Ethereum StackExchange](https://ethereum.stackexchange.com/) -- [Web3 University](https://www.web3.university/) -- [LearnWeb3](https://discord.com/invite/learnweb3) - -আপনি আমাদের [ইথেরিয়াম ডেভেলপার রিসোর্স](/developers/) বিভাগে ডকুমেন্টেশন এবং ডেভেলপমেন্ট গাইডও খুঁজে পেতে পারেন। - -### টুলিং {#dapp-tooling} - -আপনার প্রশ্ন কি কোনো নির্দিষ্ট টুল, প্রকল্প বা লাইব্রেরির সাথে সম্পর্কিত? বেশিরভাগ প্রকল্পের চ্যাট সার্ভার বা ফোরাম রয়েছে যা আপনাকে সহায়তা করার জন্য নিবেদিত। - -এখানে কিছু জনপ্রিয় উদাহরণ রয়েছে: - -- [Solidity](https://app.element.io/#/room/#solidity:matrix.org) -- [ethers.js](https://discord.gg/6jyGVDK6Jx) -- [web3.js](https://discord.gg/GsABYQu4sC) -- [Hardhat](https://discord.gg/xtrMGhmbfZ) -- [Alchemy](http://alchemy.com/discord) -- [Tenderly](https://discord.gg/fBvDJYR) - -## একটি নোড চালানো {#node-support} - -আপনি যদি একটি নোড বা ভ্যালিডেটর চালান, তবে এখানে কিছু সম্প্রদায় রয়েছে যা আপনাকে শুরু করতে সাহায্য করার জন্য নিবেদিত। - -- [EthStaker discord](https://discord.gg/ethstaker) -- [EthStaker reddit](https://www.reddit.com/r/ethstaker) - -ইথেরিয়াম ক্লায়েন্ট তৈরি করা বেশিরভাগ দলেরও নিবেদিত, সর্বজনীন-মুখী, স্থান রয়েছে যেখানে আপনি সহায়তা পেতে এবং প্রশ্ন জিজ্ঞাসা করতে পারেন। - -### এক্সিকিউশন ক্লায়েন্ট {#execution-clients} - -- [Geth](https://discord.gg/FqDzupGyYf) -- [Nethermind](https://discord.gg/YJx3pm8z5C) -- [Besu](https://discord.gg/p8djYngzKN) -- [Erigon](https://github.com/ledgerwatch/erigon/issues) -- [Reth](https://github.com/paradigmxyz/reth/discussions) - -### কনসেন্সাস ক্লায়েন্ট {#consensus-clients} - -- [Prysm](https://discord.gg/prysmaticlabs) -- [Nimbus](https://discord.gg/nSmEH3qgFv) -- [Lighthouse](https://discord.gg/cyAszAh) -- [Teku](https://discord.gg/7hPv2T6) -- [Lodestar](https://discord.gg/aMxzVcr) -- [Grandine](https://discord.gg/H9XCdUSyZd) - -আপনি এখানে [কিভাবে একটি নোড চালাতে হয় তা শিখতে পারেন](/developers/docs/nodes-and-clients/run-a-node/)। diff --git a/public/content/translations/cs/community/support/index.md b/public/content/translations/cs/community/support/index.md deleted file mode 100644 index 742ddb1902f..00000000000 --- a/public/content/translations/cs/community/support/index.md +++ /dev/null @@ -1,104 +0,0 @@ ---- -title: Ethereum podpora -description: Získejte podporu v ekosystému Etherea. -lang: cs ---- - -# Ethereum podpora {#support} - -## Oficiální podpora pro Ethereum {#official-support} - -Hledáte oficiální podporu pro Ethereum? První věc, kterou byste měli vědět, je, že Ethereum je decentralizované. To znamená, že žádná centrální organizace, entita nebo osoba nevlastní Ethereum, a proto neexistují žádné oficiální kanály podpory. - -Pochopení decentralizované povahy Etherea je zásadní, protože **každý, kdo se vydává za oficiálního podporovatele Etherea, se vás pravděpodobně snaží podvést!** Nejlepší ochranou před podvodníky je vzdělávat se a brát bezpečnost vážně. - - - Bezpečnost a předcházení podvodům v Ethereu - - - - Osvojte si základy Etherea - - -Přestože neexistuje oficiální podpora, mnoho skupin, komunit a projektů v ekosystému Etherea je ochotných vám pomoci a na této stránce můžete najít mnoho užitečných informací a zdrojů. Stále máte dotazy? Připojte se na [Discordu ethereum.org](https://discord.gg/ethereum-org) a my se vám pokusíme pomoci. - -## Často kladené dotazy {#faq} - -### Poslal/a jsem ETH na špatnou peněženku {#wrong-wallet} - -Transakce odeslaná na Ethereu je nevratná. Bohužel, pokud jste poslali ETH na špatnou peněženku, není žádný způsob, jak tyto prostředky získat zpět. Žádná centrální organizace, entita ani osoba nevlastní Ethereum, což znamená, že nikdo nemůže transakce vrátit zpět. Proto je důležité vždy pečlivě zkontrolovat své transakce před jejich odesláním. - -### Jak mohu získat svou odměnu z Ethereum giveaway? {#giveaway-scam} - -Ethereum giveaway jsou podvody navržené k tomu, aby vám ukradly ETH. Nenechte se zlákat nabídkami, které vypadají až moc dobře na to, aby byly pravdivé — pokud pošlete ETH na adresu giveaway, nedostanete žádnou odměnu a nebudete moci své prostředky získat zpět. - -[Více o prevenci podvodů](/security/#common-scams) - -### Moje transakce se zasekla {#stuck-transaction} - -Transakce na Ethereu se mohou někdy zaseknout, a to v případě, že jste zadali nižší poplatek za transakci, než je požadováno vzhledem k zatížení sítě. Spousta peněženek poskytuje možnost znovu odeslat stejnou transakci s vyšším poplatkem, aby byla transakce zpracována. Alternativně můžete zrušit nevyřízenou transakci tím, že pošlete transakci na svou vlastní adresu a použijete stejné jedinečné číslo nonce jako u nevyřízené transakce. - -[Jak zrychlit nebo zrušit nevyřízenou transakci v MetaMasku](https://metamask.zendesk.com/hc/en-us/articles/360015489251-How-to-speed-up-or-cancel-a-pending-transaction) - -[Jak zrušit nevyřízené transakce na Ethereu](https://info.etherscan.com/how-to-cancel-ethereum-pending-transactions/) - -### Jak mohu těžit Ethereum? {#mining-ethereum} - -Těžba Etherea už není možná. Těžba byla ukončena, když Ethereum přešlo z [proof of work](/glossary/#pow) na [proof of stake](/glossary/#pos). Nyní má Ethereum místo těžařů validátory. Každý může [stakovat](/glossary/#staking) ETH a dostávat odměny za provozování validačního softwaru zabezpečujícího síť. - -### Jak se stát stakerem / provozovat validátor? {#how-to-stake} - -Chcete-li se stát validátorem, musíte zastakovat 32 ETH v Ethereum deposit contractu a nastavit validační síťový uzel. Další informace naleznete na našich [stránkách o stakování](/staking) a na [staking launchpadu](https://launchpad.ethereum.org/). - -## Vývoj dappek {#building-support} - -Vývoj může být obtížný. Zde najdete několik zdrojů zaměřených na vývoj, kde vám zkušení vývojáři Etherea rádi pomohou. - -- [Alchemy University](https://university.alchemy.com/#starter_code) -- [Discord CryptoDevs](https://discord.com/invite/5W5tVb3) -- [Ethereum StackExchange](https://ethereum.stackexchange.com/) -- [Web3 University](https://www.web3.university/) -- [LearnWeb3](https://discord.com/invite/learnweb3) - -V naší sekci [zdrojů pro vývojáře Etherea](/developers/) najdete dokumentaci a průvodce vývojem. - -### Nástroje {#dapp-tooling} - -Týká se vaše otázka konkrétního nástroje, projektu nebo knihovny? Většina projektů má chatovací servery nebo fóra věnovaná poskytování podpory. - -Zde jsou některé oblíbené příklady: - -- [Solidity](https://app.element.io/#/room/#solidity:matrix.org) -- [ethers.js](https://discord.gg/6jyGVDK6Jx) -- [web3.js](https://discord.gg/GsABYQu4sC) -- [Hardhat](https://discord.gg/xtrMGhmbfZ) -- [Alchemy](http://alchemy.com/discord) -- [Tenderly](https://discord.gg/fBvDJYR) - -## Provozování vlastního síťového uzlu {#node-support} - -Pokud provozujete uzel nebo validátora, tady najdete některé komunity, které vám pomohou začít. - -- [Discord EthStaker](https://discord.gg/ethstaker) -- [Reddit EthStaker](https://www.reddit.com/r/ethstaker) - -Většina týmů, které vytvářejí klienty na Ethereu, má také veřejně přístupné body, kde můžete získat podporu a ptát se na otázky. - -### Exekuční klienti {#execution-clients} - -- [Geth](https://discord.gg/FqDzupGyYf) -- [Nethermind](https://discord.gg/YJx3pm8z5C) -- [Besu](https://discord.gg/p8djYngzKN) -- [Erigon](https://github.com/ledgerwatch/erigon/issues) -- [Reth](https://github.com/paradigmxyz/reth/discussions) - -### Konsenzuální klienti {#consensus-clients} - -- [Prysm](https://discord.gg/prysmaticlabs) -- [Nimbus](https://discord.gg/nSmEH3qgFv) -- [Lighthouse](https://discord.gg/cyAszAh) -- [Teku](https://discord.gg/7hPv2T6) -- [Lodestar](https://discord.gg/aMxzVcr) -- [Grandine](https://discord.gg/H9XCdUSyZd) - -[Naučte se provozovat síťový uzel](/developers/docs/nodes-and-clients/run-a-node/). diff --git a/public/content/translations/de/community/support/index.md b/public/content/translations/de/community/support/index.md deleted file mode 100644 index c8f1281b63b..00000000000 --- a/public/content/translations/de/community/support/index.md +++ /dev/null @@ -1,103 +0,0 @@ ---- -title: Ethereum-Support -description: Support im Ethereum-Ökosystem erhalten -lang: de ---- - -# Ethereum-Support {#support} - -## Offizieller Ethereum-Support {#official-support} - -Sind Sie auf der Suche nach dem offiziellen Ethereum-Support? Es ist wichtig, zu wissen, dass Ethereum dezentralisiert ist. Das bedeutet, dass Ethereum keiner zentralen Organisation, Entität oder Person gehört. Daher existieren auch keine offiziellen Supportkanäle. - -Es ist wichtig, die dezentrale Gestaltung von Ethereum zu verstehen, denn jeder, der behauptet, offizieller Support für Ethereum zu sein, versucht wahrscheinlich, Sie zu betrügen. Der beste Schutz vor Betrug ist, sich zu informieren und Sicherheit ernst zu nehmen. - - - Ethereum – Sicherheits- und Betrugsvorbeugung - - - - Mehr erfahren über die Grundlagen von Ethereum - - -Trotz des Mangels an offizieller Unterstützung sind viele Gruppen, Communitys und Projekte im gesamten Ethereum-Ökosystem gern bereit, zu helfen, und Sie können auf dieser Seite viele nützliche Informationen und Ressourcen finden. Haben Sie noch Fragen? Treten Sie dem [ethereum.org Discord](https://discord.gg/ethereum-org) bei und wir versuchen, Ihnen weiterzuhelfen. - -## Häufig gestellte Fragen {#faq} - -### Ich habe ETH an die falsche Wallet gesendet {#wrong-wallet} - -Eine auf Ethereum gesendete Transaktion ist unumkehrbar. Wenn Sie ETH an die falsche Wallet geschickt haben, gibt es leider keine Möglichkeit, diese Gelder zurückzuholen. Keine zentrale Organisation, Entität oder Person ist Eigentümer von Ethereum. Das bedeutet, dass auch niemand Transaktionen rückgängig machen kann. Deshalb ist es wichtig, dass Sie alle Transaktionen vor dem Versenden immer noch einmal überprüfen. - -### Wie kann ich mein Ethereum-Giveaway erhalten? {#giveaway-scam} - -Ethereum-Giveaways sind Betrugsmaschen, die darauf abzielen, Ihr ETH zu stehlen. Lassen Sie sich nicht von Angeboten verleiten, die zu schön sind, um wahr zu sein. Wenn Sie ETH an eine Giveaway-Adresse schicken, erhalten Sie kein Giveaway und Sie können Ihr Geld nicht zurückfordern. - -[Mehr zum Thema Betrugsprävention](/security/#common-scams) - -### Meine Transaktion steckt fest {#stuck-transaction} - -Transaktionen auf Ethereum können manchmal stecken bleiben, wenn Sie eine niedrigere Transaktionsgebühr eingereicht haben, als aufgrund der Netzwerknachfrage erforderlich ist. Viele Wallets bieten die Möglichkeit, dieselbe Transaktion mit einer höheren Transaktionsgebühr erneut zu übermitteln, damit die Transaktion bearbeitet werden kann. Alternativ können Sie eine ausstehende Transaktion abbrechen. Senden Sie dafür eine Transaktion an Ihre eigene Adresse und verwenden Sie dieselbe Nonce wie für die ausstehende Transaktion. - -[So beschleunigen Sie ausstehenden Transaktionen auf MetaMask oder brechen sie ab](https://metamask.zendesk.com/hc/en-us/articles/360015489251-How-to-speed-up-or-cancel-a-pending-transaction) - -[So stornieren Sie ausstehende Ethereum-Transaktionen](https://info.etherscan.com/how-to-cancel-ethereum-pending-transactions/) - -### Wie kann ich Ethereum minen? {#mining-ethereum} - -Ethereum-Mining ist nicht mehr möglich. Das Mining wurde abgeschaltet, als Ethereum von [Proof-of-Work](/glossary/#pow) auf [Proof-of-Stake](/glossary/#pos) umstieg. Anstatt Miner hat Ethereum jetzt Validatoren. Jeder kann ETH [staken](/glossary/#staking) und Staking-Belohnungen für das Ausführen einer Validator-Software zur Sicherung des Netzwerks erhalten. - -### Wie werde ich Staker bzw. wie betreibe ich einen Validator? {#how-to-stake} - -Um ein Validator zu werden, müssen Sie 32 ETH in den Einlagenvertrag von Ethereum einzahlen und einen Validator-Knoten aufbauen. Weitere Informationen dazu finden Sie auf den [Staking-Seiten](/staking) und [dem Staking-Launchpad](https://launchpad.ethereum.org/). - -## dApps erstellen {#building-support} - -Erstellen kann durchaus schwer sein. Hier finden Sie einige Breiche mit Schwerpunkt auf Entwicklung mit erfahrenen Ethereum-Entwicklern, die Ihnen gerne helfen. - -- [Alchemy University](https://university.alchemy.com/#starter_code) -- [CryptoDevs-Discord](https://discord.com/invite/5W5tVb3) -- [Ethereum StackExchange](https://ethereum.stackexchange.com/) -- [Web3 University](https://www.web3.university/) -- [LearnWeb3](https://discord.com/invite/learnweb3) - -In unserem Bereich mit [Ethereum-Entwicklerressourcen](/developers/) finden Sie auch Dokumentationen und Entwicklungsleitfäden. - -### Tools {#dapp-tooling} - -Bezieht sich Ihre Frage auf ein bestimmtes Tool, Projekt oder eine Bibliothek? Die meisten Projekte haben Chat-Server oder Foren, die Unterstützung bieten. - -Hier sind einige beliebte Beispiele: - -- [Solidity](https://app.element.io/#/room/#solidity:matrix.org) -- [ethers.js](https://discord.gg/6jyGVDK6Jx) -- [web3.js](https://discord.gg/GsABYQu4sC) -- [Hardhat](https://discord.gg/xtrMGhmbfZ) -- [Alchemy](http://alchemy.com/discord) -- [Tenderly](https://discord.gg/fBvDJYR) - -## Einen Knoten betreiben {#node-support} - -Wenn Sie einen Knoten oder Validator betreiben, finden Sie hier einige Communitys, die Ihnen den Einstieg erleichtern. - -- [EthStaker-Discord](https://discord.gg/ethstaker) -- [EthStaker-Reddit](https://www.reddit.com/r/ethstaker) - -Die meisten Teams, die Ethereum-Clients entwickeln, haben auch eigene, öffentlich zugängliche Bereiche, in denen Sie Unterstützung erhalten und Fragen stellen können. - -### Ausführende Clients {#execution-clients} - -- [Geth](https://discord.gg/FqDzupGyYf) -- [Nethermind](https://discord.gg/YJx3pm8z5C) -- [Besu](https://discord.gg/p8djYngzKN) -- [Erigon](https://github.com/ledgerwatch/erigon/issues) -- [Reth](https://github.com/paradigmxyz/reth/discussions) - -### Konsens-Clients {#consensus-clients} - -- [Prysm](https://discord.gg/prysmaticlabs) -- [Nimbus](https://discord.gg/nSmEH3qgFv) -- [Lighthouse](https://discord.gg/cyAszAh) -- [Teku](https://discord.gg/7hPv2T6) -- [Lodestar](https://discord.gg/aMxzVcr) - -Sie können hier auch [lernen, wie ein Knoten betrieben wird](/developers/docs/nodes-and-clients/run-a-node/). diff --git a/public/content/translations/es/community/support/index.md b/public/content/translations/es/community/support/index.md deleted file mode 100644 index bbfe77e5c18..00000000000 --- a/public/content/translations/es/community/support/index.md +++ /dev/null @@ -1,104 +0,0 @@ ---- -title: "Soporte técnico de Ethereum" -description: "Explicación de cómo obtener soporte técnico en el ecosistema Ethereum." -lang: es ---- - -# Soporte de Ethereum {#support} - -## Soporte oficial de Ethereum {#official-support} - -¿Está buscando el soporte técnico oficial de Ethereum? Lo primero que debe saber es que Ethereum está descentralizado. Eso significa que carece de organización centra y que ninguna entidad ni persona es dueña de Ethereum. Por lo tanto, no existen canales de soporte oficiales. - -Comprender la naturaleza descentralizada de Ethereum es vital porque **¡cualquiera que afirme ser soporte oficial de Ethereum probablemente intenta estafarle!** La mejor protección contra estafadores es informarse y tomar la seguridad en serio. - - - Seguridad en Ethereum y prevención de estafas - - - - Aprenda los fundamentos de Ethereum - - -A pesar de la falta de apoyo oficial, muchos grupos, comunidades y proyectos en todo el ecosistema Ethereum están deseosos de ayudar, y puede encontrar mucha información y recursos útiles en esta página. ¿Todavía le surgen algunas preguntas? Únase al [Discord de ethereum.org](https://discord.gg/ethereum-org), e intentaremos ayudarle. - -## Preguntas frecuentes {#faq} - -### He enviado ETH a la billetera equivocada {#wrong-wallet} - -Una transacción enviada en Ethereum es irreversible. Desafortunadamente, si ha enviado ETH a la cartera equivocada, no hay forma de recuperar esos fondos. Debido a que no existe organización central, ni ninguna entidad ni persona al frente de Ethereum, nadie puede revertir las transacciones. Por lo tanto, es vital comprobar siempre sus transacciones antes de enviarlas. - -### ¿Cómo puedo reclamar mi regalo en Ethereum? {#giveaway-scam} - -Los regalos de Ethereum son estafas diseñadas para robarle ETH. No se deje tentar por ofertas que parezcan demasiado buenas para ser verdad, si envía ETH a una dirección de regalo, no recibirá ningún ningún regalo, ni tampoco podrá recuperar sus fondos. - -[Más sobre prevención de estafas](/security/#common-scams) - -### Mi transacción está atascada {#stuck-transaction} - -Debido a la demanda de la red, las transacciones en Ethereum pueden a veces estancarse si ha pagado una comisión de la transacción inferior a la requerida. Muchas carteras proporcionan una opción para volver a enviar la misma transacción con una comisión de transacción más elevada y así poder procesar la transacción. Otra alternativa es cancelar una transacción pendiente enviando una transacción a su propia dirección y utilizando el mismo nonce que la transacción pendiente. - -[Cómo acelerar o cancelar una transacción pendiente en MetaMask](https://metamask.zendesk.com/hc/en-us/articles/360015489251-How-to-speed-up-or-cancel-a-pending-transaction) - -[Cómo cancelar transacciones pendientes de Ethereum](https://info.etherscan.com/how-to-cancel-ethereum-pending-transactions/) - -### ¿Cómo puedo minar Ethereum? {#mining-ethereum} - -Ya no se puede minar en Ethereum. La minería se desactivó cuando Ethereum pasó de [proof-of-work](/glossary/#pow) a [proof-of-stake](/glossary/#pos). Ahora, en lugar de mineros, Ethereum tiene validadores. Cualquier persona puede [hacer staking](/glossary/#staking) de ETH y recibir recompensas por staking al ejecutar software validador para asegurar la red. - -### ¿Cómo me convierto en staker/ejecuto un validador? {#how-to-stake} - -Para convertirse en validador, debe apostar 32 ETH en el contrato de depósito de Ethereum y configurar un nodo de validación. Hay más información disponible en nuestras [páginas de staking](/staking) y en [el staking launchpad](https://launchpad.ethereum.org/). - -## Construyendo dapps {#building-support} - -Crear puede ser difícil. A continuación, le indicamos algunos espacios centrados en el desarrollo con experimentados desarrolladores de Ethereum que estarán dispuestos a ayudarle. - -- [Alchemy University](https://university.alchemy.com/#starter_code) -- [CryptoDevs discord](https://discord.com/invite/5W5tVb3) -- [Ethereum StackExchange](https://ethereum.stackexchange.com/) -- [Web3 University](https://www.web3.university/) -- [LearnWeb3](https://discord.com/invite/learnweb3) - -También puede encontrar documentación y guías de desarrollo en nuestra sección de [recursos para desarrolladores de Ethereum](/developers/). - -### Herramientas {#dapp-tooling} - -¿Su pregunta se refiere a una herramienta, proyecto o biblioteca en particular? La mayoría de los proyectos tienen servidores de chat o foros destinados a ayudarle. - -He aquí algunos ejemplos: - -- [Solidity](https://app.element.io/#/room/#solidity:matrix.org) -- [ethers.js](https://discord.gg/6jyGVDK6Jx) -- [web3.js](https://discord.gg/GsABYQu4sC) -- [Hardhat](https://discord.gg/xtrMGhmbfZ) -- [Alchemy](http://alchemy.com/discord) -- [Tenderly](https://discord.gg/fBvDJYR) - -## Ejecutar un nodo {#node-support} - -Si está ejecutando un nodo o validador, estas son algunas comunidades dedicadas a ayudar a los usuarios en sus comienzos. - -- [EthStaker discord](https://discord.gg/ethstaker) -- [EthStaker reddit](https://www.reddit.com/r/ethstaker) - -La mayoría de los equipos que se encargan de la creación de clientes de Ethereum también cuentan con espacios especializados, orientados al público, en los que se puede obtener ayuda y hacer preguntas. - -### Clientes de ejecución {#execution-clients} - -- [Geth](https://discord.gg/FqDzupGyYf) -- [Nethermind](https://discord.gg/YJx3pm8z5C) -- [Besu](https://discord.gg/p8djYngzKN) -- [Erigon](https://github.com/ledgerwatch/erigon/issues) -- [Reth](https://github.com/paradigmxyz/reth/discussions) - -### Clientes de consenso {#consensus-clients} - -- [Prysm](https://discord.gg/prysmaticlabs) -- [Nimbus](https://discord.gg/nSmEH3qgFv) -- [Lighthouse](https://discord.gg/cyAszAh) -- [Teku](https://discord.gg/7hPv2T6) -- [Lodestar](https://discord.gg/aMxzVcr) -- [Grandine](https://discord.gg/H9XCdUSyZd) - -También puede [aprender cómo ejecutar un nodo aquí](/developers/docs/nodes-and-clients/run-a-node/). diff --git a/public/content/translations/fr/community/support/index.md b/public/content/translations/fr/community/support/index.md deleted file mode 100644 index b4bfd3eb295..00000000000 --- a/public/content/translations/fr/community/support/index.md +++ /dev/null @@ -1,104 +0,0 @@ ---- -title: Assistance Ethereum -description: "Obtenez de l'aide sur l'écosystème Ethereum." -lang: fr ---- - -# Assistance Ethereum {#support} - -## Assistance Ethereum officielle {#official-support} - -Vous recherchez l'assistance officielle Ethereum ? La première chose que vous devez savoir est le fait qu'Ethereum est décentralisé. Cela signifie qu'aucune organisation, entité ou personne n'est propriétaire d'Ethereum et, de ce fait, il n'existe aucune assistance officielle. - -Comprendre la nature décentralisée d’Ethereum est essentiel car **toute personne prétendant être une assistance officielle pour Ethereum essaie probablement de vous arnaquer !** La meilleure protection contre les escrocs est de vous informer et de prendre la sécurité au sérieux. - - - Sécurité d'Ethereum et prévention des arnaques - - - - Apprendre les fondamentaux d'Ethereum - - -Malgré le manque d'assistance officielle, de nombreux groupes, communautés et projets à travers l'écosystème Ethereum sont heureux de vous aider. Vous pouvez trouver beaucoup d'informations et de ressources utiles sur cette page. Vous avez d'autres questions ? Rejoignez le [Discord ethereum.org](https://discord.gg/ethereum-org), et nous essaierons de vous aider. - -## Foire aux questions {#faq} - -### J'ai envoyé des ETH au mauvais portefeuille {#wrong-wallet} - -Les transactions effectuées sur Ethereum sont irréversibles. Malheureusement, si vous avez envoyé des ETH au mauvais portefeuille, il n'y a aucun moyen de récupérer ces fonds. Aucune organisation centrale, entité ou personne n'est propriétaire d'Ethereum, ce qui signifie que personne ne peut annuler les transactions. Pour cette raison, il est primordial de vérifier deux fois vos transactions avant de les effectuer. - -### Comment puis-je réclamer mon cadeau Ethereum ? {#giveaway-scam} - -Les concours Ethereum sont des arnaques conçues pour récupérer vos ETH. Ne vous laissez pas tenter par des offres qui semblent trop belles pour être vraies — si vous envoyez des ETH vers une adresse de « concours », vous ne recevrez pas de cadeau, et vous ne pourrez pas récupérer vos fonds. - -[En savoir plus sur la prévention des arnaques](/security/#common-scams) - -### Ma transaction est bloquée {#stuck-transaction} - -Les transactions sur Ethereum peuvent parfois se bloquer si vous avez soumis des frais de transactions inférieurs à ceux requis en raison de la demande du réseau. De nombreux portefeuilles offrent la possibilité de renvoyer la même transaction avec des frais de transaction plus élevés, afin de permettre à celle-ci d'être traitée. Vous pouvez aussi annuler une transaction en cours en envoyant une transaction vers votre propre adresse en utilisant le même nonce que la transaction en cours. - -[Comment accélérer ou annuler une transaction en attente sur MetaMask](https://metamask.zendesk.com/hc/en-us/articles/360015489251-How-to-speed-up-or-cancel-a-pending-transaction) - -[Comment annuler les transactions Ethereum en attente](https://info.etherscan.com/how-to-cancel-ethereum-pending-transactions/) - -### Comment miner de l'Ethereum ? {#mining-ethereum} - -Le minage d'Ethereum n'est plus possible. Le minage a été désactivé lorsqu'Ethereum est passé de la [preuve de travail](/glossary/#pow) à la [preuve d'enjeu](/glossary/#pos). Désormais, en place des mineurs, Ethereum dispose de validateurs. Tout le monde peut [mettre en jeu](/glossary/#staking) des ETH et recevoir des récompenses de mise en jeu en exécutant un logiciel de validateur pour sécuriser le réseau. - -### Comment devenir un validateur / faire fonctionner un validateur ? {#how-to-stake} - -Pour devenir un validateur, vous devez miser 32 ETH dans le contrat de dépôt Ethereum et mettre en place un nœud de validateur. Plus d'informations sont disponibles sur nos [pages de staking](/staking) et sur [le launchpad de staking](https://launchpad.ethereum.org/). - -## Créer des dapps {#building-support} - -Le développement d'une application décentralisée peut être difficile. Voici quelques espaces axés sur leur création, avec des développeurs Ethereum chevronnés qui seront heureux de vous faire part de leur expérience. - -- [Alchemy University](https://university.alchemy.com/#starter_code) -- [Discord CryptoDevs](https://discord.com/invite/5W5tVb3) -- [Ethereum StackExchange](https://ethereum.stackexchange.com/) -- [Web3 University](https://www.web3.university/) -- [LearnWeb3](https://discord.com/invite/learnweb3) - -Vous pouvez également trouver de la documentation et des guides de développement dans notre section [ressources pour les développeurs Ethereum](/developers/). - -### Outils {#dapp-tooling} - -Votre question concerne un outil, un projet ou une bibliothèque en particulier ? La plupart des projets disposent de serveurs de discussion ou des forums dédiés au soutien des membres. - -Voici quelques exemples connus : - -- [Solidity](https://app.element.io/#/room/#solidity:matrix.org) -- [ethers.js](https://discord.gg/6jyGVDK6Jx) -- [web3.js](https://discord.gg/GsABYQu4sC) -- [Hardhat](https://discord.gg/xtrMGhmbfZ) -- [Alchemy](http://alchemy.com/discord) -- [Tenderly](https://discord.gg/fBvDJYR) - -## Exécuter un nœud {#node-support} - -Si vous exécutez un nœud ou un validateur, voici quelques communautés qui sont consacrées à aider ceux qui débutent. - -- [Discord EthStaker](https://discord.gg/ethstaker) -- [Reddit EthStaker](https://www.reddit.com/r/ethstaker) - -La plupart des équipes qui créent des clients Ethereum disposent aussi d'espaces dédiés, ouverts au public, dans lesquels vous pouvez obtenir une aide et poser des questions. - -### Clients d'exécution {#execution-clients} - -- [Geth](https://discord.gg/FqDzupGyYf) -- [Nethermind](https://discord.gg/YJx3pm8z5C) -- [Besu](https://discord.gg/p8djYngzKN) -- [Erigon](https://github.com/ledgerwatch/erigon/issues) -- [Reth](https://github.com/paradigmxyz/reth/discussions) - -### Clients de consensus {#consensus-clients} - -- [Prysm](https://discord.gg/prysmaticlabs) -- [Nimbus](https://discord.gg/nSmEH3qgFv) -- [Lighthouse](https://discord.gg/cyAszAh) -- [Teku](https://discord.gg/7hPv2T6) -- [Lodestar](https://discord.gg/aMxzVcr) -- [Grandine](https://discord.gg/H9XCdUSyZd) - -Vous pouvez également [apprendre à exécuter un nœud ici](/developers/docs/nodes-and-clients/run-a-node/). diff --git a/public/content/translations/id/community/support/index.md b/public/content/translations/id/community/support/index.md deleted file mode 100644 index 93d7ba70bb2..00000000000 --- a/public/content/translations/id/community/support/index.md +++ /dev/null @@ -1,107 +0,0 @@ ---- -title: Dukungan Ethereum -description: Mendapatkan dukungan di ekosistem Ethereum. -lang: id ---- - -# Dukungan Ethereum {#support} - -## Dukungan resmi Ethereum {#official-support} - -Apakah Anda sedang mencari dukungan resmi Ethereum? Hal pertama yang harus Anda ketahui adalah bahwa Ethereum bersifat terdesentralisasi. Ini berarti tidak ada organisasi, entitas, atau orang sentral yang memiliki Ethereum, dan karena ini, tidak ada kanal dukungan resmi. - -Memahami sifat terdesentralisasi Ethereum sangat penting karena siapa pun yang mengklaim sebagai pemberi dukungan resmi Ethereum mungkin sedang mencoba menipu Anda! Perlindungan terbaik terhadap para penipu adalah mengedukasi diri Anda sendiri dan memperhatikan aspek keamanan dengan serius. - - - Keamanan dan pencegahan penipuan Ethereum - - - - Pelajari tentang fundamental Ethereum - - -Sekalipun kurang adanya dukungan resmi, banyak kelompok, komunitas, dan proyek di keseluruhan ekosistem Ethereum senang memberikan bantuan. - -## Dukungan dompet {#wallet-support} - -Mengalami masalah dengan dompet Anda? Kebanyakan dompet telah mendedikasikan tim dukungan yang dapat menolong: - -- [MetaMask](https://metamask.zendesk.com/hc/) -- [Argent](https://support.argent.xyz/hc/) -- [MyEtherWallet](https://help.myetherwallet.com/) - -_Ini bukanlah daftar yang lengkap. Perlu bantuan menemukan bantuan untuk dompet yang khusus? Bergabunglah dengan [discord ethereum.org](https://discord.gg/ethereum-org) dan kami akan mencoba menolong Anda._ - -Sedang mencari dompet Ethereum? [Jelajahi daftar lengkap dompet Ethereum kami](/wallets/find-wallet/). - -## Membangun dapps {#building-support} - -Membangun dapat bisa saja sulit. Berikut adalah beberapa lingkungan yang berfokus pengembangan dengan para pengembang Ethereum berpengalaman yang senang memberikan bantuan. - -- [Discord CryptoDevs](https://discord.gg/Z9TA39m8Yu) -- [StackExchange Ethereum](https://ethereum.stackexchange.com/) -- [Universitas Web3](https://www.web3.university/) - -Anda juga dapat menemukan dokumentasi dan panduan pengembangan di bagian [Sumber pengembang Ethereum](/developers/) kami. - -### Perangkat {#dapp-tooling} - -Apakah pertanyaan Anda terkait dengan peralatan, proyek, atau pustaka tertentu? Kebanyakan proyek memiliki peladen atau forum obrolan yang dikhususkan untuk mendukung Anda. - -Berikut adalah beberapa contoh populer: - -- [Solidity](https://app.element.io/#/room/#solidity:matrix.org) -- [ethers.js](https://discord.gg/6jyGVDK6Jx) -- [web3.js](https://discord.gg/GsABYQu4sC) -- [Hardhat](https://discord.gg/xtrMGhmbfZ) -- [Alchemy](http://alchemy.com/discord) - -## Menjalankan node {#node-support} - -Jika Anda menjalankan node atau validator, berikut adalah beberapa komunitas yang dikhususkan untuk menolong Anda memulai. - -- [Discord EthStaker](https://discord.gg/ethstaker) -- [Reddit EthStaker](https://www.reddit.com/r/ethstaker) - -Kebanyakan tim yang membangun klien Ethereum juga telah mendedikasikan lingkungan untuk publik di mana Anda dapat mendapatkan dukungan dan mengajukan pertanyaan. - -### Klien eksekusi {#execution-clients} - -- [Geth](https://discord.gg/FqDzupGyYf) -- [Nethermind](https://discord.gg/YJx3pm8z5C) -- [Besu](https://discord.gg/p8djYngzKN) -- [Erigon](https://github.com/ledgerwatch/erigon/issues) - -### Klien konsensus {#consensus-clients} - -- [Prysm](https://discord.gg/prysmaticlabs) -- [Nimbus](https://discord.gg/nSmEH3qgFv) -- [Lighthouse](https://discord.gg/cyAszAh) -- [Teku](https://discord.gg/7hPv2T6) -- [Lodestar](https://discord.gg/aMxzVcr) - -Anda juga dapat [mempelajari cara menjalankan node di sini](/developers/docs/nodes-and-clients/run-a-node/). - -## Pertanyaan yang sering diajukan {#faq} - -### Saya telah mengirim ETH ke dompet yang salah {#wrong-wallet} - -Transaksi yang dikirimkan di Ethereum tidak dapat dibalikkan. Sayangnya, jika Anda telah mengirim ETH ke dompet yang salah, tidak ada cara untuk mendapatkan kembali dana ini. Tidak ada satu organisasi, entitas, atau orang sentral yang memiliki Ethereum, yang berarti tidak ada satu pun yang dapat membalikkan transaksi. Oleh karena itu, sangat penting untuk selalu memeriksa ulang transaksi Anda sebelum mengirimkannya. - -### Bagaimana saya dapat mengklaim hadiah Ethereum? {#giveaway-scam} - -Hadiah Ethereum adalah penipuan yang dirancang untuk mencuri ETH Anda. Jangan tergoda dengan penawaran yang tampak terlalu menggiurkan — jika Anda mengirim ETH ke suatu alamat hadiah, Anda tidak akan menerima hadiah, dan Anda tidak akan dapat mendapatkan dana Anda kembali. - -[Lebih lanjut tentang pencegahan penipuan](/security/#common-scams) - -### Transaksi saya macet {#stuck-transaction} - -Transaksi di Ethereum dapat terkadang mengalami kemacetan jika Anda telah mengirimkan biaya transaksi yang lebih rendah dari yang diharuskan karena permintaan jaringan. Banyak dompet menyediakan opsi untuk mengirimkan kembali transaksi yang sama dengan biaya transaksi yang lebih tinggi untuk memungkinkan transaksi diproses. Sebagai alternatif, Anda dapat membatalkan transaksi berstatus tunggu dengan mengirimkan transaksi ke alamat Anda sendiri dan menggunakan nonce yang sama sebagai transaksi berstatus tunggu. - -[Cara mempercepat atau membatalkan transaksi berstatus tunggu di MetaMask](https://metamask.zendesk.com/hc/en-us/articles/360015489251-How-to-speed-up-or-cancel-a-pending-transaction) - -[Cara membatalkan transaksi Ethereum berstatus tunggu](https://info.etherscan.com/how-to-cancel-ethereum-pending-transactions/) - -### Bagaimana cara menambang Ethereum? {#mining-ethereum} - -Kami tidak menyarankan membeli peralatan menambang jika Anda belum menambang Ethereum. Di ~Q3/Q4 2022, [penggabungan](/roadmap/merge/) akan terjadi, yang mengalihkan Ethereum dari bukti kerja ke bukti taruhan. Perubahan ini berarti menambang Ethereum tidak akan mungkin lagi. diff --git a/public/content/translations/it/community/support/index.md b/public/content/translations/it/community/support/index.md deleted file mode 100644 index 4b99eccc80d..00000000000 --- a/public/content/translations/it/community/support/index.md +++ /dev/null @@ -1,104 +0,0 @@ ---- -title: Supporto Ethereum -description: Ottenere supporto nell'ecosistema Ethereum. -lang: it ---- - -# Supporto Ethereum {#support} - -## Supporto ufficiale di Ethereum {#official-support} - -Stai cercando il supporto ufficiale di Ethereum? La prima cosa che dovresti sapere è che Ethereum è decentralizzato. Questo significa che nessuna organizzazione centrale, entità o persona possiede Ethereum, e per questo non esistono canali di supporto ufficiali. - -Comprendere la natura decentralizzata di Ethereum è fondamentale perché **chiunque sostenga di essere il supporto ufficiale per Ethereum sta probabilmente provando a truffarti!** La migliore protezione contro i truffatori è informarsi e prendere sul serio la sicurezza. - - - Sicurezza di Ethereum e prevenzione delle truffe - - - - Impara i fondamenti di Ethereum - - -Nonostante la mancanza di supporto ufficiale, molti gruppi, community e progetti nell'intero ecosistema di Ethereum sono lieti di aiutare e puoi trovare molte informazioni e risorse utili su questa pagina. Hai altre domande? Unisciti al [Discord di ethereum.org](https://discord.gg/ethereum-org) e faremo il possibile per aiutarti. - -## Domande frequenti {#faq} - -### Ho inviato degli ETH al portafoglio sbagliato {#wrong-wallet} - -Una transazione inviata in Ethereum è irreversibile. Sfortunatamente, se hai inviato ETH al portafoglio sbagliato, non c'è modo di recuperare questi fondi. Nessuna organizzazione centrale, entità o persona possiede Ethereum, il che significa che nessuno può annullare le transazioni. Pertanto, è fondamentale ricontrollare sempre le tue transazioni prima di inviarle. - -### Come posso rivendicare la mia ricompensa di Ethereum? {#giveaway-scam} - -I giveaway Ethereum sono truffe progettate per rubare il vostro ETH. Non farti tentare da offerte che sembrano troppo belle per essere vere - se invii ETH a un indirizzo giveaway, non riceverai un giveaway e non potrai recuperare i tuoi fondi. - -[Maggiori informazioni sulla prevenzione delle truffe](/security/#common-scams) - -### La mia transazione è bloccata {#stuck-transaction} - -Le transazioni su Ethereum a volte possono bloccarsi se hai inviato una commissione sulle transazioni inferiore a quella richiesta per la domanda di rete. Molti portafogli prevedono un'opzione per reinviare la stessa transazione con una commissione sulle transazioni più elevata per consentire l'elaborazione. In alternativa, è possibile annullare una transazione in sospeso inviando una transazione al proprio indirizzo e utilizzando lo stesso nonce della transazione in sospeso. - -[Come velocizzare o annullare una transazione in sospeso su MetaMask](https://metamask.zendesk.com/hc/en-us/articles/360015489251-How-to-speed-up-or-cancel-a-pending-transaction) - -[Come annullare le transazioni Ethereum in sospeso](https://info.etherscan.com/how-to-cancel-ethereum-pending-transactions/) - -### Come posso fare mining su Ethereum? {#mining-ethereum} - -Il mining su Ethereum non è più possibile. Il mining è stato disattivato quando Ethereum è passato dal [proof-of-work](/glossary/#pow) al [proof-of-stake](/glossary/#pos). Ora, invece dei miner, Ethereum ha i validatori. Chiunque può mettere degli ETH in [staking](/glossary/#staking) e ricevere delle ricompense per l'esecuzione del software del validatore per proteggere la rete. - -### Come divento uno staker / eseguo un validatore? {#how-to-stake} - -Per diventare un validatore, devi mettere in staking 32 ETH nel contratto di deposito di Ethereum e configurare un nodo del validatore. Ulteriori informazioni sono disponibili sulle nostre [pagine di staking](/staking) e al [launchpad di staking](https://launchpad.ethereum.org/). - -## Costruire dapps {#building-support} - -La costruzione può essere difficile. Ecco alcuni spazi focalizzati sullo sviluppo, con sviluppatori Ethereum esperti che sono felici di aiutarti. - -- [Alchemy University](https://university.alchemy.com/#starter_code) -- [CryptoDevs discord](https://discord.com/invite/5W5tVb3) -- [StackExchange Ethereum](https://ethereum.stackexchange.com/) -- [Web3 University](https://www.web3.university/) -- [LearnWeb3](https://discord.com/invite/learnweb3) - -Puoi anche trovare la documentazione e le guide di sviluppo nella nostra sezione [risorse per sviluppatore Ethereum](/developers/). - -### Strumenti {#dapp-tooling} - -La tua domanda riguarda un particolare strumento, progetto o libreria? La maggior parte dei progetti hanno server di chat o forum dedicati al supporto. - -Ecco alcuni esempi più diffusi: - -- [Solidity](https://app.element.io/#/room/#solidity:matrix.org) -- [ethers.js](https://discord.gg/6jyGVDK6Jx) -- [web3.js](https://discord.gg/GsABYQu4sC) -- [Hardhat](https://discord.gg/xtrMGhmbfZ) -- [Alchemy](http://alchemy.com/discord) -- [Tenderly](https://discord.gg/fBvDJYR) - -## Eseguire un nodo {#node-support} - -Se stai eseguendo un nodo o un validatore, ecco alcune community che sono dedicate ad aiutarti ad iniziare. - -- [EthStaker discord](https://discord.gg/ethstaker) -- [EthStaker reddit](https://www.reddit.com/r/ethstaker) - -La maggior parte dei team che costruiscono client di Ethereum hanno anche spazi dedicati, rivolti al pubblico, dove è possibile ottenere supporto e fare domande. - -### Client di esecuzione {#execution-clients} - -- [Geth](https://discord.gg/FqDzupGyYf) -- [Nethermind](https://discord.gg/YJx3pm8z5C) -- [Besu](https://discord.gg/p8djYngzKN) -- [Erigon](https://github.com/ledgerwatch/erigon/issues) -- [Reth](https://github.com/paradigmxyz/reth/discussions) - -### Client di consenso {#consensus-clients} - -- [Prysm](https://discord.gg/prysmaticlabs) -- [Nimbus](https://discord.gg/nSmEH3qgFv) -- [Lighthouse](https://discord.gg/cyAszAh) -- [Teku](https://discord.gg/7hPv2T6) -- [Lodestar](https://discord.gg/aMxzVcr) -- [Grandine](https://discord.gg/H9XCdUSyZd) - -Puoi anche [imparare ad eseguire un nodo qui](/developers/docs/nodes-and-clients/run-a-node/). diff --git a/public/content/translations/ja/community/support/index.md b/public/content/translations/ja/community/support/index.md deleted file mode 100644 index 72f2969317a..00000000000 --- a/public/content/translations/ja/community/support/index.md +++ /dev/null @@ -1,104 +0,0 @@ ---- -title: "イーサリアムサポート" -description: "イーサリアムエコシステムにおけるサポート" -lang: ja ---- - -# イーサリアムのサポート {#support} - -## イーサリアムの公式サポート {#official-support} - -イーサリアムの公式サポートをお探しの場合は、まず始めに、 イーサリアムは非集中的な分散型であるということをご理解ください。 イーサリアムは、中央組織、団体、または個人により所有されていないため、公式のサポートチャンネルはありません。 - -イーサリアムの分散型の性質を理解することは極めて重要です。なぜなら、**イーサリアムの公式サポートを名乗る人は、おそらくあなたを騙そうとしているからです!**詐欺師に対する最良の防御は、自分自身を教育し、セキュリティを真剣に考えることです。 - - - イーサリアムのセキュリティと詐欺対策 - - - - イーサリアムの基礎を学ぶ - - -公式サポートはありませんが、イーサリアムエコシステム全体で多くのグループ、コミュニティ、およびプロジェクトからサポートを受けることができます。このページに有用な情報やリソースを記載していますので、ご確認ください。 ご質問やご不明点がある場合は、 [ethereum.org Discord](https://discord.gg/ethereum-org)にご参加ください。私たちがサポートします。 - -## よくある質問 {#faq} - -### 間違ったウォレットにETHを送ってしまいました {#wrong-wallet} - -イーサリアムで送信されたトランザクションはもとに戻すことはできません。 間違ったウォレットにETHを送信してしまった場合、残念ながら、これらの資金を回収する方法はありません。 イーサリアムは、中央組織、団体、個人により所有されていないため、誰もトランザクションを取り消すことができません。 そのため、必ず送信前に細心の注意を払って、ダブルチェックを行ってください。 - -### イーサリアムのプレゼントはどのように請求すれば良いですか? {#giveaway-scam} - -イーサリアムをプレゼントするというものは、ETHを盗もうと企てる詐欺です。 うま過ぎる話しには騙されないでください。プレゼントを受け取ろうと、相手先のアドレスにETHを送金してしまった場合、プレゼントはもらえず、自分の資金を回収することもできません。 - -[詐欺対策の詳細](/security/#common-scams) - -### トランザクションが保留中のままです {#stuck-transaction} - -イーサリアムのトランザクションは、必要とされるよりも低いトランザクションフィーを提示した場合、ネットワークの需要により、トランザクションが保留になってしまうことがあります。 多くのウォレットは、トランザクションが処理されるよう、トランザクションフィーの金額を上げて、同一トランザクションを再送信するオプションがあります。 もしくは、自分のアドレスにトランザクションを送信し、保留中のトランザクションと同じノンス (nonce)を使用することで、保留中のトランザクションをキャンセルすることができます。 - -[MetaMaskで保留中のトランザクションを高速化またはキャンセルする方法](https://metamask.zendesk.com/hc/en-us/articles/360015489251-How-to-speed-up-or-cancel-a-pending-transaction) - -[保留中のイーサリアムのトランザクションをキャンセルする方法](https://info.etherscan.com/how-to-cancel-ethereum-pending-transactions/) - -### イーサリアムのマイニング方法を教えてください {#mining-ethereum} - -イーサリアムのマイニングはできなくなりました。 イーサリアムが[プルーフ・オブ・ワーク](/glossary/#pow)から[プルーフ・オブ・ステーク](/glossary/#pos)に移行した際、マイニングは停止されました。 現在は、マイナーの代わりとなるバリデータが活躍しており、 誰でもETHを[ステーク](/glossary/#staking)して、バリデータソフトウェアを実行しネットワークの安全を確保することで、ステーキング報酬を受け取ることができます。 - -### ステーカーになる/バリデータを立ち上げる方法は? {#how-to-stake} - -バリデータになるには、イーサリアムのデポジットコントラクトに32ETHをステーキングし、バリデータノードを設定する必要があります。 詳細は、[ステーキングのページ](/staking)および[ステーキング・ローンチパッド](https://launchpad.ethereum.org/)でご覧いただけます。 - -## dappsの構築 {#building-support} - -開発では問題にぶち当たることもあります。 下記は、経験豊富なイーサリアムデベロッパーがいる、開発に特化したスペースです。 - -- [Alchemyユニバーシティ](https://university.alchemy.com/#starter_code) -- [CryptoDevs discord](https://discord.com/invite/5W5tVb3) -- [Ethereum StackExchange](https://ethereum.stackexchange.com/) -- [Web3ユニバーシティ](https://www.web3.university/) -- [LearnWeb3](https://discord.com/invite/learnweb3) - -私たちの[イーサリアムデベロッパー向けリソース](/developers/)セクションでも、ドキュメントや開発ガイドを見つけることができます。 - -### ツール {#dapp-tooling} - -ご質問が特定のツール、プロジェクト、ライブラリに関するものの場合は、 ほとんどのプロジェクトで、サポート専用のチャットサーバやフォーラムが用意されています。 - -下記は人気があるものの例です。 - -- [Solidity](https://app.element.io/#/room/#solidity:matrix.org) -- [ethers.js](https://discord.gg/6jyGVDK6Jx) -- [web3.js](https://discord.gg/GsABYQu4sC) -- [Hardhat](https://discord.gg/xtrMGhmbfZ) -- [Alchemy](http://alchemy.com/discord) -- [Tenderly](https://discord.gg/fBvDJYR) - -## ノードの実行 {#node-support} - -ノードを実行している場合やバリデータの方は、下記のコミュニティでサポートを受けることができます。 - -- [EthStaker discord](https://discord.gg/ethstaker) -- [EthStaker reddit](https://www.reddit.com/r/ethstaker) - -イーサリアムクライアントを構築しているチームの大半は、サポートを受けたり質問したりできる専用のパブリックスペースを持っています。 - -### 実行クライアント {#execution-clients} - -- [Geth](https://discord.gg/FqDzupGyYf) -- [Nethermind](https://discord.gg/YJx3pm8z5C) -- [Besu](https://discord.gg/p8djYngzKN) -- [Erigon](https://github.com/ledgerwatch/erigon/issues) -- [Reth](https://github.com/paradigmxyz/reth/discussions) - -### コンセンサスクライアント {#consensus-clients} - -- [Prysm](https://discord.gg/prysmaticlabs) -- [Nimbus](https://discord.gg/nSmEH3qgFv) -- [Lighthouse](https://discord.gg/cyAszAh) -- [Teku](https://discord.gg/7hPv2T6) -- [Lodestar](https://discord.gg/aMxzVcr) -- [Grandine](https://discord.gg/H9XCdUSyZd) - -また、[こちらでノードの実行方法を学ぶ](/developers/docs/nodes-and-clients/run-a-node/)こともできます。 diff --git a/public/content/translations/ko/community/support/index.md b/public/content/translations/ko/community/support/index.md deleted file mode 100644 index 0a29e015ac8..00000000000 --- a/public/content/translations/ko/community/support/index.md +++ /dev/null @@ -1,104 +0,0 @@ ---- -title: "이더리움 지원" -description: "이더리움 생태계에서 지원 받기" -lang: ko ---- - -# 이더리움 지원 {#support} - -## 이더리움 공식 지원 {#official-support} - -이더리움의 공식 지원을 찾고 계신가요? 먼저, 이더리움은 탈 중앙화 방식으로 운영된다는 사실을 잘 알아야 합니다. 즉, 이더리움을 소유하는 조직, 주체, 또는 개인은 없으며, 따라서 공식 지원 또한 존재하지 않습니다. - -이더리움의 탈중앙화된 특성을 이해하는 것은 매우 중요합니다. **이더리움의 공식 지원이라고 주장하는 사람은 사기꾼일 가능성이 높기 때문입니다!** 사기꾼으로부터 자신을 보호하는 가장 좋은 방법은 스스로 배우고 보안을 중요하게 생각하는 것입니다. - - - 이더리움 보안 및 사기 방지 - - - - 이더리움 기초 배우기 - - -공식적인 지원은 없지만, 이더리움 생태계 전반의 많은 그룹, 커뮤니티, 프로젝트에서 기꺼이 도움을 드립니다. 이 페이지에서 유용한 정보와 참고 자료를 많이 찾을 수 있습니다. 질문이 더 있으신가요? [ethereum.org Discord](https://discord.gg/ethereum-org)에 참여하시면 도움을 드리겠습니다. - -## 자주 묻는 질문 {#faq} - -### 잘못된 지갑에 ETH를 보냈습니다 {#wrong-wallet} - -이더리움에서 전송된 거래는 되돌릴 수 없습니다. 아쉽게도, ETH를 잘못된 지갑으로 전송했다면, 전송된 ETH를 복구할 수 있는 방법은 없습니다. 이더리움을 소유하는 중앙 조직, 주체 또는 개인은 없으며, 따라서 거래를 되돌리는 것은 불가능합니다. 따라서, 거래를 전송하기 전에 반드시 거래를 한 번 더 검토하는 것이 중요합니다. - -### 이더리움 경품을 어떻게 수령하나요? {#giveaway-scam} - -이더리움 경품은 사용자의 ETH를 훔치기 위해 계획된 사기입니다. 분명히 좋아 보이는 제안이라도 현혹 당하지 마세요. 경품 진행용 주소에 ETH를 전송해도 경품을 받을 수 없으며 전송한 ETH는 복구할 수 없습니다. - -[사기 방지에 대한 추가 정보](/security/#common-scams) - -### 내 트랜잭션이 멈췄습니다 {#stuck-transaction} - -이더리움의 트랜잭션은 네트워크 수요로 인해 요구되는 것보다 낮은 거래 수수료를 제출한 경우 처리되지 않을 수 있습니다. 많은 지갑에서 트랜잭션이 처리될 수 있도록 더 높은 거래 수수료로 동일한 트랜잭션을 다시 제출하는 옵션을 제공합니다. 또는 자신의 주소로 트랜잭션을 보내고 보류 중인 트랜잭션과 동일한 논스(nonce)를 사용하여 보류 중인 트랜잭션을 취소할 수 있습니다. - -[MetaMask에서 보류 중인 트랜잭션의 속도를 높이거나 취소하는 방법](https://metamask.zendesk.com/hc/en-us/articles/360015489251-How-to-speed-up-or-cancel-a-pending-transaction) - -[보류 중인 이더리움 트랜잭션을 취소하는 방법](https://info.etherscan.com/how-to-cancel-ethereum-pending-transactions/) - -### 이더리움을 어떻게 채굴하나요? 이더리움을 채굴하고 싶습니다 {#mining-ethereum} - -이더리움 채굴은 더 이상 불가능합니다. 이더리움이 [작업 증명](/glossary/#pow)에서 [지분 증명](/glossary/#pos)으로 전환되면서 채굴이 중단되었습니다. 이제 채굴자 대신 이더리움에는 검증자가 있습니다. 누구나 ETH를 [스테이킹](/glossary/#staking)하고 검증자 소프트웨어를 실행하여 네트워크를 보호하고 스테이킹 보상을 받을 수 있습니다. - -### 스테이커가 되거나 검증자를 운영하려면 어떻게 해야 하나요? {#how-to-stake} - -검증자가 되려면 이더리움 예치 계약에 32 ETH를 스테이킹하고 검증자 노드를 설정해야 합니다. 자세한 내용은 [스테이킹 페이지](/staking) 및 [스테이킹 런치패드](https://launchpad.ethereum.org/)에서 확인할 수 있습니다. - -## 탈중앙화앱 빌드하기 {#building-support} - -빌드는 어려울 수 있습니다. 기꺼이 도움을 줄 숙련된 이더리움 개발자들이 있는 개발 중심 공간을 소개합니다. - -- [Alchemy University](https://university.alchemy.com/#starter_code) -- [CryptoDevs discord](https://discord.com/invite/5W5tVb3) -- [Ethereum StackExchange](https://ethereum.stackexchange.com/) -- [Web3 University](https://www.web3.university/) -- [LearnWeb3](https://discord.com/invite/learnweb3) - -[이더리움 개발자 리소스](/developers/) 섹션에서 개발 문서와 개발 가이드를 찾을 수도 있습니다. - -### 툴링 {#dapp-tooling} - -도구, 프로젝트 또는 라이브러리와 관련된 질문이 있으신가요? 대부분의 프로젝트에는 여러분을 돕기 위한 대화 서버 또는 포럼이 있습니다. - -몇 가지 대표적인 예시입니다. - -- [Solidity](https://gitter.im/ethereum/solidity) -- [ethers.js](https://discord.gg/6jyGVDK6Jx) -- [web3.js](https://discord.gg/GsABYQu4sC) -- [Hardhat](https://discord.gg/xtrMGhmbfZ) -- [Alchemy](http://alchemy.com/discord) -- [Tenderly](https://discord.gg/fBvDJYR) - -## 노드 실행하기 {#node-support} - -노드나 검증자를 운영하는 경우, 시작하는 데 도움이 되는 몇몇 커뮤니티가 있습니다. - -- [EthStaker discord](https://discord.gg/ethstaker) -- [EthStaker reddit](https://www.reddit.com/r/ethstaker) - -이더리움 클라이언트를 구축하는 대부분의 팀은 지원을 받고 질문을 할 수 있는 전용 공개 공간을 운영하고 있습니다. - -### 실행 클라이언트 {#execution-clients} - -- [Geth](https://discord.gg/FqDzupGyYf) -- [Nethermind](https://discord.gg/YJx3pm8z5C) -- [Besu](https://discord.gg/p8djYngzKN) -- [Erigon](https://github.com/ledgerwatch/erigon/issues) -- [Reth](https://github.com/paradigmxyz/reth/discussions) - -### 합의 클라이언트 {#consensus-clients} - -- [Prysm](https://discord.gg/prysmaticlabs) -- [Nimbus](https://discord.gg/nSmEH3qgFv) -- [Lighthouse](https://discord.gg/cyAszAh) -- [Teku](https://discord.gg/7hPv2T6) -- [Lodestar](https://discord.gg/aMxzVcr) -- [Grandine](https://discord.gg/H9XCdUSyZd) - -[여기에서 노드 실행 방법을 배울 수도 있습니다](/developers/docs/nodes-and-clients/run-a-node/). diff --git a/public/content/translations/mr/community/support/index.md b/public/content/translations/mr/community/support/index.md deleted file mode 100644 index cba52628d18..00000000000 --- a/public/content/translations/mr/community/support/index.md +++ /dev/null @@ -1,104 +0,0 @@ ---- -title: "Ethereum सपोर्ट" -description: "Ethereum इकोसिस्टममध्ये साहाय्य मिळवा." -lang: mr ---- - -# Ethereum साहाय्य {#support} - -## अधिकृत Ethereum साहाय्य {#official-support} - -तुम्ही अधिकृत Ethereum साहाय्य शोधत आहात का? तुम्ही पहिली गोष्ट जी जाणून घेतली पाहिजे ती म्हणजे Ethereum विकेंद्रित आहे. याचा अर्थ असा की कोणतीही केंद्रीय संस्था, घटक किंवा व्यक्ती Ethereum ची मालक नाही आणि त्यामुळे कोणतेही अधिकृत साहाय्य चॅनेल अस्तित्वात नाहीत. - -Ethereum चे विकेंद्रित स्वरूप समजून घेणे महत्त्वाचे आहे कारण **Ethereum साठी अधिकृत साहाय्य असल्याचा दावा करणारी कोणतीही व्यक्ती कदाचित तुमची फसवणूक करण्याचा प्रयत्न करत आहे!** घोटाळेबाजांपासून सर्वोत्तम संरक्षण म्हणजे स्वतःला शिक्षित करणे आणि सुरक्षिततेला गांभीर्याने घेणे. - - - Ethereum सुरक्षा आणि घोटाळा प्रतिबंध - - - - Ethereum ची मूलतत्त्वे जाणून घ्या - - -अधिकृत साहाय्याच्या अभावा সত্ত্বেও, Ethereum इकोसिस्टममधील अनेक गट, समुदाय आणि प्रकल्प मदत करण्यास उत्सुक आहेत आणि तुम्हाला या पृष्ठावर बरीच उपयुक्त माहिती आणि संसाधने मिळू शकतात. अजूनही प्रश्न आहेत का? [ethereum.org Discord](https://discord.gg/ethereum-org) मध्ये सामील व्हा आणि आम्ही मदत करण्याचा प्रयत्न करू. - -## वारंवार विचारले जाणारे प्रश्न {#faq} - -### मी चुकीच्या वॉलेटमध्ये ETH पाठवले आहेत {#wrong-wallet} - -Ethereum वर पाठवलेला व्यवहार अपरिवर्तनीय आहे. दुर्दैवाने, जर तुम्ही चुकीच्या वॉलेटमध्ये ETH पाठवले असतील, तर हे फंड परत मिळवण्याचा कोणताही मार्ग नाही. कोणतीही केंद्रीय संस्था, घटक किंवा व्यक्ती Ethereum ची मालक नाही, याचा अर्थ कोणीही व्यवहार उलटवू शकत नाही. त्यामुळे, व्यवहार पाठवण्यापूर्वी ते नेहमी दोनदा तपासणे महत्त्वाचे आहे. - -### मी माझे Ethereum गिव्हअवे कसे क्लेम करू शकेन? {#giveaway-scam} - -Ethereum गिव्हअवेज हे तुमचे ETH चोरण्यासाठी डिझाइन केलेले घोटाळे आहेत. खूप चांगल्या वाटणाऱ्या ऑफर्सच्या मोहात पडू नका — जर तुम्ही गिव्हअवे ॲड्रेसवर ETH पाठवले, तर तुम्हाला कोणतेही गिव्हअवे मिळणार नाही आणि तुम्ही तुमचे फंड परत मिळवू शकणार नाही. - -[घोटाळा प्रतिबंधावर अधिक](/security/#common-scams) - -### माझा व्यवहार अडकला आहे {#stuck-transaction} - -नेटवर्कच्या मागणीमुळे आवश्यक असलेल्या शुल्कापेक्षा कमी व्यवहार शुल्क सबमिट केल्यास Ethereum वरील व्यवहार कधीकधी अडकू शकतात. अनेक वॉलेट्स व्यवहार प्रक्रिया करण्यासाठी उच्च व्यवहार शुल्कासह तोच व्यवहार पुन्हा सबमिट करण्याचा पर्याय देतात. याव्यतिरिक्त, तुम्ही तुमच्या स्वतःच्या ॲड्रेसवर व्यवहार पाठवून आणि प्रलंबित व्यवहाराप्रमाणेच नॉन्स (nonce) वापरून प्रलंबित व्यवहार रद्द करू शकता. - -[MetaMask वर प्रलंबित व्यवहाराचा वेग कसा वाढवायचा किंवा तो रद्द कसा करायचा](https://metamask.zendesk.com/hc/en-us/articles/360015489251-How-to-speed-up-or-cancel-a-pending-transaction) - -[प्रलंबित Ethereum व्यवहार कसे रद्द करायचे](https://info.etherscan.com/how-to-cancel-ethereum-pending-transactions/) - -### मी Ethereum चे मायनिंग कसे करू? {#mining-ethereum} - -Ethereum मायनिंग आता शक्य नाही. जेव्हा Ethereum [प्रूफ-ऑफ-वर्क (proof-of-work)](/glossary/#pow) वरून [प्रूफ-ऑफ-स्टेक (proof-of-stake)](/glossary/#pos) वर स्थलांतरित झाले, तेव्हा मायनिंग बंद करण्यात आले. आता, मायनर्सऐवजी, Ethereum कडे व्हॅलिडेटर्स आहेत. नेटवर्क सुरक्षित करण्यासाठी व्हॅलिडेटर सॉफ्टवेअर चालवून कोणीही ETH [स्टेक](/glossary/#staking) करू शकतो आणि स्टेक करण्याचे रिवॉर्ड्स मिळवू शकतो. - -### मी स्टेकर कसा बनू / व्हॅलिडेटर कसे चालवू? {#how-to-stake} - -व्हॅलिडेटर बनण्यासाठी, तुम्ही Ethereum डिपॉझिट कॉन्ट्रॅक्टमध्ये 32 ETH स्टेक करणे आणि एक व्हॅलिडेटर नोड सेट करणे आवश्यक आहे. अधिक माहिती आमच्या [स्टेकिंग पृष्ठांवर](/staking) आणि [स्टेकिंग लॉन्चपॅडवर](https://launchpad.ethereum.org/) उपलब्ध आहे. - -## dapps तयार करणे {#building-support} - -तयार करणे कठीण असू शकते. येथे काही विकास-केंद्रित जागा आहेत जिथे अनुभवी Ethereum डेव्हलपर्स मदत करण्यास उत्सुक आहेत. - -- [Alchemy University](https://university.alchemy.com/#starter_code) -- [CryptoDevs discord](https://discord.com/invite/5W5tVb3) -- [Ethereum StackExchange](https://ethereum.stackexchange.com/) -- [Web3 University](https://www.web3.university/) -- [LearnWeb3](https://discord.com/invite/learnweb3) - -तुम्हाला आमच्या [Ethereum डेव्हलपर रिसोर्सेस](/developers/) विभागात माहिती आणि विकास मार्गदर्शक तत्त्वे देखील मिळतील. - -### टूल्स {#dapp-tooling} - -तुमचा प्रश्न विशिष्ट टूल, प्रोजेक्ट किंवा लायब्ररीशी संबंधित आहे का? बहुतेक प्रकल्पांमध्ये तुम्हाला साहाय्य करण्यासाठी समर्पित चॅट सर्व्हर किंवा फोरम असतात. - -येथे काही लोकप्रिय उदाहरणे आहेत: - -- [Solidity](https://app.element.io/#/room/#solidity:matrix.org) -- [ethers.js](https://discord.gg/6jyGVDK6Jx) -- [web3.js](https://discord.gg/GsABYQu4sC) -- [Hardhat](https://discord.gg/xtrMGhmbfZ) -- [Alchemy](http://alchemy.com/discord) -- [Tenderly](https://discord.gg/fBvDJYR) - -## नोड चालवणे {#node-support} - -जर तुम्ही नोड किंवा व्हॅलिडेटर चालवत असाल, तर तुम्हाला सुरुवात करण्यात मदत करण्यासाठी समर्पित काही समुदाय येथे आहेत. - -- [EthStaker discord](https://discord.gg/ethstaker) -- [EthStaker reddit](https://www.reddit.com/r/ethstaker) - -Ethereum क्लायंट तयार करणाऱ्या बहुतेक टीम्सकडे समर्पित, सार्वजनिक जागा आहेत, जिथे तुम्ही साहाय्य मिळवू शकता आणि प्रश्न विचारू शकता. - -### एक्झिक्युशन क्लायंट {#execution-clients} - -- [Geth](https://discord.gg/FqDzupGyYf) -- [Nethermind](https://discord.gg/YJx3pm8z5C) -- [Besu](https://discord.gg/p8djYngzKN) -- [Erigon](https://github.com/ledgerwatch/erigon/issues) -- [Reth](https://github.com/paradigmxyz/reth/discussions) - -### कन्सेंसस क्लायंट {#consensus-clients} - -- [Prysm](https://discord.gg/prysmaticlabs) -- [Nimbus](https://discord.gg/nSmEH3qgFv) -- [Lighthouse](https://discord.gg/cyAszAh) -- [Teku](https://discord.gg/7hPv2T6) -- [Lodestar](https://discord.gg/aMxzVcr) -- [Grandine](https://discord.gg/H9XCdUSyZd) - -तुम्ही [येथे नोड कसा चालवायचा हे देखील शिकू शकता](/developers/docs/nodes-and-clients/run-a-node/). diff --git a/public/content/translations/pl/community/support/index.md b/public/content/translations/pl/community/support/index.md deleted file mode 100644 index 407eeb18149..00000000000 --- a/public/content/translations/pl/community/support/index.md +++ /dev/null @@ -1,104 +0,0 @@ ---- -title: Wsparcie Ethereum -description: Uzyskaj wsparcie w ekosystemie Ethereum. -lang: pl ---- - -# Wsparcie Ethereum {#support} - -## Oficjalne wsparcie Ethereum {#official-support} - -Szukasz oficjalnego wsparcia Ethereum? Pierwszą rzeczą, którą powinieneś wiedzieć, jest to, że Ethereum jest zdecentralizowane. Oznacza to, że żadna centralna organizacja, podmiot lub osoba nie jest właścicielem Ethereum i z tego powodu nie istnieją żadne oficjalne kanały wsparcia. - -Zrozumienie zdecentralizowanej natury Ethereum jest kluczowe, ponieważ **każdy, kto twierdzi, że jest oficjalnym wsparciem Ethereum, prawdopodobnie próbuje Cię oszukać!** Najlepszą ochroną przed oszustami jest edukacja i poważne podejście do kwestii bezpieczeństwa. - - - Bezpieczeństwo Ethereum i zapobieganie oszustwom - - - - Poznaj podstawy Ethereum - - -Pomimo braku oficjalnego wsparcia, wiele grup, społeczności i projektów w całym ekosystemie Ethereum chętnie pomaga, a na tej stronie można znaleźć wiele przydatnych informacji i zasobów. Nadal masz pytania? Dołącz do [Discorda ethereum.org](https://discord.gg/ethereum-org), a my postaramy się pomóc. - -## Często zadawane pytania {#faq} - -### Wysłanie ETH do niewłaściwego portfela {#wrong-wallet} - -Transakcja wysłana na Ethereum jest nieodwracalna. Niestety, jeśli wysłałeś ETH do niewłaściwego portfela, nie ma sposobu na odzyskanie tych środków. Żadna centralna organizacja, podmiot ani osoba nie jest właścicielem Ethereum, co oznacza, że nikt nie może cofnąć transakcji. Dlatego ważne jest, aby zawsze dokładnie sprawdzać transakcje przed ich wysłaniem. - -### Jak mogę odebrać wygraną w konkursie Ethereum? {#giveaway-scam} - -Konkursy z nagrodami Ethereum to oszustwa mające na celu kradzież twojego ETH. Nie daj się skusić ofertom, które wydają się zbyt piękne, aby były prawdziwe — jeśli wyślesz ETH na adres konkursowy, nie otrzymasz nagrody i nie będziesz w stanie odzyskać swoich środków. - -[Więcej o zapobieganiu oszustwom](/security/#common-scams) - -### Moja transakcja utknęła {#stuck-transaction} - -Transakcje na Ethereum mogą czasami utknąć, jeśli złożyłeś niższą opłatę transakcyjną niż jest to wymagane ze względu na zapotrzebowanie sieci. Wiele portfeli oferuje opcję ponownego przesłania tej samej transakcji z wyższą opłatą transakcyjną, aby umożliwić przetworzenie transakcji. Alternatywnie możesz anulować oczekującą transakcję, wysyłając transakcję na swój własny adres i używając tego samego nonce, co oczekująca transakcja. - -[Jak przyspieszyć lub anulować oczekującą transakcję w MetaMask](https://metamask.zendesk.com/hc/en-us/articles/360015489251-How-to-speed-up-or-cancel-a-pending-transaction) - -[Jak anulować oczekujące transakcje Ethereum](https://info.etherscan.com/how-to-cancel-ethereum-pending-transactions/) - -### Jak wydobywać Ethereum? Wydobycie Ethereum {#mining-ethereum} - -Kopanie Ethereum nie jest już dłużej możliwe. Wydobycie zostało wyłączone, gdy Ethereum przeszło z [dowodu pracy (proof-of-work)](/glossary/#pow) na [dowód stawki (proof-of-stake)](/glossary/#pos). Teraz, zamiast górników, Ethereum ma walidatory. Każdy może [stakować](/glossary/#staking) ETH i otrzymywać nagrody ze stakowania za uruchamianie oprogramowania walidatora w celu zabezpieczenia sieci. - -### Jak zostać stakerem / uruchomić walidator? {#how-to-stake} - -Aby zostać walidatorem, musisz zestakować 32 ETH w kontrakcie depozytowym Ethereum i skonfigurować węzeł walidatora. Więcej informacji można znaleźć na naszych [stronach poświęconych stakowaniu](/staking) oraz na [Staking Launchpadzie](https://launchpad.ethereum.org/). - -## Tworzenie dapek {#building-support} - -Budowanie może być trudne. Oto kilka miejsc skoncentrowanych na rozwoju z doświadczonymi deweloperami Ethereum, którzy chętnie pomogą. - -- [Uniwersytet Alchemy](https://university.alchemy.com/#starter_code) -- [Discord CryptoDevs](https://discord.com/invite/5W5tVb3) -- [Ethereum StackExchange](https://ethereum.stackexchange.com/) -- [Uniwersytet Web3](https://www.web3.university/) -- [LearnWeb3](https://discord.com/invite/learnweb3) - -Dokumentację i przewodniki deweloperskie można również znaleźć w naszej sekcji [Zasoby dla deweloperów Ethereum](/developers/). - -### Narzędzia {#dapp-tooling} - -Czy twoje pytanie dotyczy konkretnego narzędzia, projektu lub biblioteki? Większość projektów posiada serwery czatu lub fora poświęcone wsparciu. - -Oto kilka popularnych przykładów: - -- [Solidity](https://app.element.io/#/room/#solidity:matrix.org) -- [ethers.js](https://discord.gg/6jyGVDK6Jx) -- [web3.js](https://discord.gg/GsABYQu4sC) -- [Hardhat](https://discord.gg/xtrMGhmbfZ) -- [Alchemy](http://alchemy.com/discord) -- [Tenderly](https://discord.gg/fBvDJYR) - -## Uruchamianie węzła {#node-support} - -Jeśli uruchamiasz węzeł lub walidator, oto kilka społeczności, które pomogą Ci zacząć. - -- [Discord EthStaker](https://discord.gg/ethstaker) -- [Reddit EthStaker](https://www.reddit.com/r/ethstaker) - -Większość zespołów tworzących klienty Ethereum ma również dedykowane, publiczne przestrzenie, w których można uzyskać wsparcie i zadawać pytania. - -### Klienci wykonawczy {#execution-clients} - -- [Geth](https://discord.gg/FqDzupGyYf) -- [Nethermind](https://discord.gg/YJx3pm8z5C) -- [Besu](https://discord.gg/p8djYngzKN) -- [Erigon](https://github.com/ledgerwatch/erigon/issues) -- [Reth](https://github.com/paradigmxyz/reth/discussions) - -### Klienci konsensusu {#consensus-clients} - -- [Prysm](https://discord.gg/prysmaticlabs) -- [Nimbus](https://discord.gg/nSmEH3qgFv) -- [Lighthouse](https://discord.gg/cyAszAh) -- [Teku](https://discord.gg/7hPv2T6) -- [Lodestar](https://discord.gg/aMxzVcr) -- [Grandine](https://discord.gg/H9XCdUSyZd) - -Można również [dowiedzieć się tutaj, jak uruchomić węzeł](/developers/docs/nodes-and-clients/run-a-node/). diff --git a/public/content/translations/pt-br/community/support/index.md b/public/content/translations/pt-br/community/support/index.md deleted file mode 100644 index efc1b1e6d97..00000000000 --- a/public/content/translations/pt-br/community/support/index.md +++ /dev/null @@ -1,114 +0,0 @@ ---- -title: Suporte Ethereum -description: Obtenha suporte no ecossistema Ethereum. -lang: pt-br ---- - -# Suporte Ethereum {#support} - -## Suporte oficial do Ethereum {#official-support} - -Você está procurando pelo suporte oficial do Ethereum? A primeira coisa que você deve saber é que o Ethereum é descentralizado. Isso significa que nenhuma organização central, entidade ou pessoa é proprietária do Ethereum, e, por isso, não existem canais de suporte oficiais. - -Compreender a natureza descentralizada do Ethereum é vital porque qualquer pessoa que afirme ser um suporte oficial para o Ethereum está provavelmente tentando enganar você! A melhor proteção contra os golpistas é educar-se e levar a segurança a sério. - - - Segurança e prevenção de fraude do Ethereum - - - - Aprenda os conceitos básicos do Ethereum - - -Apesar da falta de suporte oficial, muitos grupos, comunidades e projetos em todo o ecossistema Ethereum estão felizes em ajudar, e você pode encontrar muitas informações e recursos úteis nesta página. Ainda tem dúvidas? Junte-se ao [Discord ethereum.org](https://discord.gg/ethereum-org) e tentaremos ajudar. - -## Suporte a carteiras {#wallet-support} - -Está tendo problemas com sua carteira? A maioria das carteiras tem equipes de suporte dedicadas que podem ajudar: - -- [MetaMask](https://metamask.zendesk.com/hc/) -- [Argent](https://support.argent.xyz/hc/) -- [MyEtherWallet](https://help.myetherwallet.com/) - -_Esta não é uma lista exaustiva. Precisa de ajuda para encontrar suporte para uma carteira específica? Una-se ao [Discord da ethereum.org](https://discord.gg/ethereum-org) e tentaremos ajudar._ - -Procurando uma carteira Ethereum? [Veja a nossa lista completa de carteiras Ethereum](/wallets/find-wallet/). - -## Criando dapps {#building-support} - -Desevolver um dapp pode ser difícil. Aqui estão alguns espaços voltados ao desenvolvimento com desenvolvedores Ethereum experientes dispostos a ajudar. - -- [Universidade Alchemy](https://university.alchemy.com/#starter_code) -- [Discord CryptoDevs](https://discord.com/invite/5W5tVb3) -- [Stackexchange do Ethereum](https://ethereum.stackexchange.com/) -- [Universidade Web3](https://www.web3.university/) -- [LearnWeb3](https://discord.com/invite/learnweb3) - -Você também pode encontrar documentação e guias de desenvolvimento em nossa seção [Recursos de desenvolvedor Ethereum](/developers/). - -### Ferramentas {#dapp-tooling} - -Sua pergunta está relacionada a uma ferramenta, projeto ou biblioteca em particular? A maioria dos projetos tem servidores de bate-papo ou fóruns dedicados a apoiar você. - -Aqui estão alguns exemplos populares: - -- [Solidity](https://app.element.io/#/room/#solidity:matrix.org) -- [ethers.js](https://discord.gg/6jyGVDK6Jx) -- [web3.js](https://discord.gg/GsABYQu4sC) -- [Hardhat](https://discord.gg/xtrMGhmbfZ) -- [Alchemy](http://alchemy.com/discord) -- [Tenderly](https://discord.gg/fBvDJYR) - -## Executando um nó {#node-support} - -Se você estiver executando um nó ou validador, aqui estão algumas comunidades que se dedicam a ajudá-lo a começar. - -- [Discord EthStaker](https://discord.gg/ethstaker) -- [Reddit EthStaker](https://www.reddit.com/r/ethstaker) - -A maioria das equipes que estão construindo clientes Ethereum também tem espaços dedicados ao público, onde você pode obter suporte e fazer perguntas. - -### Clientes de execução {#execution-clients} - -- [Geth](https://discord.gg/FqDzupGyYf) -- [Nethermind](https://discord.gg/YJx3pm8z5C) -- [Besu](https://discord.gg/p8djYngzKN) -- [Erigon](https://github.com/ledgerwatch/erigon/issues) - -### Clientes de consenso {#consensus-clients} - -- [Prysm](https://discord.gg/prysmaticlabs) -- [Nimbus](https://discord.gg/nSmEH3qgFv) -- [Lighthouse](https://discord.gg/cyAszAh) -- [Teku](https://discord.gg/7hPv2T6) -- [Lodestar](https://discord.gg/aMxzVcr) - -Você também pode [aprender a executar um nó aqui](/developers/docs/nodes-and-clients/run-a-node/). - -## Perguntas frequentes {#faq} - -### Enviei ETH para a carteira errada {#wrong-wallet} - -Uma transação enviada em Ethereum é irreversível. Infelizmente, se você enviou ETH para a carteira errada, não há como recuperar esses fundos. Nenhuma organização central, entidade ou pessoa é proprietária do Ethereum, o que significa que ninguém pode reverter transações. Portanto, é vital verificar sempre as suas transações antes de enviá-las. - -### Como eu posso solicitar minha doação de Ethereum? {#giveaway-scam} - -Doações/airdrops de Ethereum são golpes criados para roubar o seu ETH. Não se sinta tentado por ofertas que parecem boas demais para serem verdadeiras — se você enviar ETH para um endereço de doação, não receberá nenhuma doação/airdrop e não poderá recuperar seus fundos. - -[Mais sobre prevenção de fraudes](/security/#common-scams) - -### Minha transação está bloqueada {#stuck-transaction} - -Transações em Ethereum podem algumas vezes ficar bloqueadas se você tiver enviado uma taxa de transação menor do que a necessária devido à demanda na rede. Muitas carteiras oferecem uma opção para reenviar a mesma transação com uma taxa de transação maior para permitir que a transação seja processada. Como alternativa, você pode cancelar uma transação pendente enviando uma transação para seu próprio endereço e usando o mesmo nonce que a transação pendente. - -[Como acelerar ou cancelar uma transação pendente no MetaMask](https://metamask.zendesk.com/hc/en-us/articles/360015489251-How-to-speed-up-or-cancel-a-pending-transaction) - -[Como cancelar transações pendentes no Ethereum](https://info.etherscan.com/how-to-cancel-ethereum-pending-transactions/) - -### Como minero Ethereum? {#mining-ethereum} - -A mineração do Ethereum não é mais possível. A mineração foi desativada quando o Ethereum passou de prova de trabalho para prova de participação. Agora, em vez de mineradores, o Ethereum tem validadores. Os validadores participam com ETH e recebem recompensas de aposta para proteger a rede. - -### Como me torno um participante/validador? {#become-validator} - -Para se tornar um validador, você deve participar com 32 ETH no contrato de depósito do Ethereum e configurar um nó validador. Mais informações estão disponíveis em nossas [páginas de participação](/staking) e na [plataforma de lançamento de participação](https://launchpad.ethereum.org/). diff --git a/public/content/translations/ru/community/support/index.md b/public/content/translations/ru/community/support/index.md deleted file mode 100644 index 502db1fd98a..00000000000 --- a/public/content/translations/ru/community/support/index.md +++ /dev/null @@ -1,104 +0,0 @@ ---- -title: "Поддержка Ethereum" -description: "Получите поддержку в экосистеме Ethereum." -lang: ru ---- - -# Поддержка Ethereum {#support} - -## Официальная поддержка Ethereum {#official-support} - -Ищете официальную поддержку Ethereum? Первое, что вы должны знать, — Ethereum является децентрализованной системой. Это означает, что ни одна центральная организация, структура или лицо не владеет Ethereum, и поэтому не существует официальных каналов поддержки. - -Понимание децентрализованной природы Ethereum жизненно важно, потому что **любой, кто утверждает, что является официальной поддержкой Ethereum, вероятно, пытается вас обмануть!** Лучшая защита от мошенников — это самообразование и серьезное отношение к безопасности. - - - Безопасность Ethereum и предотвращение мошенничества - - - - Изучите основы Ethereum - - -Несмотря на отсутствие официальной поддержки, многие группы, сообщества и проекты в экосистеме Ethereum рады помочь, и на этой странице вы можете найти много полезной информации и ресурсов. Остались вопросы? Присоединяйтесь к [Discord-серверу ethereum.org](https://discord.gg/ethereum-org), и мы постараемся вам помочь. - -## Часто задаваемые вопросы {#faq} - -### Я отправил(а) ETH не на тот кошелек {#wrong-wallet} - -Транзакция, отправленная на Ethereum, необратима. К сожалению, если вы отправили эфиры (ETH) не на тот кошелек, вернуть эти средства невозможно. Ни одна центральная организация, структура или лицо не владеет Ethereum — это означает, что никто не может отменить транзакции. Поэтому очень важно всегда перепроверять свои транзакции перед отправкой. - -### Как мне получить Ethereum в бесплатной раздаче? {#giveaway-scam} - -Раздачи Ethereum — это мошенничество, предназначенное для кражи ваших эфиров (ETH). Не ведитесь на предложения, которые кажутся слишком хорошими, чтобы быть правдой, — если вы отправите эфиры (ETH) на адрес раздачи, вы не получите раздачу и не сможете вернуть свои средства. - -[Подробнее о предотвращении мошенничества](/security/#common-scams) - -### Моя транзакция зависла {#stuck-transaction} - -Транзакции в Ethereum иногда могут зависать, если вы ввели меньшую, чем требуется в сети из-за нагрузки, комиссию за транзакцию. Многие кошельки предоставляют возможность повторной отправки той же транзакции, но с более высокой комиссией, чтобы она была обработана. Кроме того, вы можете отменить ожидающую транзакцию, отправив транзакцию на свой адрес и используя тот же одноразовый номер (nonce), что и ожидающая транзакция. - -[Как ускорить или отменить ожидающую транзакцию в MetaMask](https://metamask.zendesk.com/hc/en-us/articles/360015489251-How-to-speed-up-or-cancel-a-pending-transaction) - -[Как отменить ожидающие транзакции Ethereum](https://info.etherscan.com/how-to-cancel-ethereum-pending-transactions/) - -### Как я могу добыть Ethereum? {#mining-ethereum} - -Майнинг Ethereum стал невозможен. Майнинг был отключен, когда Ethereum перешел с [доказательства работы](/glossary/#pow) на [доказательство доли владения](/glossary/#pos). Теперь вместо майнеров в Ethereum появились валидаторы. Любой желающий может [стейкать](/glossary/#staking) ETH и получать вознаграждения за стейкинг, запуская программное обеспечение валидатора для защиты сети. - -### Как стать стейкером/валидатором? {#how-to-stake} - -Чтобы стать валидатором, нужно стать дольщиком 32 ETH в депозитном контракте Ethereum и установить узел валидатора. Дополнительная информация доступна на наших [страницах о стейкинге](/staking) и на [лончпаде для стейкинга](https://launchpad.ethereum.org/). - -## Создание децентрализованных приложений {#building-support} - -Этот процесс может быть сложным. Вот несколько ориентированных на разработку ресурсов с опытными разработчиками Ethereum, которые будут рады помочь. - -- [Университет Alchemy](https://university.alchemy.com/#starter_code) -- [Discord-сервер CryptoDevs](https://discord.com/invite/5W5tVb3) -- [Ethereum StackExchange](https://ethereum.stackexchange.com/) -- [Университет Web3](https://www.web3.university/) -- [LearnWeb3](https://discord.com/invite/learnweb3) - -Вы также можете найти документацию и руководства по разработке в нашем разделе [ресурсов для разработчиков Ethereum](/developers/). - -### Инструментарий {#dapp-tooling} - -Ваш вопрос относится к конкретному инструменту, проекту или библиотеке? У большинства проектов есть чат-серверы или форумы, посвященные поддержке. - -Вот примеры нескольких популярных. - -- [Solidity](https://app.element.io/#/room/#solidity:matrix.org) -- [ethers.js](https://discord.gg/6jyGVDK6Jx) -- [web3.js](https://discord.gg/GsABYQu4sC) -- [Hardhat](https://discord.gg/xtrMGhmbfZ) -- [Alchemy](http://alchemy.com/discord) -- [Tenderly](https://discord.gg/fBvDJYR) - -## Запуск узла {#node-support} - -Если вы запускаете узел или валидатора, вот несколько сообществ, призванных помочь вам начать работу. - -- [Discord-сервер EthStaker](https://discord.gg/ethstaker) -- [Сабреддит EthStaker](https://www.reddit.com/r/ethstaker) - -У большинства команд, разрабатывающих клиентов Ethereum, также есть специальные открытые площадки, где вы можете получить поддержку и задать вопросы. - -### Клиенты-исполнители {#execution-clients} - -- [Geth](https://discord.gg/FqDzupGyYf) -- [Nethermind](https://discord.gg/YJx3pm8z5C) -- [Besu](https://discord.gg/p8djYngzKN) -- [Erigon](https://github.com/ledgerwatch/erigon/issues) -- [Reth](https://github.com/paradigmxyz/reth/discussions) - -### Клиенты консенсуса {#consensus-clients} - -- [Prysm](https://discord.gg/prysmaticlabs) -- [Nimbus](https://discord.gg/nSmEH3qgFv) -- [Lighthouse](https://discord.gg/cyAszAh) -- [Teku](https://discord.gg/7hPv2T6) -- [Lodestar](https://discord.gg/aMxzVcr) -- [Grandine](https://discord.gg/H9XCdUSyZd) - -Вы также можете [узнать, как запустить узел, здесь](/developers/docs/nodes-and-clients/run-a-node/). diff --git a/public/content/translations/sw/community/support/index.md b/public/content/translations/sw/community/support/index.md deleted file mode 100644 index a6aa2c61958..00000000000 --- a/public/content/translations/sw/community/support/index.md +++ /dev/null @@ -1,107 +0,0 @@ ---- -title: Msaada wa Ethereum -description: Pata msaada kwenye ikolojia ya Ethereum. -lang: sw ---- - -# Msaada wa Ethereum {#support} - -## Msaada rasmi wa Ethereum {#official-support} - -Je, unatafuta msaada rasmi wa Ethereum? Cha kwanza unachopaswa kujua ni kua Ethereum imegatuliwa. Hii inamaana hamna mashirika ya kati ama ya kiserikali, chombo, ama mtu anayemiliki Ethereum, na kwasababu hio, hakunana chaneli ya kutoa msaada ilio rasmi. - -Ufahamu wa asili ya ugatuzi wa Ethereum ni muhimu kwa kila mmoja maana yeyote anayedai kua mtu anaeweza kutoa msaada kuhusu Ethereum anaweza kukulaghai! Ulinzi thabiti dhidi ya walaghai na kujifunza na kua makini na ulinzi. - - - Usalama wa Ethereum na udhibiti wa matapeli - - - - Jifunze mambo ya msingi ya Ethereum - - -Licha ya upungufu wa uungaji mkono, makundi mengi, jumuiya na mirandi ndani ya ikolojia ya Ethereum wanafurahi kuunga mkono, na unaweza kupata taarifa muhimu na vyanzo kwenye ukurasa huu. Bado unamswali? Jiunge na [Discord ya ethereum.org](https://discord.gg/ethereum-org), na tutajaribu kukusaidia. - -## Huduma za pochi {#wallet-support} - -Je unapata shida na pochi yako? Pochi nyingi zina timu inayojiyuma inayoweza kukusaidia: - -- [MetaMask](https://metamask.zendesk.com/hc/) -- [Argent](https://support.argent.xyz/hc/) -- [MyEtherWallet](https://help.myetherwallet.com/) - -_Hii sio orodha kamili. Unahitaji msaada kupata huduma juu ya pochi maalum? Jiunge na [ discord ya ethereum.org](https://discord.gg/ethereum-org) na tutajaribu kusaidia._ - -Unatafuta pochi ya Ethereum? [Chunguza orodha yetu yote ya Ethereum](/wallets/find-wallet/). - -## Jenga dapps {#building-support} - -Ujenzi unaweza kua mgumu. Haya ni majukwaa yaliojikita kwenye uendelezaji ukiwa na wasanidi programu waliobobea wenye furaha kukuasaidia. - -- [Discord ya CryptoDevs](https://discord.gg/Z9TA39m8Yu) -- [StackExchange ya Ethereum](https://ethereum.stackexchange.com/) -- [Chuo cha Web3](https://www.web3.university/) - -Unaweza kupata nyarak na miongozo ya usanidi kwenye kipengele cha [vyanzo vya msanidi programu wa Ethereum](/developers/). - -### Zana {#dapp-tooling} - -Je swali lako linahusiana na chimbo fulani maalum, mradi au maktaba? Miradi mingi ina seva za soga au vikako vilivyojikita kukusaidia wewe. - -Hii ni baadhi ya mifano maalum: - -- [Uimara](https://app.element.io/#/room/#solidity:matrix.org) -- [ethers.js](https://discord.gg/6jyGVDK6Jx) -- [web3.js](https://discord.gg/GsABYQu4sC) -- [Hardhat](https://discord.gg/xtrMGhmbfZ) -- [Alchemy](http://alchemy.com/discord) - -## Endesha nodi {#node-support} - -Kama unaendesha nodi am mthibitishaji, hizi ni baadhi ya jamii zinazotoa msaada ili upate kuanza katika Ethereum. - -- [Discord ya EthStaker](https://discord.gg/ethstaker) -- [Reddit ya EthStaker](https://www.reddit.com/r/ethstaker) - -Timu zilizo nyingi za usanidi programu za Ethereum zinajitolea kusaidia mikutano ya hadhara amabayo unaweza kupata waunga mkono na kuuliza maswaloi muhimu. - -### Programu za utelekezji {#execution-clients} - -- [Geth](https://discord.gg/FqDzupGyYf) -- [Nethermind](https://discord.gg/YJx3pm8z5C) -- [Besu](https://discord.gg/p8djYngzKN) -- [Erigon](https://github.com/ledgerwatch/erigon/issues) - -### Programu ya makubaliano {#consensus-clients} - -- [Prysm](https://discord.gg/prysmaticlabs) -- [Nimbus](https://discord.gg/nSmEH3qgFv) -- [Taa ya taa](https://discord.gg/cyAszAh) -- [Teku](https://discord.gg/7hPv2T6) -- [Mwangaza](https://discord.gg/aMxzVcr) - -Unaweza [kujifunza jinsi ya kuendesha nodi hapa](/developers/docs/nodes-and-clients/run-a-node/). - -## Maswali yanayoulizwa mara kwa mara {#faq} - -### Nimetuma ETH kwenye pochi isiyo sahihi {#wrong-wallet} - -Muamala unaofanyika kwenye Ethereum hauwezi kurudishwa ulikotoka. Kwa bahati mbaya, kama umetuma ETH kwenye pochi isiyo sahihi, hamna njia ya kupata fedha hizo. Hakuna shirika la kati, chombo ama mtu mmoja anaemiliki Ethereum, kwa maana kwamba hamna anaeweza kurudisha muamala ulikwishafanyika. Kwahiyo, ni muhimu kukagua mara kadhaa kama anauani ya pochi unayoingiza iko sahihi kabala ya kufanya muamala. - -### Nawezaje kudai zawadi yangu ya Ethereum? {#giveaway-scam} - -Zawadi za Ethereum ni mitego/ulaghai unaobuniwa ili kuiba ETH zako. Usishawishike na huduma inayotanganzwa inayoonekana kua ya uwongo - ukiotuma ETH kwenye anwani ya zawadi, hautapokea zawadi, na hautaweza kupata fedha ulizotuma mwanzo. - -[Zaidi juu ya kuzuia ulaghai](/security/#common-scams) - -### Muamala wangu umegota {#stuck-transaction} - -Wakati mwingine miamala hugita kwenye Ethereum kama umetoa kiwango kidogo cha malipo ya muamala kuliko kile kinachohitajika kwenye mtandao. Pochi nyingi hutoa chaguo la kutuma tena muamala huo huo kwa bei ya juu zaidi ili muamala ufanyiwe mchakato. Kwa njia mbadala unaweza kughairi muamala usio kamili kwa kutuma fedha hizo kwenye anwani yako mwenyewe, na kutumia nonce sawa na ya muamala ambao haujakamlika. - -[Jinsi ya kuongeza kasi au kusimamisha malipo/muamala ambao haujamkamilika kwenye MetaMask](https://metamask.zendesk.com/hc/en-us/articles/360015489251-How-to-speed-up-or-cancel-a-pending-transaction) - -[Jinsi ya kuzuia/ghairi miamala kwenye Ethereum](https://info.etherscan.com/how-to-cancel-ethereum-pending-transactions/) - -### Nawezaje kuchimba Ethereum? {#mining-ethereum} - -Hatushauri kununua maunzi ya kuchimba Ethereum kama bado haujaanza kuchimba. Kwenye ~Q3. Q4 2022, [Muungano](/roadmap/merge/) utatokea, utabadilisha Ethereum kutoka kwenye uthibitisho-wa-kazi kwenda kwenye usthibitisho-wa-hisa. Haya mabadiliko yatafanya uchimbaji wa Ethereum kutowezekana tena. diff --git a/public/content/translations/ta/community/support/index.md b/public/content/translations/ta/community/support/index.md deleted file mode 100644 index 087766155e0..00000000000 --- a/public/content/translations/ta/community/support/index.md +++ /dev/null @@ -1,104 +0,0 @@ ---- -title: "Ethereum தொடர்பான உதவி" -description: "எத்தேரியம் சூழலமைப்பில் ஆதரவைப் பெறுங்கள்." -lang: ta ---- - -# எத்தேரியம் ஆதரவு {#support} - -## அதிகாரப்பூர்வ எத்தேரியம் ஆதரவு {#official-support} - -நீங்கள் அதிகாரபூர்வ Ethereum ஆதரவைத் தேடுகிறீர்களா? முதலில் நீங்கள் அறிவது முக்கியம்: Ethereum மையமில்லாதது (decentralized). இதன் பொருள், எந்த மைய அமைப்பு, நிறுவனம் அல்லது நபர் Ethereum-ஐ சொந்தமாகக் கொண்டிருப்பதில்லை. - -எத்தேரியத்தின் பரவலாக்கப்பட்ட தன்மையைப் புரிந்துகொள்வது மிகவும் முக்கியம், ஏனெனில் **எத்தேரியத்திற்கான அதிகாரப்பூர்வ ஆதரவு என்று கூறும் எவரும் உங்களை ஏமாற்ற முயற்சிப்பவராக இருக்கலாம்!** மோசடி செய்பவர்களிடமிருந்து சிறந்த பாதுகாப்பு என்பது, உங்களைப் பயிற்றுவிப்பதும், பாதுகாப்பைத் தீவிரமாக எடுத்துக்கொள்வதுமாகும். - - - எத்தேரியம் பாதுகாப்பு மற்றும் மோசடித் தடுப்பு - - - - எத்தேரியம் அடிப்படைகளைக் கற்றுக்கொள்ளுங்கள் - - -அதிகாரபூர்வ ஆதரவு இல்லாமையின்போதும், Ethereum சூழலில் பல குழுக்கள், சமூகங்கள் மற்றும் திட்டங்கள் உதவ தயாராக இருக்கின்றன, மேலும் இந்தப் பக்கத்தில் நீங்கள் பயனுள்ள தகவல்கள் மற்றும் வளங்களை காணலாம். இன்னும் கேள்விகள் உள்ளதா? [ethereum.org Discord](https://discord.gg/ethereum-org) இல் இணையுங்கள், நாங்கள் உதவ முயற்சிப்போம். - -## Frequently asked questions {#faq} - -### நான் ETH-ஐ தவறான பணப்பைக்கு அனுப்பிவிட்டேன் {#wrong-wallet} - -Ethereum-ல் அனுப்பப்பட்ட பரிவர்த்தனை மாற்றமுடியாதது. தவறான வாலெட்டுக்கு Eth அனுப்பினால், அந்த நிதியை மீட்டெடுக்க வழியில்லை. Ethereum-ஐ எந்த மைய அமைப்பும், நிறுவனம் அல்லது நபரும் உடையில்லை என்பதால் பரிவர்த்தனைகள் மாற்றமுடியாது. Ethereum-ஐ எந்த மைய அமைப்பும், நிறுவனம் அல்லது நபரும் உடையில்லை என்பதால் பரிவர்த்தனைகள் மாற்றமுடியாது. எனவே, எப்போதும் பரிவர்த்தனை அனுப்புவதற்கு முன் இருமுறை சரிபார்க்க வேண்டும். - -### Ethereum giveaway-ஐ நான் எப்படி பெறலாம்? {#giveaway-scam} - -Ethereum giveaways மோசடி செய்ய வடிவமைக்கப்பட்டுள்ளன, உங்கள் ETH-ஐ திருட. மிகவும் நல்லதாக தோன்றும் வாய்ப்புகளில் ஈடுபடாதீர்கள் — ETH-ஐ giveaway முகவரிக்கு அனுப்பினால், நீங்கள் giveaway பெறமாட்டீர்கள், மற்றும் நிதியையும் மீட்டெடுக்க முடியாது. - -[மோசடி தடுப்பு பற்றி மேலும்](/security/#common-scams) - -### எனது பரிவர்த்தனை சிக்கிக்கொண்டது {#stuck-transaction} - -Ethereum-ல் பரிவர்த்தனைகள் சில சமயம் சிக்கலாம், நீங்கள் குறைந்த பரிவர்த்தனை கட்டணத்தை அனுப்பினால். பல வாலெட்டுகள் மேலதிக கட்டணத்துடன் மீண்டும் அனுப்பும் விருப்பத்தை வழங்குகின்றன. மாற்றாக, pending பரிவர்த்தனையை உங்கள் சொந்த முகவரிக்கு அனுப்பி, அதே nonce ஐ பயன்படுத்தி ரத்து செய்யலாம். - -[MetaMask-இல் நிலுவையில் உள்ள பரிவர்த்தனையை வேகப்படுத்துவது அல்லது ரத்து செய்வது எப்படி](https://metamask.zendesk.com/hc/en-us/articles/360015489251-How-to-speed-up-or-cancel-a-pending-transaction) - -[நிலுவையில் உள்ள எத்தேரியம் பரிவர்த்தனைகளை ரத்து செய்வது எப்படி](https://info.etherscan.com/how-to-cancel-ethereum-pending-transactions/) - -### Ethereum-ஐ நான் எப்படி மைன் செய்யலாம்? எத்தேரியம் மைனிங் {#mining-ethereum} - -Ethereum மைனிங் தற்போது சாத்தியமில்லை. எத்தேரியம் [பணிச் சான்றிலிருந்து](/glossary/#pow) [பங்குச் சான்றிற்கு](/glossary/#pos) மாறியபோது மைனிங் நிறுத்தப்பட்டது. இப்போது miners அல்ல, validators இருக்கின்றனர். நெட்வொர்க்கைப் பாதுகாக்க சரிபார்ப்பவர் மென்பொருளை இயக்குவதற்காக, யார் வேண்டுமானாலும் ETH-ஐ [பங்கு வைத்து](/glossary/#staking) பங்கு வைத்தல் வெகுமதிகளைப் பெறலாம். - -### நான் எப்படி staker / validator ஆகலாம்? {#how-to-stake} - -Validator ஆக, Ethereum deposit contract-இல் 32 ETH stake செய்து validator node அமைக்க வேண்டும். மேலும் தகவல்கள் எங்கள் [பங்கு வைத்தல் பக்கங்களிலும்](/staking) மற்றும் [பங்கு வைத்தல் லான்ச்பேடிலும்](https://launchpad.ethereum.org/) கிடைக்கின்றன. - -## dapps-களை உருவாக்குதல் {#building-support} - -Dapps உருவாக்குவது சவாலானது. அனுபவமுள்ள Ethereum developers உதவ தயாராக இருக்கின்றனர், கீழ்காணும் spaces உதவிக்கரம் வழங்குகின்றன. - -- [Alchemy University](https://university.alchemy.com/#starter_code) -- [CryptoDevs டிஸ்கார்டு](https://discord.com/invite/5W5tVb3) -- [எத்தேரியம் StackExchange](https://ethereum.stackexchange.com/) -- [Web3 University](https://www.web3.university/) -- [LearnWeb3](https://discord.com/invite/learnweb3) - -எங்கள் [எத்தேரியம் டெவலப்பர் வளங்கள்](/developers/) பிரிவில் ஆவணங்கள் மற்றும் உருவாக்க வழிகாட்டிகளையும் நீங்கள் காணலாம். - -### கருவிகள் {#dapp-tooling} - -உங்கள் கேள்வி குறிப்பிட்ட tool, project அல்லது library-க்கு தொடர்புடையதா? பெரும்பாலான திட்டங்களில் உங்களுக்கு உதவும் chat servers அல்லது forums உள்ளன. - -பிரபலமான சில உதாரணங்கள்: - -- [Solidity](https://app.element.io/#/room/#solidity:matrix.org) -- [ethers.js](https://discord.gg/6jyGVDK6Jx) -- [web3.js](https://discord.gg/GsABYQu4sC) -- [Hardhat](https://discord.gg/xtrMGhmbfZ) -- [Alchemy](http://alchemy.com/discord) -- [Tenderly](https://discord.gg/fBvDJYR) - -## ஒரு முனையை இயக்குதல் {#node-support} - -நீங்கள் ஒரு முனை அல்லது சரிபார்ப்பவரை இயக்குகிறீர்கள் என்றால், நீங்கள் தொடங்குவதற்கு உதவ அர்ப்பணிக்கப்பட்ட சில சமூகங்கள் இங்கே உள்ளன. - -- [EthStaker டிஸ்கார்டு](https://discord.gg/ethstaker) -- [EthStaker ரெட்டிட்](https://www.reddit.com/r/ethstaker) - -எத்தேரியம் கிளையன்ட்களை உருவாக்கும் பெரும்பாலான குழுக்கள், நீங்கள் ஆதரவைப் பெறவும் கேள்விகளைக் கேட்கவும் அர்ப்பணிக்கப்பட்ட, பொது இடங்களையும் கொண்டுள்ளன. - -### செயல்படுத்தும் கிளையன்ட்கள் {#execution-clients} - -- [Geth](https://discord.gg/FqDzupGyYf) -- [Nethermind](https://discord.gg/YJx3pm8z5C) -- [Besu](https://discord.gg/p8djYngzKN) -- [Erigon](https://github.com/ledgerwatch/erigon/issues) -- [Reth](https://github.com/paradigmxyz/reth/discussions) - -### ஒருமித்த கருத்து கிளையன்ட்கள் {#consensus-clients} - -- [Prysm](https://discord.gg/prysmaticlabs) -- [Nimbus](https://discord.gg/nSmEH3qgFv) -- [Lighthouse](https://discord.gg/cyAszAh) -- [Teku](https://discord.gg/7hPv2T6) -- [Lodestar](https://discord.gg/aMxzVcr) -- [Grandine](https://discord.gg/H9XCdUSyZd) - -ஒரு முனையை எவ்வாறு இயக்குவது என்பதைப் பற்றியும் [இங்கே அறியலாம்](/developers/docs/nodes-and-clients/run-a-node/). diff --git a/public/content/translations/te/community/support/index.md b/public/content/translations/te/community/support/index.md deleted file mode 100644 index d7524310601..00000000000 --- a/public/content/translations/te/community/support/index.md +++ /dev/null @@ -1,104 +0,0 @@ ---- -title: "Ethereum సపోర్ట్" -description: "ఇతీరియము ఎకోసిస్టమ్‌లో మద్దతు పొందండి." -lang: te ---- - -# ఇతీరియము మద్దతు {#support} - -## అధికారిక ఇతీరియము మద్దతు {#official-support} - -మీరు అధికారిక ఇతీరియము మద్దతు కోసం చూస్తున్నారా? మీరు తెలుసుకోవలసిన మొదటి విషయం ఏమిటంటే, ఇతీరియము వికేంద్రీకరించబడింది. దీని అర్థం ఏ కేంద్ర సంస్థ, సంస్థ లేదా వ్యక్తి ఇతీరియమును కలిగి ఉండరు, ఈ కారణంగా అధికారిక మద్దతు ఛానెల్‌లు ఏవీ లేవు. - -ఇతీరియము యొక్క వికేంద్రీకృత స్వభావాన్ని అర్థం చేసుకోవడం చాలా ముఖ్యం, ఎందుకంటే **ఇతీరియము కోసం అధికారిక మద్దతు అని చెప్పుకునే ఎవరైనా మిమ్మల్ని మోసం చేయడానికి ప్రయత్నిస్తున్నారు!** స్కామర్ల నుండి ఉత్తమ రక్షణ ఏమిటంటే మిమ్మల్ని మీరు విద్యావంతులను చేసుకోవడం మరియు భద్రతను తీవ్రంగా పరిగణించడం. - - - ఇతీరియము భద్రత మరియు స్కామ్ నివారణ - - - - ఇతీరియము ప్రాథమిక అంశాలను తెలుసుకోండి - - -అధికారిక మద్దతు లేనప్పటికీ, ఇతీరియము ఎకోసిస్టమ్‌లోని అనేక సమూహాలు, సంఘాలు మరియు ప్రాజెక్ట్‌లు సహాయం చేయడానికి సంతోషిస్తాయి, మరియు మీరు ఈ పేజీలో చాలా ఉపయోగకరమైన సమాచారం మరియు వనరులను కనుగొనవచ్చు. ఇంకా ప్రశ్నలు ఉన్నాయా? [ethereum.org Discord](https://discord.gg/ethereum-org)లో చేరండి మరియు మేము సహాయం చేయడానికి ప్రయత్నిస్తాము. - -## తరచుగా అడిగే ప్రశ్నలు {#faq} - -### నేను తప్పు వాలెట్‌కు ETH పంపాను {#wrong-wallet} - -ఇతీరియములో పంపిన లావాదేవీ తిరిగి మార్చలేనిది. దురదృష్టవశాత్తు, మీరు తప్పు వాలెట్‌కు ETH పంపినట్లయితే, ఈ నిధులను తిరిగి పొందే మార్గం లేదు. ఏ ఒక్క కేంద్ర సంస్థ, సంస్థ లేదా వ్యక్తి ఇతీరియమును కలిగి ఉండరు, అంటే లావాదేవీలను ఎవరూ రివర్స్ చేయలేరు. అందువల్ల, వాటిని పంపే ముందు మీ లావాదేవీలను ఎల్లప్పుడూ రెండుసార్లు తనిఖీ చేయడం చాలా ముఖ్యం. - -### నా ఇతీరియము గివ్అవేని నేను ఎలా క్లెయిమ్ చేయగలను? {#giveaway-scam} - -ఇతీరియము గివ్అవేలు మీ ETHని దొంగిలించడానికి రూపొందించిన స్కామ్‌లు. నిజం కావడానికి చాలా మంచిగా అనిపించే ఆఫర్‌లకు లొంగవద్దు — మీరు ఒక గివ్అవే చిరునామాకు ETH పంపితే, మీరు గివ్అవే అందుకోలేరు మరియు మీరు మీ నిధులను తిరిగి పొందలేరు. - -[స్కామ్ నివారణపై మరిన్ని వివరాలు](/security/#common-scams) - -### నా లావాదేవీ నిలిచిపోయింది {#stuck-transaction} - -నెట్‌వర్క్ డిమాండ్ కారణంగా అవసరమైన దానికంటే తక్కువ లావాదేవీ రుసుమును మీరు సమర్పించినట్లయితే, ఇతీరియముపై లావాదేవీలు కొన్నిసార్లు నిలిచిపోవచ్చు. లావాదేవీని ప్రాసెస్ చేయడానికి అనుమతించడానికి అనేక వాలెట్‌లు అదే లావాదేవీని అధిక లావాదేవీ రుసుముతో తిరిగి సమర్పించే ఎంపికను అందిస్తాయి. ప్రత్యామ్నాయంగా, మీరు మీ స్వంత చిరునామాకు లావాదేవీని పంపడం ద్వారా మరియు పెండింగ్‌లో ఉన్న లావాదేవీ వలె అదే నాన్స్‌ని ఉపయోగించడం ద్వారా పెండింగ్‌లో ఉన్న లావాదేవీని రద్దు చేయవచ్చు. - -[MetaMaskలో పెండింగ్‌లో ఉన్న లావాదేవీని వేగవంతం చేయడం లేదా రద్దు చేయడం ఎలా](https://metamask.zendesk.com/hc/en-us/articles/360015489251-How-to-speed-up-or-cancel-a-pending-transaction) - -[పెండింగ్‌లో ఉన్న ఇతీరియము లావాదేవీలను ఎలా రద్దు చేయాలి](https://info.etherscan.com/how-to-cancel-ethereum-pending-transactions/) - -### నేను ఇతీరియమును ఎలా మైన్ చేయాలి? {#mining-ethereum} - -ఇతీరియము మైనింగ్ ఇప్పుడు సాధ్యం కాదు. ఇతీరియము [ప్రూఫ్-ఆఫ్-వర్క్](/glossary/#pow) నుండి [ప్రూఫ్-ఆఫ్-స్టేక్](/glossary/#pos)కి మారినప్పుడు మైనింగ్ స్విచ్ ఆఫ్ చేయబడింది. ఇప్పుడు, మైనర్‌లకు బదులుగా, ఇతీరియములో వాలిడేటర్‌లు ఉన్నారు. నెట్‌వర్క్‌ను సురక్షితంగా ఉంచడానికి వాలిడేటర్ సాఫ్ట్‌వేర్‌ను అమలు చేయడం కోసం ఎవరైనా ETHను [స్టేక్](/glossary/#staking) చేయవచ్చు మరియు స్టేకింగ్ రివార్డులను పొందవచ్చు. - -### నేను స్టేకర్‌గా ఎలా మారాలి / వాలిడేటర్‌ను ఎలా నడపాలి? {#how-to-stake} - -వాలిడేటర్‌గా మారడానికి, మీరు ఇతీరియము డిపాజిట్ కాంట్రాక్ట్‌లో 32 ETH స్టేక్ చేయాలి మరియు ఒక వాలిడేటర్ నోడ్‌ను సెటప్ చేయాలి. మా [స్టేకింగ్ పేజీలలో](/staking) మరియు [స్టేకింగ్ లాంచ్‌ప్యాడ్](https://launchpad.ethereum.org/) వద్ద మరింత సమాచారం అందుబాటులో ఉంది. - -## డాప్స్‌ను నిర్మించడం {#building-support} - -నిర్మించడం కష్టంగా ఉండవచ్చు. ఇక్కడ అనుభవజ్ఞులైన ఇతీరియము డెవలపర్‌లతో కొన్ని అభివృద్ధి కేంద్రీకృత ప్రదేశాలు ఉన్నాయి, వారు సహాయం చేయడానికి సంతోషిస్తారు. - -- [Alchemy విశ్వవిద్యాలయం](https://university.alchemy.com/#starter_code) -- [CryptoDevs డిస్కార్డ్](https://discord.com/invite/5W5tVb3) -- [ఇతీరియము StackExchange](https://ethereum.stackexchange.com/) -- [Web3 విశ్వవిద్యాలయం](https://www.web3.university/) -- [LearnWeb3](https://discord.com/invite/learnweb3) - -మీరు మా [ఇతీరియము డెవలపర్ వనరులు](/developers/) విభాగంలో డాక్యుమెంటేషన్ మరియు డెవలప్‌మెంట్ గైడ్‌లను కూడా కనుగొనవచ్చు. - -### పనిముట్లు {#dapp-tooling} - -మీ ప్రశ్న ఒక నిర్దిష్ట సాధనం, ప్రాజెక్ట్ లేదా లైబ్రరీకి సంబంధించినదా? చాలా ప్రాజెక్టులకు మీకు మద్దతు ఇవ్వడానికి అంకితమైన చాట్ సర్వర్‌లు లేదా ఫోరమ్‌లు ఉన్నాయి. - -ఇక్కడ కొన్ని ప్రసిద్ధ ఉదాహరణలు ఉన్నాయి: - -- [Solidity](https://app.element.io/#/room/#solidity:matrix.org) -- [ethers.js](https://discord.gg/6jyGVDK6Jx) -- [web3.js](https://discord.gg/GsABYQu4sC) -- [Hardhat](https://discord.gg/xtrMGhmbfZ) -- [Alchemy](http://alchemy.com/discord) -- [Tenderly](https://discord.gg/fBvDJYR) - -## ఒక నోడ్‌ను నడపడం {#node-support} - -మీరు ఒక నోడ్ లేదా వాలిడేటర్‌ను నడుపుతున్నట్లయితే, మీరు ప్రారంభించడానికి సహాయం చేయడానికి అంకితమైన కొన్ని సంఘాలు ఇక్కడ ఉన్నాయి. - -- [EthStaker డిస్కార్డ్](https://discord.gg/ethstaker) -- [EthStaker రెడ్డిట్](https://www.reddit.com/r/ethstaker) - -ఇతీరియము క్లయింట్‌లను నిర్మిస్తున్న చాలా బృందాలకు కూడా అంకితమైన, బహిరంగంగా ఎదుర్కొనే ప్రదేశాలు ఉన్నాయి, ఇక్కడ మీరు మద్దతు పొందవచ్చు మరియు ప్రశ్నలు అడగవచ్చు. - -### ఎగ్జిక్యూషన్ క్లయింట్లు {#execution-clients} - -- [Geth](https://discord.gg/FqDzupGyYf) -- [Nethermind](https://discord.gg/YJx3pm8z5C) -- [Besu](https://discord.gg/p8djYngzKN) -- [Erigon](https://github.com/ledgerwatch/erigon/issues) -- [Reth](https://github.com/paradigmxyz/reth/discussions) - -### ఏకాభిప్రాయం క్లయింట్లు {#consensus-clients} - -- [Prysm](https://discord.gg/prysmaticlabs) -- [Nimbus](https://discord.gg/nSmEH3qgFv) -- [Lighthouse](https://discord.gg/cyAszAh) -- [Teku](https://discord.gg/7hPv2T6) -- [Lodestar](https://discord.gg/aMxzVcr) -- [Grandine](https://discord.gg/H9XCdUSyZd) - -మీరు [ఇక్కడ ఒక నోడ్‌ను ఎలా నడపాలో కూడా తెలుసుకోవచ్చు](/developers/docs/nodes-and-clients/run-a-node/). diff --git a/public/content/translations/tr/community/support/index.md b/public/content/translations/tr/community/support/index.md deleted file mode 100644 index 96a50a30308..00000000000 --- a/public/content/translations/tr/community/support/index.md +++ /dev/null @@ -1,104 +0,0 @@ ---- -title: Ethereum destek -description: "Ethereum ekosisteminde destek alın." -lang: tr ---- - -# Ethereum desteği {#support} - -## Resmî Ethereum desteği {#official-support} - -Resmi Ethereum desteği mi arıyorsunuz? Bilmeniz gereken ilk şey, Ethereum'un merkeziyetsiz olduğudur. Bu, hiçbir merkezi organizasyon, kuruluş veya kişinin Ethereum'a sahip olmadığı ve bu nedenle resmi destek kanallarının bulunmadığı anlamına gelir. - -Ethereum'un merkeziyetsiz yapısını anlamak çok önemlidir çünkü **Ethereum için resmî destek olduğunu iddia eden herkes muhtemelen sizi dolandırmaya çalışıyordur!** Dolandırıcılara karşı en iyi koruma, kendinizi eğitmek ve güvenliği ciddiye almaktır. - - - Ethereum güvenliği ve dolandırıcılığı önleme - - - - Ethereum'un temellerini öğrenin - - -Resmi desteğin olmamasına rağmen, Ethereum ekosistemindeki birçok grup, topluluk ve proje yardımcı olmaktan mutluluk duyar ve bu sayfada birçok faydalı bilgi ve kaynak bulabilirsiniz. Başka sorularınız mı var? [ethereum.org Discord](https://discord.gg/ethereum-org) topluluğuna katılın, yardım etmeye çalışacağız. - -## Sıkça sorulan sorular {#faq} - -### ETH'yi yanlış cüzdana gönderdim {#wrong-wallet} - -Ethereum'da gönderilen bir işlem geri alınamaz. Ne yazık ki, ETH'yi yanlış cüzdana gönderdiyseniz bunu geri almanın bir yolu yoktur. Hiçbir merkezi organizasyon, kuruluş veya kişi Ethereum'a sahip değildir, bu da hiç kimsenin işlemleri tersine çeviremeyeceği anlamına gelir. Bu nedenle işlemlerinizi göndermeden önce her zaman iki kez kontrol etmeniz çok önemlidir. - -### Ethereum hediyemi nasıl talep edebilirim? {#giveaway-scam} - -Ethereum çekilişleri, ETH'nizi çalmak için tasarlanmış dolandırıcılıklardır. Gerçek olamayacak kadar iyi görünen tekliflere kapılmayın. Bir çekiliş adresine ETH gönderirseniz, hem bir çekilişe katılmazsınız hem de paranızı geri alamazsınız. - -[Dolandırıcılığı önleme hakkında daha fazlası](/security/#common-scams) - -### İşlemim takılı kaldı {#stuck-transaction} - -Ağ talebi nedeniyle gerekenden daha düşük bir işlem ücreti gönderdiyseniz, Ethereum'daki işlemler bazen sıkışabilir. Birçok cüzdan, işleme izin vermek için aynı işlemi daha yüksek bir ücretle yeniden gönderme seçeneği sunar. Alternatif olarak, kendi adresinize bir işlem göndererek ve bekleyen işlemle aynı nonce değerini kullanarak bekleyen bir işlemi iptal edebilirsiniz. - -[MetaMask'ta bekleyen bir işlemi hızlandırma veya iptal etme](https://metamask.zendesk.com/hc/en-us/articles/360015489251-How-to-speed-up-or-cancel-a-pending-transaction) - -[Bekleyen Ethereum işlemlerini iptal etme](https://info.etherscan.com/how-to-cancel-ethereum-pending-transactions/) - -### Ethereum madenciliği nasıl yapılır? {#mining-ethereum} - -Ethereum madenciliği artık mümkün değildir. Ethereum, [iş ispatından](/glossary/#pow) [hisse ispatına](/glossary/#pos) geçtiğinde madencilik durduruldu. Artık madenciler yerine Ethereum'un doğrulayıcıları var. Herkes, ağı güvence altına almak için doğrulayıcı yazılımı çalıştırarak ETH [hisseleyebilir](/glossary/#staking) ve hisseleme ödülleri alabilir. - -### Nasıl bir paydaş/doğrulayıcı olabilirim? {#how-to-stake} - -Doğrulayıcı olmak için Ethereum para yatırma sözleşmesine 32 ETH yatırmanız ve bir doğrulayıcı düğümü kurmanız gerekir. Daha fazla bilgiye [hisseleme sayfalarımızdan](/staking) ve [hisseleme başlama noktasından](https://launchpad.ethereum.org/) ulaşabilirsiniz. - -## Merkeziyetsiz uygulamalar oluşturma {#building-support} - -Geliştirme zor olabilir. İşte size yardımcı olmaktan mutluluk duyan deneyimli Ethereum geliştiricileri bulunan geliştirme odaklı bazı alanlar. - -- [Alchemy University](https://university.alchemy.com/#starter_code) -- [CryptoDevs discord](https://discord.com/invite/5W5tVb3) -- [Ethereum StackExchange](https://ethereum.stackexchange.com/) -- [Web3 University](https://www.web3.university/) -- [LearnWeb3](https://discord.com/invite/learnweb3) - -[Ethereum geliştirici kaynakları](/developers/) bölümümüzde belgelere ve geliştirme kılavuzlarına da ulaşabilirsiniz. - -### Araçlar {#dapp-tooling} - -Sorunuz belirli bir araç, proje veya kütüphane ile mi ilgili? Çoğu projede sizi desteklemeye adanmış sohbet sunucuları veya forumlar bulunur. - -İşte bazı popüler örnekler: - -- [Solidity](https://app.element.io/#/room/#solidity:matrix.org) -- [ethers.js](https://discord.gg/6jyGVDK6Jx) -- [web3.js](https://discord.gg/GsABYQu4sC) -- [Hardhat](https://discord.gg/xtrMGhmbfZ) -- [Alchemy](http://alchemy.com/discord) -- [Tenderly](https://discord.gg/fBvDJYR) - -## Bir düğüm çalıştırma {#node-support} - -Bir düğüm veya doğrulayıcı çalıştırıyorsanız, başlamanıza yardımcı olmaya adanmış bazı toplulukları burada bulabilirsiniz. - -- [EthStaker discord](https://discord.gg/ethstaker) -- [EthStaker reddit](https://www.reddit.com/r/ethstaker) - -Ethereum istemcileri geliştiren ekiplerin çoğu, destek alabileceğiniz ve soru sorabileceğiniz özel, herkese açık alanlara da sahiptir. - -### Yürütüm İstemcileri {#execution-clients} - -- [Geth](https://discord.gg/FqDzupGyYf) -- [Nethermind](https://discord.gg/YJx3pm8z5C) -- [Besu](https://discord.gg/p8djYngzKN) -- [Erigon](https://github.com/ledgerwatch/erigon/issues) -- [Reth](https://github.com/paradigmxyz/reth/discussions) - -### Mutabakat İstemcileri {#consensus-clients} - -- [Prysm](https://discord.gg/prysmaticlabs) -- [Nimbus](https://discord.gg/nSmEH3qgFv) -- [Lighthouse](https://discord.gg/cyAszAh) -- [Teku](https://discord.gg/7hPv2T6) -- [Lodestar](https://discord.gg/aMxzVcr) -- [Grandine](https://discord.gg/H9XCdUSyZd) - -Ayrıca [buradan bir düğümün nasıl çalıştırılacağını öğrenebilirsiniz](/developers/docs/nodes-and-clients/run-a-node/). diff --git a/public/content/translations/uk/community/support/index.md b/public/content/translations/uk/community/support/index.md deleted file mode 100644 index 797a3e65231..00000000000 --- a/public/content/translations/uk/community/support/index.md +++ /dev/null @@ -1,104 +0,0 @@ ---- -title: "Підтримка спільноти Ethereum" -description: "Отримайте підтримку в екосистемі Ethereum." -lang: uk ---- - -# Підтримка Ethereum {#support} - -## Офіційна підтримка Ethereum {#official-support} - -Вам потрібна офіційна підтримка Ethereum? Перше, що вам слід знати, — Ethereum є децентралізованою системою. Це означає, що жодна централізована організація чи особа не володіє Ethereum, і через це не існує жодних офіційних каналів підтримки. - -Розуміння децентралізованої природи Ethereum є життєво важливим, оскільки **будь-хто, хто стверджує, що є офіційною підтримкою Ethereum, імовірно, намагається вас обдурити!** Найкращий захист від шахраїв — це самоосвіта й серйозне ставлення до безпеки. - - - Безпека Ethereum і запобігання шахрайству - - - - Вивчайте основи Ethereum - - -Попри відсутність офіційної підтримки, багато груп, спільнот і проєктів у всій екосистемі Ethereum із радістю нададуть допомогу, і ви можете знайти багато корисної інформації та ресурсів на цій сторінці. Залишилися питання? Приєднуйтеся до [Discord-серверу ethereum.org](https://discord.gg/ethereum-org), і ми спробуємо допомогти. - -## Поширені запитання {#faq} - -### ETH надіслано не на той гаманець {#wrong-wallet} - -Транзакція, надіслана на Ethereum, є незворотною. На жаль, якщо ви надіслали ETH на неправильний гаманець, неможливо повернути ці кошти. Жодна центральна організація чи особа не володіє Ethereum, а це означає, що ніхто не може скасовувати транзакції. Тому важливо завжди двічі перевіряти свої транзакції, перш ніж надіслати їх. - -### Як я можу отримати Ethereum під час безплатної роздачі? Шахрайство з розіграшами {#giveaway-scam} - -Роздачі Ethereum — це шахрайство, призначене для крадіжки ваших ефірів (ETH). Не спокушайтеся пропозиціями, які здаються занадто хорошими, щоб бути правдою, — якщо ви надішлете ефіри (ETH) на адресу роздачі, ви не отримаєте роздачу й не зможете повернути свої кошти. - -[Докладніше про запобігання шахрайству](/security/#common-scams) - -### Моя транзакція зависла {#stuck-transaction} - -Транзакції в Ethereum іноді можуть заблокуватись, якщо ви вказали нижчу комісію за транзакцію, ніж потрібно через мережевий попит. Багато гаманців надають можливість повторно надіслати ту саму транзакцію з вищою комісією, щоб її було оброблено. Крім того, ви можете скасувати транзакцію, що очікує на розгляд, надіславши транзакцію на вашу власну адресу й використавши той самий одноразовий номер, що має транзакція в очікуванні. - -[Як прискорити або скасувати незавершену транзакцію в MetaMask](https://metamask.zendesk.com/hc/en-us/articles/360015489251-How-to-speed-up-or-cancel-a-pending-transaction) - -[Як скасувати незавершені транзакції Ethereum](https://info.etherscan.com/how-to-cancel-ethereum-pending-transactions/) - -### Як видобувати Ethereum? Я хочу майнити Ethereum {#mining-ethereum} - -Майнинг Ethereum уже неможливий. Майнінг було вимкнено, коли Ethereum перейшов від [доказу виконання роботи](/glossary/#pow) до [доказу частки](/glossary/#pos). Тепер замість майнерів в Ethereum з’явилися валідатори. Будь-хто може [стейкати](/glossary/#staking) ETH і отримувати винагороди за стейкінг за запуск програмного забезпечення валідатора для захисту мережі. - -### Як стати стейкером або запустити валідатор? {#how-to-stake} - -Щоб стати валідатором, необхідно стати стейкером 32 ETH у депозитному контракті Ethereum і встановити вузол валідатора. Докладніша інформація доступна на наших [сторінках про стейкінг](/staking) і на [стартовій платформі для стейкінгу](https://launchpad.ethereum.org/). - -## Розробка dapp-застосунків {#building-support} - -Цей процес може бути складним. Ось кілька орієнтованих на розробку ресурсів із досвідченими розробниками Ethereum, які з радістю допоможуть. - -- [Alchemy University](https://university.alchemy.com/#starter_code) -- [Discord-сервер CryptoDevs](https://discord.com/invite/5W5tVb3) -- [Ethereum StackExchange](https://ethereum.stackexchange.com/) -- [Web3 University](https://www.web3.university/) -- [LearnWeb3](https://discord.com/invite/learnweb3) - -Ви також можете знайти документацію та посібники з розробки в нашому розділі [ресурсів для розробників Ethereum](/developers/). - -### Інструментарій {#dapp-tooling} - -Чи стосується ваше запитання певного інструменту, проєкту чи бібліотеки? Більшість проєктів мають чат-сервери або форуми, призначені для підтримки. - -Ось кілька популярних прикладів: - -- [Solidity](https://app.element.io/#/room/#solidity:matrix.org) -- [ethers.js](https://discord.gg/6jyGVDK6Jx) -- [web3.js](https://discord.gg/GsABYQu4sC) -- [Hardhat](https://discord.gg/xtrMGhmbfZ) -- [Alchemy](http://alchemy.com/discord) -- [Tenderly](https://discord.gg/fBvDJYR) - -## Запуск вузла {#node-support} - -Якщо ви використовуєте вузол або валідатор, ось кілька спільнот, які допоможуть вам розпочати роботу. - -- [Discord-сервер EthStaker](https://discord.gg/ethstaker) -- [EthStaker на Reddit](https://www.reddit.com/r/ethstaker) - -Більшість команд, які створюють клієнти Ethereum, мають також спеціальні відкриті майданчики, де ви можете отримати підтримку й поставити запитання. - -### Клієнти виконання {#execution-clients} - -- [Geth](https://discord.gg/FqDzupGyYf) -- [Nethermind](https://discord.gg/YJx3pm8z5C) -- [Besu](https://discord.gg/p8djYngzKN) -- [Erigon](https://github.com/ledgerwatch/erigon/issues) -- [Reth](https://github.com/paradigmxyz/reth/discussions) - -### Клієнти консенсусу {#consensus-clients} - -- [Prysm](https://discord.gg/prysmaticlabs) -- [Nimbus](https://discord.gg/nSmEH3qgFv) -- [Lighthouse](https://discord.gg/cyAszAh) -- [Teku](https://discord.gg/7hPv2T6) -- [Lodestar](https://discord.gg/aMxzVcr) -- [Grandine](https://discord.gg/H9XCdUSyZd) - -Ви також можете [дізнатися, як запустити вузол, тут](/developers/docs/nodes-and-clients/run-a-node/). diff --git a/public/content/translations/vi/community/support/index.md b/public/content/translations/vi/community/support/index.md deleted file mode 100644 index a5ee595fb08..00000000000 --- a/public/content/translations/vi/community/support/index.md +++ /dev/null @@ -1,104 +0,0 @@ ---- -title: "Hỗ trợ từ Ethereum" -description: "Nhận hỗ trợ trên hệ sinh thái Ethereum." -lang: vi ---- - -# Hỗ trợ Ethereum {#support} - -## Hỗ trợ Ethereum chính thức {#official-support} - -Bạn đang tìm kiếm đội hỗ trợ Ethereum chính thống? Đây là điều đầu tiên bạn nên biết đó là Ethereum hoàn toàn phi tập trung. Điều này có nghĩa không có một tổ chức trung tâm, thực thể hay cá nhân nào sở hữu Ethereum và bởi vì điều này, không có bất kì kênh hỗ trợ chính thức nào tồn tại. - -Việc hiểu rõ bản chất phi tập trung của Ethereum là rất quan trọng vì **bất kỳ ai tự nhận là người hỗ trợ chính thức cho Ethereum đều có thể đang cố gắng lừa đảo bạn!** Cách bảo vệ tốt nhất trước những kẻ lừa đảo là tự trang bị kiến thức cho mình và xem trọng vấn đề bảo mật. - - - Bảo mật Ethereum và phòng chống lừa đảo - - - - Tìm hiểu các kiến thức cơ bản về Ethereum - - -Mặc dù thiếu đội hỗ trợ chính thức, nhiều nhóm, cộng động và dự án xuyên suốt hệ sinh thái Ethereum luôn vui vẻ giúp đỡ và bạn có thể tìm được thông tin hữu ích và tài liệu trên trang này. Vẫn còn thắc mắc? Tham gia [Discord của ethereum.org](https://discord.gg/ethereum-org) và chúng tôi sẽ cố gắng giúp đỡ bạn. - -## Những câu hỏi thường gặp {#faq} - -### Tôi đã gửi ETH nhầm ví {#wrong-wallet} - -Giao dịch ở trên Ethereum là không thể hoàn trả được. Thật không may, nếu bạn đã gửi ETH đến nhầm ví, thì không có cách nào để lấy lại số tiền này. Không bất kì tổ chức trung tâm, thực thể hay cá nhân nào sở hữu Ethereum, điều này có nghĩa là không ai có thể đảo ngược các giao dịch. Vì vậy, điều tối quan trọng là luôn kiểm tra kỹ các giao dịch trước khi gửi. - -### Làm sao tôi có thể nhận phần thưởng tại các sự kiện cho / tặng Ethereum? Lừa đảo tặng phẩm {#giveaway-scam} - -Các sự kiện cho / tặng Ethereum là các trò lừa đảo được thiết kế để đánh cắp ETH của bạn. Đừng bị cám dỗ bởi những lời mời chào nghe có vẻ ngọt ngào — nếu bạn gửi ETH đến một địa chỉ của sự kiện, bạn sẽ không nhận được phần thưởng nào, và bạn cũng sẽ không thể lấy lại số tiền của mình. - -[Thông tin thêm về phòng chống lừa đảo](/security/#common-scams) - -### Giao dịch của tôi bị kẹt {#stuck-transaction} - -Các giao dịch trên Ethereum đôi khi có thể bị kẹt nếu bạn gửi với mức phí giao dịch thấp hơn so với yêu cầu do nhu cầu mạng lưới. Nhiều ví có tùy chọn gửi lại cùng một giao dịch với phí cao hơn để cho phép giao dịch được xử lý. Ngoài ra, bạn có thể hủy một giao dịch đang chờ bằng cách gửi một giao dịch đến chính địa chỉ của mình và sử dụng cùng số thứ tự (nonce) với giao dịch đang chờ. - -[Cách tăng tốc hoặc hủy một giao dịch đang chờ xử lý trên MetaMask](https://metamask.zendesk.com/hc/en-us/articles/360015489251-How-to-speed-up-or-cancel-a-pending-transaction) - -[Cách hủy các giao dịch Ethereum đang chờ xử lý](https://info.etherscan.com/how-to-cancel-ethereum-pending-transactions/) - -### Làm sao để tôi đào Ethereum? Đào Ethereum {#mining-ethereum} - -Việc đào Ethereum không còn khả thi nữa. Hoạt động đào đã bị tắt khi Ethereum chuyển từ [bằng chứng công việc](/glossary/#pow) sang [bằng chứng cổ phần](/glossary/#pos). Giờ đây, thay vì thợ đào, Ethereum có các nút xác thực (validators). Bất kỳ ai cũng có thể [đặt cược](/glossary/#staking) ETH và nhận phần thưởng staking khi chạy phần mềm trình xác thực để bảo mật mạng lưới. - -### Làm sao để tôi trở thành người Stake / người vận hành nút xác thực? {#how-to-stake} - -Để trở thành một người vận hành nút xác thực, bạn phải Stake 32 ETH trong hợp đồng Ethereum và thiết lập một nút xác thực. Thông tin chi tiết có trên [các trang staking](/staking) của chúng tôi và tại [staking launchpad](https://launchpad.ethereum.org/). - -## Xây dựng các ứng dụng phi tập trung {#building-support} - -Xây dựng có thể có nhiều khó khăn. Dưới đây là một số cộng đồng tập trung về lập trình với nhiều lập trình viên Ethereum sẵn lòng giúp. - -- [Alchemy University](https://university.alchemy.com/#starter_code) -- [Discord của CryptoDevs](https://discord.com/invite/5W5tVb3) -- [Ethereum StackExchange](https://ethereum.stackexchange.com/) -- [Web3 University](https://www.web3.university/) -- [LearnWeb3](https://discord.com/invite/learnweb3) - -Bạn cũng có thể tìm thấy tài liệu và hướng dẫn phát triển trong mục [tài nguyên dành cho nhà phát triển Ethereum](/developers/) của chúng tôi. - -### Bộ công cụ {#dapp-tooling} - -Bạn có những câu hỏi liên quan đến một công cụ, dự án hay thư viện? Hầu hết dự án đểu có kênh chat và diễn đàng chuyên dụng để hỗ trợ bạn. - -Dưới đây là ví dụ phổ biến: - -- [Solidity](https://gitter.im/ethereum/solidity) -- [ethers.js](https://discord.gg/6jyGVDK6Jx) -- [web3.js](https://discord.gg/GsABYQu4sC) -- [Hardhat](https://discord.gg/xtrMGhmbfZ) -- [Alchemy](http://alchemy.com/discord) -- [Tenderly](https://discord.gg/fBvDJYR) - -## Chạy một nút {#node-support} - -Nếu bạn vận hành một nút hay nút xác thực, đay là một số cộng đồng có thể giúp bạn bắt đầu. - -- [Discord của EthStaker](https://discord.gg/ethstaker) -- [EthStaker trên Reddit](https://www.reddit.com/r/ethstaker) - -Hầu hết các đội lập trình Ethereum Client cũng có rất nhiều người tâm huyết, kênh hỗ trợ công khai nơi bạn có thể đặt câu hỏi và nhận hỗ trợ. - -### Các ứng dụng thực thi {#execution-clients} - -- [Geth](https://discord.gg/FqDzupGyYf) -- [Nethermind](https://discord.gg/YJx3pm8z5C) -- [Besu](https://discord.gg/p8djYngzKN) -- [Erigon](https://github.com/ledgerwatch/erigon/issues) -- [Reth](https://github.com/paradigmxyz/reth/discussions) - -### Các ứng dụng đồng thuận {#consensus-clients} - -- [Prysm](https://discord.gg/prysmaticlabs) -- [Nimbus](https://discord.gg/nSmEH3qgFv) -- [Lighthouse](https://discord.gg/cyAszAh) -- [Teku](https://discord.gg/7hPv2T6) -- [Lodestar](https://discord.gg/aMxzVcr) -- [Grandine](https://discord.gg/H9XCdUSyZd) - -Bạn cũng có thể [tìm hiểu cách chạy một nút tại đây](/developers/docs/nodes-and-clients/run-a-node/). diff --git a/public/content/translations/zh-tw/community/support/index.md b/public/content/translations/zh-tw/community/support/index.md deleted file mode 100644 index fe33a904b18..00000000000 --- a/public/content/translations/zh-tw/community/support/index.md +++ /dev/null @@ -1,104 +0,0 @@ ---- -title: "以太坊支援" -description: "在以太坊生態系統內獲取支援。" -lang: zh-tw ---- - -# 以太坊支援 {#support} - -## 以太坊官方支援 {#official-support} - -你正在尋找官方的以太坊支援嗎? 第一件你應該知道的事情是以太坊為去中心化。 這代表沒有中心組織、實體或個體會持有以太坊,也因此沒有官方支援頻道。 - -了解以太坊的去中心化本質非常重要,因為**任何聲稱是以太坊官方支援的人都可能是想詐騙你!**對抗詐騙者的最佳防護,就是自學並認真看待安全問題。 - - - 以太坊安全性及詐騙防範 - - - - 學習以太坊基礎知識 - - -儘管欠缺官方支援,很多以太坊生態系統上的團體、社群和專案都很樂意提供協助。你也能夠在此頁面找到很多有用的資訊及資源。 仍有疑問? 加入 [ethereum.org Discord](https://discord.gg/ethereum-org),我們會嘗試提供幫助。 - -## 常見問題 {#faq} - -### 我將 ETH 傳送到了錯誤的錢包 {#wrong-wallet} - -在以太坊進行的傳送不可還原。 不幸的是,如你已經將以太幣傳送至錯的錢包,便無法追回這些資金。 沒有中心組織、實體或個體持有以太坊,這代表沒有人能夠逆轉交易。 因此,在傳送交易前請務必進行雙重核查。 - -### 如何領取以太坊贈品? {#giveaway-scam} - -以太坊贈品是為了偷取你持有的以太幣而設計的騙局。 不要被一些高得不真實的回報率給欺騙 - 如果你將以太幣傳送至一個贈品地址,你將不會收到申領的贈品,而且你也不能索要賠償。 - -[更多關於詐騙防範的資訊](/security/#common-scams) - -### 我的交易卡住了 {#stuck-transaction} - -如果你提交了一個低於所需的交易費,由於網路需求,你在以太坊上的交易有時可能會卡住。 很多錢包都會提供一個選項,重新用較高的手續費去提交同一筆交易,讓交易能夠順利進行。 另外,你還可以取消正在等待處理的交易。該動作能將一筆交易傳送到你持有的地址,然後使用與待處理交易相同的隨機數繼續。 - -[如何在 MetaMask 上加速或取消待處理的交易](https://metamask.zendesk.com/hc/en-us/articles/360015489251-How-to-speed-up-or-cancel-a-pending-transaction) - -[如何取消待處理的以太坊交易](https://info.etherscan.com/how-to-cancel-ethereum-pending-transactions/) - -### 如何在以太坊挖礦? 挖礦以太坊 {#mining-ethereum} - -以太坊挖礦已不再可能。 當以太坊從 [工作量證明](/glossary/#pow) 轉移至 [權益證明](/glossary/#pos) 時,挖礦活動就停止了。 現在以太坊沒有礦工了,取而代之的是驗證者。 任何人都可以 [質押](/glossary/#staking) ETH 並執行驗證者軟體保護網路,以獲得質押獎勵。 - -### 如何成為質押者/執行驗證者? {#how-to-stake} - -要成為驗證者,你必須在以太坊存款合約質押至少 32 個以太幣並設定驗證者節點。 更多資訊可以參考我們的 [質押頁面](/staking) 和 [質押啟動面板](https://launchpad.ethereum.org/)。 - -## 建構去中心化應用程式 {#building-support} - -開發可能很難, 但一些專注於開發的空間上有樂意提供幫助,且經驗豐富的以太坊開發者。 - -- [Alchemy 大學](https://university.alchemy.com/#starter_code) -- [CryptoDevs discord](https://discord.com/invite/5W5tVb3) -- [以太坊 StackExchange](https://ethereum.stackexchange.com/) -- [Web3 大學](https://www.web3.university/) -- [LearnWeb3](https://discord.com/invite/learnweb3) - -你也可以在我們的 [以太坊開發者資源](/developers/) 專區中找到文件和開發指南。 - -### 工具 {#dapp-tooling} - -你的問題跟某個特定的質押池、專案或庫相關嗎? 多數專案都有專門為你提供支援的聊天伺服器或論壇。 - -常見示例有: - -- [Solidity](https://app.element.io/#/room/#solidity:matrix.org) -- [ethers.js](https://discord.gg/6jyGVDK6Jx) -- [web3.js](https://discord.gg/GsABYQu4sC) -- [Hardhat](https://discord.gg/xtrMGhmbfZ) -- [Alchemy](http://alchemy.com/discord) -- [Tenderly](https://discord.gg/fBvDJYR) - -## 執行節點 {#node-support} - -如果你要運行一個節點或者驗證程式,有一些專門的社群可幫助你開始。 - -- [EthStaker discord](https://discord.gg/ethstaker) -- [EthStaker reddit](https://www.reddit.com/r/ethstaker) - -大部份開發以太坊用戶端的團隊也都有面向大眾的專有空間,你可在其中獲得支援及提出疑問。 - -### 執行用戶端 {#execution-clients} - -- [Geth](https://discord.gg/FqDzupGyYf) -- [Nethermind](https://discord.gg/YJx3pm8z5C) -- [Besu](https://discord.gg/p8djYngzKN) -- [Erigon](https://github.com/ledgerwatch/erigon/issues) -- [Reth](https://github.com/paradigmxyz/reth/discussions) - -### 共識用戶端 {#consensus-clients} - -- [Prysm](https://discord.gg/prysmaticlabs) -- [Nimbus](https://discord.gg/nSmEH3qgFv) -- [Lighthouse](https://discord.gg/cyAszAh) -- [Teku](https://discord.gg/7hPv2T6) -- [Lodestar](https://discord.gg/aMxzVcr) -- [Grandine](https://discord.gg/H9XCdUSyZd) - -你也可以在 [這裡了解如何執行節點](/developers/docs/nodes-and-clients/run-a-node/)。 diff --git a/public/content/translations/zh/community/support/index.md b/public/content/translations/zh/community/support/index.md deleted file mode 100644 index 7d75170869f..00000000000 --- a/public/content/translations/zh/community/support/index.md +++ /dev/null @@ -1,104 +0,0 @@ ---- -title: "以太坊支持" -description: "在以太坊生态系统中获得支持。" -lang: zh ---- - -# 以太坊支持 {#support} - -## 以太坊官方支持 {#official-support} - -你正在寻求以太坊官方支持吗? 你应该知道的第一件事是以太坊是去中心化的。 这意味着以太坊不属于任何中心化组织、实体或个人,因此没有官方支持渠道。 - -了解以太坊的去中心化特点非常重要,因为\*\*任何声称自己是以太坊官方支持人员的人都可能在试图诈骗你!\*\*防范诈骗的最好方式是自学并认真对待安全问题。 - - - 以太坊安全和预防诈骗 - - - - 学习以太坊基础知识 - - -尽管缺乏官方支持,但以太坊生态系统中的许多团体、社区和项目都乐于提供帮助,并且你可以在此页面上找到很多有用的信息和资源。 还有问题吗? 加入 [ethereum.org Discord](https://discord.gg/ethereum-org),我们会尽力提供帮助。 - -## 常见问题{#faq} - -### 我把 ETH 发送到错误的钱包了 {#wrong-wallet} - -以太坊上发送的交易是不可逆的。 如果你将以太币发送到错误的钱包,很遗憾,没有办法追回这些资金。 以太坊不属于任何中心化组织、实体或个人,这意味着没有人可以逆转交易。 因此,在发送交易之前,一定要仔细检查你的交易,这一点至关重要。 - -### 如何领取以太坊的赠品? {#giveaway-scam} - -以太坊赠品是用来窃取你以太币的骗局。 不要被看起来好得令人难以置信的优惠所诱惑 — 如果你将以太币发送到赠品地址,你不但收不到赠品,还将无法追回你的资金。 - -[更多关于预防诈骗的内容](/security/#common-scams) - -### 我的交易卡住了 {#stuck-transaction} - -如果你提交的交易费低于网络需求,以太坊上的交易有时会被卡住。 许多钱包提供了一个选项,即以更高的交易费重新提交同一项交易,使该交易得以处理。 或者,你可以发送交易到你自己的地址,并使用与待定交易相同的随机数,以取消待定交易。 - -[如何在 MetaMask 上加速或取消待处理的交易](https://metamask.zendesk.com/hc/en-us/articles/360015489251-How-to-speed-up-or-cancel-a-pending-transaction) - -[如何取消待处理的以太坊交易](https://info.etherscan.com/how-to-cancel-ethereum-pending-transactions/) - -### 我如何在以太坊挖矿? {#mining-ethereum} - -以太坊不再支持挖矿。 在以太坊从[工作量证明](/glossary/#pow)过渡到[权益证明](/glossary/#pos)后,挖矿就终止了。 现在,以太坊使用验证者而不是矿工。 任何人都可以[质押](/glossary/#staking) ETH,并通过运行验证者软件来保障网络安全,从而获得质押奖励。 - -### 我如何成为质押者/运行验证者? {#how-to-stake} - -要成为验证者,你必须在以太坊存款合约中质押 32 个以太币并搭建一个验证节点。 更多信息可在我们的[质押页面](/staking)和[质押启动板](https://launchpad.ethereum.org/)上找到。 - -## 构建去中心化应用程序 {#building-support} - -构建这类应用可能很困难。 以下提供了一些专注于开发的平台,其中有经验丰富的以太坊开发人员,他们会乐意提供帮助。 - -- [Alchemy University](https://university.alchemy.com/#starter_code) -- [CryptoDevs discord](https://discord.com/invite/5W5tVb3) -- [Ethereum StackExchange](https://ethereum.stackexchange.com/) -- [Web3 University](https://www.web3.university/) -- [LearnWeb3](https://discord.com/invite/learnweb3) - -你还可以在我们的[以太坊开发者资源](/developers/)部分找到文档和开发指南。 - -### 工具 {#dapp-tooling} - -你的问题是否与某个特定的工具、项目或程序库有关? 大多数项目都有专用于用户支持的聊天服务器或论坛。 - -以下是一些比较常见的例子: - -- [Solidity](https://app.element.io/#/room/#solidity:matrix.org) -- [ethers.js](https://discord.gg/6jyGVDK6Jx) -- [web3.js](https://discord.gg/GsABYQu4sC) -- [Hardhat](https://discord.gg/xtrMGhmbfZ) -- [Alchemy](http://alchemy.com/discord) -- [Tenderly](https://discord.gg/fBvDJYR) - -## 运行节点 {#node-support} - -如果你正在运行节点或验证者节点,下面是一些专门帮助你入门的社区。 - -- [EthStaker discord](https://discord.gg/ethstaker) -- [EthStaker reddit](https://www.reddit.com/r/ethstaker) - -大多数构建以太坊客户端的团队也有专门的、面向公众的平台,你可以在这些平台获取支持和提问。 - -### 执行客户端 {#execution-clients} - -- [Geth](https://discord.gg/FqDzupGyYf) -- [Nethermind](https://discord.gg/YJx3pm8z5C) -- [Besu](https://discord.gg/p8djYngzKN) -- [Erigon](https://github.com/ledgerwatch/erigon/issues) -- [Reth](https://github.com/paradigmxyz/reth/discussions) - -### 共识客户端 {#consensus-clients} - -- [Prysm](https://discord.gg/prysmaticlabs) -- [Nimbus](https://discord.gg/nSmEH3qgFv) -- [Lighthouse](https://discord.gg/cyAszAh) -- [Teku](https://discord.gg/7hPv2T6) -- [Lodestar](https://discord.gg/aMxzVcr) -- [Grandine](https://discord.gg/H9XCdUSyZd) - -你也可以[在此处学习如何运行节点](/developers/docs/nodes-and-clients/run-a-node/)。 diff --git a/src/components/Homepage/CodeExamples.tsx b/src/components/Homepage/CodeExamples.tsx index ca5a1d8aa95..42a7901f0fb 100644 --- a/src/components/Homepage/CodeExamples.tsx +++ b/src/components/Homepage/CodeExamples.tsx @@ -91,7 +91,7 @@ const CodeExamples = ({ title, codeExamples }: CodeExamplesProps) => { return (
- + }> {/* Desktop */} {codeExamples.map(({ title, description, eventName }, idx) => (