Skip to content

Instantly share code, notes, and snippets.

View must479's full-sized avatar

Must479 must479

  • indonesia
View GitHub Profile
@ubunteroz
ubunteroz / Dockerfile
Created March 22, 2022 17:22
Akash SDL for Deploying monero-pool
# BASE IMAGE
FROM ubuntu:20.04 AS base
ARG monero_version=0.17
ENV DEBIAN_FRONTEND=noninteractive
# Environment variables
ENV MONERO_ARGS="--testnet"
ENV MONERO_WALLET_ARGS="--testnet"
ENV MONERO_POOL_WALLET="9tRe6v9cHkX7LZTS4hampTAai5kT1rLzddNkKKAiTAg1cg3GHB8zVkv8pBjQ9uzWpwQMZgxn99BDtR3Fy5HRGKURJ3AxUNH"
ENV MONERO_POOL_WALLET_SEED="swept upper silk slackens oval nostril narrate dude match pledge inwardly cuisine point soothe excess drunk mouth upgrade zero friendly catch alkaline sapling simplest upper"
@JokerCatz
JokerCatz / ChiaBuildFlow.txt
Last active March 19, 2022 12:20
Chia (XCH) build local private chain (regtest / self testnet) for testing
// chia node need ssl keys when connection , it auto gen ssl keys at init , so no offical open node or endpoint
// need build node , testnet no node to sync , so ... build regtest by self : )
// ============== chia mainnet just need
git clone --depth=1 https://github.com/Chia-Network/chia-blockchain
cd chia-blockchain
sh install.sh
. ./activate
chia init
@islishude
islishude / uniswap-airdrop.sol
Created December 9, 2020 03:44
uniswap airdrop contract 0x090d4613473dee047c3f2706764f49e0821d256e
/**
*Submitted for verification at Etherscan.io on 2020-09-16
*/
// SPDX-License-Identifier: UNLICENSED
pragma solidity =0.6.11;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
@tynes
tynes / name-claim.md
Last active March 28, 2023 16:54
Domain Name Claiming for Handshake

Handshake Domain Name Claims

The Handshake Network has reserved the Alexa Top 100k domains on chain to make sure that important brands are able to own their name in the system. These names can be claimed using a DNSSEC proof of ownership. This means that the owner of the domain name must place a TXT record at their domain name that includes a controlled address.

For technical instructions, see: