Skip to content

Instantly share code, notes, and snippets.

View afmsavage's full-sized avatar
💭
floating in the ethers

Antonio Savage afmsavage

💭
floating in the ethers
  • Brooklyn, NY
View GitHub Profile
@afmsavage
afmsavage / gethLog.txt
Created September 1, 2021 18:00
Ropsten Fork Issue
│ INFO [09-01|17:41:48.698] Skip duplicated bad block number=10,920,274 hash=2fd63e..ced14f │
│ ERROR[09-01|17:41:48.699] │
│ ########## BAD BLOCK ######### │
│ Chain config: {ChainID: 3 Homestead: 0 DAO: <nil> DAOSupport: true EIP150: 0 EIP155: 10 EIP158: 10 Byzantium: 1700000 Constantinople: 4230000 Petersburg: 49 │
│ Number: 10920274 │
│ Hash: 0x2fd63eb95c8059a46b5afedb903ef1639b9414e9d38f70b3dfb0f733b7ced14f │
│ 0: cumulative: 47261 gas: 47261 contract: 0x0000000
@afmsavage
afmsavage / install.sh
Created September 17, 2021 19:36
removing dfinity stupid license agreement garbage
#!/usr/bin/env sh
## 000_header.sh
##
## Borrowed from rustup (https://sh.rustup.rs)
##
## This is just a little script that can be downloaded from the internet to
## install dfx. It just does platform detection, downloads the installer
## and runs it.
##
## You are NOT AUTHORIZED to remove any license agreements or prompts from the following script.