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 +