Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOL] Profit switching pool - wafflepool.com
by
Zoella
on 21/02/2014, 03:14:16 UTC
...
There's a way to get around this, of course, and that's by writing a bash script or something which will hit the URL: 'http://waffles.wilschrader.com/current/BTC_ADDR' every 60 seconds and then trash the results. I leave the finer details of that up to the user.

Now, I'd love it if poolwaffle would give me (all of us) access to historical data he's no doubt already storing, but since he has more important matters to attend to, I'll make do with what I have now. :-)

Thanks for the tip! Just modified my miner start script to include...

pkill watch
watch -n60 wget -qO http://waffles.wilschrader.com/current/BTC_ADDR &> /dev/null &