Bitcoin Forum
May 03, 2024, 12:18:02 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Trading Discussion / Re: bitcoinity.org/markets - live bitcoin price charts on: August 02, 2013, 09:50:47 PM
Hello. Here's more detailed trade history from CampBX exchange. The ticks are actually the trade being fulfilled. I began collecting data a few days ago.

List of trades on campbx in descending order by time then Order ID:
http://serene-waters-2795.herokuapp.com/history?startUnixtime=0
startUnixtime: begin time for query, conversion help look here: http://www.onlineconversion.com/unix_time.htm

Streaming list of latest trades:
http://serene-waters-2795.herokuapp.com/events

Happy trading.

Update 8/4: Site was down sporadically due to error connecting to database only after inactivity. No data was lost, as this app only reads from database. Another unexposed app actually collects and writes the data to database. Connection issue is now fixed with the following error handling code. Enjoy the data.
Code:
      
def connect(): Boolean = {
        try {
          Logger.debug("connecting")
          Await.result(t.find(Json.obj()).one[JsValue], 3.seconds)
          Logger.debug("connected")
          true
        } catch {
          case e: Throwable => {
            Logger.debug("retry")
            connect()
          }
        }
      }
connect()
2  Other / Off-topic / Re: Can someone sell me bitcoins from the past? on: July 22, 2013, 11:00:10 PM
Starting a bid war. I'll pay $1 more than Kais, and any volume.  Cheesy
3  Bitcoin / Project Development / Re: [Announce] XChange - A Financial Exchange Library for Java V1.3.0 on: July 19, 2013, 03:26:11 AM
I started making a Scala library to connect to CampBX. It's open source and hosted here https://github.com/nanop/btcsauce. Scala users will find this the easiest to use. So far, it's not as comprehensive as XChange but it's up to date with all of CampBX's features including testnet(https://testnet.campbx.com/), and missing services from XChange for CampBX such as https://campbx.com/api/recenthistory.php. All the methods are listed under Basics in the README. For Scala users out there, it uses scala futures for async requests and play's json and WS packages for web services which I find very easy to use.
4  Other / Beginners & Help / Re: Noob needs coins on: July 15, 2013, 03:47:08 AM
I can send you testnet bitcoins. the infrastructure's entire the same as bitcoin, just need to change the parameter in your bitcoin client from prod to test.
5  Other / Beginners & Help / Re: Why did you join this forum on: July 15, 2013, 03:40:27 AM
follow the most direct development
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!