Skip to content

Instantly share code, notes, and snippets.

@dreadedhamish
dreadedhamish / erigon-compose.yml
Created June 26, 2024 09:46
struggling traefik install
version: '2,2'
services:
erigon:
image: registry.gitlab.com/pulsechaincom/erigon-pulse
# image: docker.io/library/pulse-erigon-custom
# stdin_open: true # docker run -i
# tty: true # docker run -t
command: |
--chain=pulsechain
@dreadedhamish
dreadedhamish / eth_getTransactionByHash.json
Created June 13, 2024 06:59
thirdweb token deployment example
{
"jsonrpc": "2.0",
"id": "1",
"result": {
"blockHash": "0x38c7b504eb60e139376fb9bcb2cb47e614d4287f4a25db44615bb39fe9a75063",
"blockNumber": "0x13a9cc5",
"from": "0x17616dcae0821f4c2ced4b6db626cd1f12d96099",
"gas": "0xc742a",
"gasPrice": "0x7de87a492a600",
"maxPriorityFeePerGas": "0x7de87a492a600",
@dreadedhamish
dreadedhamish / eth_getTransactionByHash.json
Last active June 24, 2024 03:00
pulselorian token deployment
OLD
{
"jsonrpc": "2.0",
"id": "1",
"result": {
"blockHash": "0xe695c5b886201c7a66bd276d2cdc3934c54ce202d17ec23302651263b8f8e9df",
"blockNumber": "0x13a9cff",
"from": "0x17616dcae0821f4c2ced4b6db626cd1f12d96099", // Creator wallet
"gas": "0x82b15a",
"gasPrice": "0x7de87a492a600",
@dreadedhamish
dreadedhamish / eth_getTransactionByHash.json
Last active June 24, 2024 02:07
hold.fun example deployment
TRUMPPEPE
{
"jsonrpc": "2.0",
"id": "1",
"result": {
"blockHash": "0xa2577750e6b0b51e39b6096be67cd8572620de54afd9b03603e54e4636568192",
"blockNumber": "0x13bde78",
"from": "0x6d6acbf04ac69d14f580c87fe01650a2ac4d1955",
"gas": "0x3752cc",
"gasPrice": "0x10cd0b2142e2f",
@dreadedhamish
dreadedhamish / eth_getTransactionByHash.json
Last active June 13, 2024 04:14
Pulsecoin Example Token Creation
{
"jsonrpc": "2.0",
"id": "1",
"result": {
"blockHash": "0x2be7a6019317d159a341557988eb1731cbd24809e87e7b9717a803f9103343a6",
"blockNumber": "0x1359902",
"from": "0xe65831b6fb6edaddf0094cbed148d355515176be", // Creator wallet
"gas": "0xb13e4",
"gasPrice": "0x19abac17994b7",
"maxPriorityFeePerGas": "0xc4679b3c054",
@dreadedhamish
dreadedhamish / eth_getTransactionByHash.json
Created June 12, 2024 23:36
GoPulse Contract/Token Creation
{
"jsonrpc": "2.0",
"id": "1",
"result": {
"blockHash": "0x7b0f154b9b981647d53272d2f30b406bee9ce3e4bc02d76cd6a47cd3f9cdc462",
"blockNumber": "0x12a252d",
"from": "0x2210d0275863a720df4f2c964e067f2eeacef472",
"gas": "0x155cc8",
"gasPrice": "0x17d283fb1d151",
"maxPriorityFeePerGas": "0x1c15949d128",
=====================================================================================
Start processing
-------------------------------------------------------------------------------------
====> : OpenMapTiles quickstart! [ https://github.com/openmaptiles/openmaptiles ]
: This will be logged to the ./quickstart.log file (for debugging) and to the screen
: Area : albania
: Download server : unset (automatic)
: Preloaded image : true
: Git version : e61442c49dd32974d4952046b4149202c7072d59
[tool.poetry]
name = "testing-poetry-pandas"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
packages = [{include = "testing_poetry_pandas"}]
[tool.poetry.dependencies]
python = "^3.10"
# [AdBlockPlus 2.0] Manually Converted to Hosts
#
# Title: EU US ads&tracking networks MV3 (third-party blocking only)
# Expires: 365 days
#
# Version: 2023.07.14
#
# Please report issues related to website breakage at
# https://github.com/Kees1958/W3C_annual_most_used_survey_blocklist/issues
#
@dreadedhamish
dreadedhamish / ddwrt-blacklist-domains
Last active July 18, 2023 01:35
DD-WRT startup adblock scripts based on https://pastebin.com/aySi7RhY
#!/bin/sh
#DEBUG=; set -x # comment/uncomment to disable/enable debug mode
# name: ddwrt-blacklist-domains.sh
# version: 3.1.0, 03-feb-2022, by eibgrad
# purpose: blacklist specific domains in dnsmasq (dns)
# script type: startup (autostart)
# installation:
# 1. enable jffs2 (administration->jffs2)
# 2. enable syslogd (services->services->system log)