Skip to content

majestrate/oxen-whois

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oxen-whois

A whois server for ons

building

requirements:

  • oxenmq
  • libsodium 1.0.18
  • nlohmann-json 3.x
  • cmake

build:

$ git submodule update --init --recursive
$ mkdir build 
$ cd build
$ cmake ..
$ make

running

set to run with systemd:

$ sudo make install
$ sudo cp contrib/oxen-whois.service /etc/systemd/system/
$ sudo systemctl enable --now oxen-whois

usage

query the server explicitly using the whois tool:

$ whois -h localhost.loki jeff.loki

About

whois server for oxen blockchain

Resources

License

Stars

Watchers

Forks

Packages

No packages published