Bitcoin Forum
May 28, 2024, 08:48:02 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 [43] 44 45 46 47 48 49 »
841  Alternate cryptocurrencies / Altcoin Discussion / Re: LTC reaper - how did you guys got it running? on: June 30, 2012, 09:00:01 PM
yeah...been there, done that....

The compile of the kernel hangs forever...

842  Alternate cryptocurrencies / Altcoin Discussion / Re: LTC reaper - how did you guys got it running? on: June 30, 2012, 07:04:29 PM
I'd still like to know, how to compile reaper under Linux (Gentoo in my case)...
843  Bitcoin / Project Development / Re: Idea: Site to identify Street Musicians on: June 27, 2012, 07:46:39 PM
A guy in the German subforum had a very similar idea. Unfortunately, not much has happened til then AFAIK...
844  Other / Beginners & Help / Re: Looking for coder to code new Bitcoin website on: June 27, 2012, 12:12:46 PM
Look at CakePHP, if you want php:

http://cakephp.org/

First create a data model and then let cake generate most of the code for a start.
845  Other / Beginners & Help / Re: Looking for coder to code new Bitcoin website on: June 25, 2012, 11:23:36 AM
I would start with a VPS anyway, since it's wise to install stuff like svn and project management tools, like issuezilla, if the work is coordinated online.
846  Other / Beginners & Help / Re: Looking for coder to code new Bitcoin website on: June 24, 2012, 01:00:34 PM
Maybe I could help you with PHP, SQL etc. , but I can't do any graphics. If such coding would help you, let me know.
847  Economy / Exchanges / Re: BTC-E.com exchange Bitcoin, Solidcoin, Litecoin, Namecoin <-> USD\BTC (fee 0.2%) on: June 21, 2012, 05:45:32 PM
There is no further description of the API?

Is there a way to place an order?

To the get the current customer status? (like available funds etc).



848  Economy / Trading Discussion / Re: Open Source Trading Platform on: June 21, 2012, 02:58:38 PM
It would be cool just to have a reference API, that is complete and has good design, so site developers can use this as a reference.

849  Bitcoin / Bitcoin Discussion / Re: Intersango API python interface on: June 15, 2012, 11:17:15 AM
Note to myself....must add a line: if( highest_bid( "Intersango").getUser().equals( "toffoo")) { break; } ... Wink
850  Bitcoin / Bitcoin Discussion / Re: Intersango API python interface on: June 13, 2012, 04:17:08 PM
Does anyone know the format of the last_trade_date parameter? microseconds since the GMT epoch (1.1.1970) , or so?
851  Economy / Gambling / Re: Wanted input on an idea on: June 08, 2012, 11:56:43 AM
Well, the idea was to create something, where the average litecoin owner could spend his coins. Not just geeks.

Imagine a network version of this:

http://www.youtube.com/watch?v=3m86ftny1uY

I already wrote some html 5 code to move the tank and load the playfield from a text file. But I have to wait for the tank images now.
852  Economy / Gambling / Re: Wanted input on an idea on: June 07, 2012, 06:20:48 PM
We had a very similar idea in litecoin-dev with the age-old Atari combat game. But it's hard to get a working development team together.
853  Other / Beginners & Help / Re: Newbies Hangout on: June 02, 2012, 11:55:56 AM
@DD Stone:

https://bitcointalk.org/index.php?topic=5951.0
854  Bitcoin / Development & Technical Discussion / Re: What web related programming languages should I learn to make BitCoin Website? on: May 31, 2012, 01:20:06 PM
Problem might be, that it just takes too long for you to get good in any language. So your idea is already implemented by someone else. So I recommend a collaboration (again). And if it's just to get some influence on good design practices.
855  Bitcoin / Project Development / Comparing APIs from various trading sites on: May 30, 2012, 10:58:43 AM
Hi!

I'm implementing APIs from several trading sites at the moment. It's a good way to find shortcomings of an API and compare different concept of requests or posts.

I thought it might be helpful to post some of the findings, so site owners can improve their APIs if they are interested. OTOH it might be helpful for implementer to share workarounds for some problems.


As a start, I'll mention the MtGox trades method.

https://en.bitcoin.it/wiki/MtGox/API/HTTP/v1#Multi_currency_trades

It has a filter to fetch all trades since <id>. Problem is, that I'd like to fetch all trades from the last 7 days or so. It would be cool to have a date filter, so you get all the trades since <date>. As an alternative, id could be relative to the current id. So when you pass -100 as the id, you'd get the last 100 trades.
Intersango implements  filters:
https://intersango.com/api.php
and they have a paramter last_trade_date, although I don't understand yet, if you request all trades earlier than this date (not so good, I think) or all trades after that date.

Ciao,
Andreas
856  Economy / Economics / Re: LETS plus local community currency's and bitcoin? on: May 27, 2012, 10:35:33 AM
But what could bitcoin offer those lets? I think easy (cheap, fast) electronic payment is one the features.

BTW: if the EU actually takes the 1 and 2 cent coins out of the market, bitcoin payers could actually save some money? But mobile payment would be a requirement then. And instant payment, or course..
857  Bitcoin / Development & Technical Discussion / Re: What web related programming languages should I learn to make BitCoin Website? on: May 25, 2012, 11:14:57 AM
Are there cheap Rails hosts now? I studied it a while ago and must admit, that I had quite some problems to install it on a debian box. But the videos are great! (create a blog site in 15mins etc). Good thing is, that there are RAD tools for other languages now, that are practically identical, like CakePHP. Even the method names match.

I usually start with a data model (ArgoUML is the main tool here). Then create some MySQL from it and let the RAD tool create the MVC elements. There's actually not that much difference then whether you use Rails, Cake, Groovy etc.
858  Bitcoin / Development & Technical Discussion / Re: What web related programming languages should I learn to make BitCoin Website? on: May 24, 2012, 08:26:09 PM
My vote goes to PHP and MySQL. HTML of course, too...
859  Economy / Marketplace / Re: [BETA] MTGox websocket API, testers wanted on: May 24, 2012, 06:48:06 PM
Scary....maybe you are my long lost twin brother, or so...

I already send a PM to Seal and waiting for some reply with an email, so I can send him some code...

Part of my code is a TradeSite interface (just started), that I already implement for MtGox and BtcE. So you can loop over the sites, combine all trades, compare fees etc.
860  Economy / Marketplace / Re: [BETA] MTGox websocket API, testers wanted on: May 24, 2012, 10:51:45 AM
Perfect. We are thinking exactly in the same lines. Smiley

I started to write the Java app in a way, that I could run in client or server mode. In client mode, a GUI comes up. In server mode, there's no GUI, so it could be started in an init.d script.

Drop me a PM, if you want to discuss more details.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 [43] 44 45 46 47 48 49 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!