Bitcoin Forum
April 18, 2024, 11:02:40 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Cryptocurrency trading application: open or closed source?  (Read 1090 times)
Maharaja (OP)
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
April 07, 2014, 07:54:07 PM
 #1

Hello, I'm developing a cryptocurrency trading application (winforms) which supports all major exchanges and a few smaller ones, but I'm not quite sure if I should release the application as closed or open source. My goal is to contribute to the community as well as earning a few BTC with it: not much, around 1-2 BTC is my first goal to reach to compensate for the time I and a co-worker spent developing it.

I'm afraid that with a closed source, licensed model most members of the community would react with distrust. The application might contain a wallet stealer, keylogger, trojan, viruses and/or whatnot. Not at all my intention, but after browsing through the announcements on this forum I think this reaction is inevitable.

With the open source model there would be less distrust, but just one way to make revenue and that is by asking for donations and I'm a bit nervous nobody would.

Can you please help me out and point me in the right direction? Are there any success stories (both models) I can look up? Am I missing a distribution model?

1713438160
Hero Member
*
Offline Offline

Posts: 1713438160

View Profile Personal Message (Offline)

Ignore
1713438160
Reply with quote  #2

1713438160
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713438160
Hero Member
*
Offline Offline

Posts: 1713438160

View Profile Personal Message (Offline)

Ignore
1713438160
Reply with quote  #2

1713438160
Report to moderator
1713438160
Hero Member
*
Offline Offline

Posts: 1713438160

View Profile Personal Message (Offline)

Ignore
1713438160
Reply with quote  #2

1713438160
Report to moderator
daybyter
Legendary
*
Offline Offline

Activity: 965
Merit: 1000


View Profile
April 09, 2014, 07:01:48 PM
 #2

Well, I cannot really give you a good answer, because I just don't know it. But if you have the answer, would you let me know it? Smiley

But I can tell you, what I did so far: I released my trade API implementations as opensource and now I have some people using them in their apps. That helped to find some bugs.

I did not release any trading strategies to the public, although I gave the sources to a dozen interested developers.

BitCoinDream
Legendary
*
Offline Offline

Activity: 2324
Merit: 1204

The revolution will be digital


View Profile
April 09, 2014, 07:26:20 PM
 #3

Hello, I'm developing a cryptocurrency trading application (winforms) which supports all major exchanges and a few smaller ones, but I'm not quite sure if I should release the application as closed or open source. My goal is to contribute to the community as well as earning a few BTC with it: not much, around 1-2 BTC is my first goal to reach to compensate for the time I and a co-worker spent developing it.

I'm afraid that with a closed source, licensed model most members of the community would react with distrust. The application might contain a wallet stealer, keylogger, trojan, viruses and/or whatnot. Not at all my intention, but after browsing through the announcements on this forum I think this reaction is inevitable.

With the open source model there would be less distrust, but just one way to make revenue and that is by asking for donations and I'm a bit nervous nobody would.

Can you please help me out and point me in the right direction? Are there any success stories (both models) I can look up? Am I missing a distribution model?

Mt. Gox source code is already open. Why dont u modify it a little and re-implement it ? ....just a thought

Maharaja (OP)
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
April 13, 2014, 04:48:47 AM
 #4

Well, I cannot really give you a good answer, because I just don't know it. But if you have the answer, would you let me know it? Smiley

But I can tell you, what I did so far: I released my trade API implementations as opensource and now I have some people using them in their apps. That helped to find some bugs.

I did not release any trading strategies to the public, although I gave the sources to a dozen interested developers.
What I have built is a application on top of al the trading APIs and found it rather uncomfortable to release all the code to the public, but I think I will do it anyway. Distrusting comments from cummity members worry me more that releasing the source code. As for the business model I will take the feature voting with BTC option. This way I probably can make a few BTC off my time invested in a non invasive way. I'm really looking forward to release it to the community and getting feedback, because it's the first application I really finished personally in quite a few years (allthough being a software developer most of my life now).

Mt. Gox source code is already open. Why dont u modify it a little and re-implement it ? ....just a thought
I'm not looking to create the next exchange, I'm building an application on top of all the exchanges.

daybyter
Legendary
*
Offline Offline

Activity: 965
Merit: 1000


View Profile
April 14, 2014, 07:05:20 PM
 #5

I took me reeeaaally long to find a few people, who contributed to my tradelib, so be patient...

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

Maharaja (OP)
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
April 15, 2014, 08:15:29 PM
 #6

I took me reeeaaally long to find a few people, who contributed to my tradelib, so be patient...

https://github.com/ReAzem/cryptocoin-tradelib
Lets just say: I'm very patient Smiley. Quite an impressive stash of code you have there!

Maharaja (OP)
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
April 15, 2014, 08:26:16 PM
 #7

Just a little preview of what I've built so far:







Shameless plug warning: if you're interested in receiving future updates, please follow www.facebook.com/getalltrade Smiley. [/spam:off]

daybyter
Legendary
*
Offline Offline

Activity: 965
Merit: 1000


View Profile
April 16, 2014, 03:46:17 PM
 #8

Don't be disappointed, but it seems to me, you got the same problem, that I have: I can code, but I'm a lousy designer...  Cheesy

The lib is only about 25% of my actual project, an you don't see anything when the cool stuff is running. But my desktop UI also looks poor...

https://i.imgur.com/xpqoqnk.png

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

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

And my main target is android at the moment, where a good UI even matters a lot more, if you want to sell an app...  Sad

Maharaja (OP)
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
April 17, 2014, 08:12:46 AM
 #9

I'm not disappointed: I'm actually well aware of the design challenge I have Smiley. I now have my focus on developing functions, not designing the app. You're right that most of the work isn't even remotely visible to the user. Too bad Smiley.

daybyter
Legendary
*
Offline Offline

Activity: 965
Merit: 1000


View Profile
April 17, 2014, 08:44:07 PM
 #10

So you have the same problem, that I have...cool app, but the look...  Wink

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!