Releases: PACCommunity/electrum-PAC
3.0.0
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
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:
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
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
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
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
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
- Masternode manager released, now it's possible to manage the masternodes using the electrum wallet.
- UI fixes
2.9.4.2
2.9.4.1
Beta 2.9.4
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