Onionr/scripts
Kevin Froman 8d372cccfb added stats reporter 2020-03-31 04:00:48 -05:00
..
README.md added cleanup test and test-re-runner automation script 2020-03-09 21:43:18 -05:00
announce-attack.py fixed housekeeping being broken 2020-03-03 05:55:50 -06:00
block-spammer.py fixed housekeeping being broken 2020-03-03 05:55:50 -06:00
disable-dev-config.py added stats reporter 2020-03-31 04:00:48 -05:00
enable-dev-config.py added stats reporter 2020-03-31 04:00:48 -05:00
passphrase-generator.py Added passphrase generator script 2020-01-29 15:44:01 -06:00
pretty-default-config.py Added default config formatter script 2020-03-27 20:59:38 -05:00
run-unit-test-by-name.py added cleanup test and test-re-runner automation script 2020-03-09 21:43:18 -05:00
stats-server.py added stats reporter 2020-03-31 04:00:48 -05:00

README.md

This directory contains useful scripts and utilities that don't make sense to include as official Onionr features.

passphrase-generator.py: very simple utility to generate and print a strong passphrase to stdout. 256 bits of entropy by default. enable-dev-config.py/disable-dev-config.py: enable/disable dev default config setup block-spammer.py: attack tool for spamming blocks announce-attack.py: flood a node with false nodes run-unit-test-by-name: runs a unit test (no browser, runtime or intgegration test) by name