Bitcoin Forum
September 27, 2024, 02:46:23 AM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Bitcoin Discussion / Re: TradeHill will become the top site over MTGox because of Referral and Discount on: June 09, 2011, 04:44:35 PM
I'm all up for diversity and I wish Trade Hill the best of luck.
But a lot of people are jumping on the train just to earn money from referrals and not because Trade Hill is better than Mt Gox.
You for example are linking with your own referal code and your statement:
Quote
Plus TradeHill offers:Automate your trading with our Trading API
                           Margin trading to leverage your profits.
                           Option trading to help you hedge.
That is false, they don't offer those services yet.
Quote
    Coming Soon:Automate your trading with our Trading API
    Coming Soon:Margin trading to leverage your profits.
    Coming Soon:Option trading to help you hedge.
https://www.tradehill.com/

I'll stick to Mt Gox for a while longer.
2  Bitcoin / Project Development / Re: Mt Gox Bitcoin Widget for Android released on: February 17, 2011, 11:14:48 AM
Great! The graph doesn't show any data though. I guess it will fill out over the next day.
Exactly, the graph doesn't download any data, it just uses the collected data by the widget updates that are made each 30 minutes.
3  Bitcoin / Project Development / Re: Mt Gox Bitcoin Widget for Android released on: February 16, 2011, 08:50:02 PM
Thanks, hope you (will) enjoy it!
The new version (released 15 min ago) shows a graph when the widget is tapped.
In future versions you might be able to manually update the widget by choosing it in a menu in the graph view.
4  Bitcoin / Project Development / Re: Mt Gox Bitcoin Widget for Android released on: February 12, 2011, 12:50:24 PM
Quote
IMHO, the widget should keep the previous, valid, values and the previous time.
Already fixed and will be released in the next version.
5  Bitcoin / Project Development / Re: Mt Gox Bitcoin Widget for Android released on: February 12, 2011, 09:55:16 AM
Sure, I have that in mind as well as using the built in "Accounts & Sync" functionality in order to easily turn off updating if wanted.
6  Bitcoin / Project Development / Re: Mt Gox Bitcoin Widget for Android released on: February 12, 2011, 08:58:16 AM
Currently every 30 minutes.
7  Bitcoin / Project Development / Re: Bitcoin market price monitor on: February 11, 2011, 08:48:22 PM
Hehehe, is the graph Javascript generating bitcoins for you? It stalled my browser totally.

Ok, some feedback on the graph: the timestamps would be better to have in a readable format.
I haven't yet seen a nice graph on any site of the bitcoin price, if I were you I would use:
http://www.highcharts.com/
or http://raphaeljs.com/
or http://code.google.com/p/flot/
And I would probably have different data sets for different timeperiods: For a 24 hour graph I would have perhaps 15 min between points and for a week graph I would have 2 hours between the points in order to make the graph quick loading.

And the JSON: I don't think you should return that many data points as default, or even if a request asks for it.
Multiple requests for getting that much data would be better.

Good work.
8  Bitcoin / Project Development / Re: MtGox Bitcoin Android App on: February 11, 2011, 08:33:07 PM
creighto: I'm the developer of the app but it's not a runnable application so you won't find in the application list.
It's only a widget that you can add to your home screen.
9  Bitcoin / Project Development / Re: Mt Gox Bitcoin Widget for Android released on: February 10, 2011, 08:33:08 AM
Ok, I'll try that and see if it works on a Wildfire.
10  Bitcoin / Project Development / Re: Mt Gox Bitcoin Widget for Android released on: February 09, 2011, 05:28:31 PM
AndroidManifest.xml:
Code:
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
      package="st.brothas.mtgoxwidget"
      android:versionCode="1" android:versionName="0.8">

    <uses-permission android:name="android.permission.INTERNET" />

    <application android:icon="@drawable/bc_logo_60" android:label="@string/app_name">

        <receiver android:name=".MtGoxWidgetProvider">
            <meta-data android:name="android.appwidget.provider"
                    android:resource="@xml/appwidget_provider" />
            <intent-filter>
                <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
            </intent-filter>
        </receiver>

    </application>
   
    <uses-sdk android:minSdkVersion="3" />
</manifest>

Drifter: That's strange. I have declared the size of the widget as 72 x 72 dp, perhaps that could be defined in another way...
On your phone at the bottom where the widget ends (in the middle of the coin), does a new widget start there or is it just empty?
Do other widgets display normally?
11  Bitcoin / Project Development / Re: Mt Gox Bitcoin Widget for Android released on: February 09, 2011, 01:18:00 PM
Strange! I'll post the manifest here tonight when I get home.

I can also post the .apk so you can install it manually.
Will release it as GPL later on together with .apks for those of you with problems installing it.

Mike: Will look at popping up a graph when tapping on the widget.
12  Bitcoin / Project Development / Re: Mt Gox Bitcoin Widget for Android released on: February 09, 2011, 12:18:36 PM
That's strange! Isn't it available if you search for it on Android Market in your phone?

It requires Android 1.5 and is accessible in all locations.
13  Bitcoin / Project Development / Mt Gox Bitcoin Widget for Android released on: February 09, 2011, 11:09:48 AM
I have developed a free and simple Android widget that shows the current bitcoin value in US dollars on the MT Gox bitcoin exchange.

Search on Android Market for "Mt Gox Bitcoin Widget" or visit/download from here:
https://market.android.com/details?id=st.brothas.mtgoxwidget

I'm happy to receive feedback, bug reports and Bitcoins: 13o3CTyDC1U3RrWogKxukVqWc7fXsuekmR
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!