Skip to content

Instantly share code, notes, and snippets.

View whonion's full-sized avatar
🧘‍♂️
In Code We Trust

RegEdit | whonion.app whonion

🧘‍♂️
In Code We Trust
View GitHub Profile
#!/bin/bash
sudo apt update && sudo apt upgrade -y
sudo apt install curl tar wget clang pkg-config libssl-dev jq build-essential git make ncdu tmux -y
tmux new-session -s celestia_light
cd $HOME
ver="1.18.2"
cd $HOME
wget "https://golang.org/dl/go$ver.linux-amd64.tar.gz"
sudo rm -rf /usr/local/go
sudo tar -C /usr/local -xzf "go$ver.linux-amd64.tar.gz"
#!/bin/bash
NODE_MONIKER="whonion"
cd || return
rm -rf humans
git clone https://github.com/humansdotai/humans
cd humans || return
git checkout v1
go build -o humansd cmd/humansd/main.go
#!/bin/bash
NODE_MONIKER="whonion"
cd || return
rm -rf hub
git clone https://github.com/mars-protocol/hub
cd hub || return
git checkout v1.0.0-rc7
make install
#!/bin/bash
NODE_MONIKER="whonion"
cd || return
rm -rf sei-chain
git clone https://github.com/sei-protocol/sei-chain.git
cd sei-chain || return
git checkout 1.2.2beta-postfix
make install
#!/bin/bash
# Read each line from addresses.txt file
while IFS= read -r address; do
# Search for the address in genesis.json file
grep -q "$address" genesis.json
# Check the exit status of grep command
if [ $? -eq 0 ]; then
echo "Address '$address' found in genesis.json"
ssh-keygen -t rsa
#set passphrase on your private_key
cp .ssh/id_rsa.pub .ssh/authorized_keys
rm -rf .ssh/id_rsa
nano /etc/ssh/sshd_config
Port 65500 #set_custom_port
PasswordAuthentication no
PermitEmptyPasswords no
PermitRootLogin no
[
"0x1c5a80630a16ab9e3b274c2f839df5793edf21e8",
"0x94e63d383afc369246a28a1e92ad4ae569649772",
"0xc88fb80d1e9f2bd0b6a194f2c844388d24d52e90",
"0x97a81cbf020b24e14d01d619f6afeb3f011ec513",
"0x7d84c998578f20e4834586a61a2fe4a929df8ea9",
"0x4b633130ae13a6eae484b41ce5a80867229d5755",
"0xab887ed848a72b9e3296634879b27abaf35339ee",
"0xa67009758cba0ac0292f3a8e66fd0058d6c10d3b",
"0xe75b04284e193a663aebfdbc69dc0477205a874d",
@whonion
whonion / README.md
Created September 19, 2023 00:28 — forked from krcm0209/README.md
Using AdGuard DNS over HTTPS (DoH) on Windows 11

Why

You may want to use AdGuard's DNS over HTTPS[^2] service if you

  1. Want to make it harder for your ISP to know what websites you are requesting
  2. Want to block most traditional ads from your web browsing experience across your entire PC

Setup instructions

  1. Open PowerShell
@whonion
whonion / js-debank-auto-follow.js
Created October 7, 2023 06:59
js-debank-auto-folow.js
// Find all buttons on the page
var buttons = document.querySelectorAll('.Button_button__1yaWD');//If need change element's code here
// Specify the text you want to search for on the button
var searchText = 'Follow';
// Loop through the buttons and click the one with the specified text
buttons.forEach(function(button) {
if (button.textContent === searchText) {
button.click();
@whonion
whonion / quai.sh
Last active November 1, 2023 10:28
quai.sh
#!/bin/bash
#0xf2b78c12f524b021fa5ebd95262ab23aa8223a54
#CPU Miner
#git clone https://github.com/dominant-strategies/quai-cpu-miner
#GPU Miner
#git clone https://github.com/dominant-strategies/quai-gpu-miner
#Stratum Proxy
#git clone
#Explorers