-
Notifications
You must be signed in to change notification settings - Fork 7
节点搭建文档
OuYun edited this page Nov 4, 2019
·
1 revision
- 从源代码构建: https://github.com/bigbangcore/BigBang/wiki/Source-Installation
- 直接运行我们已经构建好的发布程序: https://github.com/bigbangcore/BigBang/releases
该配置文件需要放在数据目录下(可以在命令行下指定数据目录-datadir=/path/to/data/folder
),可以参考以下常用配置:
#pow挖矿模板参数
cryptonightaddress=1erazk3ww4nap6bm46mfct98axe2phsqcba00987ezqqdpswfv6yexz7a
cryptonightkey=20e6078147f2d4ee757b71584f64d088519fd4a425780bdb630d45bc89c8fe1e
#dpos挖矿模板参数
mpvssaddress=1erazk3ww4nap6bm46mfct98axe2phsqcba00987ezqqdpswfv6yexz7a
mpvsskey=20e6078147f2d4ee757b71584f64d088519fd4a425780bdb630d45bc89c8fe1e
#节点RPC接口最大连接数
rpcmaxconnections=200
#P2P网络最大连接数
maxconnections=200
#P2P监听以允许其它节点接入
listen4
#P2P监听端口
port=9901
#RPC服务监听端口
rpcport=9902
- Source Installation
- Executable Programs
- Take A Tour of BigBang
- CPoW SOLO Guide
- Create Forks
- Exchange Token Between Two Forks
- Mining by Connect to The Pool
- Miner Program
- EDPoS Vote Guide
- JSON RPC
- Command Line Tool
- TX vchdata serialization definition
- Tx signature field structure
- Multisignature
- IO Stream
- Data Stream