I am getting PM's from people asking for help.
So, for those of you who do not have Windows 10 (or any other version of windows)You can use a USB Pendrive and Linux with WINE to run FootyCash
Start here:
http://www.pendrivelinux.comUse Ubuntu Live CD (on USB Flash Drive):
http://www.ubuntu.comAfter you get Ubuntu on your Flash Pendrive - Boot your PC to Ubuntu Linux using the Flashdrive.
Install WINE (It will run on a live CD):
https://www.linuxhint.com/install-wine-winehq-ubuntu-linux/After you finish installing WINE you can then install the FootyCash Client for Windows (Wine allows you to run windows programs on Linux)
Perform all of your FootyCash transactions on the LIVECD -
DO NOT SHUTDOWN THE PC UNTIL YOU DUMP YOUR WALLET KEY OR YOU WILL LOSE YOUR WALLET!!! THE LIVE CD DOES NOT SAVE ANYTHING!!!!To dump your wallet key go to the Footycash RPC Console (under Help menu) - Type:
dumpprivkey [wallet address]
Write down the Private Key the the console gives you. If you write your private key down on a piece of paper make sure you
Underline ALL CAPITAL LETTERS and Overline ALL NUMBERS so you don't get confused when you read it back later.
Keep your FootyCash Private Key in a safe place - If anyone gets your private key they can steal your coins!!!Later when you need to recover your wallet key - just go back to the RPC console (under Help menu) and type:
importprivkey [yourprivatekey] rescan=true
Why go through all the trouble when you can just compile the wallet natively on linux?
For Ubuntu:
Install Qt5, install these dependecies:
sudo apt-get install build-essential libssl-dev libdb++-dev libboost-all-dev libqrencode-dev libtool autoconf libminiupnpc-dev libgmp3-dev
then in main directory run "qmake" and after that "make".
If it runs through without errors, the executable should be there.
If there are errors, it's very probably a missing library. Google the error message and install the missing package.