This project is called TCS for Terminal Cryptocurrencies Simulator.
🚧 This project is currently under active development. Features may be incomplete or unstable. Feel free to explore, but expect changes and bugs!
This is a personal educational project written in C++, simulating a financial market and cryptocurrency mining system. The goal is to explore trading mechanisms, cryptocurrency mining, and system interactions through a command-line interface (CLI).
- Account Management: Register, login, check balance, and manage your wallet.
- Financial Market: Buy, sell, and monitor crypto assets.
- Cryptocurrency Mining: Start, stop mining, and join mining pools.
- Mining Pools: Manage and join different mining pools.
- Statistics & Leaderboard: View market trends and rankings.
- Administrative Controls: Manage the system as an administrator.
- A C++17+ compiler (GCC, Clang, MSVC, etc.)
- CMake (optional for building)
git clone https://github.com/yourusername/financial-mining-sim.git
cd financial-mining-sim
g++ -o simulator main.cpp src/*.cpp -std=c++17
./simulator
To see all the commands available on the program, simply visit here.
Need to be update
This project is a personal learning initiative, but contributions, feedback, and suggestions are welcome!
| Photo | Name | Contact |
|---|---|---|
| Robin GOUMY | GitHub | LinkedIn |
This project is for educational purposes only and is released under the MIT License.