I hereby claim:
- I am nikola43 on github.
- I am nikola43 (https://keybase.io/nikola43) on keybase.
- I have a public key ASCjO3IZuwTNQcKszhofGDZldBp8mmme0txIOEk8LKPw3Ao
To claim this, I am signing this object:
| resolver 8.8.8.8 8.8.4.4 valid=300s; | |
| resolver_timeout 10s; | |
| # Manual random load balance | |
| map $request_id $backend_host { | |
| default DOMAIN_1; | |
| ~*[13579a-f]$ DOMAIN_2; # if last char odd → subgraph2 | |
| } | |
| server { |
| 1 - Update and patch the system: | |
| sudo apt update && apt upgrade -y | |
| 2 - Create a non-root user with sudo privileges: | |
| adduser newusername | |
| usermod -aG sudo newusername | |
| 3 - Configure SSH security: | |
| # Edit /etc/ssh/sshd_config: | |
| Port 2222 # Change default port |
| // SPDX-License-Identifier: GPL-3.0 | |
| pragma solidity >=0.8.2 <0.9.0; | |
| /** | |
| * @dev Interface of the ERC20 standard as defined in the EIP. | |
| */ | |
| interface IERC20 { |
| mkdir temp | |
| cd temp | |
| cat >index.mjs <<'EOF' | |
| import { ethereum, mnemonic, secp256k1, hdWallet } from '@zoltu/ethereum-crypto' | |
| // necessary so @peculiar/webcrypto looks like browser WebCrypto, which @zoltu/ethereum-crypto needs | |
| import webcrypto from '@peculiar/webcrypto' | |
| globalThis.crypto = new webcrypto.Crypto() | |
| export async function generateAccount() { |
I hereby claim:
To claim this, I am signing this object: