This file contains 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
#!/usr/bin/env bash | |
# Add scripts to the PATH to be easily accessible. | |
export PATH="$PATH:/Applications/Daedalus Shelley Testnet v6.app/Contents/MacOS/" | |
CADDR=${CADDR:=$( which cardano-address )} | |
[[ -z "$CADDR" ]] && ( echo "cardano-address cannot be found, exiting..." >&2 ; exit 127 ) | |
CCLI=${CCLI:=$( which cardano-cli )} | |
[[ -z "$CCLI" ]] && ( echo "cardano-cli cannot be found, exiting..." >&2 ; exit 127 ) |
This file contains 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
{ | |
"Producers": [ | |
{ "comment": "For INSTRUCTIONS see the first comment!"}, | |
{ "comment": "CTA: add ONE or MORE of the CTA members to YOUR topology.json and restart your relay:"}, | |
{ "addr": "relays.ada4profit.com", "port": 4321, "valency": 2, "operator": "@ada4profit" }, | |
{ "addr": "relays.stakepool.at", "port": 3001, "valency": 2, "operator": "atada_stakepool", "node": "ATADA" }, | |
{ "addr": "relay01.hyperborea-networks.com", "port": 5001, "valency": 1, "operator": "Hermespool Relay01" }, |
This file contains 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head></head> | |
<body> | |
<div id="txt_stage_1">_1_</div> | |
<div id="txt_stage_2">_2_</div> | |
<div id="txt_error">_no_error_</div> |