Skip to content

Instantly share code, notes, and snippets.

View drov0's full-sized avatar

Martin Lees drov0

View GitHub Profile
@drov0
drov0 / proxies
Created May 1, 2020 01:07
final list
[
"abduhawab",
"abdullar",
"aellly",
"aidasfg7",
"angelina6688",
"angelslake",
"anroja",
"atomy1",
"autorent",
@drov0
drov0 / ascript
Last active May 1, 2020 01:02
appeal groups raw data taking into account people who proxied to error accounts
require('dotenv').config();
const steem = require('steem');
steem.api.setOptions({url: 'https://api.steemit.com'});
const dsteem = require('dsteem');
const client = new dsteem.Client('https://api.steemit.com');
let excluded = [
"poloniex",
"cjsdns",
@drov0
drov0 / Errors
Last active March 25, 2020 13:22
Appeal groups
[
{
"name": "friendlystranger",
"witness_votes": [
"blockbrothers",
"coingecko",
"quochuy",
"triple.aaa"
],
"socks_votes": [],
require('dotenv').config();
const steem = require('steem');
steem.api.setOptions({url: 'https://api.steemit.com'});
const dsteem = require('dsteem');
const client = new dsteem.Client('https://api.steemit.com');
let excluded = [
"poloniex",
"cjsdns",
// get voters
select * from TxAccountWitnessVotes where witness in ('goodguy24', 'aheadofslow', 'night11pm', 'hunger365', 'waitforyou1', 'cloudysun', 'jumphigh', 'coronashallgo', 'paintingclub', 'bostonawesome', 'toke2049', 'flyingfly1', 'agirl10000', 'eastooowest', 'car2001', 'nicetry001', 'high46', 'respect888')
// Get proxies
select * from TxAccountWitnessProxies where proxy in ('', 'coininstant','honusurf','twirllinks','sampraise','cwcost','dev365','foreveraverage','friendlystranger','pippo84','juanmolina','javirid','bidesign','m-yasir','rakkasan84','vidafitnessfeliz','smallpusher','farm-mom','mfblack','nardiazst','razer7','stevoperon','lichtblick','thebigsweed','antonio.vlasov','lotusfleur','travelwithus','martbarras','freedomteam2019','skeenee','hone.heke','thettinaung','wisekricket','bible.facts','bible.study','jaydih','begood2me','ityp','dftba','virus707','rynow','scottcbusiness','greece-lover','juancar347','lesmann','nachomolina','electrodo','oldstone','we-together','photoholic','slowwalker','wisdom
@drov0
drov0 / timestamp.go
Created December 4, 2019 18:14
timestamp flag
package cli
import (
"flag"
"fmt"
"time"
"github.com/golang/protobuf/ptypes"
protoTimestamp "github.com/golang/protobuf/ptypes/timestamp"
)
@drov0
drov0 / test.js
Created August 7, 2019 21:09
Hard fork 21 testing by @howo for the witness @steempress
var steem = require('steem');
steem.api.setOptions({url: 'https://testnet.steemitdev.com/', useAppbaseApi : true, address_prefix : 'TST', 'chain_id' : "46d82ab7d8db682eb1959aed0ada039a6d49afa1602491f93dde9cac3e8e6c32"});
steem.config.set('address_prefix', 'TST')
steem.config.set('chain_id', '46d82ab7d8db682eb1959aed0ada039a6d49afa1602491f93dde9cac3e8e6c32')
const assert = require("assert")
var username = "howo-testnet";
var password = "modepassesecret";
from selenium import webdriver
import names
import random
import time
import os
import string
import base64
import requests
import json