From 8b9f7046a2efca1452c9c0ba330d427d613b2634 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 28 Aug 2016 01:26:17 -0300 Subject: [PATCH] test --- iguana/coins/genbtcfast.json | 1 + iguana/fastgenbtc | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100755 iguana/coins/genbtcfast.json create mode 100755 iguana/fastgenbtc diff --git a/iguana/coins/genbtcfast.json b/iguana/coins/genbtcfast.json new file mode 100755 index 000000000..661640a04 --- /dev/null +++ b/iguana/coins/genbtcfast.json @@ -0,0 +1 @@ +{"prefetchlag":5,"poll":1,"active":1,"agent":"iguana","method":"addcoin","newcoin":"BTC","startpend":1024,"endpend":1024,"services":128,"maxpeers":512,"RELAY":1,"VALIDATE":1,"portp2p":8333} diff --git a/iguana/fastgenbtc b/iguana/fastgenbtc new file mode 100755 index 000000000..f6cf5fb2e --- /dev/null +++ b/iguana/fastgenbtc @@ -0,0 +1,6 @@ +while true +do +../agents/iguana coins/genbtcfast.json +sleep 3 +done +