Pixinwallet
A Bitcoin, altcoin wallet written in python and qt based on Mixin Network
Install / Use
/learn @myrual/PixinwalletREADME
Pixin wallet: Bitcoin, altcoin wallet written in PyQt(No maintainer)
A Bitcoin and altcoin wallet written in python and qt. The wallet use Mixin Network to hold many cryptocurrency and keep Mixin Network account key file on your PC intead of cloud.
The generated account keyfile is a text file with filename "xxx.pixinkey". Your can import the content to mixinlight and mixwallet
The backend server code to generate token is https://github.com/awesome-mixin-network/mixin-free-token-generator-python
Developer resource of Mixin Network.
Try to be "Batteries Included"
Include an instant cryptocurrency exchange
ExinCore is a secure and instant cryptocurrency exchange build on Mixin Network. Just pay to ExinCore, Exin will send asset to your wallet in 2 seconds.
Include an open and transparent exchange
OceanOne is a decentralized exchange build on Mixin Network. Pay to OceanOne to sell your asset, OceanOne will send asset to your wallet after matched your order.
OceanOne is great because:
- No sign up required.
- No deposit required. Asset is sent to your wallet in less than 5 seconds if your order is matched.
- No listing process. You can list any asset supported by Mixin Network. 13 blockchain asset and any ERC20, EOS token, TRC10 token.
Clone repo to computer
git clone https://github.com/myrual/pixinwallet.git
cd pixinwallet
create python env
python3 -m venv ./
Active the env now
source ./bin/activate
Install required packages by "virtual environment"
Use pip to upgrade pip itself, and install required packages.
pip install --upgrade pip
pip install -r requirements_wallet_api.txt
pip install -r requirements_pyqt.txt
Open wallet file

Show balance

Instant trade on ExinCore
Trade asset on OceanOne

Current Mixin Network status

Generate standalone macOS app by pyinstaller
Install pyinstaller
pip install pyinstaller
Edit pixinwallet.spec version number
and generate standalone app in dist folder
pyinstaller --onefile --windowed pixinwallet.spec
