View getAnchorBalance.js
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
function getAnchorBalance(addr) { | |
const contract = 'terra1hzh9vpxhsk8253se0vv5jj6etdvxu3nv8z07zu'; | |
const aUstBalance = JSON.parse(JSON.parse(UrlFetchApp.fetch("https://mantle.terra.dev/?cw20--balance=" + contract, { | |
method: 'post', | |
headers: { 'Accept-Encoding': 'gzip, deflate, br', 'Content-Type': 'application/json', 'Accept': 'application/json' }, | |
payload: JSON.stringify({ | |
operationName: null, | |
variables: {}, | |
query: `{\n ${contract}: WasmContractsContractAddressStore(ContractAddress: \"${contract}\", QueryMsg: \"{\\\"balance\\\":{\\\"address\\\":\\\"${addr}\\\"}}\") {\n Height\n Result\n __typename\n }\n}\n` | |
}) |
View stopdenariusDdaemon.sh
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
echo "kill -9 denariusd" | |
ps -ef | grep 'denariusd' | grep -v grep | awk '{print $2}' | xargs -r kill -9 | |
echo "sleep 2 seconds" | |
sleep 2 |
View VMware Workstation Pro 16 full license keys
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
Install new VMware Workstation Pro 16 or upgrade from 15 by download below as trial version first: | |
https://www.vmware.com/products/workstation-pro/workstation-pro-evaluation.html | |
After install or upgrade just insert the key and enjoy. | |
*No virus | |
*No spam just license key | |
ZF3R0-FHED2-M80TY-8QYGC-NPKYF --->> This key is 100% worked for me up to VM 16.1.1 build-17801498 | |
YF390-0HF8P-M81RQ-2DXQE-M2UT6 |
View gist:11521d0e7ca53d6a88d6034a73e6b019
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
const Web3 = require('web3'); | |
const abiDecoder = require('abi-decoder'); | |
const InputDataDecoder = require('ethereum-input-data-decoder'); | |
const ABI = [{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"operator","type":"address"},{"indexed":false,"internalType":"bool","name":"approved","type":"bool"}],"name":"ApprovalForAll","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":true,"inte |
View installnode.txt
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
wget https://nodejs.org/dist/v16.16.0/node-v16.16.0-linux-x64.tar.xz | |
sudo apt-get install xz-utils | |
sudo tar -C /usr/local --strip-components 1 -xJf node-v16.16.0-linux-x64.tar.xz |
View gist:0dd63ca0fd9c13d001a637e7ee0291ad
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
const Discord = require("discord.js"); | |
const config = require("./config.json"); | |
//global.theTime = 0; | |
const client = new Discord.Client(); | |
const prefix = "!"; | |
client.on('ready', () => { |
View gist:54ea91fe8db2d93acf163dcd41dded19
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
ps -ef | grep 'denariusd' | grep -v grep | awk '{print $2}' | xargs -r kill -9 |
View bannedlist.txt
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
denarius.daemon setban IP add 999999999999999999999 | |
denarius.daemon setban 76.10.217.138 add 999999999999999999999 | |
denarius.daemon setban 98.144.72.102 add 999999999999999999999 | |
denarius.daemon setban 124.180.21.125 add 999999999999999999999 |
View banwall_addnode.sh
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
######### | |
# denariusd daemon addnode ban with port, or switch denariusd to denarius.daemon for snap | |
######### | |
#!/bin/bash | |
#. config.conf | |
#. rpc.sh | |
wallet_ip=$(denariusd getpeerinfo | jq -r '.[].addr' | awk '!seen[$0]++') | |
while IFS= read -r |
NewerOlder