Skip to content

ScriptScorpion/Hexcoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HEC (HEx Coin) - is crypto coin that aims to be simplest and safest by default.

Requirements:

  • g++
  • openssl
  • make
  • docker (for Windows)

Installation:

For Linux:

  1. Enter project directory and run: make genkeys to generate keys for the secure connection.
  2. Run: make to compile source code.

For Windows:

  1. Enter project directory and run: docker build -t hec . --build-arg PORT=port_number --build-arg PEM_PASSWORD=password_to_encrypt_connection to build project (change PORT (number) and PEM_PASSWORD (text) to values you prefer)
  2. And then run image: docker run -it hec

Note:

if you are trying to modify something in this project, please know that many things are hardcoded to this directory only

About

HEC (HEx Coin) - is crypto coin that aims to be simplest and safest by default

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors