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 protocol reference client 6.0.4-RC2 pre-release (v6.0.4RC2) 6.0.4 RC2 canidate, on top of RC1 it is introducing following PRs : * Fix indentation in openapi.yaml for CommitmentWithSecret by @zargarzadehm in * Block candidate generation improvements by @kushti in ## New Contributors * @zargarzadehm made their first contribution in **Full Changelog**: Check it out here:
Ergo's avatar
Ergo 3 weeks ago
🚀 New release: Ergo protocol reference client 6.0.4-RC1 pre-release (v6.0.4RC1) ## What's Changed * Openapi-ai.yaml removed by @kushti in * Enforce chainSlice range limit by @a-shannon in * Validate wallet scan id route parameters by @a-shannon in * Validate REST modifier id byte length by @a-shannon in * Validate Transaction API box and token id lengths by @a-shannon in * Reject invalid secret proof hint hex by @a-shannon in * Add Inv -> RequestModifier test to ErgoNodeViewSynchronizerSpecificat… by @Ergologica in * Remove incorrect security annotations from public mining and script API routes by @jozanek in * Correct version2ActivationHeight value for the testnet by @kushti in * Speed up integration tests and fix Docker Desktop compatibility by @jozanek in * Prevent duplicate IDs in OrderedTxPool by @a-shannon in ## New Contributors * @Ergologica made their first contribution in **Full Changelog**: Check it out here:
Ergo's avatar
Ergo 1 month ago
🚀 New release: Ergo Matrix (6.5.0) for DevNet RC2 (v6.5.0-RC2) 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 client 6.1.3 (v6.1.3) ## 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 * Tests: Add regression test for chained off-chain token minting (Closes #1448) by @a-shannon in * cover exSize/exIlEncoding/exKeyLength/exEmpty rules by @jozanek in * Mempool removal improvements by @kushti in * Fix for "bounds must be positive" and faster missing parent header download by @kushti in * docs(openapi): expand wallet init/restore/derive endpoint descriptions by @jozanek in * P2P logic improvements by @kushti in * Fix mining candidate cache for custom public keys by @a-shannon in ## New Contributors * @K-Singh made their first contribution in **Full Changelog**: Check it out here:
Ergo's avatar
Ergo 2 months 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 3 months 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 5 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 6 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 6 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 6 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 6 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:
Ergo's avatar
Ergo 8 months ago
Join us today at 17:00 UTC for another community chat! We will start off with a dev update and then a show and tell and feed it into a chat for those who jump on the zoom. See you soon! Watch: Join Zoom: Meeting ID: 951 0586 4406 Passcode: 302917
Ergo's avatar
Ergo 10 months ago
Join the #Ergo community and #developers while they discuss various #opensource designs, public goods the dev community have been working on building, their benefits, and potential impacts. Live, from Colorado Springs!
Ergo's avatar
Ergo 10 months ago
WEEKLY COMMUNITY CHAT Last week's Community Chat was fantastic — we really appreciated everyone who joined us! 🎉 This Thursday brings us another Community Chat session, continuing this format that has replaced our traditional Weekly Update and AMA. We'll kick things off with #developer updates this week, followed by an open discussion format. We welcome all community members to join in — the event will be broadcast live on YouTube while the call is hosted on Zoom, offering you the choice to engage via video, audio only, or through the live chat. (The Zoom link will be available in the YouTube video description). Date: Thursday 2nd October Time: 13:00 UTC 📺 Join the live stream: https://youtube.com/live/thVAsxgUo-Q See you there ergonauts!
Ergo's avatar
Ergo 10 months ago
Runes give Bitcoin a clean, UTXO-native token layer. Rosen Bridge brings a cross-chain control plane with Watchers and Guards. Put them together and you get wrapped assets that live on #Bitcoin as #Runes, travel across chains, and redeem back through verifiable flows. 🔸 First demo with ADA, funded by Cardano Catalyst, proved the full loop by locking on Cardano and minting a Rune on Bitcoin with Rosen metadata. This isn’t a science project. It’s a #bridge design that traders, devs, and DAOs can use today. Read the full article 👉 image