Bitcoin Forum
May 11, 2024, 07:24:32 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [OFFICIAL] BTCValueNotifier  (Read 850 times)
babygeek (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
June 27, 2011, 09:47:04 AM
Last edit: July 03, 2011, 09:48:57 AM by babygeek
 #1

Hi,
I coded a small bash script that displays every x seconds the value of bitcoin on different Markets: BTCValueNotifier.

How to use with Ubuntu:
Download the script: wget http://babygeek.free.fr/files/Bitcoin/BTCValueNotifier.sh
Install notify-send: sudo apt-get install notify-send
Make the script executable: chmod +x BTCValueNotifier.sh
Edit the script then change the settings in "CONFIG" part (l 19) as desired, you can change the market, the currency, the frequency of update..., then save.
Run the script: ./BTCValueNotifier.sh


Features:
Alert system.
MtGox support (USD only).
TradeHill support (Multi currencies: https://www.tradehill.com/DepositOverview/).
Bitomat support (PLN only).
Britcoin support (GBP only).
BitMarket support (Multi currencies: https://bitmarket.eu/faq#faq_trading_11).
ExchangeBitcoins support (USD only).
BTCex support (USD only).


How to use with Windows (until I develop a compatible version)
Install Cygwin and select wget as package to install.
Edit the script (http://babygeek.free.fr/files/Bitcoin/BTCValueNotifier.sh), search the line "notify-send "Bitcoin Value @$market$currency" "$(echo -e "$val")" " (near to the end), replace it by:
Code:
echo "MsgBox \"$val\", vbOkOnly, \"Bitcoin Value @$market$currency\"" > alert.vbs
cmd /C alert.vbs
now, run BTCValueNotifier w/ Cygwin: ./BTCValueNotifier.sh



I created a launchpad page to help track development, bug reports, or ask for new markets that you would see in the script: https://launchpad.net/btcvaluenotifier



If you have a question, a problem... pm me, contact me on IRC: BabyGeek @ Freenode, or ask a question on Launchpad.

PS: there is no virus in the script, it is not a binary, you can view the contents of the script by editing it.
1715412272
Hero Member
*
Offline Offline

Posts: 1715412272

View Profile Personal Message (Offline)

Ignore
1715412272
Reply with quote  #2

1715412272
Report to moderator
"Governments are good at cutting off the heads of a centrally controlled networks like Napster, but pure P2P networks like Gnutella and Tor seem to be holding their own." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715412272
Hero Member
*
Offline Offline

Posts: 1715412272

View Profile Personal Message (Offline)

Ignore
1715412272
Reply with quote  #2

1715412272
Report to moderator
forexmasterja
Full Member
***
Offline Offline

Activity: 130
Merit: 100



View Profile WWW
June 27, 2011, 12:05:20 PM
 #2

This is great, I wish someone would code a simple windows app that does this same thing.

--** First Jamaican Bitcoin User **--
1JamaicaYQvsBkvm5JcurQBA9Kz969nsqe
Revolutionary Money Making Cloud Miner - https://cex.io/r/0/forexmasterja/0/
babygeek (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
June 27, 2011, 04:32:32 PM
 #3

Thank you, I think I can do it, I'll look when I have some time available. But if someone want to do it, contact me.
I found a temporary solution by using Cygwin (i edited the first message).
mangalex
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
June 27, 2011, 04:38:21 PM
 #4

how to use on windows without Cygwin?
babygeek (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
June 27, 2011, 04:44:30 PM
 #5

Impossible for the moment.
I will make a windows version in few days...
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!