Skip to content

Instantly share code, notes, and snippets.

@sproxet
sproxet / gist:a39e152fdbc4e7d552d09bdbba881ad5
Created July 5, 2021 05:57
Managed Token Elysium Lelantus Example
#!/bin/bash
set -o xtrace
set -e
shopt -s expand_aliases
network="$(ps auxw | grep firod | grep -o -e -testnet -e -regtest | cat)"
alias firo-cli="$HOME/Code/firo/src/firo-cli $network"
if [[ "$passphrase" != "" ]]; then
firo-cli walletpassphrase $passphrase 99999
@sproxet
sproxet / test-elysium.sh
Last active October 26, 2021 03:04
Elysium Test Script
#!/bin/bash
set -o xtrace
set -e
shopt -s expand_aliases
network="$(ps auxw | grep firod | grep -o -e testnet -e regtest)"
alias firo-cli="firo-cli -$network -datadir=$HOME/elysium"
firo-cli walletpassphrase $passphrase 99999