Bitcoin Forum
April 26, 2024, 11:44:08 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: A Bitcoin Price Notifier - never miss price movements again!  (Read 5037 times)
poly (OP)
Member
**
Offline Offline

Activity: 84
Merit: 10


Weighted companion cube


View Profile
April 18, 2013, 07:35:52 AM
Last edit: April 18, 2013, 01:52:57 PM by tysat
 #1

After missing a lot of market movement, I've coded up a simple windows app that will notify you once the price moves +5% or -5% compared to the last notification. It pops up at the bottom right corner of the desktop, and you can also click on it for fast access to bitcoinity.org/markets (I'm not affiliated with bitcoinity).

Not much else about it, I'll flesh it out later with different exchanges support, maybe LTC. It gets the price from my server which returns the MtGox last, and if MtGox is down then the BTC-e price is returned. Currently Windows only as it makes use of .NET.

Download: https://www.dropbox.com/s/7ofur6arp55vy7f/BitcoinPriceNotifier.exe

Virustotal

If this has helped you, please send me a tip! I'm also open to contracting work. [/plug]



MOD EDIT:
Be careful with any .exe files

poly | My Tip Jar
1714131848
Hero Member
*
Offline Offline

Posts: 1714131848

View Profile Personal Message (Offline)

Ignore
1714131848
Reply with quote  #2

1714131848
Report to moderator
1714131848
Hero Member
*
Offline Offline

Posts: 1714131848

View Profile Personal Message (Offline)

Ignore
1714131848
Reply with quote  #2

1714131848
Report to moderator
1714131848
Hero Member
*
Offline Offline

Posts: 1714131848

View Profile Personal Message (Offline)

Ignore
1714131848
Reply with quote  #2

1714131848
Report to moderator
"Your bitcoin is secured in a way that is physically impossible for others to access, no matter for what reason, no matter how good the excuse, no matter a majority of miners, no matter what." -- Greg Maxwell
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714131848
Hero Member
*
Offline Offline

Posts: 1714131848

View Profile Personal Message (Offline)

Ignore
1714131848
Reply with quote  #2

1714131848
Report to moderator
1714131848
Hero Member
*
Offline Offline

Posts: 1714131848

View Profile Personal Message (Offline)

Ignore
1714131848
Reply with quote  #2

1714131848
Report to moderator
1714131848
Hero Member
*
Offline Offline

Posts: 1714131848

View Profile Personal Message (Offline)

Ignore
1714131848
Reply with quote  #2

1714131848
Report to moderator
Ban Curtain
Member
**
Offline Offline

Activity: 63
Merit: 10


View Profile
April 18, 2013, 07:44:14 AM
 #2

pity that it's not sourcecode
poly (OP)
Member
**
Offline Offline

Activity: 84
Merit: 10


Weighted companion cube


View Profile
April 18, 2013, 07:47:36 AM
 #3

Source code will be released with a small tip to my address Smiley But it's pretty simple anyway.

poly | My Tip Jar
wumpus
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1022

No Maps for These Territories


View Profile
April 18, 2013, 07:51:04 AM
 #4

I'm sure you mean well, but no one in their right mind is just going to run an exe posted to this board. Or at least I hope so.

Bitcoin Core developer [PGP] Warning: For most, coin loss is a larger risk than coin theft. A disk can die any time. Regularly back up your wallet through FileBackup Wallet to an external storage or the (encrypted!) cloud. Use a separate offline wallet for storing larger amounts.
poly (OP)
Member
**
Offline Offline

Activity: 84
Merit: 10


Weighted companion cube


View Profile
April 18, 2013, 07:54:10 AM
 #5

Hmm, good point. I originally tried to do it in Flash, but there was no way to bring focus to it and make it pop up from the bottom right corner.

poly | My Tip Jar
abrkn
Full Member
***
Offline Offline

Activity: 232
Merit: 150



View Profile WWW
 
April 18, 2013, 07:54:57 AM
Last edit: March 15, 2015, 03:45:00 AM by abrkn
 #6

 

keybase.io/abrkn/key.asc
Remember remember the 5th of November
Legendary
*
Offline Offline

Activity: 1862
Merit: 1011

Reverse engineer from time to time


View Profile
April 18, 2013, 08:25:06 AM
 #7

If this only queries a website and displays popups, why not just code it as an HTML5 Windows widget?

BTC:1AiCRMxgf1ptVQwx6hDuKMu4f7F27QmJC2
poly (OP)
Member
**
Offline Offline

Activity: 84
Merit: 10


Weighted companion cube


View Profile
April 18, 2013, 08:27:12 AM
 #8

You mean a windows gadget?

I'll look into desktop notifications, but I don't see much point in implementing them since the .net version works fine for me.

poly | My Tip Jar
qualalol
Newbie
*
Offline Offline

Activity: 57
Merit: 0



View Profile
April 18, 2013, 08:56:06 AM
 #9

You can write it as a website using desktop notifications.
I've quickly hacked together a page using Mt. Gox... It's not beatiful code (I have virtually no JS experience, but it seems to work (haven't tested the 5% detection yet, as there hasn't been a 5% change in the last 1/2 hour...). Should be up once I have some webspace. (Only works on webkit based browsers, have only tested chromium.)
qualalol
Newbie
*
Offline Offline

Activity: 57
Merit: 0



View Profile
April 18, 2013, 09:30:13 AM
Last edit: April 18, 2013, 11:26:18 AM by qualalol
 #10

You can write it as a website using desktop notifications.
I've quickly hacked together a page using Mt. Gox... It's not beatiful code (I have virtually no JS experience, but it seems to work (haven't tested the 5% detection yet, as there hasn't been a 5% change in the last 1/2 hour...). Should be up once I have some webspace. (Only works on webkit based browsers, have only tested chromium.)
HTML5 version here:
http://teajam.co.uk/btc/btcnotifier.html

To use:
Press "Enable Notifications" before the first use.
Press "Press to start" to start.

(Has to be on webkit, haven't tested on anything but Chromium.)

It checks MtGox every 5 minutes, and updated you once the price has change by 5% or more.

I'll probably flesh it out a bit and put in a better UI later today.

//Edit: Just to make clear this notifier is entirely independent of the OPs. I just thought it would be interesting to see how hard an html5 version of it would be.
botsofbitcoin
Member
**
Offline Offline

Activity: 62
Merit: 10



View Profile WWW
April 18, 2013, 10:55:04 AM
 #11

Nice tool. Although, could you have it return Bitstamp rather than BTC-e when Gox is down as Bitstamp prices are normally closer to Gox? Or perhaps allow the user to select from a list of exchanges?

See my localbitcoins ads here: https://localbitcoins.com/accounts/profile/botsofbitcoin/?ch=2mk
Visit Bots of Bitcoin here: http://www.botsofbitcoin.com/
Follow on Twitter: @botsofbitcoin
nwbitcoin
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


You are a geek if you are too early to the party!


View Profile WWW
April 18, 2013, 11:26:07 AM
 #12

You can write it as a website using desktop notifications.
I've quickly hacked together a page using Mt. Gox... It's not beatiful code (I have virtually no JS experience, but it seems to work (haven't tested the 5% detection yet, as there hasn't been a 5% change in the last 1/2 hour...). Should be up once I have some webspace. (Only works on webkit based browsers, have only tested chromium.)
HTML5 version here:
http://teajam.co.uk/btc/btcnotifier.html

To use:
Press "Enable Notifications" before the first use.
Press "Press to start" to start.

(Has to be on webkit, haven't tested on anything but Chromium.)

It checks MtGox every 5 minutes, and updated you once the price has change by 5% or more.

I'll probably flesh it out a bit and put in a better UI later today.

That is really cool - can you do the same for other currencies, or is this only available from MTGox API?

*Image Removed*
I use Localbitcoins to sell bitcoins for GBP by bank transfer!
botsofbitcoin
Member
**
Offline Offline

Activity: 62
Merit: 10



View Profile WWW
April 18, 2013, 12:00:17 PM
 #13

//Edit: Just to make clear this notifier is entirely independent of the OPs. I just thought it would be interesting to see how hard an html5 version of it would be.

Ah, I didn't spot that. In that case, consider my feature request aimed at you!

See my localbitcoins ads here: https://localbitcoins.com/accounts/profile/botsofbitcoin/?ch=2mk
Visit Bots of Bitcoin here: http://www.botsofbitcoin.com/
Follow on Twitter: @botsofbitcoin
Jessi
Sr. Member
****
Offline Offline

Activity: 333
Merit: 250


View Profile WWW
April 18, 2013, 12:06:35 PM
 #14

Nice Tool.  Wink

www.Bitcoin-Tools.de - Price Alert & Calculator [OUTDATED!]
A little tool to keep you informed or wake you up, if Mt.Gox reaches a defined price level and a calculator to convert  BTC or USD based on live Prices. It´s not working any more, because of Mt.Gox... but it was fun to code that time... keeping this link just for reminding... Thanks to everyone for donations done that time!
BTC: 1BQTankpeCZict849JRHxxYFnwZARV3YX7 | LTC: LecEsSJMYZK7wk493QvyNzA4BxHpXviAEA | PPC: PQdjfxTbjnXThwJ5bbEgJkc9GZcKpib9DM
Alex Zee
Member
**
Offline Offline

Activity: 112
Merit: 10



View Profile WWW
April 18, 2013, 12:24:45 PM
 #15

And there is also my little tool Smiley



Which is almost 2 years old.

BTC Monitor - systray price ticker
RipTalk.org - new Ripple forum
qualalol
Newbie
*
Offline Offline

Activity: 57
Merit: 0



View Profile
April 18, 2013, 12:37:17 PM
 #16

To avoid hijacking this thread I've created my own one with regards to the HTML5 notifier:
https://bitcointalk.org/index.php?topic=179647.0

(In summary: I'm working on support for multiple exchanges, multiple currencies & some configurability.)

// Edit: spelling Wink.
tysat
Legendary
*
Offline Offline

Activity: 966
Merit: 1004


Keep it real


View Profile
April 18, 2013, 01:53:16 PM
 #17

Obligatory mod edit in OP, be careful of any .exe guys
BTCisthefuture
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
April 18, 2013, 06:19:50 PM
 #18

I was thinking today that it would be really usefull to have something like this for my smartphone. Maybe receive a txt msg or some sort of notifcation when the price changes a certain amount.   Right now it's a bit painful to try to watch prices when you're out on the go and not sitting in front of a computer.

Hourly bitcoin faucet with a gambling twist !  http://freebitco.in/?r=106463
the founder
Sr. Member
****
Offline Offline

Activity: 448
Merit: 251


Bitcoin


View Profile WWW
April 18, 2013, 09:55:21 PM
 #19

Nice tool. Although, could you have it return Bitstamp rather than BTC-e when Gox is down as Bitstamp prices are normally closer to Gox? Or perhaps allow the user to select from a list of exchanges?

just use my RSS feed...  it averages multiple exchanges and gives the most  accurate price...   20,000 to 70,000 people can't be wrong.

http://feeds.feedburner.com/OuncemeQuotesFullFeed

using that at least it has failover, etc... 






Bitcoin RSS App / Bitcoin Android App / Bitcoin Webapp http://www.ounce.me  Say thank you here:  1HByHZQ44LUCxxpnqtXDuJVmrSdrGK6Q2f
abrkn
Full Member
***
Offline Offline

Activity: 232
Merit: 150



View Profile WWW
 
April 20, 2013, 06:18:05 AM
Last edit: March 15, 2015, 03:45:13 AM by abrkn
 #20

 

keybase.io/abrkn/key.asc
Pages: [1] 2 »  All
  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!