Skip to content

Instantly share code, notes, and snippets.

@ilap
ilap / setup_node_mon.bash
Last active May 23, 2020 18:21
Setup Shelley Monitoring (cardano-node)
#!/bin/bash
#---------------------------------------------------------------------
# File: setup_shelley_monitoring.sh
# Created: 2019/10/17
# Creator: ilap
#=====================================================================
# UPDATES:
# - 21/05/2020: Updated to the `cardano-node` i.e. Haskell Shelley
#
# DESCRIPTION:
@ilap
ilap / fnf_exc3.md
Last active May 22, 2020 06:15
Shelley FnF Exercise 3

Shelley Stakepool Pioneers Exercise Sheet 3

#!/bin/bash

# FnF Exercise 3
# 1. KES Mechanism (for rotating operational cert)
# - Generate the cold (offline) key pair that is used to evolve the operational certs (using new hot KES keys periodicaly).
# - Generate the hot KES (offline/online) key pair for generating the cert.
# - Generate the operational cert (offline) based on the evolved KES and VRF key.
@ilap
ilap / fnf_ex2.md
Last active May 22, 2020 06:25
FnF Exercise 2

Excercise 2

  1. Build simple transactions using the basic transaction mechanism;
  2. Sign transactions and confirm that the transaction is complete;
  3. Submit transactions to the Pioneer Blockchain;
  4. Verify that the transactions have been processed by inspecting the addresses that they have been sent to.

Build transactions

#!/bin/bash
@ilap
ilap / layman_covid19.md
Last active April 15, 2020 22:46
Layman's explanation of COVID19
@ilap
ilap / shelley_ptn.md
Last active May 28, 2020 06:36
Shelley PTN

Install & Config Shelley's Haskell Private Testnet

Install prerequisites

$ curl -sSL https://get.haskellstack.org/ | sh
...

$ sudo apt install pkg-config libsystemd-dev libtinfo-dev
...
@ilap
ilap / shelley_config.md
Last active January 30, 2020 00:08
Jormungandr Config Explanation
# P2P Section explanation
p2p:
  # This is the node's `identifier` in the Poldercast topology. This should be unique and 
  # deterministic (which is not the case in jormungandr) in the poldercast network, and
  # it's highly recommended to be set, because a random `id` is generated on every node restart otherwise.
  # So, we introduced a free sybil attack against to the Poldercast's nodes in default (if it's not set).
  # It simply means that the number of nodes (node ids /w address) in the poldercast increasing by every node's restart
  # and just forgotten very slowly. Therefore, currently there are ~80K node entries in the topology, 
  # which can be one of the reasons the nodes block/slow sometimes.
@ilap
ilap / The_Hitchhikers_Guide_To_The_Shelley_Chapter_Two.md
Last active July 4, 2021 18:04
The Hitchhikers Guide To The Shelley - Chapter 2 - The Lock, Stock And Two Smoking Barrel

The Hitchhikers Guide To The Shelley - Chapter 2 - The Lock, Stock And Two Smoking Barrel

This chapters covers the information how the nodes are communicating to each other in the underlying P2P network.

The Lock - The kyklos the Tornado's gossips

In jormungandr each node maintains a list of all available (reachable/unreachable) nodes (neighbours) of the overlay, from which it selects:

@ilap
ilap / The_Hitchhikers_Guide_To_The_Shelley_Chapter_One.md
Last active October 18, 2024 10:47
The Hitchhikers Guide To The Shelley - Chapter 1 - The Network
@ilap
ilap / SHELLEY_HOWTO.md
Last active December 14, 2024 14:39
UnOfficial Shelley Config

Introduction

Author:

Pool operators' (with constructive feedbacks, ideas) Tickers, so if you're saturated pls promote them:

  • AAA,
  • ANP,
@ilap
ilap / grafana_telegram_bot.md
Last active February 16, 2025 01:25
Grafana Telegram Alert

Config Telegrambot for grafana's alerts.

1. Create bot

Open Telegram and search for @BotFather user and message them the following:

You
/newbot 

BotFather