项目作者: bitconnectCore

项目描述 :
bitconnect BlockChain RPC Server Node For Clouds, Applications, Bots And Explorers
高级语言:
项目地址: git://github.com/bitconnectCore/bitconnect-RPC-server-node.git
创建时间: 2020-03-07T23:41:55Z
项目社区:https://github.com/bitconnectCore/bitconnect-RPC-server-node

开源协议:GNU General Public License v3.0

下载


bitconnect-RPC-server-node

bitconnect BlockChain RPC Server Node For Clouds, Applications, Bots And Explorers

In linux bash, possibly peices together releases from:

https://github.com/bitconnectCore/bitconnect-blockchain-peers

https://github.com/bitconnectCore/bitconnect-blockchain-bootstrap

Has howto build writeup, but also includes static linux ~18.04 release for easiness.

Includes daemon commands and .conf options, Example: server=1 with peers.

How to make a swap file (virtual RAM).

How to open ports (TCP 9239).

RPC default port is TCP 9240.

How to update peers while server is running.

Quick Notes

Non precise deps:

sudo apt-get install build-essential libssl-dev libdb++-dev libboost-all-dev libqrencode-dev miniupnpc libminiupnpc-dev autoconf pkg-config libtool autotools-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev automake -y

Part1 (build levelDB):

cd bitconnect/src/leveldb

chmod +x build_detect_platform

make libleveldb.a libmemenv.a

Part2 (build daemon):

cd bitconnect/src

sudo make -f makefile.unix | sudo make -f makefile.unix PIE=1 STATIC=1

Part3 (make configuration file):

cd
sudo nano .bitconnect/bitconnect.conf

Part4 (configuartion file settings):

rpcuser=

rpcpassword=

listen=

daemon=

server=

txindex=

rpcport=

Part5 (start daemon):

cd bitconnect/src

chmod +x bitconnectd

./bitconnectd start