- Messages
- 1
- Reactions
- 0
bicrypto V5.2.3 +Addons+Mobileapp 3.6 :
https://www.mediafire.com/file/hzyg5zmq6wvf241/bicryptoV5.2.3-Addons.zip/file
deposit & withdrawal errors :
activate trades /currencies /withdrawal on api binance/kucoin/xt allow the api to work on your vps ip (do not use USA ip for vps change it will not work unless you are resident of USA BINANCE KUCOIN XT will block connection)
in yourwebsite.com/admin/ext/ecosystem click on initiate Vault enter your mnemonic
if you successfully installed and made some money do not forget to buy some addons to support the real dev
full source code
click on sql
INSERT INTO exchange (id, name, title, status, username, licenseStatus, version, productId, type) VALUES
(4, 'binanceus', 'Binance US', '0', NULL, '0', '1.0.0', '2816DB47', 'spot'),
(5, 'okx', 'OKX', '0', NULL, '0', '1.0.0', '34BDAB64', 'spot'),
(6, 'kraken', 'Kraken', '0', NULL, '0', '1.0.0', 'AB56F8DE', 'spot');
//
#- Exchange first 3 letters of the alias (kucoin, binance, kraken, okx, xt)NEXT_PUBLIC_EXCHANGE="ku" you make the changes based on exchange you wantfrom dashboard you can only use one exchange as the dev documentation stated they did not devlopped arbitrage yet
go to terminal bellow file manager and click terminal cd public_html/ then run:
pnpm updator
read full instructions and error solutions on this github user he is the one who shared the code freely
github.com
https://www.mediafire.com/file/hzyg5zmq6wvf241/bicryptoV5.2.3-Addons.zip/file
deposit & withdrawal errors :
activate trades /currencies /withdrawal on api binance/kucoin/xt allow the api to work on your vps ip (do not use USA ip for vps change it will not work unless you are resident of USA BINANCE KUCOIN XT will block connection)
- ecosystem you have to run the extension 12 mnemonic everytime you restart bicrypto or reboot your vps:
in yourwebsite.com/admin/ext/ecosystem click on initiate Vault enter your mnemonic
1 IMPORTANT:
go to datbase ...table extensions…..coloumn status…. write 1 instead of 0if extensions did not show just restart your database server or restart your apache server- error fetching means you did not import currencies for spot . after you choose for example binance added your api you have to import and activate currencies : go to yourwebsite.com/admin/finance/exchange then click view button then currencies click import and choose btc to activate it. if you are using kucoin or kraken make sure to allow trades/currencies/withdrawal/deposit from your account by whitelisting your vps ip or you will get error fetching currencies because your api does not have full permission
if you successfully installed and made some money do not forget to buy some addons to support the real dev
full source code
OKX + KRAKEN + BAINANCE US ==
after login with phpMyAdmin select your databaseclick on sql
run this sql code without // to create missing coloumns:
//INSERT INTO exchange (id, name, title, status, username, licenseStatus, version, productId, type) VALUES
(4, 'binanceus', 'Binance US', '0', NULL, '0', '1.0.0', '2816DB47', 'spot'),
(5, 'okx', 'OKX', '0', NULL, '0', '1.0.0', '34BDAB64', 'spot'),
(6, 'kraken', 'Kraken', '0', NULL, '0', '1.0.0', 'AB56F8DE', 'spot');
//
#- Exchange first 3 letters of the alias (kucoin, binance, kraken, okx, xt)NEXT_PUBLIC_EXCHANGE="ku" you make the changes based on exchange you wantfrom dashboard you can only use one exchange as the dev documentation stated they did not devlopped arbitrage yet
go to terminal bellow file manager and click terminal cd public_html/ then run:
pnpm updator
Post automatically merged:
read full instructions and error solutions on this github user he is the one who shared the code freely
bicrypto-trading-platform/README.md at main · oktopastrade/bicrypto-trading-platform
Contribute to oktopastrade/bicrypto-trading-platform development by creating an account on GitHub.
Reacted by: