Skip to content

Instantly share code, notes, and snippets.

@ilap
ilap / byron_yoroi_address_migration_to_shelley_v3.sh
Last active December 15, 2019 21:55
Byron's Yoroi address migration to Shelley v3 address.
#!/bin/bash
# Get the spending key of your Yoroi address for signing the spending.
# At repl.it/repls/IndolentWarmheartedDehardwarization
# FORK IT FIRST!!!!!!!!!!!
# And replace the
# MNEMONICS="your mnemonics" with yours and then
# from `console.log(address.to_base58());``
# to `console.log(key_prv.to_hex());`
KEY=""

Keybase proof

I hereby claim:

  • I am ilap on github.
  • I am ilap (https://keybase.io/ilap) on keybase.
  • I have a public key ASDiVDzi9NTlM-daMMe8wYkGarcITtk01vpk1KQ6wKWw2go

To claim this, I am signing this object:

@ilap
ilap / jc.env
Last active October 17, 2019 10:48
JC
#
# Install: Add to the profile
#
# Usage: jc stake-get
#
alias jc='_() {
if [ -z "$*" ]
then
echo '\''usage: jc [Rest commands]
- stake get: Shows the current delegation info
@ilap
ilap / setup_shelley_monitoring.sh
Last active January 12, 2023 14:03
Shelley monitoring
#!/bin/bash
#---------------------------------------------------------------------
# File: setup_shelley_monitoring.sh
# Created: 2019/10/17
# Creator: ilap
#=====================================================================
# DESCRIPTION:
#
# This script downloads and configures the required files
# for monitoring a Shelley node by using grafana/prometheus.