Skip to content

Instantly share code, notes, and snippets.

View teor2345's full-sized avatar
💭
I may be slow to respond.

teor teor2345

💭
I may be slow to respond.
  • Australia
View GitHub Profile
@teor2345
teor2345 / block_verification.json
Last active February 26, 2021 03:58
zebrad grafana and prometheus 2021-02-26
{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": "-- Grafana --",
"enable": true,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations & Alerts",
@teor2345
teor2345 / zebrad-checkpoint-verification-2021-01-11.json
Last active January 11, 2021 20:24
zebrad grafana models 2021-01-11: full block verification, checkpoint verification, network
{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": "-- Grafana --",
"enable": true,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations & Alerts",
@teor2345
teor2345 / checkpoint_verification.json
Last active January 11, 2021 09:55
Zebra checkpoint verification grafana dashboard 2020-11-01
{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": "-- Grafana --",
"enable": true,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations & Alerts",
@teor2345
teor2345 / zcash-tor-exits.txt
Created September 7, 2020 02:23
List of Zcash-Supporting Tor Exits as of 2020-09-07
found Zcash-supporting relay VSIFskylab (003D78825E0B9609EECFF5E4E0529717772E53C7) weight 8370 nets: main
found Zcash-supporting relay typhoon (00860ED5F318D3DF44B380D6C31D3FA7001BA8F1) weight 7570 nets: main
found Zcash-supporting relay motauri (01181B31BE5860C7D66DA88F88AD522C06470FD9) weight 630 nets: main
found Zcash-supporting relay CheenaTorExit1 (01729F10A81DDD8A92D770B2133082EB56C75E26) weight 3100 nets: main test
found Zcash-supporting relay Overjump (01CB2E297A8F586DBBCF98F028A3D1A49B0AB7BA) weight 50 nets: main
found Zcash-supporting relay Ubermensch (01F73DBD9B56C31E3D3AAEB95F8CF1DEB7D9A72F) weight 13900 nets: main
found Zcash-supporting relay Ragnarok (02930FFEB87968D518101EB79202F1C3766078DA) weight 24100 nets: main test
found Zcash-supporting relay paladin (0325B91D3C32D3A24C863D5DFBED00564FAD5C64) weight 10700 nets: main
found Zcash-supporting relay turnt (038C30D2AD053147C91EFB1291527ED621D7D1B1) weight 8970 nets: main
found Zcash-supporting relay Shockrealm (03EE7DDD931D92BB57B81B3038AE7C40A
@teor2345
teor2345 / zcash-tor-exits.py
Created September 7, 2020 02:02
List Zcash-Supporting Tor Exits
import stem.descriptor.remote
try:
for desc in stem.descriptor.remote.get_consensus():
exit_mainnet = desc.exit_policy.can_exit_to(port=8233)
exit_testnet = desc.exit_policy.can_exit_to(port=18233)
if exit_mainnet or exit_testnet:
print("found Zcash-supporting relay %s (%s) weight %d nets:%s%s" %
(desc.nickname, desc.fingerprint, desc.bandwidth,
" main" if exit_mainnet else "",
CryptoParty Tor Relay Workshop
==============================
This document provides instructions for launching a virtual machine and configuring it as a Tor relay
These instructions allow you to set up Linux or FreeBSD relays. They cover both IPv4 and IPv6 configuration.
The guide was created for the CryptoParty workshop on the 11/10/2016 in Sydney
More: https://www.meetup.com/CryptoParty-Sydney/events/234228287/