Skip to content

hkh4n/go-i2p-testnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes

This is in active development and not in working order yet. It is highly unstable and will fluctuate in changes.

TO DO

  • Lifecycle startup + shutdown
  • Volume for each router
  • Shared Volume
  • Port forwarding
  • Readline interface
  • Reseed via file
  • Reseed via node (i2pd)
  • Reseed via node (i2p java)
  • go-i2p node (basic startup)
  • i2pd node (basic startup)
  • i2p java router node (basic startup)
  • Config
    • go-i2p node
    • i2pd node
    • i2p java router node

Verbosity

Logging can be enabled and configured using the DEBUG_TESTNET environment variable. By default, logging is disabled.

There are three available log levels:

  • Debug
export DEBUG_TESTNET=debug
  • Warn
export DEBUG_TESTNET=warn
  • Error
export DEBUG_TESTNET=error

If DEBUG_TESTNET is set to an unrecognized variable, it will fall back to "debug". Note, that this only accounts for verbosity in the testnet program itself, and not the nodes.

About

!WIP! - testnet of the go implementation of i2p: https://github.com/go-i2p/go-i2p

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published