Skip to content

PLEBNET-PLAYGROUND/plebnet-wiki

Repository files navigation

plebnet-playground

git clone https://github.com/PLEBNET-PLAYGROUND/plebnet-playground-docker --config core.autocrlf=input && \
cd plebnet-playground-docker && \
pip3 install virtualenv  && \
python3 -m venv venv && \
source venv/bin/activate && \
pip3 install -r requirements.txt
👀

seq 0 947 | (while read -r n; do bitcoin-cli gettxout \
54e48e5f5c656b26c3bca14a8c95aa583d07ebe84dde3b7dd4a78f4e4186e713 $n \
| jq -r '.scriptPubKey.asm' | awk '{ print $2 $3 $4 }'; done) | \
tr -d '\n' | cut -c 17-368600 | xxd -r -p > bitcoin.pdf

👀

Referal Links:

DigitalOcean Referral Badge