Cryptocurrency trading platform
Application Details:
Version: | 1.4.4 |
License: | Free to use |
URL: | http://www.binance.com |
Votes: | 0 |
Latest Rating: | Silver |
Latest Wine Version Tested: | 3.9 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
All graphs and indicators work
What does not
Unable to log in a user.
Only able to use as a guest.
Restoring minimised window is not readable. Have to restart.
Occasionally when can't render data into graphs will race and run up cpu %.
Workarounds
add a "killall -9 Binance.sh" to startup script to stop racing app before restarting.
Script is below
What was not tested
Not tested was user account facility of been able to place bids to buy or sell currency as unable to log in as user.
This may be possible to be fixed by installing additional packages via winetricks.
Hardware tested
Graphics:
Additional Comments
Install current winetricks:
$ Âwget https://raw.githubusercontent....
make winetricks executable
# sudo chown a+x winetricks
then install dotnet452 and corefonts with winetricks with WINEPREFIX and WINEARCH
USER is your user name
$ WINEARCH=win32 WINPREFIX=/home/USER/.win32 winetricks dotnet452 corefonts
Then download install exe from Binance
https://www.binance.com/client...
go to directory where downloaded Binance.exe is saved and install with:
$ WINEARCH=win32 WINPREFIX=/home/USER/.win32 wine ./Binance.exe
after installing Binance trading platform it will start.
To run, select "Guest"
To restart run where USER is your user name
$ WINEARCH=win32 WINPREFIX=/home/USER/.win32 wine /home/rd/.wine/drive_c/Binance/Binance.exe
If it all went well, then you will probably get something looking like this:
Screenshot here: https://imgur.com/a/GnY3Su6
Screenshots of candlestick screen and login error show that some elements are not rendered correctly.
This is added to help solve the login errors.
This runs this with a script where USER is your user name, call it binance.sh and put in ~/bin and make it executable
#!/bin/bash
# script to run Binance via wine
killall -9 Binance.exe
sleep 1
export WINEARCH=win32
export WINPREFIX=/home/USER/.wine
wine /home/USER/.wine/drive_c/Binance/Binance.exe
I added the "kill -9 Binance.exe" to allow restarting for when the app doesn't render and begins to race.
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Gentoo Linux x86_64 | May 31 2018 | 3.9 | Yes | Yes | Yes | Silver | russelld | |
Show | Gentoo Linux x86_64 | May 28 2018 | 2.0.5 | Yes | Yes | No | Silver | russelld |
Bug # | Description | Status | Resolution | Other apps affected |
Comments for this application have been disabled because there are no maintainers.