Bitcoin Forum
May 06, 2024, 01:25:12 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 »
261  Economy / Services / Re: [FOR HIRE] Java developer on: February 24, 2014, 04:06:04 PM
I guess you are not interested in collaborating to build a better java tradebot?
262  Local / Trading und Spekulation / Re: Wo traden? on: February 21, 2014, 09:30:51 PM
Ich weiss ja nicht, was bzw. wie Du handeln willst, aber btc-e hat so einige Währungspaare, also viele Optionen. Vircurex hat noch mehr davon.
263  Local / Projektentwicklung / Re: Bitcoin Spread Trading - Investitionspartner on: February 20, 2014, 08:49:29 PM
Schade, dass ihr Python nehmt. Sonst hätten wir evtl. etwas Code teilen können. Ich mach für mich was ähnliches.
264  Local / Treffen / Re: First Kaiserslautern German-American Bitcoin Meetup *New Kaiserslautern Stamm..* on: February 17, 2014, 01:21:29 PM
I'm interested, too.

What time should the meetup be?

Is there wifi available? (If not, we could just use a smartphone to create an a temporary hotspot.)

If nothing else turns out, I've learned at least what a clearing barrel is...  Grin
265  Bitcoin / Project Development / Re: BANK RUN! - P2P Fiat-Bitcoin Exchange on: February 14, 2014, 01:24:39 PM
Ok, I looked over your scheme and have 2 points.

It seems, there is no orderbook? How does one get an idea, what price to ask or bid?

I thought about a p2p exchange, too. And I think it should focus on mobile phones, because they are harder to track down and to block. I'd also use the GPS api to support meetups to complete an actual exchange. No bank need then.

These 2 points led me to the next problem: how to create a distributed orderbook, that spreads orders in a fair way?
266  Bitcoin / Project Development / Re: [ANNOUNCE] Elqnt | Arbitrage - A Bitcoin + Cryptocurrency Arbitrage Platform. on: February 11, 2014, 08:44:32 PM
What language are you using?
267  Bitcoin / Project Development / Re: Margin Trading Exchange Software on: February 10, 2014, 05:14:00 PM
But it's really tricky to implement FIX and bitcoin exchanges unlike like the gox streaming API in the same app, because the structures are quite different. I was asked to add FIX to my implementations and it's a major task now.
268  Bitcoin / Project Development / Re: Margin Trading Exchange Software on: February 10, 2014, 04:11:15 PM
I have to admit, that I don't really speak the language of the traders, but it seems we share quite some ideas. I welcome any other java coder anyway, so good luck with your project!
269  Bitcoin / Project Development / Re: [Development] An opensource framework to build bitcoin based games on: February 08, 2014, 04:25:51 PM
If a game is strategic enough like http://alliancesatwar.com/, http://www.travian.us/  or http://warofempires.com ( yes I know the UI is lacking in them because they were built in early 2000s). There is not a lot a bot can do. Users have to make active strategic decisions. Imagine a  fantasy football/soccer game. What would a bot do?

No, it was pretty much the old atari combat game. 2 tanks shooting at each other.
270  Bitcoin / Project Development / Re: [Development] An opensource framework to build bitcoin based games on: February 07, 2014, 04:55:36 PM
I wrote some code for a JS combat (tank) game. Bank then, such a framework would have been helpful. But the main problem then was the concern about cheaters using bots.
271  Bitcoin / Project Development / Re: [ANN] Cryptocurrency-Trader - free trading terminal on: February 05, 2014, 08:59:00 PM
Nice GUI!
272  Economy / Trading Discussion / Re: Getting live trade data on: February 04, 2014, 03:02:18 PM
Depends on what you want to do. There are folks here, you want to calculate indicators for the last 20 days, or so...
273  Economy / Trading Discussion / Re: Getting live trade data on: February 02, 2014, 06:03:49 PM
A contributor added v3 of the btc-e API:

https://github.com/ReAzem/cryptocoin-tradelib/blob/master/modules/btc_e/src/de/andreas_rueckert/trade/site/btc_e/client/BtcEClient.java

Might help you.
274  Economy / Trading Discussion / Re: CI Bitcoin Trading Robot on: February 02, 2014, 04:16:19 PM
Give them your precious binaries?  Cheesy

Or better: let the bot trade for yourself. Or offer them a partnership in a way, that you would trade their money.
275  Bitcoin / Development & Technical Discussion / Re: language of choice for a secure orderbook ? on: February 02, 2014, 03:43:56 PM
I also prefer java for some reason. The only reason, I would consider C++, would be operator overloading (I know: dangerous). But those BigDecimal statements just look ugly. Maybe Scala or some jvm language as a compromise?
276  Economy / Services / Re: 3D printing service for bitcoin *FREE* on: January 30, 2014, 10:52:37 PM
I'm looking for the covers for some window fittings.

Like these. but mine are smaller:



Ok, so I have to look for some 3d app, that can export STL. Thanks for the info. I'll look around for an app, so I can create a model.
277  Economy / Services / Re: 3D printing service for bitcoin *FREE* on: January 30, 2014, 06:06:00 PM
I would be interested in some caps for window hardware. The original manufacturer doesn't exist anymore.

What kind of model would you need? Any chance to scan an original part, or so?
278  Economy / Service Discussion / Re: BTC-E Nonce Generation on: January 28, 2014, 10:03:54 PM
Did you just try to print the http header you send to btc-e? Looks like the nonce is missing alltogether?
279  Economy / Trading Discussion / Re: How to take advantage of SPREAD ? on: January 25, 2014, 09:36:02 AM
You pay 1$ more and ask 1$ less. Now you have 2 orders on top of the depth. If things work perfectly, you buy and sell and make 98$ profit (minus fees).
280  Economy / Service Discussion / Re: Trade API check? BTC-e on: January 23, 2014, 11:00:17 AM
One of the other possibilities is the format of your amount or price. If you want to buy -1 btc or 1,0 btc (notice the colon ','versus the dot '.'), there is also a good chance to get this error. Also limit the numbers to 5 digits in the fraction part usually.

So this 'sign' is not necessarily the sign of your encryption.
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!