This python script will help you convert your exported transactions from Zeus (CSV) into the format Koinly needs. Python 3 is required to run this. It will run on Windows, Linux, and OS X.
- Open your zeus wallet and swipe up to get to your transaction/activity list.
- Select the download icon at the top right of your activity list. This will save the CSV file to your downloads folder on your phone.
- Transfer the CSV file to your machine with python running on it. E-mail is probably the simplest way.
- (optional, suggested) Prep files - Place files with the names
invoices.csv
payments.csv
andonchain.csv
into the same directory as this script. If you don't do this, the script will prompt you for absolute paths, (in Windows, right click on CSV file and select properties to find this) - Run the script with
python main.py
(see platform-specific instructions below) - output.csv will be created, which you can import into Koinly
- Make a donation if this script has been useful (see below for more information)
- Download the latest version of python from python.org. Enable the "install to system path" option while installing.
- Double-click main.py or in command prompt, run
python C:\users\username\Downloads\Zeus2Koinly\main.py
or wherever you saved the tool. I suggest the command prompt method as it will display errors if there are any.
- Open a terminal and go to the folder you downloaded this tool into using
cd '/home/user/Downloads/Zeus2Koinly'
or wherever you put it - Run
python3 main.py
in the terminal
- Open a terminal and go to the folder you downloaded this tool into using
cd '/home/user/Downloads/Zeus2Koinly'
or wherever you put it - Run
python3 main.py
To import your Zeus wallet data to Koinly, use this script!
If this software was helpful to you, please consider sending me some sats. Thank you :).
🕐 On-chain: bc1q4zqhmyp8yw4zehw2tf4sjvqc5dv9dm747ssh0p
⚡ Lightning: makeasnek@zeuspay.com
Follow me on nostr https://njump.me/nprofile1qythwumn8ghj7mrp9eex2mrp09skymr99ehhyee0qy2hwumn8ghj7cmpwfkx7uedvdjxytn5dacz7qpq2xgsu4nad7np6l3e9x8exf26evs202jqkc2ghnuyw4c7hrda9cmq62nshv
Feel free to open PRs if you have any fixes or enhancements to add
This software is produced AS IS without ANY WARRANTY. It works well for me, it may not work perfectly for you. Be sure to double-check any numbers it comes up with. This software is released into the public domain.