Decentralized meta-learning
  • Bitcoin
    4. Segwit transaction 3. Segwit address 2. Bitcoin transaction 1. Bitcoin address
  • Cryptography
    RSA ElGamal ECDSA Schnorr EC-Schnorr Zero knowledge proofs Elliptic curves Commitment schemes Hash functions BLS
  • Coins
    Ethereum address Monero address Iota address
  • Emacs
    Completion system In-file navigation Files/buffers navigation From Jekyll to Hugo Organizing work/life projects
  • Finance
    Interest Rate Black-Scholes formula Options Greeks Historical Volatility Linear & Log Returns Risk-adjusted metrics
  • Linux
    3. Use Linux kernel module 2. Config Linux kernel module 1. Write Linux kernel module From HDD to SSD w/ EFI Back to my first love Package management Config management SSH keys on USB Firewall, monitor, ban. Repeat. Wildcard SSL certificate 1. Personal Email server 2. Personal DNS server 3. Personal VPN server
  • Math
    Complexities with graphs Algebraic structures Ternary (Trinary) system Bias vs. variance
  • Open Source
    Bitmex-API Actihunt Deribit-API 3DP Huveragy G2: web app
  • Trading
    Weekly Monthly Close Slices of Bitcoin Month Breaks COVID-19 indicators Hedge Fund Market Wizards book Session breaks Whale alert New Market Wizards book Price breaks indicator Chess vs Trading Reminiscences of ... a loss
  • Travel
    4. G2: aftermath 3. G2: compare gear 2. G2: gear list 1. G2: training plan First USA visit Coworking spaces High-end Maldives Diving Palawan Backpacking Vietnam Surviging Bali 1. Annapurna Circuit: the plan 2. Annapurna Circuit: the gear 3. Annapurna Circuit: the training 4. Annapurna Circuit: the afthermath
  • Tags
  • About
Decentralized meta-learning

generation


Generate IOTA address

IOTA

 Posted on December 28, 2020  |  6 minutes  |  1074 words  |  Iulian Costan

Generate IOTA address using plain old Python, starting with random seed, derive private key, and finally the checksum and address. [Read More]
iota  address  generation  crypto  python 

Generate Ethereum Address

Ethereum

 Posted on October 27, 2020  |  3 minutes  |  499 words  |  Iulian Costan

Generate Ethereum address from private key using plain old Python3, Elliptic Curve multiplication from SageMath and of course Keccak hash function. [Read More]
ethereum  address  generation  python  crypto 

Generate Monero address

Monero

 Posted on July 18, 2020  |  3 minutes  |  607 words  |  Iulian Costan

Generate Monero address from the root private key using plain old Python, Edwards curve's ed25519 implementation, Keccak-256 hashing and Monero's Base58 encoding. [Read More]
monero  address  generation  python  crypto 

Bech32 segwit address

Bitcoin

 Posted on February 10, 2020  |  6 minutes  |  1237 words  |  Iulian Costan

This is how to generate a Bech32 native segwit address in just a few lines of ZSH shell. [Read More]
bitcoin  bech32  segwit  address  generation  derivation 

Iulian Costan  • © 2023  •  Decentralized meta-learning

Hugo v0.111.3 powered  •  Theme Beautiful Hugo adapted from Beautiful Jekyll