Bitcoin Forum
May 14, 2024, 04:48:49 PM *
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 »
601  Local / Deutsch (German) / Re: login_error_missing_nonce on: May 10, 2013, 08:59:26 AM
Guck mal nach cryptocoin-tradelib bei github. Im mtgox Modul ist funktionierender Code drin.

Was willst Du denn schreiben? Vielleicht könnten wir kooperieren?
602  Economy / Trading Discussion / Re: Isis ATP [Automated Trading Platform] - Discussion on: May 09, 2013, 08:24:52 PM
Add the certs to your store with keytool:

http://docs.oracle.com/javase/1.4.2/docs/tooldocs/windows/keytool.html

I actually added some code to my app to fetch and display the certs of the trade sites, because I had to install my stuff on different machines...



Ciao,
Andreas
603  Economy / Trading Discussion / Re: What's your experience of automated trading and which sofware is the best? on: May 09, 2013, 07:52:56 AM
You know, that there is already a channel #cryptocoin-bots,  where all users are desperately trying to keep all their stuff secret?  They are even to shy to respond to a simple 'hello '...
604  Economy / Trading Discussion / Re: Isis ATP [Automated Trading Platform] - Discussion on: May 09, 2013, 07:33:40 AM
ssl cert missing in java?
605  Economy / Trading Discussion / Re: What's your experience of automated trading and which sofware is the best? on: May 08, 2013, 03:39:26 PM
Yeah...some of my code is opensource, too:

https://github.com/ReAzem/cryptocoin-tradelib

, but not the actual code for the bot framework:





But now I'm looking for a collab to build more advanced stuff, using drools and a trading language...

606  Economy / Trading Discussion / Re: What's your experience of automated trading and which sofware is the best? on: May 08, 2013, 03:12:24 PM
Yeah, but maybe someone has a strategy but cannot code, or so? A collaboration might be useful in this case?

And as coder, I still think a collaboration should be useful to build a better bot framework as an example. I'm working n one, and can tell you, that it's a loooot of work. Just the exchange APIs were months to implement.
607  Economy / Trading Discussion / Re: What's your experience of automated trading and which sofware is the best? on: May 08, 2013, 02:54:06 PM
Do you have good ideas for a trading strategy? Maybe we could collaborate, or so?
608  Economy / Trading Discussion / Re: Chrome Browser extension: MtGox trading bot on: May 08, 2013, 02:31:48 PM
I played with phonegap for btc-e :

https://bitcointalk.org/index.php?topic=135392.0

Since phonegap is practically a server running on a device (could also be a pc browser), and the app ist just a website,

the javascript might be used for a mobile app?

I can give you the current sources, and fetching the depth is just 4 lines of javascript.
609  Bitcoin / Project Development / Re: Looking for Java coder and/or trader for tradebot development on: May 07, 2013, 01:31:22 PM
Ok, I'm still looking for a java coder to further the development of this software.

Some parts have been opensourced now:

https://github.com/ReAzem/cryptocoin-tradelib

, so you can get an idea of my coding style.

Most bot parts are still closed source, though, since I want to continue working on the bot framework.

Some stuff is already working:

https://i.imgur.com/OoP0aNo.jpg

, so you can get an idea of the concept.

PM me, if you are interested in some form of a collab.
610  Economy / Trading Discussion / Re: Chrome Browser extension: MtGox trading bot on: May 07, 2013, 12:36:50 PM
You are not interested to work in another bot project? (More complex.)
611  Bitcoin / Legal / Re: My girlfriends house in Germany on: May 07, 2013, 12:35:19 PM
You know, Denkmalschutz has 2 sides. It means, you'll have to corodinate your renovation work with the local authorities and you won't be allowed to use some parts (like modern plastic frame windows, or so). But otoh, you'll be supported and get some percentage of the renovation costs.

What irritates me more, are those 500 Euros for the notary, considering, that I paid closer to 4000,- for my small appartment here...
612  Economy / Trading Discussion / Re: Chrome Browser extension: MtGox trading bot on: May 07, 2013, 09:10:39 AM
You draw the graph just with JavaScript? Because I have a smartphone project, that could use such code ...
613  Bitcoin / Legal / Re: My girlfriends house in Germany on: May 06, 2013, 12:20:44 PM
Is this house under monument protection?

Or are you allowed to renovate it any way you want it?
614  Economy / Marketplace / Re: What are your sellable skills? on: May 05, 2013, 02:43:22 PM
I can code Java, PHP, Mysql etc.
I also can setup rc-helicopters.
615  Bitcoin / Project Development / Re: I want to make a distributed localbitcoins.com with osiris-sps.org on: May 05, 2013, 01:48:44 PM
My thought was to use a android app (with the GPS API) to find people near you to exchange coins. Problem is just, that there is no business model, since there is no central instance to monitor the trades. So you cannot collect any fees from the users.
616  Bitcoin / Development & Technical Discussion / Re: Simplest way of obtaining MtGox exchange rate via an API? on: May 05, 2013, 01:45:00 PM
I wrote some Javascript for btc-e, that could be converted to mtgox with minimal modifications:

https://bitcointalk.org/index.php?topic=135392.0

It fetches the depth in an infinite loop and displays the depth.
617  Economy / Services / Re: Automated bot for utilizing cryptocurrency arbitrage on: May 04, 2013, 01:55:55 PM
It seems, you want to support a lot of exchanges. Could be done with the cryptocoin-tradelib.
618  Bitcoin / Development & Technical Discussion / Re: Bitcoin Web Game Development (VIDEO) on: May 02, 2013, 01:26:38 PM
Hi!

Played around with javascript and HTML 5 and got there:

http://coincombat.yunga.de/coincombat.html

Idea was, that 2 player set 1 litecoin each and the winner gets 1.5 ltc. Rest goes to the game hoster.

I guess js is too slow to mine in-game. Maybe with a java client, or so. But I thought it's better to make the game playable without any additional download and installation.

But I was told now, that the websocket API might be too slow for real-time multiplayer, so maybe a round-based game, like chess or mahjongg, or so, would be better.

Ciao,
Andreas
619  Economy / Trading Discussion / Re: Making a real time automated trading system on: April 29, 2013, 11:08:01 PM
Look for cryptocoin-tradelib in java. I will release more code soon and I always look for contributors.
620  Bitcoin / Development & Technical Discussion / Re: PURE Java Miner on: April 29, 2013, 01:51:46 PM
I think Java is great, but Java in webpages is a bit dead these days? If it has to work on a webpage, I would use Javascript?
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!