Ergo's avatar
Ergo
ergo@iris.to
npub148fr...2akq
Ergo is a next-gen smart contract platform that ensures the economic freedom of ordinary people through secure, accessible, and decentralized financial tools.
Ergo's avatar
Ergo 3 weeks ago
🚀 New release: Ergo Matrix (6.5.0) for DevNet RC1 (v6.5.0-RC1) This is initial RC1 release candidate for a special testing devnet. example devnet config : ``` # A config for the Development Network which is supposed to serve needs of protocol-breaking changes testing. ergo { networkType = "devnet" node { headerChainDiff = 80000 mining = false offlineGeneration = true useExternalMiner = false # no GPU miners atm } chain { # Network address prefix, currently reserved values are 0 (money chain mainnet) and 16 (money chain testnet) addressPrefix = 16 # A difficulty the network starts with initialDifficultyHex = "01" # Length of an epoch in difficulty recalculation. 1 means difficulty recalculation every block epochLength = 16 blockInterval = 60s # Monetary config for chain monetary { # delay between the block mined and time when the reward can be spend minerRewardDelay = 720 } voting { # Length of a voting epoch. votingLength = 8 # Voting epochs to vote for soft-fork softForkEpochs = 4 # Voting epochs to activate a soft-fork after acceptance activationEpochs = 4 # Activation height for testnet protocol version 2 (client version 4.0.0 hard-fork) version2ActivationHeight = 128 version2ActivationDifficultyHex = "20" } # Base16 representation of genesis state roothash genesisStateDigestHex = "cb63aa99a3060f341781d8662b58bf18b9ad258db4fe88d09f8f71cb668cad4502" } wallet.secretStorage.secretDir = ${ergo.directory}"/wallet/keystore" } scorex { network { magicBytes = [2, 2, 4, 4] bindAddress = "0.0.0.0:9021" nodeName = "ergo-devnet-2.1" nodeName = ${?NODENAME} knownPeers = [ "213.239.193.208:9028" ] penaltyScoreThreshold = 500000 } restApi { apiKeyHash = "324dcf027dd4a30a932c441f365a25e86b173defa4b8e58948253471b81b72cf" // hello } } ``` Check it out here:
Ergo's avatar
Ergo 1 month ago
🚀 New release: Ergo protocol reference clien 6.0.2.1 pre-release (v6.0.2.1) This pre-release is identical to 6.0.3 release but marked as a pre-release. To be used by updated public testnet operators and miners willing to try new features and fixes. ## What's Changed * Fix for sbt it:test by @kushti in * Custom public key mining api route in testnet by @K-Singh in * New public testnet parameters by @kushti in * Put tree version into Ergo tree in /script/p2s by @kushti in * Do not try to mine when the blockchain is not synced by @kushti in ## New Contributors * @K-Singh made their first contribution in **Full Changelog**: Check it out here:
Ergo's avatar
Ergo 3 months ago
Join us in a discussion with #NervosNetwork Alexander Chepurnoy, Jordan Mack, and others! When: Thursday Feb 26th, 6pm UTC YouTube Channel: https://youtu.be/@ErgoPlatform #CKB #ERG image
Ergo's avatar
Ergo 4 months ago
In an era of pervasive surveillance, the line between citizen and subject is increasingly questionable. In a p2p distributed system the line between peer and "user" is much more concise and distinct. Be a peer. image
Ergo's avatar
Ergo 4 months ago
We spent years trying to convince “crypto” to care about cryptographically hard assets and trust-minimized derivatives instead of endlessly printed insider junk that makes fiat look honest. Ergo had to survive in a grift-heavy ecosystem built around exchanges and speculation. That phase is ending. Fundamentals matter again.
Ergo's avatar
Ergo 4 months ago
📢 Ergonauts Reddit AMA!!! Ergo Book will be a guide by community on doing alternative monetary stacks on top of resilient p2p Ergo network and core hard proof-of-work backed asset ERG. Lets discuss its ideas over Reddit! Join AMA on Thu, Feb, 5th, 5 PM UTC, @ old.reddit.com/r/ergonauts/ image
Ergo's avatar
Ergo 4 months ago
🚀 New release: Ergo protocol reference client 6.1.2 (v6.1.2) This release is identical to 6.0.2 but on top of RocksDB as database ## What's Changed * Versioned block transaction serializer since 6.0, not 5.0 by @kushti in * Candidate regenration fixes by @kushti in * Add blocks with full txns endpoint to indexed node by @mgpai22 in * add exclude mempool spent to all blockchain unspent endpoints by @mgpai22 in * Add Full Input with Proof for Unconfirmed Transactions Endpoint by @mgpai22 in * Candidate for 6.0.1 release by @kushti in * Test for accepting solution for previous candidate by @kushti in * Agent rules by @kushti in * Fix for duplicate addresses on derivation after wallet restoration by @kushti in **Full Changelog**: Check it out here: