Skip to content

Instantly share code, notes, and snippets.

@vbuterin
vbuterin / sendLots.js
Last active August 29, 2015 14:22 — forked from tgerring/sendLots.js
// This is free and unencumbered software released into the public domain.
//
// Paste this function into the JavaScript console and execute like so:
// sendLots(eth.coinbase, eth.accounts[1])
// This can be saved to a file and loaded with loadScript('/path/to/sendLots.js')
sendLots = function(fromAccount, toAccount) {
loops = 5;
txcount = 2;
waitBlocks = 1;
data = "";