Installing on Linux
Follow these steps to get CoinWave up and running on your Linux machine.
Download the AppImage
First, download the latest AppImage
of CoinWave from our dashboard.
Set the permissions
Once you’ve downloaded the AppImage, make it executable with the following command:
chmod +x ./CoinWave-Latest-Linux.AppImage
Run the application
Now you can launch the application by running:
./CoinWave-Latest-Linux.AppImage
You’re All Set!
Congratulations! CoinWave should now be up and running. Start using it and enjoy!
Known Issues
If you experience any display issues (where the app opens but nothing shows up), this may be caused by compatibility with Nvidia GPUs. In such cases, you can bypass the problem by running the following command before launching CoinWave:
WEBKIT_DISABLE_DMABUF_RENDERER=1 ./CoinWave.AppImage
This will disable the problematic renderer and allow the app to function properly.
Last updated on