This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
suffix="*test" # set your suffix | |
comment="set-your-comment" # could be your email | |
while true; do | |
rm -f newkey newkey.pub | |
ssh-keygen -t ed25519 -f ./newkey -C $comment -N '' >>/dev/null | |
shopt -s nocasematch | |
if [[ $(awk '{print $2}' newkey.pub) == $suffix ]]; then | |
echo "YAY! Found a key with suffix $suffix" | |
cat newkey.pub |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"context" | |
"encoding/hex" | |
"fmt" | |
"log" | |
"math/big" | |
"github.com/ethereum/go-ethereum/common" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Closest hosts: | |
api.eosargentina.io [48.308374ms] | |
api.eosnewyork.io [70.164369ms] | |
bp.cryptolions.io [90.238969ms] | |
bp.eosvolga.one [91.694881ms] | |
api.eosmetal.io [97.82318ms] | |
eu.eosdac.io [102.305662ms] | |
eosbp.atticlab.net [118.245084ms] | |
apinode.eosweb.net [131.201624ms] | |
api.eos.minergate.com [148.22218ms] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Closest hosts: | |
bpapi.eosvolga.one [30.322994ms] | |
api.eosnewyork.io [48.443816ms] | |
eu.eosdac.io [48.604316ms] | |
bp.cryptolions.io [68.666942ms] | |
api.eos.csx.io [68.755304ms] | |
eosbp-0.atticlab.net [71.694906ms] | |
api.eosmetal.io [72.719387ms] | |
nodes.eos42.io [90.254738ms] | |
api.eossweden.org [91.747323ms] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mainnet.eosamsterdam.net | |
api.eosnewyork.io | |
eu.eosdac.io | |
api.eos.csx.io | |
eosbp-0.atticlab.net | |
bp.cryptolions.io | |
api.eossweden.org | |
nodes.eos42.io | |
api.tokenika.io | |
node1.zeroxeos.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
api.eosargentina.io | |
api.eosnewyork.io | |
bp.eosvolga.one | |
api.eosmetal.io | |
bp.cryptolions.io | |
eu.eosdac.io | |
api.eos.minergate.com | |
eosbp.atticlab.net | |
mainnet.eoscanada.com | |
api.eosimpera.com |