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.
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.
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.
git clone https://github.com/myrual/pixinwallet.git
cd pixinwallet
python3 -m venv ./
Active the env now
source ./bin/activate
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
Instant trade on ExinCore Trade asset on OceanOne
Install pyinstaller
pip install pyinstaller
Edit pixinwallet.spec version number
and generate standalone app in dist folder
pyinstaller --onefile --windowed pixinwallet.spec