Skip to content

Latest commit

 

History

History
31 lines (30 loc) · 926 Bytes

README.md

File metadata and controls

31 lines (30 loc) · 926 Bytes

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