Content :
This file contains hidden or 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/bash | |
| # Notes: | |
| # Figure out your restart command. The valuesbelow are mine and work for my docker compose setup. If've you installed native | |
| # or using vanilla docker yours might be different. | |
| # After saving the file locally run: chmod -x <path-to-file>/watchdog.sh | |
| # then run with <path-to-file>/watchdog.sh or if in the same folder then ./watchdog.sh | |
| # ========================================== | |
| # CONFIGURATION |
This file contains hidden or 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
| # google_photos_metadata_fixer by TheOviPlay | |
| # Source: https://xdaforums.com/t/tool-google-photos-metadata-fixer-restore-exif-creation-dates-after-download.4734623/ | |
| # Needs exiftool | |
| import os | |
| import json | |
| import shutil | |
| import subprocess | |
| import re | |
| from datetime import datetime |
This file has been truncated, but you can view the full file.
This file contains hidden or 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
| { | |
| "openrpc": "1.2.4", | |
| "info": { | |
| "title": "Ethereum JSON-RPC Specification", | |
| "description": "A specification of the standard interface for Ethereum clients.", | |
| "license": { | |
| "name": "CC0-1.0", | |
| "url": "https://creativecommons.org/publicdomain/zero/1.0/legalcode" | |
| }, | |
| "version": "0.0.0" |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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", |
NewerOlder