+-------------------+-----------------------------------------------+-------------------------------------------------------------------------------------------+ | MODULE | REPOSITORY | URL | +-------------------+-----------------------------------------------+-------------------------------------------------------------------------------------------+ | payment | celestiaorg/celestia-app | https://github.com/celestiaorg/celestia-app/tree/master/x/payment | | qgb | celestiaorg/celestia-app | https://github.com/celestiaorg/celestia-app/tree/master/x/qgb | | identity | tendermint/spn | https://github.com/tendermint/spn/tree/master/x/identity | | launch | tendermint/spn
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
unsigned char coremark_minimal_wasm[] = { | |
0x00, 0x61, 0x73, 0x6d, 0x01, 0x00, 0x00, 0x00, 0x01, 0x3e, 0x0a, 0x60, | |
0x02, 0x7f, 0x7f, 0x01, 0x7f, 0x60, 0x00, 0x00, 0x60, 0x02, 0x7f, 0x7f, | |
0x00, 0x60, 0x03, 0x7f, 0x7f, 0x7f, 0x00, 0x60, 0x04, 0x7f, 0x7f, 0x7f, | |
0x7f, 0x00, 0x60, 0x00, 0x01, 0x7f, 0x60, 0x03, 0x7f, 0x7f, 0x7f, 0x01, | |
0x7f, 0x60, 0x05, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x01, 0x7f, 0x60, 0x06, | |
0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x01, 0x7f, 0x60, 0x00, 0x01, 0x7d, | |
0x02, 0x10, 0x01, 0x03, 0x65, 0x6e, 0x76, 0x08, 0x63, 0x6c, 0x6f, 0x63, | |
0x6b, 0x5f, 0x6d, 0x73, 0x00, 0x05, 0x03, 0x10, 0x0f, 0x00, 0x00, 0x06, | |
0x09, 0x07, 0x04, 0x08, 0x00, 0x03, 0x00, 0x00, 0x00, 0x02, 0x01, 0x01, |
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
const alpha = ` | |
██╗███╗ ██╗████████╗███████╗██████╗ ██████╗██╗ ██╗ █████╗ ██╗███╗ ██╗██████╗ ██████╗ ██╗ ██╗ ██████╗███████╗ | |
██║████╗ ██║╚══██╔══╝██╔════╝██╔══██╗██╔════╝██║ ██║██╔══██╗██║████╗ ██║██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔════╝ | |
██║██╔██╗ ██║ ██║ █████╗ ██████╔╝██║ ███████║███████║██║██╔██╗ ██║██████╔╝██║ ██║██║ ██║██║ █████╗ | |
██║██║╚██╗██║ ██║ ██╔══╝ ██╔══██╗██║ ██╔══██║██╔══██║██║██║╚██╗██║██╔═══╝ ██║ ██║██║ ██║██║ ██╔══╝ | |
██║██║ ╚████║ ██║ ███████╗██║ ██║╚██████╗██║ ██║██║ ██║██║██║ ╚████║██║ ╚██████╔╝███████╗██║╚██████╗███████╗ | |
╚═╝╚═╝ ╚═══╝ ╚═╝ ╚══════╝╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝╚═╝ ╚═══╝╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝╚══════╝ | |
`; | |
const sub = [ | |
"wallet.ech.network", |
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
// [cmd] what do you want to do? list-apis | |
// [chainToken] chainToken ECH | |
{ | |
"rpc": [ | |
{ | |
"address": "https://tendermint.ech.network", | |
"provider": "ech.network" | |
}, | |
{ | |
"address": "https://rpc-echelon.whispernode.com", |
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
func createTables(db *sql.DB) error { | |
txs := "CREATE TABLE IF NOT EXISTS txs ( " + | |
"hash bytea PRIMARY KEY, " + | |
"block_time TIMESTAMP NOT NULL, " + | |
"chainid TEXT NOT NULL, " + | |
"block_height BIGINT NOT NULL, " + | |
"raw_log JSONB NOT NULL," + | |
"code INT NOT NULL, " + | |
"fee_amount TEXT, " + | |
"fee_denom TEXT, " + |
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
<!-- HTML Meta Tags --> | |
<title>ShipprDAO | Dework</title> | |
<meta name="description" content="Find and contribute to tasks and bounties from ShipprDAO here"> | |
<!-- Facebook Meta Tags --> | |
<meta property="og:url" content="https://app.dework.xyz/shipprdao"> | |
<meta property="og:type" content="website"> | |
<meta property="og:title" content="ShipprDAO | Dework"> | |
<meta property="og:description" content="Find and contribute to tasks and bounties from ShipprDAO here"> |
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
{"key":"0dbfeaf5dd31b2a40c2423cf","addrs":[{"addr":{"id":"6bb66717e98138c49c370746d4666c49779b033b","ip":"65.108.101.53","port":26656},"src":{"id":"5428dd421af942045c10c521d6273bc25089f3cc","ip":"0.0.0.0","port":26656},"buckets":[185],"attempts":4,"bucket_type":1,"last_attempt":"2022-08-07T04:54:31.309714266-07:00","last_success":"0001-01-01T00:00:00Z","last_ban_time":"0001-01-01T00:00:00Z","trace":{"ip":"65.108.101.53","hostname":"static.53.101.108.65.clients.your-server.de","city":"Helsinki","region":"Uusimaa","country":"FI","loc":"60.1695,24.9354","org":"AS24940 Hetzner Online GmbH","postal":"00100","timezone":"Europe/Helsinki"}},{"addr":{"id":"7c9d49bf0b6125b6d110d1e540ca00a9291376fe","ip":"54.69.29.91","port":26656},"src":{"id":"cb313df004aa0f5e6c1b5498f70ae02cde1cde6f","ip":"0.0.0.0","port":26656},"buckets":[153,216,97,138],"attempts":315,"bucket_type":1,"last_attempt":"2022-08-17T00:10:39.321389795-07:00","last_success":"0001-01-01T00:00:00Z","last_ban_time":"0001-01-01T00:00:00Z","trace":{"ip":"54.69 |
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
[{"addr":{"id":"8c7d771da3a82614fa8b70e6e807455e314c29bb","ip":"162.212.153.246","port":26656},"src":{"id":"d1e47b071859497089c944dc082e920403484c1a","ip":"65.108.128.201","port":28656},"buckets":[117,129,219,250],"attempts":464,"bucket_type":1,"last_attempt":"2022-08-18T00:39:27.292069561-07:00","last_success":"0001-01-01T00:00:00Z","last_ban_time":"0001-01-01T00:00:00Z","trace":{"ip":"162.212.153.246","city":"Glenview","region":"Illinois","country":"US","loc":"42.0758,-87.8223","org":"AS11878 tzulo, inc.","postal":"60025","timezone":"America/Chicago"}},{"addr":{"id":"8e8e0282408001bc9dfd8bc3696ed2a5201245b0","ip":"168.119.190.132","port":26656},"src":{"id":"d6eb213599503258bc7014e54a3423fcc71772fe","ip":"0.0.0.0","port":26656},"buckets":[7],"attempts":58,"bucket_type":2,"last_attempt":"2022-08-17T00:37:59.275300444-07:00","last_success":"2022-07-17T23:38:07.708807366-07:00","last_ban_time":"0001-01-01T00:00:00Z","trace":{"ip":"168.119.190.132","hostname":"static.132.190.119.168.clients.your-server.de","city |
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
provider-test-14.testcoders.com erbs.dev provider.akashtesting.xyz provider-b41.praetorapp.com vp3.testcoders.com vp10.praetorapp.com akash-provider.testrangetraffic.site provider-test-17.testcoders.com b13.praetorapp.com provider-k3s-insider.praetorapp.com provider.xeon.computer vp21.praetorapp.com provider.akash.rocks akash.null.pet b1.testcoders.com provider.mainnet-1.ca.aksh.pw efefe provider-v23.praetorapp.com churdy-akashnode.tech lochness.vast.farm vp3.testcoders.com internal.ingotstudios.com provider-forest.testcoders.com provider-b22.praetorapp.com chainzeroakash.net provider-insider.praetorapp.com b9.praetorapp.com akashdemo.tunnelto.dev vp26.praetorapp.com blauersamt.xyz provider-b17.praetorapp.com provider.starshipaxiom.com vp12.praetorapp.com provider-test-13.testcoders.com necromining.duckdns.org test.site provider.america.computer *baumacker.synology.me vp28.praetorapp.com provider.dehazelabs.com provider.akashian.io test.site provider.akashtesting.xyz akash.pogchia.world provider.strasser-fami |
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
curl -qs 'https://akash.c29r3.xyz/api/akash/provider/v1beta2/providers'\ | |
'?pagination.limit=1337&pagination.count_total=true' \ | |
-H 'Connection: keep-alive' \ | |
-H 'Accept: application/json, text/plain, */*' \ | |
| tee 'akash_providerz.json' \ | |
| jq -cr ".providers[].host_uri" | |
# Lets scan'em ;-) #unixpipegang #ibcgang #decentralizeit | |
curl -qs 'https://akash.c29r3.xyz/api/akash/provider/v1beta2/providers'\ |