Post
Topic
Board Bitcoin Discussion
Re: Play a sound every time /anyone/ finds a new block. (Perl script inside).
by
BitVapes
on 19/08/2011, 10:35:47 UTC
Neat.  Works for me.  you can also change the mplayer line to use a text to speech robot voice to tell you about the new block :

Quote
`echo 'new block' | espeak 2> /dev/null`;

here's a "fembot"
Quote
`echo 'bit coins!' | fembot 2> /dev/null`;

requires this  espeak hack.