Skip to content

rodinv/pow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POW Server & Client

The implementation of the “Word of Wisdom” tcp server and client with DDOS attacks protection

Install & Run

make docker_build
make docker_run
make docker_stop

or

  • setup env variables
POW_HOST (default "localhost")
POW_PORT (default "8081")
POW_BITS (default "24")
  • run
make mod
make server
make client

Additional information

Not implemented (because of PoC):

  • tests
  • connection timeouts
  • persistent hash storage, real resource validation
  • connection encryption

About

Proof of Work server + client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published