[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-10600":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":16,"stars30d":16,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":17,"rankGlobal":10,"rankLanguage":10,"license":18,"archived":19,"fork":19,"defaultBranch":20,"hasWiki":21,"hasPages":19,"topics":22,"createdAt":10,"pushedAt":10,"updatedAt":41,"readmeContent":42,"aiSummary":43,"trendingCount":16,"starSnapshotCount":16,"syncStatus":44,"lastSyncTime":45,"discoverSource":46},10600,"verge","vergecurrency\u002Fverge","vergecurrency","Official Verge Core Source Code Repository :muscle:","https:\u002F\u002FVergeCurrency.com",null,"C++",1569,387,254,1,0,20.77,"MIT License",false,"master",true,[23,24,25,26,27,28,29,30,31,32,33,34,35,36,5,37,38,39,40],"algorithm","algorithms","blockchain","blockchain-network","blockchain-platform","blockchain-technology","client","coin","full","mining","node","server","testnet","utxo","verge-qt","wallet","windows-wallet","xvg","2026-06-12 02:02:24","\u003Cp align=\"center\">\u003Cimg src=\"https:\u002F\u002Fraw.githubusercontent.com\u002Fvergecurrency\u002FVERGE\u002Fmaster\u002Freadme-header.png\" alt=\"Verge Source Code\">\u003C\u002Fp>\n\u003Cp align=\"center\">\n  \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fstatus-stable-green.svg\">\n  \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fvergecurrency\u002Fverge\u002Fblob\u002Fmaster\u002FLICENSE\">\u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Flicense-MIT-blue.svg\">\n  \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FC%2B%2B-17%2F20-blue.svg\">\n  \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fvergecurrency\u002Fverge\u002Freleases\u002Flatest\">\u003Cimg alt=\"GitHub all releases\" src=\"https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fdownloads\u002Fvergecurrency\u002Fverge\u002Ftotal?logo=GitHub\">\u003C\u002Fa>\n  \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fvergecurrency\u002FVERGE\u002Fcommits\">\u003Cimg alt=\"GitHub commit activity\" src=\"https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fcommit-activity\u002Fm\u002Fvergecurrency\u002FVERGE\">\n  \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fvergecurrency\u002Fverge\u002Fstargazers\">\u003Cimg alt=\"GitHub Repo stars\" src=\"https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fstars\u002Fvergecurrency\u002Fverge\">\n  \u003Ca href=\"https:\u002F\u002Fdiscord.gg\u002Fvergecurrency\">\u003Cimg alt=\"Discord\" src=\"https:\u002F\u002Fimg.shields.io\u002Fdiscord\u002F325024453065179137\">\n  \u003Cimg alt=\"GitHub language count\" src=\"https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Flanguages\u002Fcount\u002Fvergecurrency\u002Fverge\">\n \u003Ca href=\"https:\u002F\u002Fx.com\u002Fvergecurrency\">\u003Cimg alt=\"X (formerly Twitter) Follow VergeCurrency!\" src=\"https:\u002F\u002Fimg.shields.io\u002Ftwitter\u002Ffollow\u002Fvergecurrency?logo=twitter&logoColor=teal&labelColor=black&color=black\">\n\u003C\u002Fp>\n\u003Cbr>\n\n# VERGE Source Code [XVG]\n\nLatest commit build status:\n\u003Cp align=\"left\">\n  \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fvergecurrency\u002Fverge\u002Factions\u002Fworkflows\u002Fcheck-commit.yml\">\n  \u003Cimg src=\"https:\u002F\u002Fgithub.com\u002Fvergecurrency\u002Fverge\u002Factions\u002Fworkflows\u002Fcheck-commit.yml\u002Fbadge.svg\">\n  \u003C\u002Fa>\n\u003C\u002Fp>\n\n## Build Requirements\n\nVerge Core requires a modern C++ toolchain and has migrated to reduce external dependencies for better performance and maintainability.\n\n### Minimum Requirements\n\n| Component | Requirement | Notes |\n|-----------|-------------|--------|\n| **Compiler** | GCC 9.0+ \u002F Clang 10.0+ \u002F MSVC 2019+ | C++17 support required |\n| **C++ Standard** | C++17 (targeting C++20) | Modern features for better performance |\n| **CMake** | 3.16+ | Recommended build system |\n| **Boost** | 1.70+ (selective components) | Reduced dependency footprint |\n\n### Supported Operating Systems\n\n| OS | Version | Architecture |\n|----|---------|--------------|\n| **Ubuntu** | 22.04, 24.04 | x64, ARM64 |\n| **Debian** | 11+ | x64, ARM64 |\n| **CentOS\u002FRHEL** | 8+ | x64 |\n| **macOS** | 13.0+ (Ventura), 14.0 (Sonoma) |x64, ARM64 (Apple Silicon) |\n| **Windows** | 10 32bit\u002F64bit, 11 32bit\u002F64bit | x86, x64 |\n\n## Modern C++ Migration Benefits\n\n### 🚀 **Performance Improvements**\n- **Faster Compilation**: Reduced template instantiation overhead\n- **Better Optimization**: Modern compiler optimizations with C++17\u002F20\n- **Memory Efficiency**: Smart pointers and RAII reduce memory leaks\n- **Parallel Processing**: Standard library threading primitives\n\n### 📦 **Reduced Dependencies**\n- **Smaller Binary Size**: Less dependency on external libraries\n- **Easier Deployment**: Fewer runtime dependencies to manage\n- **Simplified Building**: Standard library features reduce complex linking\n\n### 🛡️ **Enhanced Security & Reliability**\n- **Memory Safety**: Smart pointers prevent common vulnerabilities\n- **Type Safety**: Modern C++ type system catches errors at compile time\n- **Thread Safety**: Better concurrency primitives prevent race conditions\n- **Exception Safety**: RAII patterns ensure proper resource cleanup\n\n### 🔧 **Developer Experience**\n- **Modern Tooling**: Better IDE support and debugging\n- **Cleaner Code**: More expressive and maintainable codebase\n- **Faster Development**: Standard library features reduce boilerplate\n- **Better Testing**: Modern testing frameworks and practices\n\n## Specifications\n\nSpecification | Value\n--- | ---\nProtocol | PoW (proof of Work)\nAlgorithms | scrypt, x17, Lyra2rev2, myr-groestl, & blake2s\nBlocktime | 30 seconds\nTotal Supply | 16,521,951,238 XVG (Complete!)\nRPC port | 20102 (testnet: 21102)\nP2P port | 21102 (testnet: 21104)\npre-mine | Not Applicable\nICO | Not Applicable\n\n## Blockrewards\nBlock Number Range | Reward\n--- | ---\n0 to 14,000 | 200,000 coins\n14,001 to 28,000 | 100,000 coins\n28,001 to 42,000 | 50,000 coins\n42,001 to 210,000 | 25,000 coins\n210,001 to 378,000 | 12,500 coins\n378,001 to 546,000 | 6,250 coins\n546,001 to 714,000 | 3,125 coins\n714,001 to 2,124,000 | 1,560 coins\n2,124,001 to 3,700,000 | 730 coins\n3,700,001 to 4,200,000 | 400 coins\n4,200,001 to 4,700,000 | 200 coins\n4,700,001 to 5,200,000 | 100 coins\n5,200,001 to 5,700,000 | 50  coins\n5,700,001 to 6,200,000 | 25  coins\n6,200,001 to 6,700,000 | 12.5 coins\n6,700,001 to 7,200,000 | 6.25 coins\n7,200,001+             | 0.0 coins\n\n## Resources\n\n* [Blockchain Explorer] (https:\u002F\u002Fverge-blockchain.info\u002F) https:\u002F\u002Fverge-blockchain.info\u002F\n* [Blockchain Explorer] (https:\u002F\u002Fxvgblockexplorer.com\u002F) https:\u002F\u002Fxvgblockexplorer.com\u002F\n* [Blockchain Explorer Testnet] (https:\u002F\u002Ftestnet.verge-blockchain.info\u002F) https:\u002F\u002Ftestnet.verge-blockchain.info\u002F\n* [Network Hash and Difficulty] (https:\u002F\u002Fvergecurrency.network\u002Fd\u002FVmzuEE5Mk\u002Fverge-blockchain?) https:\u002F\u002Fvergecurrency.network\u002Fd\u002FVmzuEE5Mk\u002Fverge-blockchain\n* [Network Transaction Information] (https:\u002F\u002Fnetwork.verge-blockchain.com\u002Fd\u002Fe8a7802b-23c3-4d81-88f3-fcd0e2efb235\u002F) https:\u002F\u002Fnetwork.verge-blockchain.com\u002Fd\u002Fe8a7802b-23c3-4d81-88f3-fcd0e2efb235\u002F (all real transactions only! empty blocks, mining pool txs, etc are filtered out!)\n* [Mining Pool List] (https:\u002F\u002Fminingpoolstats.stream\u002F) Most pools of our 5 algorithms can be found here!\n* [Black Paper] (https:\u002F\u002Fvergecurrency.com\u002Fstatic\u002Fblackpaper\u002Fverge-blackpaper-v5.0.pdf) Verge's whitepaper can be found here!\n\n## Building From Source\n\n* [Unix Instructions](doc\u002Fbuild-unix.md)\n* [OS X Instructions](doc\u002Fbuild-osx.md)\n* [Windows Instructions](doc\u002Fbuild-windows.md)\n* [Raspberry Pi\u002Faarch64 Instructions](doc\u002Fbuild-pi-aarch64.md)\n\n### Build Verge-Qt Without Qt WebEngine\n\nIf you only need the Qt wallet without WebEngine, you can build with:\n\n```shell\n.\u002Fautogen.sh\ncd depends\nmake -j\"$(nproc)\" HOST=x86_64-linux-gnu QT_SKIP_WEBENGINE=1 QT_SKIP_QTDECLARATIVE=1\ncd ..\n\nCONFIG_SITE=\"$PWD\u002Fdepends\u002Fx86_64-linux-gnu\u002Fshare\u002Fconfig.site\" \\\n.\u002Fconfigure --enable-scrypt-sse2 --disable-bench --disable-tests \\\n  --disable-dependency-tracking --disable-werror \\\n  --prefix=\"$PWD\u002Fdepends\u002Fx86_64-linux-gnu\"\n\nmake -j\"$(nproc)\"\n```\n\nNotes:\n- This produces a Qt wallet build without Qt WebEngine.\n- WebEngine-backed UI features (including the Trade tab web widget) are unavailable in this build type.\n\n### Community\n\n* [Telegram](https:\u002F\u002Ft.me\u002Fofficialxvg)\n* [Discord](https:\u002F\u002Fdiscord.gg\u002Fvergecurrency)\n* [Twitter](https:\u002F\u002Fwww.twitter.com\u002Fvergecurrency)\n* [Facebook](https:\u002F\u002Fwww.facebook.com\u002FVERGEcurrency\u002F)\n* [Reddit](https:\u002F\u002Fwww.reddit.com\u002Fr\u002Fvergecurrency\u002F)\n\n## Wallets\n\nBinary (pre-compiled) wallets are available on all platforms here in [Releases](https:\u002F\u002Fgithub.com\u002Fvergecurrency\u002Fverge\u002Freleases).\n\n> **Note:** **Important!** Only download pre-compiled wallets from the official Verge website or official Github repos.\n\n> **Note:** For a fresh wallet install you can reduce the blockchain syncing time by downloading [a nightly snapshot](https:\u002F\u002Fverge-blockchain.com\u002Fdown) and following the [setup instructions](https:\u002F\u002Fverge-blockchain.com\u002Fhowto).\n\n### Windows Wallet Usage\n\n1. Download the pre-compiled software from the releases section here.\n2. Install\n3. In windows file explorer, open `c:\\Users\\XXX\\AppData\\Roaming\\VERGE` (be sure to change XXX to your windows user)\n4. Right click and create a new file `verge.txt`\n5. Edit the file to have the following contents (be sure to change the password)\n\n    ```\n    rpcuser=vergerpcusername\n    rpcpassword=85CpSuCNvDcYsdQU8w621mkQqJAimSQwCSJL5dPT9wQX\n    rpcport=20102\n    port=21102\n    daemon=1\n    algo=groestl\n    ```\n\n6. Save and close the file\n7. Rename the file to `verge.conf`\n8. Start the VERGE-qt program.\n9. Open up VERGE-qt console and run `getinfo` (or `getmininginfo`) to verify settings.\n\n> **Note:** You must re-start the wallet after making changes to `verge.conf`.\n\n### MacOS Wallet\n\n1. Download the pre-compiled macos software from the releases section here.\n2. Double click the DMG\n3. Drag the Verge-Qt to your Applications folder\n4. Double click the Verge-Qt application to open it.\n5. Go grab a :coffee: while it syncs with the blockchain\n\n> **Note:** It may look like it is frozen or hung while it is indexing and syncing the blockchain. It's not. It's chugging away, but currently the UI doesn't give you a lot of feedback on status. We're working to fix that. Syncing takes a while to complete (ie. > 10 minutes or more) so just be patient.\n\n> **Note:** If you want to change your configuration the file is located at `~\u002FLibrary\u002FApplication\\ Support\\VERGE\\VERGE.conf`. This isn't required by default.\n\n### Unix Wallet\n\n1. Compile using [Unix instructions](doc\u002Fbuild-unix.md).\n2. The wallet GUI is in `.\u002Fverge\u002Fsrc\u002Fqt` and the daemon in `.\u002Fverge\u002Fsrc`.\n3. **Optional** - the binaries to your favorite location. for use by all users, run the following commands:\n\n    ```shell\n    sudo cp src\u002Fverged \u002Fusr\u002Fbin\u002F\n    sudo cp src\u002Fqt\u002Fverge-qt \u002Fusr\u002Fbin\u002F\n    ```\n\n4. Run `.\u002Fverged` from wherever you put it. The output from this command will tell you that you need to make a `verge.conf` file and will suggest some good starting values.\n5.  Open up your new config file that was created in your home directory in your favorite text editor\n\n    ```shell\n    nano ~\u002F.VERGE\u002Fverge.conf\n    ```\n\n6. Paste the output from the `verged` command into `verge.conf` like this: (It is recommended to change the password to something unique.)\n\n    ```\n    rpcuser=vergerpcusername\n    rpcpassword=85CpSuCNvDcYsdQU8w621mkQqJAimSQwCSJL5dPT9wQX\n    rpcport=20102\n    port=21102\n    daemon=1\n    algo=groestl\n    ```\n\n7. Save the file and exit your editor. If using `nano` type `ctrl + x` on your keyboard and the `y` and hitting enter. This should have created a `verge.conf` file with what you just added.\n\n8. Start the Verge daemon again\n\n    ```shell\n    .\u002Fpath\u002Fto\u002Fverged\n    ```\n\n> **Note:** To check the status of how much of the blockchain has been downloaded (aka synced) type `.\u002Fpath\u002Fto\u002Fverged getinfo`.\n\n> **Note**: If you see something like 'Killed (program cc1plus)' run ```dmesg``` to see the error(s)\u002Fproblems(s). This is most likely caused by running out of resources. You may need to add some RAM or add some swap space.\n\nYou can also check out this [Linux Wallet Video Tutorial](https:\u002F\u002Fwww.youtube.com\u002Fwatch?v=WYe75b6RWes).\n\n\n## Use [Unstoppable Domains](https:\u002F\u002Funstoppabledomains.com)\n\nTo use VERGE with Unstoppable Domains for sending coins using Web3 Domains just put the name of the domain (ie: sunerok.crypto) in the \"Pay To:\" input in the Send tab of the wallet.\n\n## Developer Notes\n\n### Modern C++ Migration\n\nVerge Core is actively migrating to modern C++ standards and practices:\n\n- **C++17 Standard**: Full adoption with selective C++20 features\n- **Reduced Boost Dependencies**: Migrating to standard library equivalents\n- **Smart Pointers**: RAII and memory safety improvements\n- **Thread Safety**: Modern concurrency patterns with `std::mutex` and `std::atomic`\n\n### Coding Standards\n\n- Use `std::filesystem` instead of `boost::filesystem`\n- Prefer `std::thread` over `boost::thread`\n- Use `std::unique_ptr`\u002F`std::shared_ptr` instead of raw pointers\n- Apply `const` correctness and `noexcept` specifications\n- Follow RAII principles for resource management\n\n### Quick Build (Ubuntu\u002FDebian)\n\n```shell\n# Install modern dependencies\nsudo apt update\nsudo apt install -y \\\n    build-essential cmake git \\\n    libssl-dev libevent-dev \\\n    libdb4.8-dev libdb4.8++-dev \\\n    libboost-system-dev libboost-filesystem-dev libboost-test-dev \\\n    libminiupnpc-dev libqt5gui5 libqt5core5a libqt5dbus5 \\\n    qttools5-dev qttools5-dev-tools \\\n    libprotobuf-dev protobuf-compiler \\\n    libqrencode-dev libseccomp-dev libcap-dev\n\n# Clone and build\ngit clone https:\u002F\u002Fgithub.com\u002Fvergecurrency\u002FVERGE && cd VERGE\n.\u002Fautogen.sh && .\u002Fconfigure --enable-cxx17 && make -j$(nproc)\n```\n\n### Advanced Build with CMake (Recommended)\n\n```shell\n# Modern build approach\nmkdir build && cd build\ncmake .. -DCMAKE_CXX_STANDARD=17 -DCMAKE_BUILD_TYPE=Release\ncmake --build . --parallel $(nproc)\n```\n\n> **Performance Tip**: Use `make -j$(nproc)` or `cmake --build . --parallel` to utilize all CPU cores.\n\n> **Memory Note**: If you encounter memory issues, either add swap space or reduce parallelism with `-j2`.\n\n\n\n\n### macOS Development\n\n> **Requirements:** macOS 12.0+ (Monterey), Xcode 13.0+, Command Line Tools\n\n#### Intel and Apple Silicon Support\n\n```shell\n# Install Homebrew dependencies\nbrew install cmake boost openssl libevent berkeley-db4\nbrew install qt5 protobuf qrencode miniupnpc\n\n# For Apple Silicon Macs, you may need to specify paths\nexport PATH=\"\u002Fopt\u002Fhomebrew\u002Fbin:$PATH\"\nexport PKG_CONFIG_PATH=\"\u002Fopt\u002Fhomebrew\u002Flib\u002Fpkgconfig:$PKG_CONFIG_PATH\"\n\n# Clone and build\ngit clone https:\u002F\u002Fgithub.com\u002Fvergecurrency\u002FVERGE && cd VERGE\n.\u002Fautogen.sh\n.\u002Fconfigure --enable-cxx17 --with-boost=\u002Fopt\u002Fhomebrew\nmake -j$(sysctl -n hw.ncpu)\n```\n\n#### CMake Build (Recommended for macOS)\n\n```shell\nmkdir build && cd build\ncmake .. \\\n    -DCMAKE_CXX_STANDARD=17 \\\n    -DCMAKE_BUILD_TYPE=Release \\\n    -DCMAKE_PREFIX_PATH=\"\u002Fopt\u002Fhomebrew\u002Fopt\u002Fqt5\" \\\n    -DOPENSSL_ROOT_DIR=\"\u002Fopt\u002Fhomebrew\u002Fopt\u002Fopenssl\"\ncmake --build . --parallel $(sysctl -n hw.ncpu)\n```\n\n> **Apple Silicon Note**: Some dependencies may need explicit paths. Use `brew --prefix` to find installation directories.\n\n### Windows Wallet\n\nTODO. Take a look at [building\u002Fwindows](.\u002Fbuilding\u002Fwindows).\n\n## Docker Images\n\nCheck out the [`contrib\u002Freadme`](https:\u002F\u002Fgithub.com\u002Fvergecurrency\u002FVERGE\u002Ftree\u002Fmaster\u002Fcontrib\u002Fdocker) for more information.\n\n## Mining\n\n### Solo mining\n\nInstead of joining a mining pool you can use the wallet to mine all by yourself. You need to specify the algorithm (see below) and set the \"gen\" flag. For instance, in the configuration specify `gen=1`.\n\n### Using different algorithms\n\nTo use a specific mining algorithm use the `algo` switch in your configuration file (`.conf` file) or from the command line (like this `--algo=x17`). Here are the possible values:\n\n```\nalgo=x17\nalgo=scrypt\nalgo=groestl\nalgo=lyra\nalgo=blake\n```\n\n## TestNet\n\nHere is a list of active testnet nodes:\n* ddvnucmtvyiemiuk.onion (sunerok)\n* uacxdw34wnfybshfjs6hxdfzwkqxs765peu4iyyakqnz2mqyvspubeqd.onion (dedicated testnet)\n\n## Donations\n\nWe believe in keeping Verge free and open. Any donations to help fuel the development effort are greatly appreciated! :smile:\n\n* Address for donations in Verge (XVG): `DDd1pVWr8PPAw1z7DRwoUW6maWh5SsnCcp`\n* Address for donations in Bitcoin (BTC): `142r3vCAH3AzABiQjFPmcrSCp6TDzEDuB1`\n\n## Special Shout Outs\n\nSpecial thanks to the following people that have helped make Verge possible. :raised_hands:\n\nSunerok, CryptoRekt, MKinney, BearSylla, Hypermist, Pallas1, FuzzBawls, BuZz, glodfinch, InfernoMan, AhmedBodi, BitSpill, MentalCollatz, ekryski and the **entire** #VERGE community!\n\n\n\n\n# Bug Reporting\n\nIf you think you've found a bug or a problem with VERGE, please let us know! First, search our issue tracker to see if someone has already reported the problem. If they haven't, open a new issue, and fill out the template with as much information as possible. The more you can tell us about the problem and how it occurred, the more likely we are to fix it.\n\n## _Please do not report security vulnerabilities publicly._\n\n\n## How to report a bug\n\n### Code issues\n\nSince we are a 100% open-source project we strongly prefer if you create a pull-request on Github in the proper repository with the necessary fix.\n\nAlternatively, if you would like to make a suggestion regarding a potential fix please send an email to contact@vergecurrency.com\n\n\n### Security-related issues\n\nContact the developers privately by sending an e-mail to contact@vergecurrency.com with the details of the issue. Do not post the issue on github or anywhere else until the issue has been resolved.\n","Verge 是一个开源的加密货币项目，旨在提供隐私保护和去中心化的交易体验。该项目使用 C++ 语言编写，支持 C++17 标准，并逐渐向 C++20 迁移，以利用现代 C++ 的性能优化和内存管理特性。Verge 通过减少对外部依赖库的需求来提高其可维护性和执行效率，同时支持多种操作系统如 Windows、macOS 和主流 Linux 发行版。适合需要匿名交易功能且重视社区参与和个人隐私保护的用户或开发者采用。",2,"2026-06-11 03:29:19","top_topic"]