Skip to content

gonzazoid/hashnet-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Net agent

Configuration

First of all - change OWNER_PUBLIC_KEY in .env file.

It's your public key, signed:// messages (with label /hashnet-rpc) signed by the key will be executed by agent as #Net RPC messages.

The rest of settings is pretty much self-explanatory.

Run the System

docker-compose up

The services can be run on the background with command:

docker-compose up -d

Stop the System

Stopping all the running containers is also simple with a single command:

docker-compose down

Releases

No releases published

Packages

No packages published

Languages