Skip to content

Releases: alessio-ds/ScarletCoin

Release v1.1

04 Mar 18:16
Compare
Choose a tag to compare

This version features:

  • Windows x32 / x64 installer
  • from the wallet side, when looking at the tx list you will see if you've received or sent the SC(s)
  • minor UI bugfixes

How to use

Windows

Simply run the installer, easy as that!

Warning:

The Windows executables might have some UI problems (text boxes too short or text labels that don't display the whole text)

I compiled everything using auto-py-to-exe.

ScarletCoinMiner_Setup.exe MD5 => 943556240189ccb0341d93566959931f
ScarletCoinWallet_Setup.exe MD5 => 2a3a72d9a77ae9d4a6b01422a58b86bf

Python

First, you'll need to install the following libraries: PyQt5, requests
To install them, simply paste these commands in your cmd:
pip install PyQt5 and pip install requests

Then, simply run wallet_gui.py or miner.py.

Release v1.0

17 Feb 15:52
Compare
Choose a tag to compare

How to use

Python

First, you'll need to install the following libraries: PyQt5, requests
To install them, simply paste these commands in your cmd:
pip install PyQt5 and pip install requests

Then, simply run wallet_gui.py or miner.py.

Windows

Extract the .rar(s) in a dedicated folder, then simply open the .exe(s).

Warning:

The Windows executables might have some UI problems (text boxes too short or text labels that don't display the whole text)

I compiled everything using auto-py-to-exe.