Bitcoin Forum

Economy => Digital goods => Topic started by: 1ipt0n on February 01, 2015, 06:56:46 PM



Title: cryptocurrency exchange for sale
Post by: 1ipt0n on February 01, 2015, 06:56:46 PM
fully operational cryptocurency exchange for sale.
If You are interested please contact me by mail michal.lipinski@gmail.com


Title: Re: cryptocurrency exchange for sale
Post by: padrino on February 01, 2015, 06:57:55 PM
It's not by chance the exchange that was published on Github a couple of weeks ago, is it?


Title: Re: cryptocurrency exchange for sale
Post by: 1ipt0n on February 01, 2015, 07:38:27 PM
no it's not.
Exchange have  multilinguage support, with english and polish build in, and it's very easy to add another translations (with web panel like this: http://[Suspicious link removed]/fFh74L )
server-side are based on django 1.6 and tornado (for socket support) client-side scripts are made using angular.js and sockJS (for socket support)
in front of web server we have cloudflare for speed and security reasons .
Our current configuration is split into 3 servers:
 - first behind firewall and cloudflare just for serving webpage .
 - second connected by lan only to first server for databases (postgresql and redis)
 - and last one also connected only by lan to first server for wallets.

some of main features:
 - Frontend is based on angular.js and sockets so every change on markets, wallets any transactions are updated  real time without refreshing page, also navigating between pages are very fast because You only loading necessary things and only once after that  they are cached in your browser.
 - Notifications about most important events like transactions or new deposits through email, animated window title, cloud on the exchange window and with desktop notifications
 - Administration panel
 - Automated transactions, You can choose what will happened when new deposit on wallet of Your choosing are delivered, for example sell for highest price, or for the lowest (if You want to just exchange them ASAP)
- You can exchange any pair of currencies (not only fixed markets)
- 3 different graphs
- Not mandatory user verification ( User have to fill form and send scans of ID if he like to exchange Fiat currencies )
- Optional notifications by SMS
- Multilanguage with two languages already build in
- Crypto currencies and fiat support
- 2 factor authorization : https://support.google.com/accounts/answer/180744?hl=en
- Automated withdraws/deposits of cryptocurrencies . Deposits are automatically detected and user is notified. Withdraws are send after mail confirmations.