🇸🇾 Syria's First Blockchain
"Dec 8 2024 - Syria Liberated from Assad / سوريا حرة"
— Genesis Block Message
| Metric | Value |
|---|---|
| Status | ✅ Mainnet Active |
| Seed Node | seed.opensyria.net |
| Block Explorer | 🔍 explorer.opensyria.net |
| Website | 🌐 opensyria.net |
# Clone the repository
git clone https://github.com/opensyria/OpenSY.git
cd OpenSY
# Build
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build -j$(nproc)
# Run a node
./build/bin/opensyd -daemon -addnode=node1.opensyria.net
# Check sync status
./build/bin/opensy-cli getblockchaininfoOpenSY (SYL) is a cryptocurrency forked from Bitcoin Core, created to support the Syrian community with a modern, decentralized digital currency. It maintains Bitcoin's proven security model while introducing Syria-specific customizations.
Key Features:
- Currency: SYL (Syrian Lira digital)
- Address Prefix: Mainnet addresses start with 'F' (Freedom)
- Bech32 Prefix:
syl1...(native SegWit) - Network Port: 9633 (based on Syria's country code +963)
- Block Time: ~2 minutes
- Block Reward: 10,000 SYL (halves every ~4 years)
- Max Supply: 21 Billion SYL
- Genesis Date: December 8, 2024 (Syria Liberation Day)
- PoW Algorithm: RandomX (CPU-friendly, ASIC-resistant) - from block 1
| Parameter | Mainnet | Testnet |
|---|---|---|
| Address Prefix | F | f |
| P2P Port | 9633 | 19633 |
| RPC Port | 9632 | 19632 |
| Bech32 Prefix | syl | tsyl |
| Block Time | ~2 min | ~2 min |
OpenSY uses RandomX proof-of-work from block 1!
| Block | Algorithm | Hardware |
|---|---|---|
| Genesis (Block 0) | SHA-256d | Bootstrap only |
| Block 1+ | RandomX | CPU |
RandomX is an ASIC-resistant, CPU-optimized algorithm (used by Monero). This makes mining accessible to everyone with a regular computer from day one!
Why RandomX from Block 1?
- ✅ Fair launch - No ASIC/GPU advantage ever
- ✅ ASIC-resistant - No specialized hardware needed
- ✅ CPU-optimized - Your laptop can mine
- ✅ Truly decentralized - Levels the playing field from genesis
- ✅ Energy efficient - Lower power consumption
# Create a wallet
./build/bin/opensy-cli createwallet "my-wallet"
# Get a mining address
./build/bin/opensy-cli getnewaddress "mining"
# Mine blocks (CPU mining)
./build/bin/opensy-cli generatetoaddress 10 ADDRESSFor optimal mining, consider high-core-count CPUs:
Recommended Hardware:
- AMD EPYC (64+ cores) - Best for RandomX
- Intel Xeon (32+ cores) - Good performance
- Any modern CPU with 8+ cores - Entry level
# Build and mine
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build -j$(nproc)
./build/bin/opensy-cli generatetoaddress 100 YOUR_ADDRESSNote: Block rewards require 100 confirmations (~3.3 hours) to mature.
- Build Instructions - Linux/Unix
- Build Instructions - macOS
- Build Instructions - Windows
- Launch Day Details - Network launch information
- Infrastructure Guide - Run your own node
- Website: https://opensyria.net
- Explorer: https://explorer.opensyria.net
- GitHub: https://github.com/opensyria/OpenSY
- DNS Seed: seed.opensyria.net:9633
- Primary Node: 157.175.40.131:9633
OpenSY is released under the terms of the MIT license. See COPYING for more information or see https://opensource.org/license/MIT.
سوريا حرة 🇸🇾
For the people of Syria, by the people of Syria.