This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"jsonrpc": "2.0", | |
"id": "1", | |
"result": { | |
"blockHash": "0x38c7b504eb60e139376fb9bcb2cb47e614d4287f4a25db44615bb39fe9a75063", | |
"blockNumber": "0x13a9cc5", | |
"from": "0x17616dcae0821f4c2ced4b6db626cd1f12d96099", | |
"gas": "0xc742a", | |
"gasPrice": "0x7de87a492a600", | |
"maxPriorityFeePerGas": "0x7de87a492a600", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OLD | |
{ | |
"jsonrpc": "2.0", | |
"id": "1", | |
"result": { | |
"blockHash": "0xe695c5b886201c7a66bd276d2cdc3934c54ce202d17ec23302651263b8f8e9df", | |
"blockNumber": "0x13a9cff", | |
"from": "0x17616dcae0821f4c2ced4b6db626cd1f12d96099", // Creator wallet | |
"gas": "0x82b15a", | |
"gasPrice": "0x7de87a492a600", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TRUMPPEPE | |
{ | |
"jsonrpc": "2.0", | |
"id": "1", | |
"result": { | |
"blockHash": "0xa2577750e6b0b51e39b6096be67cd8572620de54afd9b03603e54e4636568192", | |
"blockNumber": "0x13bde78", | |
"from": "0x6d6acbf04ac69d14f580c87fe01650a2ac4d1955", | |
"gas": "0x3752cc", | |
"gasPrice": "0x10cd0b2142e2f", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"jsonrpc": "2.0", | |
"id": "1", | |
"result": { | |
"blockHash": "0x2be7a6019317d159a341557988eb1731cbd24809e87e7b9717a803f9103343a6", | |
"blockNumber": "0x1359902", | |
"from": "0xe65831b6fb6edaddf0094cbed148d355515176be", // Creator wallet | |
"gas": "0xb13e4", | |
"gasPrice": "0x19abac17994b7", | |
"maxPriorityFeePerGas": "0xc4679b3c054", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"jsonrpc": "2.0", | |
"id": "1", | |
"result": { | |
"blockHash": "0x7b0f154b9b981647d53272d2f30b406bee9ce3e4bc02d76cd6a47cd3f9cdc462", | |
"blockNumber": "0x12a252d", | |
"from": "0x2210d0275863a720df4f2c964e067f2eeacef472", | |
"gas": "0x155cc8", | |
"gasPrice": "0x17d283fb1d151", | |
"maxPriorityFeePerGas": "0x1c15949d128", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
===================================================================================== | |
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[tool.poetry] | |
name = "testing-poetry-pandas" | |
version = "0.1.0" | |
description = "" | |
authors = ["Your Name <[email protected]>"] | |
readme = "README.md" | |
packages = [{include = "testing_poetry_pandas"}] | |
[tool.poetry.dependencies] | |
python = "^3.10" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# [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 | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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) |
NewerOlder