﻿<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>运维部落 &#187; geth</title>
	<atom:link href="http://help.vps12.com/tag/geth/feed" rel="self" type="application/rss+xml" />
	<link>https://help.vps12.com</link>
	<description>分享服务器运维及实践解决方案</description>
	<lastBuildDate>Sat, 25 Jan 2025 07:14:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>自建用于bzz的geth(swap-endpoint)RPC（linux、windows详细部署步骤）</title>
		<link>https://help.vps12.com/2051.html</link>
		<comments>https://help.vps12.com/2051.html#comments</comments>
		<pubDate>Mon, 07 Jun 2021 03:36:16 +0000</pubDate>
		<dc:creator>vps12.com</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[解决方案]]></category>
		<category><![CDATA[geth]]></category>
		<category><![CDATA[vps12.com]]></category>

		<guid isPermaLink="false">http://help.vps12.com/?p=2051</guid>
		<description><![CDATA[最近由于以太坊很火，很多朋友需求自己架设自己的rpc服务。这里给出两个方案，一个是linux一个是win的。 初自建geth(endpoint)用于保证Swarm挖矿持续不中断为了更好的服务自己。为什么自建RPC? 自建geth的好处： 1、不受官方服务器限制、保证多节点24*7连接性； 2、自建geth没有任何限制，可以多节点共用一台; 3、bee0.6.x以上版本连接请求过快，官方免费rpc满足不了。 Linux推荐使用系统：Ubuntu18.04（centos要下载软件部署） 安装git ?View Code BASH1 2 3 4 apt-get install software-properties-common -y sudo add-apt-repository ppa:git-core/ppa -y sudo apt-get update -y sudo apt-get install git -y 查看是否安装成功 ?View Code BASH1 git --version 有显示版本号就是安装成功。 安装geth ?View Code BASH1 2 3 4 sudo apt-get install software-properties-common -y sudo add-apt-repository -y ppa:ethereum/ethereum sudo [...]]]></description>
		<wfw:commentRss>https://help.vps12.com/2051.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
