The only economy in the world with a Proof-Of-Transaction (PoT) mining system.
ECOin is a crypto-currency designed to provide a long-term energy-efficient digital economy strategy.
It uses the SCRYPT algorithm and implements three mining systems:
Estimated coinbase size: ~225 million ECO
Block validation through computational work using SCRYPT. Halving every 262,800 blocks.
Interest-based minting derived from coin age. Encourages long-term participation and network stability.
Transaction-driven mining system. Addresses matching segments of block hashes (for transactions above 500 ECO) receive 50% of the block subsidy.
| Language |
|---|
| English |
| Russian |
| Catalan |
| German |
| Spanish |
| Basque |
| French |
| Italian |
| Portuguese |
| Chinese |
| Architecture | Package | Checksum |
|---|---|---|
| Android | ecoin-wallet-v0.7.5.7.apk | 88bfb50294c5436e7e1f3eab5b13460b |
| AMD64 (x86-64) | ecoin_0.0.4-1_amd64.deb | 2afabbf7550b8de22468c58eb63f318b |
Wallet:
git clone https://code.03c8.net/epsylon/ecoin
cd ecoin/ecoin
qmake USE_UPNP=- USE_IPV6=-
make
cd tools
bash set_config.sh
bash load_bootstrap.sh
./ecoin-qt
Validator:
git clone https://code.03c8.net/epsylon/ecoin
cd ecoin/ecoin/src
make -f makefile.linux USE_UPNP=- USE_IPV6=-
strip ecoind
cd ../tools
bash set_config.sh
bash load_bootstrap.sh
cd ..
./ecoind
Binary containing blockchain data from genesis block to latest checkpoint. Place next to ecoin.conf.
Example configuration file located at: ~/.ecoin/ecoin.conf
rpcuser=ecoinrpc
rpcpassword=<YourEcoinRPC_PassWord2026>
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
staking=1
addnode=46.163.118.220
Access the blockchain publicly: ECOin BlockChain Explorer
Network crawler maintaining reliable nodes, accessible via ecoinseed.03c8.net.
Part of SolarNET.HuB: ECOin integrates into SolarNET.HuB to enable a sustainable market ecosystem, where participants can mine and transact using solar-powered hardware. This promotes energy-efficient decentralized commerce and supports a community-driven economy.
Plugin for OASIS Social Network: ECOin can be used as a native plugin in the censorship-resistant OASIS network, allowing users to securely send, receive, and stake ECO while maintaining privacy and full decentralization.
Send us your wallet address and a message explaining a contribution you've made to expanding ECO usage and we will send you some ECOs so you have something to start with.
+ Official: https://code.03c8.net/epsylon/ecoin
+ Mirror: https://github.com/epsylon/ecoin
Released under GPLv3.