Skip to content

george012/eth_hash_node_install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 

Repository files navigation

目录:

1. summary(简介)

  • This script is used to install and configure Ethereum Classic (ETC) or Ethereum Pow algorithm nodes with one click on a Linux system. This script can help users easily install and configure ETC or eth Pow algorithm nodes, eliminating the trouble of manually executing multiple commands. Just run the script according to the prompts and select the corresponding operation to complete the construction of the ETC or eth Pow node.

  • zh-CN--->这个脚本是用于在Linux系统上一键安装和配置Ethereum Classic(ETC)或者 Ethereum Pow算法 节点的。这个脚本可以帮助用户轻松地安装和配置ETC或者eth Pow类算法的节点,省去了手动执行多个命令的麻烦。只需根据提示运行脚本,选择相应的操作,即可完成ETC或者eth Pow节点的搭建。。

2. Q & A(为什么?)

  • Q1: Why not use the official docker way(为什么不用官方docker方式?)
  • A1: The docker method is cumbersome for operation monitoring, has limited energy, and does not have enough time to learn the docker ecosystem. Prefer a pure Linux operating environment(docker的方式对于运行监控繁琐,精力有限,对于docker生态的学习时间不够。更喜欢纯净的Linux运行环境)

3. Functions(功能)

  • Automatically download the latest version of core-geth(自动下载最新版本core-geth)
  • Automatically generate the startup configuration file for core-geth running in the ETC network(自动生成core-geth运行在ETC网络中的启动配置文件)
  • systemd system services(systemd系统服务)
  • menu processing(菜单化)
  • High concurrent network optimization default 51200(高并发网络优化默认51200)
  • Run logrotate for Core-Geth every 5 minutes logrotate splits every 1 hour and saves for 30 days(每5分钟进行一次日志分片服务调用日志分片是按照每1小时分片一次,保留30天)
  • Custom Setting Node ID Name (自定义节点名字)

4. core-geth Infos (core-geth 相关信息)

5. Use(使用)

wget --no-check-certificate https://raw.githubusercontent.com/george012/eth_hash_node_install/master/eth_hash_node_install.sh && chmod a+x ./eth_hash_node_install.sh && ./eth_hash_node_install.sh

About

One-click installation of core-geth

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages