<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/jbitcoin24/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/jbitcoin24/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 04 Apr 2013 19:22:03 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jbitcoin24/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Andre Powroznik</title><link>https://sourceforge.net/p/jbitcoin24/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -5,6 +5,10 @@
 --------

 Java API to Bitcoin-24. Supported features include Account Balance, Bitcoin Address, Open Orders, Cancel Order, Trades, Buy Bitcoin and Sell Bitcoin.
+
+Please also check ABitcoin-24 on Google Play!
+
+https://play.google.com/store/apps/details?id=com.powroznik.abitcoin24

 Example:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andre Powroznik</dc:creator><pubDate>Thu, 04 Apr 2013 19:22:03 -0000</pubDate><guid>https://sourceforge.net839bd2e4085d62da6ff226477e93e8101c4e9b82</guid></item><item><title>Home modified by Andre Powroznik</title><link>https://sourceforge.net/p/jbitcoin24/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -23,4 +23,4 @@

 ---

-*** (My Personal) JBitcoin24 is neither endorsed by nor otherwise affiliated with Bitcoin-24. ***
+*** (My Personal) JBitcoin-24 is neither endorsed by nor otherwise affiliated with Bitcoin-24. ***
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andre Powroznik</dc:creator><pubDate>Mon, 01 Apr 2013 19:37:54 -0000</pubDate><guid>https://sourceforge.net40cdf73900dfef1331c7a2e315d60663710dab8f</guid></item><item><title>Home modified by Andre Powroznik</title><link>https://sourceforge.net/p/jbitcoin24/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -23,4 +23,4 @@

 ---

-*** (My Personal) JBitcoin24 is neither endorsed by nor otherwise affiliated with Bitcoin-24 ***
+*** (My Personal) JBitcoin24 is neither endorsed by nor otherwise affiliated with Bitcoin-24. ***
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andre Powroznik</dc:creator><pubDate>Mon, 01 Apr 2013 19:34:47 -0000</pubDate><guid>https://sourceforge.net4129e3575941ebb95b149b2fb89528af8d4c9868</guid></item><item><title>Home modified by Andre Powroznik</title><link>https://sourceforge.net/p/jbitcoin24/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,26 @@
-Welcome to your wiki!
+(My Personal) JBitcoin-24
+=========================

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+Welcome!
+--------

-The wiki uses [Markdown](/p/jbitcoin24/wiki/markdown_syntax/) syntax.
+Java API to Bitcoin-24. Supported features include Account Balance, Bitcoin Address, Open Orders, Cancel Order, Trades, Buy Bitcoin and Sell Bitcoin.

-[[project_admins]]
-[[download_button]]
+Example:
+
+---
+
+Bitcoin24Interface bitcoin24 = new Bitcoin24Implementation("your username", "your API key");
+
+AccountBalance accountBalance = bitcoin24.getAccountBalance();
+System.out.println("Eur = " + accountBalance.getEur());
+System.out.println("Usd = " + accountBalance.getUsd());
+System.out.println("Btc = " + accountBalance.getBtc());
+System.out.println("Btc Available = " + accountBalance.getBtcAvailable());
+System.out.println();
+
+System.out.println("Bitcoin address = " + bitcoin24.getBitcoinAddress());
+
+---
+
+*** (My Personal) JBitcoin24 is neither endorsed by nor otherwise affiliated with Bitcoin-24 ***
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andre Powroznik</dc:creator><pubDate>Mon, 01 Apr 2013 19:24:02 -0000</pubDate><guid>https://sourceforge.net951dbafce84bf68d9f075a7753675c9718ea9ea2</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/jbitcoin24/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="my-personal-jbitcoin-24"&gt;(My Personal) JBitcoin-24&lt;/h1&gt;
&lt;h2 id="welcome"&gt;Welcome!&lt;/h2&gt;
&lt;p&gt;Java API to Bitcoin-24. Supported features include Account Balance, Bitcoin Address, Open Orders, Cancel Order, Trades, Buy Bitcoin and Sell Bitcoin.&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;Bitcoin24Interface bitcoin24 = new Bitcoin24Implementation("your username", "your API key");&lt;/p&gt;
&lt;p&gt;AccountBalance accountBalance = bitcoin24.getAccountBalance();&lt;br /&gt;
System.out.println("Eur = " + accountBalance.getEur());&lt;br /&gt;
System.out.println("Usd = " + accountBalance.getUsd());&lt;br /&gt;
System.out.println("Btc = " + accountBalance.getBtc());&lt;br /&gt;
System.out.println("Btc Available = " + accountBalance.getBtcAvailable());&lt;br /&gt;
System.out.println();&lt;/p&gt;
&lt;p&gt;System.out.println("Bitcoin address = " + bitcoin24.getBitcoinAddress());&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt; (My Personal) JBitcoin24 is neither endorsed by nor otherwise affiliated with Bitcoin-24 &lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andre Powroznik</dc:creator><pubDate>Mon, 01 Apr 2013 19:23:27 -0000</pubDate><guid>https://sourceforge.neta092849d755a226dadcf00bbd7a372c7c20150c2</guid></item><item><title>Home modified by Andre Powroznik</title><link>https://sourceforge.net/p/jbitcoin24/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/jbitcoin24/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;p&gt;&lt;a href="/u/powro/"&gt;Andre Powroznik&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;&lt;span class="download-button-5159da560910d44f17c8745b" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andre Powroznik</dc:creator><pubDate>Mon, 01 Apr 2013 19:04:54 -0000</pubDate><guid>https://sourceforge.neta9282c1527b98e6cca3069ffa1c880ad8cdb7e99</guid></item></channel></rss>