Skip to content

HashBitorg/HBITChain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

HBITChain

Run HashBit Blockchain Node [HBIT] - https://hashbit.org Check how interact with http API here - https://hashbit.org/api.html


What is HBIT?

The HashBit Blockchain is a cryptocurrency called [HBIT], but it is not only this, on the Blockchain you can create applications of all kinds, exploiting the potential and speed of the HashBit Blockchain. You can find all the details on the Official website and directly in the FrontEnd where you can interact with the Blockchain in complete safety.


Run it!

  • Download the release and extract.

  • Go to HBITChain_1.00.00 Folder.

  • Run with sh ./start.sh (Linux) or run.bat (Windows).

  • Remember to open port 11119 and 11120 to support the network. At the moment the blockchain is always and only accessed on https://hashbit.org.


Setting up Node and Help Network

  • Ubuntu 18:04

  • sudo apt-get update

  • sudo apt-get install build-essential

  • sudo apt-get install git

  • sudo apt-get install default-jdk

  • sudo apt-get install wget

  • sudo apt-get install zip

  • sudo apt-get install dos2unix

  • wget https://github.com/HashBitorg/HBITChain/releases/download/1.25.10/HBITChain_1.25.10.zip

  • unzip HBITChain_1.25.10.zip

  • cd HBITChain_1.25.10

  • dos2unix start.sh

  • sh ./start.sh

  • Windows 10

  • Download Latest Release https://github.com/HashBitorg/HBITChain/releases/download/1.00.00F/HBITChain_1.00.00.zip

  • unzip on your PC

  • Enter in the unzipped dir and double click on run.bat

Required Java JRE for Windows

Further Reading

- Official Website: https://hashbit.org
- Click Wiki on https://hashbit.org for all Detailed Informations.