Download TheeCoin
Choose an operating system and follow it's instructions
TheeCoin Wallet for Windows
Works on Windows XP and newer versions
System Requirements:
- Windows XP or later
- 2 GB RAM minimum
- 40 MB free disk space
- Internet connection for network features
Instructions:
1. Extract all files to any folder on your computer
2. Double-click "TheeCoin.exe" or run "run.bat" in command prompt
3. The wallet will then run
No Installation Required:
- This doesn't require installation
- All files are contained in this folder
- Your wallet data will be stored in the "wallets" subfolder
- You can move this entire folder anywhere on your computer
NOTE: You must have Node.js version 18 or later installed
If you need to download or update Node.js, go to this link
https://nodejs.org/en/download (Official Node.js website)
Scroll to the bottom of the page and choose architecture
Choose x86, x64 or ARM64 and then get it's .msi installer
If you don't know which one your device is, just do this:
1. Go into your system settings
2. Go to About (System > About)
3. Look at System type
System Requirements:
- Windows XP or later
- 2 GB RAM minimum
- 10 MB free disk space
Files Included:
- All wallet JavaScript files
- Configuration files (*.pem, *.json)
- Business integration tools
- Web interface files
- Empty wallets folder for your wallet data
- TheeCoin.exe launcher
- Alternative run.bat launcher
2. Double-click "TheeCoin.exe" or run "run.bat" in command prompt
3. The wallet will then run
No Installation Required:
- This doesn't require installation
- All files are contained in this folder
- Your wallet data will be stored in the "wallets" subfolder
- You can move this entire folder anywhere on your computer
NOTE: You must have Node.js version 18 or later installed
If you need to download or update Node.js, go to this link
https://nodejs.org/en/download (Official Node.js website)
Scroll to the bottom of the page and choose architecture
Choose x86, x64 or ARM64 and then get it's .msi installer
If you don't know which one your device is, just do this:
1. Go into your system settings
2. Go to About (System > About)
3. Look at System type
System Requirements:
- Windows XP or later
- 2 GB RAM minimum
- 10 MB free disk space
Files Included:
- All wallet JavaScript files
- Configuration files (*.pem, *.json)
- Business integration tools
- Web interface files
- Empty wallets folder for your wallet data
- TheeCoin.exe launcher
- Alternative run.bat launcher
TheeCoin Wallet for MacOS
Works on all MacOS machines
System Requirements:
- Any MacOS version
- 2 GB RAM minimum
- 40 MB free disk space
- Internet connection for network features
Instructions:
1. Double-click the "TheeCoin.dmg" file to open the disk image
2. Drag the "TheeCoin.app" icon into your Applications folder
3. Open your Applications folder and double-click "TheeCoin.app" to start TheeCoin Wallet
No Installation Required:
- No complex installation steps
- All files are within the app bundle
- Your wallet data will be stored in the "wallets" subfolder inside the app's data directory
- You can move TheeCoin.app anywhere on your Mac
System Requirements:
- Any MacOS version
- 2 GB RAM minimum
- 40 MB free disk space
What's Included:
- TheeCoin.dmg disk image
- TheeCoin.app application bundle
- All JavaScript files (inside the app)
- Configuration files (*.pem, *.json)
- Business integration tools
- Web interface files
- Wallets folder for your wallet data
2. Drag the "TheeCoin.app" icon into your Applications folder
3. Open your Applications folder and double-click "TheeCoin.app" to start TheeCoin Wallet
No Installation Required:
- No complex installation steps
- All files are within the app bundle
- Your wallet data will be stored in the "wallets" subfolder inside the app's data directory
- You can move TheeCoin.app anywhere on your Mac
System Requirements:
- Any MacOS version
- 2 GB RAM minimum
- 40 MB free disk space
What's Included:
- TheeCoin.dmg disk image
- TheeCoin.app application bundle
- All JavaScript files (inside the app)
- Configuration files (*.pem, *.json)
- Business integration tools
- Web interface files
- Wallets folder for your wallet data
TheeCoin Wallet for Linux
Works on all Linux distributions
System Requirements:
- Any Linux distribution
- 2 GB RAM minimum
- 40 MB free disk space
- Internet connection for network features
Instructions:
1. Extract the TheeCoin_Linux.tar.gz file into a new folder named TheeCoin
2. Click on the TheeCoin_Linux.desktop to run TheeCoin Wallet
Some versions of linux may require you to follow these instructions instead:
1. Open the terminal or terminal emulator
2. Navigate to where you extracted the contents of the TheeCoin_Linux.tar.gz file
3. Once you are within the TheeCoin folder, run bash run.sh in the terminal window
4. TheeCoin Wallet should then run successfully
2. Click on the TheeCoin_Linux.desktop to run TheeCoin Wallet
Some versions of linux may require you to follow these instructions instead:
1. Open the terminal or terminal emulator
2. Navigate to where you extracted the contents of the TheeCoin_Linux.tar.gz file
3. Once you are within the TheeCoin folder, run bash run.sh in the terminal window
4. TheeCoin Wallet should then run successfully
TheeCoin Wallet for Android
Works on all Androids with Termux
System Requirements:
- Any Android device
- 2 GB RAM minimum
- 40 MB free storage space
- Internet connection for network features
Instructions:
1. Ensure you have Termux and a file manager app like NMM installed
2. Also ensure that you have added Termux to your file manager
How To Add Termux To NMM App:
Go into NMM menu, press + button, choose External Storage, press menu, choose Termux, then Use This Folder
(Ensure you have run the command termux-setup-storage in termux so that your phone will be able to do this)
3. Create a new folder named TheeCoin in the root of your new Termux directory (using your file manager)
4. Extract all of the files and folders from TheeCoin.zip file into that new TheeCoin folder you created
You should now have all the files and folders within a new folder named TheeCoin in Termux's home folder
How To Run TheeCoin Wallet:
Simply navigate to the TheeCoin folder within Termux (use cd TheeCoin) then run one of these commands...
node run.js or bash run.sh
Congrats! You can now use TheeCoin Wallet on Termux Terminal
If you would prefer a graphical interface, use the web interface
To navigate to the web interface, just go to http://localhost:3000
The chat Interface will only work on web interface on Android wallet
YOU MUST HAVE NODE.JS INSTALLED TO RUN THEECOIN WALLET!
How to Install Node.js in Termux
1. Update and upgrade your Termux package lists and installed packages
Run this command: pkg update && pkg upgrade
2. Install Node.js using the pkg install command
Run this command: pkg install nodejs
2. Also ensure that you have added Termux to your file manager
How To Add Termux To NMM App:
Go into NMM menu, press + button, choose External Storage, press menu, choose Termux, then Use This Folder
(Ensure you have run the command termux-setup-storage in termux so that your phone will be able to do this)
3. Create a new folder named TheeCoin in the root of your new Termux directory (using your file manager)
4. Extract all of the files and folders from TheeCoin.zip file into that new TheeCoin folder you created
You should now have all the files and folders within a new folder named TheeCoin in Termux's home folder
How To Run TheeCoin Wallet:
Simply navigate to the TheeCoin folder within Termux (use cd TheeCoin) then run one of these commands...
node run.js or bash run.sh
Congrats! You can now use TheeCoin Wallet on Termux Terminal
If you would prefer a graphical interface, use the web interface
To navigate to the web interface, just go to http://localhost:3000
The chat Interface will only work on web interface on Android wallet
YOU MUST HAVE NODE.JS INSTALLED TO RUN THEECOIN WALLET!
How to Install Node.js in Termux
1. Update and upgrade your Termux package lists and installed packages
Run this command: pkg update && pkg upgrade
2. Install Node.js using the pkg install command
Run this command: pkg install nodejs
What's Next?
After downloading and running TheeCoin Wallet: