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
Description - Max fee that miner can earn - 14.348 | |
Code - | |
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
public class Program | |
{ |
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
#!/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 |