Skip to content

Instantly share code, notes, and snippets.

View MarcelKlammer's full-sized avatar

Marcel Klammer MarcelKlammer

View GitHub Profile
@MarcelKlammer
MarcelKlammer / gist:2e44e64a0f0a743ce7400c1b863ced93
Created August 3, 2020 08:13
0x_initialSetup_generateMnemonicWallet.sh
#!/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 )
{
"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" },
<!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>