Skip to content

Releases: PACCommunity/electrum-PAC

3.0.0

30 Jan 16:15
bde9018

Choose a tag to compare

Main changes:

  • Back port to 3.2.3.1 of Dash electrum.
  • Performance improved, wallet takes less to open.
  • The project was migrated to Python3 and Qt5.
  • Transactions are time-locked to the height of the current block.
  • The initial download of a headers file was replaced with hardcoded checkpoints.
  • Qt GUI: seed word auto-complete during restore
  • Renamed to Pac-Electrum.
  • Add "Use Tor Proxy on startup" option, add Tor Proxy setup to Win builds, add docs to setup Tor Proxy on other platforms. Warning if run without Tor.
  • For details go to RELEASE-NOTES.

Electrum-PAC 2.9.5.5

12 Nov 18:26

Choose a tag to compare

Change log:

  • Bumped version to 2.9.5.5
  • New electrumx server added, pacelectrum-koen.live is now available.
  • Block explorers updated.
  • Protocol version updated for new masternodes.

Contributors:

  • @iamunick, block explorers and protocol version.
  • @koentje, pacelectrum-koen.live server.

Notes (from 2.9.5.4):

For existing installations the wallet will take the fees from config file, is required to update the file with these values:

"fee_per_kb": 5000000000
"max_fee_rate": 50000000000

Otherwise, because of the new fees the electrum server won't allow to send any transaction.

Electrum-PAC 2.9.5.4

07 Nov 18:05

Choose a tag to compare

Change log:

  • Fee slider fixed.
  • Set new fees by default: 50 $PAC/kb.

Notes:

For existing installations the wallet will take the fees from config file, is required to update the file with these values:

  • "fee_per_kb": 5000000000
  • "max_fee_rate": 50000000000

Otherwise, because of the new fees the electrum server won't allow to send any transaction.

Electrum-PAC 2.9.5.3 - Electrum protocol 1.1

07 Jun 23:11
724b6d1

Choose a tag to compare

Electrum protocol updated to version 1.1.

IMPORTANT:

There will be an important update to the electrum servers and previous releases won't be able to connect to them.

Electrum-PAC 2.9.5.2

01 Jun 00:28
64e1e46

Choose a tag to compare

Improvements and minor fixes.

  • The masternode status will be show correctly if the masternode was imported from a configuration file.
  • Masternode subscription feature was modified in order to process incoming notifications properly.

Electrum-PAC 2.9.5.1

22 May 18:49

Choose a tag to compare

Fix menu translation, since it's an image there's no way to translate it.
Fix URLs in menu.
Fix travis file.
Update version.
Include locale folder in windows installation path.
Force dark icon for tray.

Electrum-PAC 2.9.5

09 May 15:13
9ffa773

Choose a tag to compare

  • Masternode manager released, now it's possible to manage the masternodes using the electrum wallet.
  • UI fixes

2.9.4.2

30 Apr 17:20

Choose a tag to compare

  • Linux dependencies fixed.
  • Travis file modified.
  • QR url issue fixed.
  • New icons added.
  • Theme selector removed.

Since a new version of eth-hash was released you have to install a specific version of it:
pip install eth-hash==0.1.1

2.9.4.1

13 Apr 21:21

Choose a tag to compare

Electrum 2.9.4 Lightweight wallet for $PAC

  • Added Windows support.
  • Added Mac support.
  • Minor fixes.

Beta 2.9.4

01 Apr 17:48

Choose a tag to compare

Beta 2.9.4 Pre-release
Pre-release

Electrum Beta 2.9.4 Lightweight wallet for $PAC

Install:

  • Download the latest release binary and extract it.
  • Install dependencies
    sudo apt-get install -y python-pip
    sudo pip install qrcode
    sudo apt-get install libusb-1.0-0-dev
    sudo apt-get install libudev-dev
    sudo apt-get install python-qt4
    sudo pip install x11_hash
  • To install
    sudo apt-get install python-setuptools
    sudo python setup.py install
  • To run from the root directory just run (some dependencies are required for this)
    ./electrum-PAC