├── .gitignore ├── .travis.yml ├── LICENSE ├── README.md ├── __init__.py ├── apps ├── __init__.py ├── frauder │ └── main.py ├── mailer │ ├── __init__.py │ ├── main.py │ ├── mandrill.py │ ├── templates │ │ ├── customer-verification-submit-en.txt │ │ ├── order-execution-en.txt │ │ ├── password-reset-en.txt │ │ ├── welcome-en.txt │ │ ├── withdraw-cancelled-en.txt │ │ ├── withdraw-confirmation-bank-transfer-en.txt │ │ ├── withdraw-confirmation-bitcoin-en.txt │ │ └── your-account-has-been-verified-en.txt │ └── util.py ├── main.py ├── tests.py ├── trade │ ├── __init__.py │ ├── decorators.py │ ├── errors.py │ ├── execution.py │ ├── main.py │ ├── market_data_publisher.py │ ├── models.py │ ├── session.py │ ├── session_manager.py │ ├── tests │ │ ├── __init__.py │ │ └── test_model.py │ ├── trade_application.py │ ├── views.py │ └── zmq_client.py └── ws_gateway │ ├── __init__.py │ ├── deposit_hander.py │ ├── deposit_receipt_webhook_handler.py │ ├── instrument_helper.py │ ├── main.py │ ├── market_data_helper.py │ ├── models.py │ ├── process_deposit_handler.py │ ├── rest_api_handler.py │ ├── tests │ ├── __init__.py │ └── test_signals.py │ ├── util.py │ └── verification_webhook_handler.py ├── config ├── __init__.py ├── bitex.ini.example ├── bootstrap │ ├── __init__.py │ ├── bootstrap.ini │ ├── bootstrap.py │ └── demo.ini ├── init.d │ ├── blinktrade_api_receive │ ├── blinktrade_mailer │ ├── blinktrade_trade │ └── blinktrade_ws_gateway └── nginx.conf.example ├── db └── README ├── libs ├── __init__.py ├── bitcoinrpc │ ├── __init__.py │ └── authproxy.py ├── characters │ ├── .gitignore │ ├── AUTHORS │ ├── LICENSE │ ├── README.md │ ├── characters │ │ ├── __init__.py │ │ ├── charset.py │ │ └── hex.py │ └── setup.py ├── coinkit │ ├── .gitignore │ ├── AUTHORS │ ├── LICENSE │ ├── README.md │ ├── coinkit │ │ ├── __init__.py │ │ ├── b58check.py │ │ ├── entropy.py │ │ ├── keypair.py │ │ ├── passphrase.py │ │ ├── utils.py │ │ ├── wallet.py │ │ └── words.py │ ├── requirements.txt │ ├── setup.py │ └── tests │ │ └── unit_tests.py ├── jsonrpc │ ├── __init__.py │ ├── _tests │ │ ├── __init__.py │ │ ├── test_cgiwrapper.py │ │ ├── test_json.py │ │ ├── test_modpywrapper.py │ │ ├── test_proxy.py │ │ └── test_serviceHandler.py │ ├── cgiwrapper.py │ ├── json.py │ ├── modpywrapper.py │ ├── proxy.py │ └── serviceHandler.py ├── onetimepass │ └── __init__.py ├── pusherclient │ ├── __init__.py │ ├── channel.py │ └── connection.py ├── pyboleto │ ├── __init__.py │ ├── bank │ │ ├── __init__.py │ │ ├── bancodobrasil.py │ │ ├── banrisul.py │ │ ├── bradesco.py │ │ ├── caixa.py │ │ ├── hsbc.py │ │ ├── itau.py │ │ ├── real.py │ │ └── santander.py │ ├── data.py │ ├── media │ │ ├── logo_bancobradesco.jpg │ │ ├── logo_bancocaixa.jpg │ │ ├── logo_bancohsbc.jpg │ │ ├── logo_bancoreal.jpg │ │ ├── logo_banrisul.jpg │ │ ├── logo_bb.jpg │ │ ├── logo_itau.jpg │ │ └── logo_santander.jpg │ └── pdf.py ├── six.py ├── websocket.py └── ws4py │ ├── __init__.py │ ├── client │ ├── __init__.py │ ├── geventclient.py │ ├── threadedclient.py │ └── tornadoclient.py │ ├── compat.py │ ├── exc.py │ ├── framing.py │ ├── manager.py │ ├── messaging.py │ ├── server │ ├── __init__.py │ ├── cherrypyserver.py │ ├── geventserver.py │ ├── wsgirefserver.py │ └── wsgiutils.py │ ├── streaming.py │ ├── utf8validator.py │ └── websocket.py ├── logs └── README ├── requirements.txt ├── static ├── 404.html ├── 422.html ├── 500.html ├── admin.html ├── bitcointoyou.html ├── blinktrade.html ├── chart.html ├── coinstra.html ├── comprabitcoin.html ├── cryptos.html ├── css │ ├── Dialog.css │ ├── bootstrap-combined.min.css │ ├── bootstrap-docs.css │ ├── default.uni-form.css │ ├── docs.css │ ├── escrow_style.css │ ├── font-awesome.css │ ├── font-awesome.min.css │ ├── fuelux.css │ ├── sticky.css │ └── style.css ├── demo.html ├── demostracion.html ├── escrow.html ├── font │ ├── FontAwesome.otf │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.svg │ ├── fontawesome-webfont.ttf │ └── fontawesome-webfont.woff ├── guaranibitcoin.html ├── guaranibitcoin_tos.html ├── images │ ├── UrduBit.png │ ├── UrduBitBeta.png │ ├── UrduBitFront.png │ ├── UrduBitFrontBeta.png │ ├── bitcoin-center-black.png │ ├── bitcoin-center.png │ ├── bitcoin32.png │ ├── bitcoin530.png │ ├── bitcoin64.png │ ├── bitex.png │ ├── bitex2.png │ ├── blinktrade-demo.png │ ├── blinktrade.png │ ├── coinstrabeta.png │ ├── coinstrabeta2.png │ ├── comprabitcoin2.png │ ├── cryptos-white.png │ ├── cryptos.png │ ├── favicon.ico │ ├── guaranibitcoinbeta.png │ ├── guaranibitcoinbeta2.png │ ├── preload.gif │ ├── screenshot.png │ ├── surbitcoin.png │ ├── surbitcoin_logo.png │ ├── surbitcoin_logo_ven.png │ ├── surbitcoinbeta.png │ ├── surbitcoinbeta2.png │ └── ubuntubitx-logo.png ├── img │ ├── bitcoin_wallpaper_libertas_aequitas_vertas_2-copie.png │ ├── glyphicons-halflings-white.png │ ├── glyphicons-halflings.png │ ├── logo.png │ └── screenshot.png ├── js │ ├── bitex.compiled.pt_BR.js │ ├── bitex_app_admin.compiled.pt_BR.js │ ├── bitex_app_bitex.compiled.pt_BR.js │ ├── bitex_app_markets.compiled.en_US.js │ ├── datagrid.js │ ├── externs │ │ └── parsley.js │ ├── parsley-standalone.min.js │ ├── parsley.extend.min.js │ ├── parsley.min.js │ ├── sticky.js │ └── sticky.min.js ├── satoshi_square.html ├── surbitcoin.html ├── surbitcoin_maintenance.html ├── surbitcoin_tos.html ├── tos.html ├── ubuntubitx.html └── urdubit.html └── tools ├── __init__.py ├── arbitrage ├── __init__.py ├── arbitrage.ini ├── arbitrator.py ├── b2u.py ├── basebit.py ├── bitfinex.py ├── bitinvest.py ├── bitstamp.py ├── client.py ├── hitbtc.py ├── itbit.py ├── mb.py ├── order_book_processor.py └── util.py └── latency_analyser └── gw_latency_analyser.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/.gitignore -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/.travis.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- 1 | __author__ = 'rodrigo' 2 | -------------------------------------------------------------------------------- /apps/__init__.py: -------------------------------------------------------------------------------- 1 | __author__ = 'rodrigo' 2 | -------------------------------------------------------------------------------- /apps/frauder/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/apps/frauder/main.py -------------------------------------------------------------------------------- /apps/mailer/__init__.py: -------------------------------------------------------------------------------- 1 | __author__ = 'rodrigo' 2 | -------------------------------------------------------------------------------- /apps/mailer/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/apps/mailer/main.py -------------------------------------------------------------------------------- /apps/mailer/mandrill.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/apps/mailer/mandrill.py -------------------------------------------------------------------------------- /apps/mailer/templates/customer-verification-submit-en.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/apps/mailer/templates/customer-verification-submit-en.txt -------------------------------------------------------------------------------- /apps/mailer/templates/order-execution-en.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/apps/mailer/templates/order-execution-en.txt -------------------------------------------------------------------------------- /apps/mailer/templates/password-reset-en.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/apps/mailer/templates/password-reset-en.txt -------------------------------------------------------------------------------- /apps/mailer/templates/welcome-en.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/apps/mailer/templates/welcome-en.txt -------------------------------------------------------------------------------- /apps/mailer/templates/withdraw-cancelled-en.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/apps/mailer/templates/withdraw-cancelled-en.txt -------------------------------------------------------------------------------- /apps/mailer/templates/withdraw-confirmation-bank-transfer-en.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/apps/mailer/templates/withdraw-confirmation-bank-transfer-en.txt -------------------------------------------------------------------------------- /apps/mailer/templates/withdraw-confirmation-bitcoin-en.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/apps/mailer/templates/withdraw-confirmation-bitcoin-en.txt -------------------------------------------------------------------------------- /apps/mailer/templates/your-account-has-been-verified-en.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/apps/mailer/templates/your-account-has-been-verified-en.txt -------------------------------------------------------------------------------- /apps/mailer/util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/apps/mailer/util.py -------------------------------------------------------------------------------- /apps/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/apps/main.py -------------------------------------------------------------------------------- /apps/tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/apps/tests.py -------------------------------------------------------------------------------- /apps/trade/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/apps/trade/__init__.py -------------------------------------------------------------------------------- /apps/trade/decorators.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/apps/trade/decorators.py -------------------------------------------------------------------------------- /apps/trade/errors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/apps/trade/errors.py -------------------------------------------------------------------------------- /apps/trade/execution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/apps/trade/execution.py -------------------------------------------------------------------------------- /apps/trade/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/apps/trade/main.py -------------------------------------------------------------------------------- /apps/trade/market_data_publisher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/apps/trade/market_data_publisher.py -------------------------------------------------------------------------------- /apps/trade/models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/apps/trade/models.py -------------------------------------------------------------------------------- /apps/trade/session.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/apps/trade/session.py -------------------------------------------------------------------------------- /apps/trade/session_manager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/apps/trade/session_manager.py -------------------------------------------------------------------------------- /apps/trade/tests/__init__.py: -------------------------------------------------------------------------------- 1 | from test_model import * -------------------------------------------------------------------------------- /apps/trade/tests/test_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/apps/trade/tests/test_model.py -------------------------------------------------------------------------------- /apps/trade/trade_application.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/apps/trade/trade_application.py -------------------------------------------------------------------------------- /apps/trade/views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/apps/trade/views.py -------------------------------------------------------------------------------- /apps/trade/zmq_client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/apps/trade/zmq_client.py -------------------------------------------------------------------------------- /apps/ws_gateway/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /apps/ws_gateway/deposit_hander.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/apps/ws_gateway/deposit_hander.py -------------------------------------------------------------------------------- /apps/ws_gateway/deposit_receipt_webhook_handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/apps/ws_gateway/deposit_receipt_webhook_handler.py -------------------------------------------------------------------------------- /apps/ws_gateway/instrument_helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/apps/ws_gateway/instrument_helper.py -------------------------------------------------------------------------------- /apps/ws_gateway/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/apps/ws_gateway/main.py -------------------------------------------------------------------------------- /apps/ws_gateway/market_data_helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/apps/ws_gateway/market_data_helper.py -------------------------------------------------------------------------------- /apps/ws_gateway/models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/apps/ws_gateway/models.py -------------------------------------------------------------------------------- /apps/ws_gateway/process_deposit_handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/apps/ws_gateway/process_deposit_handler.py -------------------------------------------------------------------------------- /apps/ws_gateway/rest_api_handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/apps/ws_gateway/rest_api_handler.py -------------------------------------------------------------------------------- /apps/ws_gateway/tests/__init__.py: -------------------------------------------------------------------------------- 1 | from test_signals import * -------------------------------------------------------------------------------- /apps/ws_gateway/tests/test_signals.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/apps/ws_gateway/tests/test_signals.py -------------------------------------------------------------------------------- /apps/ws_gateway/util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/apps/ws_gateway/util.py -------------------------------------------------------------------------------- /apps/ws_gateway/verification_webhook_handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/apps/ws_gateway/verification_webhook_handler.py -------------------------------------------------------------------------------- /config/__init__.py: -------------------------------------------------------------------------------- 1 | __author__ = 'rodrigo' 2 | -------------------------------------------------------------------------------- /config/bitex.ini.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/config/bitex.ini.example -------------------------------------------------------------------------------- /config/bootstrap/__init__.py: -------------------------------------------------------------------------------- 1 | __author__ = 'rodrigo' 2 | -------------------------------------------------------------------------------- /config/bootstrap/bootstrap.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/config/bootstrap/bootstrap.ini -------------------------------------------------------------------------------- /config/bootstrap/bootstrap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/config/bootstrap/bootstrap.py -------------------------------------------------------------------------------- /config/bootstrap/demo.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/config/bootstrap/demo.ini -------------------------------------------------------------------------------- /config/init.d/blinktrade_api_receive: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/config/init.d/blinktrade_api_receive -------------------------------------------------------------------------------- /config/init.d/blinktrade_mailer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/config/init.d/blinktrade_mailer -------------------------------------------------------------------------------- /config/init.d/blinktrade_trade: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/config/init.d/blinktrade_trade -------------------------------------------------------------------------------- /config/init.d/blinktrade_ws_gateway: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/config/init.d/blinktrade_ws_gateway -------------------------------------------------------------------------------- /config/nginx.conf.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/config/nginx.conf.example -------------------------------------------------------------------------------- /db/README: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libs/__init__.py: -------------------------------------------------------------------------------- 1 | __author__ = 'rodrigo' 2 | -------------------------------------------------------------------------------- /libs/bitcoinrpc/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libs/bitcoinrpc/authproxy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/bitcoinrpc/authproxy.py -------------------------------------------------------------------------------- /libs/characters/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/characters/.gitignore -------------------------------------------------------------------------------- /libs/characters/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/characters/AUTHORS -------------------------------------------------------------------------------- /libs/characters/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/characters/LICENSE -------------------------------------------------------------------------------- /libs/characters/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/characters/README.md -------------------------------------------------------------------------------- /libs/characters/characters/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/characters/characters/__init__.py -------------------------------------------------------------------------------- /libs/characters/characters/charset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/characters/characters/charset.py -------------------------------------------------------------------------------- /libs/characters/characters/hex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/characters/characters/hex.py -------------------------------------------------------------------------------- /libs/characters/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/characters/setup.py -------------------------------------------------------------------------------- /libs/coinkit/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/coinkit/.gitignore -------------------------------------------------------------------------------- /libs/coinkit/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/coinkit/AUTHORS -------------------------------------------------------------------------------- /libs/coinkit/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/coinkit/LICENSE -------------------------------------------------------------------------------- /libs/coinkit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/coinkit/README.md -------------------------------------------------------------------------------- /libs/coinkit/coinkit/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/coinkit/coinkit/__init__.py -------------------------------------------------------------------------------- /libs/coinkit/coinkit/b58check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/coinkit/coinkit/b58check.py -------------------------------------------------------------------------------- /libs/coinkit/coinkit/entropy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/coinkit/coinkit/entropy.py -------------------------------------------------------------------------------- /libs/coinkit/coinkit/keypair.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/coinkit/coinkit/keypair.py -------------------------------------------------------------------------------- /libs/coinkit/coinkit/passphrase.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/coinkit/coinkit/passphrase.py -------------------------------------------------------------------------------- /libs/coinkit/coinkit/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/coinkit/coinkit/utils.py -------------------------------------------------------------------------------- /libs/coinkit/coinkit/wallet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/coinkit/coinkit/wallet.py -------------------------------------------------------------------------------- /libs/coinkit/coinkit/words.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/coinkit/coinkit/words.py -------------------------------------------------------------------------------- /libs/coinkit/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/coinkit/requirements.txt -------------------------------------------------------------------------------- /libs/coinkit/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/coinkit/setup.py -------------------------------------------------------------------------------- /libs/coinkit/tests/unit_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/coinkit/tests/unit_tests.py -------------------------------------------------------------------------------- /libs/jsonrpc/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/jsonrpc/__init__.py -------------------------------------------------------------------------------- /libs/jsonrpc/_tests/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/jsonrpc/_tests/__init__.py -------------------------------------------------------------------------------- /libs/jsonrpc/_tests/test_cgiwrapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/jsonrpc/_tests/test_cgiwrapper.py -------------------------------------------------------------------------------- /libs/jsonrpc/_tests/test_json.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/jsonrpc/_tests/test_json.py -------------------------------------------------------------------------------- /libs/jsonrpc/_tests/test_modpywrapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/jsonrpc/_tests/test_modpywrapper.py -------------------------------------------------------------------------------- /libs/jsonrpc/_tests/test_proxy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/jsonrpc/_tests/test_proxy.py -------------------------------------------------------------------------------- /libs/jsonrpc/_tests/test_serviceHandler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/jsonrpc/_tests/test_serviceHandler.py -------------------------------------------------------------------------------- /libs/jsonrpc/cgiwrapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/jsonrpc/cgiwrapper.py -------------------------------------------------------------------------------- /libs/jsonrpc/json.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/jsonrpc/json.py -------------------------------------------------------------------------------- /libs/jsonrpc/modpywrapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/jsonrpc/modpywrapper.py -------------------------------------------------------------------------------- /libs/jsonrpc/proxy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/jsonrpc/proxy.py -------------------------------------------------------------------------------- /libs/jsonrpc/serviceHandler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/jsonrpc/serviceHandler.py -------------------------------------------------------------------------------- /libs/onetimepass/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/onetimepass/__init__.py -------------------------------------------------------------------------------- /libs/pusherclient/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/pusherclient/__init__.py -------------------------------------------------------------------------------- /libs/pusherclient/channel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/pusherclient/channel.py -------------------------------------------------------------------------------- /libs/pusherclient/connection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/pusherclient/connection.py -------------------------------------------------------------------------------- /libs/pyboleto/__init__.py: -------------------------------------------------------------------------------- 1 | __version__ = '0.2.11' 2 | -------------------------------------------------------------------------------- /libs/pyboleto/bank/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/pyboleto/bank/__init__.py -------------------------------------------------------------------------------- /libs/pyboleto/bank/bancodobrasil.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/pyboleto/bank/bancodobrasil.py -------------------------------------------------------------------------------- /libs/pyboleto/bank/banrisul.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/pyboleto/bank/banrisul.py -------------------------------------------------------------------------------- /libs/pyboleto/bank/bradesco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/pyboleto/bank/bradesco.py -------------------------------------------------------------------------------- /libs/pyboleto/bank/caixa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/pyboleto/bank/caixa.py -------------------------------------------------------------------------------- /libs/pyboleto/bank/hsbc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/pyboleto/bank/hsbc.py -------------------------------------------------------------------------------- /libs/pyboleto/bank/itau.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/pyboleto/bank/itau.py -------------------------------------------------------------------------------- /libs/pyboleto/bank/real.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/pyboleto/bank/real.py -------------------------------------------------------------------------------- /libs/pyboleto/bank/santander.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/pyboleto/bank/santander.py -------------------------------------------------------------------------------- /libs/pyboleto/data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/pyboleto/data.py -------------------------------------------------------------------------------- /libs/pyboleto/media/logo_bancobradesco.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/pyboleto/media/logo_bancobradesco.jpg -------------------------------------------------------------------------------- /libs/pyboleto/media/logo_bancocaixa.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/pyboleto/media/logo_bancocaixa.jpg -------------------------------------------------------------------------------- /libs/pyboleto/media/logo_bancohsbc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/pyboleto/media/logo_bancohsbc.jpg -------------------------------------------------------------------------------- /libs/pyboleto/media/logo_bancoreal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/pyboleto/media/logo_bancoreal.jpg -------------------------------------------------------------------------------- /libs/pyboleto/media/logo_banrisul.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/pyboleto/media/logo_banrisul.jpg -------------------------------------------------------------------------------- /libs/pyboleto/media/logo_bb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/pyboleto/media/logo_bb.jpg -------------------------------------------------------------------------------- /libs/pyboleto/media/logo_itau.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/pyboleto/media/logo_itau.jpg -------------------------------------------------------------------------------- /libs/pyboleto/media/logo_santander.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/pyboleto/media/logo_santander.jpg -------------------------------------------------------------------------------- /libs/pyboleto/pdf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/pyboleto/pdf.py -------------------------------------------------------------------------------- /libs/six.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/six.py -------------------------------------------------------------------------------- /libs/websocket.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/websocket.py -------------------------------------------------------------------------------- /libs/ws4py/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/ws4py/__init__.py -------------------------------------------------------------------------------- /libs/ws4py/client/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/ws4py/client/__init__.py -------------------------------------------------------------------------------- /libs/ws4py/client/geventclient.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/ws4py/client/geventclient.py -------------------------------------------------------------------------------- /libs/ws4py/client/threadedclient.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/ws4py/client/threadedclient.py -------------------------------------------------------------------------------- /libs/ws4py/client/tornadoclient.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/ws4py/client/tornadoclient.py -------------------------------------------------------------------------------- /libs/ws4py/compat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/ws4py/compat.py -------------------------------------------------------------------------------- /libs/ws4py/exc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/ws4py/exc.py -------------------------------------------------------------------------------- /libs/ws4py/framing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/ws4py/framing.py -------------------------------------------------------------------------------- /libs/ws4py/manager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/ws4py/manager.py -------------------------------------------------------------------------------- /libs/ws4py/messaging.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/ws4py/messaging.py -------------------------------------------------------------------------------- /libs/ws4py/server/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libs/ws4py/server/cherrypyserver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/ws4py/server/cherrypyserver.py -------------------------------------------------------------------------------- /libs/ws4py/server/geventserver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/ws4py/server/geventserver.py -------------------------------------------------------------------------------- /libs/ws4py/server/wsgirefserver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/ws4py/server/wsgirefserver.py -------------------------------------------------------------------------------- /libs/ws4py/server/wsgiutils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/ws4py/server/wsgiutils.py -------------------------------------------------------------------------------- /libs/ws4py/streaming.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/ws4py/streaming.py -------------------------------------------------------------------------------- /libs/ws4py/utf8validator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/ws4py/utf8validator.py -------------------------------------------------------------------------------- /libs/ws4py/websocket.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/libs/ws4py/websocket.py -------------------------------------------------------------------------------- /logs/README: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/requirements.txt -------------------------------------------------------------------------------- /static/404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/404.html -------------------------------------------------------------------------------- /static/422.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/422.html -------------------------------------------------------------------------------- /static/500.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/500.html -------------------------------------------------------------------------------- /static/admin.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/admin.html -------------------------------------------------------------------------------- /static/bitcointoyou.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/bitcointoyou.html -------------------------------------------------------------------------------- /static/blinktrade.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/blinktrade.html -------------------------------------------------------------------------------- /static/chart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/chart.html -------------------------------------------------------------------------------- /static/coinstra.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/coinstra.html -------------------------------------------------------------------------------- /static/comprabitcoin.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/comprabitcoin.html -------------------------------------------------------------------------------- /static/cryptos.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/cryptos.html -------------------------------------------------------------------------------- /static/css/Dialog.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/css/Dialog.css -------------------------------------------------------------------------------- /static/css/bootstrap-combined.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/css/bootstrap-combined.min.css -------------------------------------------------------------------------------- /static/css/bootstrap-docs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/css/bootstrap-docs.css -------------------------------------------------------------------------------- /static/css/default.uni-form.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/css/default.uni-form.css -------------------------------------------------------------------------------- /static/css/docs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/css/docs.css -------------------------------------------------------------------------------- /static/css/escrow_style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/css/escrow_style.css -------------------------------------------------------------------------------- /static/css/font-awesome.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/css/font-awesome.css -------------------------------------------------------------------------------- /static/css/font-awesome.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/css/font-awesome.min.css -------------------------------------------------------------------------------- /static/css/fuelux.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/css/fuelux.css -------------------------------------------------------------------------------- /static/css/sticky.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/css/sticky.css -------------------------------------------------------------------------------- /static/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/css/style.css -------------------------------------------------------------------------------- /static/demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/demo.html -------------------------------------------------------------------------------- /static/demostracion.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/demostracion.html -------------------------------------------------------------------------------- /static/escrow.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/escrow.html -------------------------------------------------------------------------------- /static/font/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/font/FontAwesome.otf -------------------------------------------------------------------------------- /static/font/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/font/fontawesome-webfont.eot -------------------------------------------------------------------------------- /static/font/fontawesome-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/font/fontawesome-webfont.svg -------------------------------------------------------------------------------- /static/font/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/font/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /static/font/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/font/fontawesome-webfont.woff -------------------------------------------------------------------------------- /static/guaranibitcoin.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/guaranibitcoin.html -------------------------------------------------------------------------------- /static/guaranibitcoin_tos.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/guaranibitcoin_tos.html -------------------------------------------------------------------------------- /static/images/UrduBit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/images/UrduBit.png -------------------------------------------------------------------------------- /static/images/UrduBitBeta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/images/UrduBitBeta.png -------------------------------------------------------------------------------- /static/images/UrduBitFront.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/images/UrduBitFront.png -------------------------------------------------------------------------------- /static/images/UrduBitFrontBeta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/images/UrduBitFrontBeta.png -------------------------------------------------------------------------------- /static/images/bitcoin-center-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/images/bitcoin-center-black.png -------------------------------------------------------------------------------- /static/images/bitcoin-center.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/images/bitcoin-center.png -------------------------------------------------------------------------------- /static/images/bitcoin32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/images/bitcoin32.png -------------------------------------------------------------------------------- /static/images/bitcoin530.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/images/bitcoin530.png -------------------------------------------------------------------------------- /static/images/bitcoin64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/images/bitcoin64.png -------------------------------------------------------------------------------- /static/images/bitex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/images/bitex.png -------------------------------------------------------------------------------- /static/images/bitex2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/images/bitex2.png -------------------------------------------------------------------------------- /static/images/blinktrade-demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/images/blinktrade-demo.png -------------------------------------------------------------------------------- /static/images/blinktrade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/images/blinktrade.png -------------------------------------------------------------------------------- /static/images/coinstrabeta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/images/coinstrabeta.png -------------------------------------------------------------------------------- /static/images/coinstrabeta2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/images/coinstrabeta2.png -------------------------------------------------------------------------------- /static/images/comprabitcoin2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/images/comprabitcoin2.png -------------------------------------------------------------------------------- /static/images/cryptos-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/images/cryptos-white.png -------------------------------------------------------------------------------- /static/images/cryptos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/images/cryptos.png -------------------------------------------------------------------------------- /static/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/images/favicon.ico -------------------------------------------------------------------------------- /static/images/guaranibitcoinbeta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/images/guaranibitcoinbeta.png -------------------------------------------------------------------------------- /static/images/guaranibitcoinbeta2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/images/guaranibitcoinbeta2.png -------------------------------------------------------------------------------- /static/images/preload.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/images/preload.gif -------------------------------------------------------------------------------- /static/images/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/images/screenshot.png -------------------------------------------------------------------------------- /static/images/surbitcoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/images/surbitcoin.png -------------------------------------------------------------------------------- /static/images/surbitcoin_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/images/surbitcoin_logo.png -------------------------------------------------------------------------------- /static/images/surbitcoin_logo_ven.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/images/surbitcoin_logo_ven.png -------------------------------------------------------------------------------- /static/images/surbitcoinbeta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/images/surbitcoinbeta.png -------------------------------------------------------------------------------- /static/images/surbitcoinbeta2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/images/surbitcoinbeta2.png -------------------------------------------------------------------------------- /static/images/ubuntubitx-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/images/ubuntubitx-logo.png -------------------------------------------------------------------------------- /static/img/bitcoin_wallpaper_libertas_aequitas_vertas_2-copie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/img/bitcoin_wallpaper_libertas_aequitas_vertas_2-copie.png -------------------------------------------------------------------------------- /static/img/glyphicons-halflings-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/img/glyphicons-halflings-white.png -------------------------------------------------------------------------------- /static/img/glyphicons-halflings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/img/glyphicons-halflings.png -------------------------------------------------------------------------------- /static/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/img/logo.png -------------------------------------------------------------------------------- /static/img/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/img/screenshot.png -------------------------------------------------------------------------------- /static/js/bitex.compiled.pt_BR.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/js/bitex.compiled.pt_BR.js -------------------------------------------------------------------------------- /static/js/bitex_app_admin.compiled.pt_BR.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/js/bitex_app_admin.compiled.pt_BR.js -------------------------------------------------------------------------------- /static/js/bitex_app_bitex.compiled.pt_BR.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/js/bitex_app_bitex.compiled.pt_BR.js -------------------------------------------------------------------------------- /static/js/bitex_app_markets.compiled.en_US.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/js/bitex_app_markets.compiled.en_US.js -------------------------------------------------------------------------------- /static/js/datagrid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/js/datagrid.js -------------------------------------------------------------------------------- /static/js/externs/parsley.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/js/externs/parsley.js -------------------------------------------------------------------------------- /static/js/parsley-standalone.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/js/parsley-standalone.min.js -------------------------------------------------------------------------------- /static/js/parsley.extend.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/js/parsley.extend.min.js -------------------------------------------------------------------------------- /static/js/parsley.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/js/parsley.min.js -------------------------------------------------------------------------------- /static/js/sticky.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/js/sticky.js -------------------------------------------------------------------------------- /static/js/sticky.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/js/sticky.min.js -------------------------------------------------------------------------------- /static/satoshi_square.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/satoshi_square.html -------------------------------------------------------------------------------- /static/surbitcoin.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/surbitcoin.html -------------------------------------------------------------------------------- /static/surbitcoin_maintenance.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/surbitcoin_maintenance.html -------------------------------------------------------------------------------- /static/surbitcoin_tos.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/surbitcoin_tos.html -------------------------------------------------------------------------------- /static/tos.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/tos.html -------------------------------------------------------------------------------- /static/ubuntubitx.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/ubuntubitx.html -------------------------------------------------------------------------------- /static/urdubit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/static/urdubit.html -------------------------------------------------------------------------------- /tools/__init__.py: -------------------------------------------------------------------------------- 1 | __author__ = 'rodrigo' 2 | -------------------------------------------------------------------------------- /tools/arbitrage/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tools/arbitrage/arbitrage.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/tools/arbitrage/arbitrage.ini -------------------------------------------------------------------------------- /tools/arbitrage/arbitrator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/tools/arbitrage/arbitrator.py -------------------------------------------------------------------------------- /tools/arbitrage/b2u.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/tools/arbitrage/b2u.py -------------------------------------------------------------------------------- /tools/arbitrage/basebit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/tools/arbitrage/basebit.py -------------------------------------------------------------------------------- /tools/arbitrage/bitfinex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/tools/arbitrage/bitfinex.py -------------------------------------------------------------------------------- /tools/arbitrage/bitinvest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/tools/arbitrage/bitinvest.py -------------------------------------------------------------------------------- /tools/arbitrage/bitstamp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/tools/arbitrage/bitstamp.py -------------------------------------------------------------------------------- /tools/arbitrage/client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/tools/arbitrage/client.py -------------------------------------------------------------------------------- /tools/arbitrage/hitbtc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/tools/arbitrage/hitbtc.py -------------------------------------------------------------------------------- /tools/arbitrage/itbit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/tools/arbitrage/itbit.py -------------------------------------------------------------------------------- /tools/arbitrage/mb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/tools/arbitrage/mb.py -------------------------------------------------------------------------------- /tools/arbitrage/order_book_processor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/tools/arbitrage/order_book_processor.py -------------------------------------------------------------------------------- /tools/arbitrage/util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/tools/arbitrage/util.py -------------------------------------------------------------------------------- /tools/latency_analyser/gw_latency_analyser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blinktrade/bitex/HEAD/tools/latency_analyser/gw_latency_analyser.py --------------------------------------------------------------------------------