9
3
I'm looking for an opensource crypto-currency exchange engine.
My preference would be for something easy to use like joomla or drupal. My exchange setup needs support for alt-coins and bitcoin.
I have discovered intersango myself. However, sql file is corrupted, there is no creation of tables and import does not work. Plus it is bitcoin exchange only (and I need alt-coin support). Site of this exchange with "invites only", registration is closed.
Is there something super-simple that I can use to get started?
Do you know anything else, in old school style? I'm really troubled with node.js, it want so many dependencies, and wantn't simply start. I'm currently stuck with "npm ERR! Test failed. ". I'm lurking around with google, but it is really ugly. Anything simpler, ruby/django/php based? – strand – 2013-11-26T17:07:30.940
not that I know of sorry. Trouble with npm how? install node from here and then when you download a project with a
– Loourr – 2013-11-26T17:28:29.703package.jsonfile just donpm installand all the dependencies will be downloaded.I'm on Ubuntu 13.10, npm install goes well, but test fail. Looks like buttercoin under huge development stage, there are thousands of tickets, sometimes meets speech like "Installation on the Ubuntu is broken again." I currently dance with virtualbox's sister -
vagrant up, but it too want to download something huge, and connection breaks everytime. I'm tired. – strand – 2013-11-26T18:11:57.030