Giter Club home page Giter Club logo

bitconnect-rpc-server-node's Introduction

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

bitconnect-rpc-server-node's People

Contributors

bitconnectcoregithub avatar thebccapp avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.