Onionr/scripts
Kevin Froman 9d55c62d68 * revert pow to 5
* is is_alive in sneakernet observer
* catch subprocess err in 3.9.x (dirty hack) in vanityonionr and block gen
* bump version
2020-12-22 01:53:04 +00: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 add readline to client api request crafter 2020-08-23 05:53:43 -05:00
block-tor.sh work on tor blocking detection 2020-08-11 23:49:26 -05:00
client-api-request-crafter.py add readline to client api request crafter 2020-08-23 05:53:43 -05:00
closeness-calculator.py fixed closeness calculation 2020-10-26 06:11:24 +00:00
disable-dev-config.py * revert pow to 5 2020-12-22 01:53:04 +00:00
enable-dev-config.py dont upload blocks that arent valid (anymore?), progress removing communicator timers 2020-11-16 06:57:38 +00:00
floodfill-network-visualizer.py added floodfill network visualization script 2020-10-26 08:32:36 +00:00
generate-onions.py remove hs after creation in generate onions 2020-10-26 06:10:56 +00:00
graph-simulation.py added graph simulation script 2020-10-22 16:23:16 +00: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
show-blocks.py show more info in show-blocks.py script 2020-11-03 04:38:35 +00:00
stats-server.py added stats reporter 2020-03-31 04:00:48 -05:00
sybil-attack.py implemented the sybil attack script 2020-08-23 11:54:14 -05:00
testblock.py c# pow implementation work 2020-09-20 21:13:46 +00:00
torrc added sybil attack script 2020-08-23 07:17:10 -05:00
unblock-tor.sh Show a terminal message if bridge is enabled but one is not set. By design, there is no easy way for us to get Tor bridges automatically 2020-08-12 13:16:13 -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