Post
Topic
Board Bitcoin Discussion
Re: Play a sound every time /anyone/ finds a new block. (Perl script inside).
by
todu
on 19/08/2011, 17:37:14 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.  


Cool patch Wink. Thanks!