diff --git a/docs/bee/installation/docker.md b/docs/bee/installation/docker.md index 188fcc1f4..bf3cda115 100644 --- a/docs/bee/installation/docker.md +++ b/docs/bee/installation/docker.md @@ -50,7 +50,7 @@ docker run\ --rm -it ethersphere/bee:stable\ start \ --welcome-message="Bzzzz bzzz bzz bzz. 🐝" \ - --blockchain-rpc-endpoint https://stake.getblock.io/mainnet/?api_key=your-api-key \ + --blockchain-rpc-endpoint https://gno.getblock.io/<>/mainnet/ \ --debug-api-enable ``` @@ -66,7 +66,7 @@ docker run\ --rm -it ethersphere/bee:stable\ start \ --welcome-message="Bzzzz bzzz bzz bzz. 🐝" \ - --blockchain-rpc-endpoint https://stake.getblock.io/mainnet/?api_key=your-api-key \ + --blockchain-rpc-endpoint https://gno.getblock.io/<>/mainnet/ \ --debug-api-enable ``` @@ -118,7 +118,7 @@ There are some important configuration parameters which must be set in order for For Bee, amend the following parameters: ``` -BEE_BLOCKCHAIN_RPC_ENDPOINT=https://stake.getblock.io/mainnet/?api_key=your-api-key +BEE_BLOCKCHAIN_RPC_ENDPOINT=https://gno.getblock.io/<>/mainnet/ BEE_PASSWORD=my-password ``` diff --git a/docs/bee/installation/fund-your-node.md b/docs/bee/installation/fund-your-node.md index 01d97faa4..2a1f066e0 100644 --- a/docs/bee/installation/fund-your-node.md +++ b/docs/bee/installation/fund-your-node.md @@ -48,7 +48,7 @@ value to zero. This means that your node's chequebook will not get funded with xBZZ, meaning that other nodes will only serve it within the free tier bandwidth threshold. -Since gas fees on the [Gnosis Chain](https://www.xdaichain.com/) are very low, +Since gas fees on the [Gnosis Chain](https://www.gnosis.io/) are very low, you won't need much xDAI either to get started. You may acquire a small amount for free by using the official Gnosis Chain xDAI faucet [xDAI Faucet](https://gnosisfaucet.com/). The required amount is a function of the current transaction fee on chain, but 0.01 xDAI should be more than enough to start up your node. @@ -62,14 +62,14 @@ Ethereum address. If you want to run a full node, or upload a lot of content, then you may need more xDAI for gas. To acquire this, you may convert DAI on the main Ethereum network to xDAI using the -[xDAI bridge](https://www.xdaichain.com/for-users/bridges/converting-xdai-via-bridge), +[xDAI bridge](https://docs.gnosischain.com/bridges/tokenbridge/xdai-bridge), or buy xDAI -[directly using fiat](https://www.xdaichain.com/for-users/get-xdai-tokens/buying-xdai-with-fiat). +[directly using fiat](https://buyxdai.com/). You will also need to fund your node with more xBZZ for full speed access, or to purchase postage stamps to upload content. To bridge BZZ from the Ethereum -mainet to the [Gnosis Chain](https://www.xdaichain.com/), you may use -[OmniBridge](https://omni.xdaichain.com/bridge). +mainet to the [Gnosis Chain](https://www.gnosis.io/), you may use +[OmniBridge](https://omni.gnosischain.com/). To find out what your node's Ethereum address is, please consult your relevant installation guide or check your logs! @@ -79,11 +79,11 @@ installation guide or check your logs! To interact with the BZZ ecosystem, you will need to make a couple of small configuration additions to your wallet software. In the case of e.g. MetaMask, you'll need to -[add the Gnosis Chain network](https://www.xdaichain.com/for-users/wallets/metamask), +[add the Gnosis Chain network](https://docs.gnosischain.com/tools/wallets/metamask/), and then [add a custom token](https://metamask.zendesk.com/hc/en-us/articles/360015489031-How-to-add-unlisted-tokens-custom-tokens-in-MetaMask). -The canoncial addresses for the BZZ token on the various blockchains are as +The canonical addresses for the BZZ token on the various blockchains are as follows: | Blockchain | Contract address | diff --git a/docs/bee/installation/install.md b/docs/bee/installation/install.md index 6de56ee85..273831374 100644 --- a/docs/bee/installation/install.md +++ b/docs/bee/installation/install.md @@ -228,7 +228,7 @@ To set your RPC endpoint provider, specify it in configuration for the `blockcha ```yaml ## bee.yaml -blockchain-rpc-endpoint: https://gno.getblock.io/mainnet/?api_key=<> +blockchain-rpc-endpoint: https://gno.getblock.io/<>/mainnet/ ``` ### Configure Swap Initial Deposit (Optional) diff --git a/docs/bee/working-with-bee/light-nodes.md b/docs/bee/working-with-bee/light-nodes.md index 21e4f5698..61743cfe3 100644 --- a/docs/bee/working-with-bee/light-nodes.md +++ b/docs/bee/working-with-bee/light-nodes.md @@ -3,7 +3,7 @@ title: Light Nodes id: light-nodes --- -:::danger +:::info When a light node is requesting data from the network - it will not benefit from plausible deniability. This is because a light node does not forward on behalf of other nodes, and so it is always the _originator_ of the request. ::: diff --git a/docs/bee/working-with-bee/ultra-light-nodes.md b/docs/bee/working-with-bee/ultra-light-nodes.md index 51939df5a..23b158dfb 100644 --- a/docs/bee/working-with-bee/ultra-light-nodes.md +++ b/docs/bee/working-with-bee/ultra-light-nodes.md @@ -3,13 +3,13 @@ title: Ultra Light Nodes id: ultra-light-nodes --- -:::danger -When running without a blockchain connections, bandwidth incentive payments (SWAP) cannot be made so there is a risk of getting blocklisted by other peers for unpaid services. +:::info +When running without a blockchain connection, bandwidth incentive payments (SWAP) cannot be made so there is a risk of getting blocklisted by other peers for unpaid services. ::: #### Configuration -In order to run an ultra-light node use the same configurations as for the [light node](/docs/bee/working-with-bee/light-nodes) but leave the `blockchain-rpc-endpoint` configuration param value to empty (or just comment it out). +In order to run an ultra-light node use the same configuration as for the [light node](/docs/bee/working-with-bee/light-nodes) but leave the `blockchain-rpc-endpoint` parameter value to empty (or just comment it out). :::caution Make sure you set the `swap-enable` configuration parameter to `false`, otherwise you will get an error. diff --git a/docs/learn/faq.md b/docs/learn/faq.md index 8678d5b9d..080c4cfe3 100644 --- a/docs/learn/faq.md +++ b/docs/learn/faq.md @@ -213,7 +213,7 @@ The "context deadline exceeded" is a non critical warning. It means that a node ### How do I set up a blockchain endpoint? -We recommend you run your own [xDAI Node using Nethermind](https://www.xdaichain.com/for-validators/new-validator-process-flow/nethermind-node-setup). +We recommend you run your own [Gnosis Node using Nethermind](https://docs.gnosischain.com/node/tools/sedge). - If you use "bee start" diff --git a/docs/learn/glossary.md b/docs/learn/glossary.md index e8ab1a1fc..0362bfbc1 100644 --- a/docs/learn/glossary.md +++ b/docs/learn/glossary.md @@ -186,7 +186,7 @@ It is used as payment for [postage stamps](glossary#postage-stamps) and as the u ## xDai Token -xDai is [DAI](https://developer.makerdao.com/dai/1/) [bridged](#bridged-tokens) to the [Gnosis Chain](https://www.xdaichain.com/) using [xDai Bridge](https://bridge.gnosischain.com/). It is also the native token of the Gnosis Chain, i.e. transaction fees are paid in xDai. +xDai is [DAI](https://developer.makerdao.com/dai/1/) [bridged](#bridged-tokens) to the [Gnosis Chain](https://www.gnosis.io) using [xDai Bridge](https://bridge.gnosischain.com/). It is also the native token of the Gnosis Chain, i.e. transaction fees are paid in xDai. ## Goerli diff --git a/sidebars.js b/sidebars.js index 81cb71568..d24cdbb8c 100644 --- a/sidebars.js +++ b/sidebars.js @@ -71,7 +71,6 @@ module.exports = { 'bee/installation/build-from-source', 'bee/installation/hive', 'bee/installation/docker', - 'bee/installation/bee-clef', 'bee/installation/connectivity', 'bee/installation/fund-your-node', ], diff --git a/src/pages/index.js b/src/pages/index.js index bd076a0d8..907ac871e 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -12,6 +12,10 @@ function Home() { const {siteConfig = {}} = context; return ( +
+

Swarm Documentation

+

Official documentation of the decentralised data storage and distribution protocol built to power the next generation of censorship-resistant, unstoppable, serverless dapps.

+