Ramesh Pallikara

@rampall

Joined on Jul 3, 2022

  • Install latest Bee 2.2.0 wget -q -O - https://raw.githubusercontent.com/ethersphere/bee/master/install.sh | TAG=v2.2.0 bash Check Bee Version bee version 2.2.0-06a0aca7 Create a bash script create a run_bee.sh file and past the following text. Replace <TESTNET-DATA-DIR> and <SEPOLIA-ENDPOINT> accordingly #!/bin/bash
     Like 1 Bookmark
  • Bee is a versatile software that caters to a diverse range of use cases. It offers three primary modes of operation - ultra-light, light, and full - each tailored to specific user needs and preferences. In this tutorial, we will guide you through installing, configuring, and running Bee node in each of these modes. By the end of this tutorial, you will be able to set up Bee node to best suit your requirements and join the Swarm network. Let's get started! Prerequisites for this guide a machine running Ubuntu / Debian / any Linux based distribution latest node and npm The following ports must be free and available1633 1634 1635 8080
     Like 1 Bookmark
  • Steps to import bee node's wallet into metamask to access funds in it Step 1. Find your bee node's swarm.key file and password The location of swarm.key file depends on the type of bee installation and how it is being run: if bee node was started in the background by Swarm Desktop if bee node was started as a service (systemctl or launchctl) if bee node was started on the terminal using bee start ... For bee node run by Swarm Desktop
     Like  Bookmark
  • Note: If you're planning to run a Swarm Gateway, there are a few things you should be aware of to ensure that your setup is secure and functional. Please be aware of the risks and legal liabilities of allowing anyone to upload/access arbitrary content, understand the resource requirements and keep your software up to date. TLDR This tutorial will show you how to set up a public Swarm gateway. By following the steps outlined, you can quickly host a bee node, install a gateway proxy, and configure SSL certificates and DNS records for your gateway's domain. This will enable you to offer a Swarm gateway service with your own domain and allow you to serve your web3 dapps in a more traditional way where end users can be onboarded easily. Introduction What is a Swarm Gateway? Swarm is a decentralised p2p network. Users need an access point to read/write content that is stored on the Swarm network. Running a Bee node or installing the Swarm Desktop are two of the ways to accomplish this. Gateways provide a convenient third alternative that: requires no installation or bee node setup on the dapp user’s end
     Like  Bookmark
  • git clone https://github.com/ethersphere/bee-scripts.git cd bee-scripts/readsi Redistribution :::info Note: reveals: shows counts of hashes submitted as <Hash1Count>-<Hash2Count>-<Hash3Count>... ::: Fetch 6 hours: go run main.go --since=6h --cmd=redistribution
     Like 1 Bookmark
  • In this article, we'll walk you through the steps to set up and run Bee as a full node using Docker Compose. Prerequisites latest docker cli must be installed The following ports must be free and available1633 1634 1635 8080 Step 1: Create a project directory
     Like  Bookmark
  • In this article, we'll walk you through the steps to set up and run Bee in ultra-light mode using Docker Compose. By using ultra-light mode, you can reduce the storage requirements for your Bee node, which can be especially helpful if you're running Bee on a device with limited storage capacity. Prerequisites latest docker cli must be installed The following ports must be free and available1633 1634 1635 8080 Step 1: Create a project directory
     Like  Bookmark
  • In this article, we'll walk you through the steps to set up and run Bee as a light node using Docker Compose. By running Bee as a light node, you can reduce the storage and bandwidth requirements for your node, which can be especially helpful if you're running Bee on a device with limited resources. Prerequisites latest docker cli must be installed The following ports must be free and available1633 1634 1635 8080 Step 1: Create a project directory
     Like  Bookmark
  • Githubhttps://github.com/rndlabs/swarm-tools-rs Blog https://mirror.xyz/mfw78.eth/6izrHbhaANY-WuBQsCJbYMyevjQQqdnfJ3sjBhI0rL0 Topology Calculate the daily average reported storage radius swarm-tools --gnosis-rpc <GNOSIS_RPC> topology actual-avg-storage-radius Output:
     Like  Bookmark