Skip to content

Instantly share code, notes, and snippets.

View sivachaitanya's full-sized avatar

Siva Chaitanya sivachaitanya

View GitHub Profile
#!/bin/bash
for (( c=1; c<=10000; c++ ))
do
uname=`gpw 1 6`
cleos create account eosio $uname EOS7Riw4uGqGy8BqT2GRLvCmiEKjvD8yMXQ6c4HoPAFXYRpT6PPsC EOS6e7BkZwtrVMGjyRyJWPnpyrQmhzHChZkRgdjaCePDGLV8SCBVm
cleos push action anorak2 add '["'$uname'","'$uname'-'$c'"]' -p $uname@active
done
@sivachaitanya
sivachaitanya / gist:58c95022c4d51e6e2dcd730c257dfd26
Created March 25, 2018 18:22
Max fee that miner can earn - 14.348
Description - Max fee that miner can earn - 14.348
Code -
using System;
using System.Collections.Generic;
using System.Linq;
public class Program
{