Skip to content

Releases: stegos/stegos-wallet

Mainnet v1.2.1

20 Jan 11:50
Compare
Choose a tag to compare

This version adds UTXO ID into transaction list. Click on UTXO ID to copy the full output hash tothe clipboard.
No other significant changes intended.

image

Getting Started

See https://docs.stegos.com

Feedback

Please join us on Telegram Chat to let us know your thoughts. Subscribe to the official Telegram Channel for the latest news.

Note: To validate SHA256SUMS use keybase.

cat ./SHA256SUMS.sig | keybase verify -S vldm | sha256sum -c

Mainnet v1.2

16 Jan 17:02
Compare
Choose a tag to compare

This version implements support public payments needed for the exchange integration.
No other significant changes intended.

Getting Started

See https://docs.stegos.com

Feedback

Please join us on Telegram Chat to let us know your thoughts. Subscribe to the official Telegram Channel for the latest news.

Note: To validate SHA256SUMS use keybase.

cat ./SHA256SUMS.sig | keybase verify -S vldm | sha256sum -c

Mainnet v1.1

30 Dec 17:53
Compare
Choose a tag to compare

This is a hotfix release for Mainnet v1.0.
Upgrading to Hotfix 1 is highly recommended.

Changes since Mainnet v1.0:

  • Added possibility to copy paste recovery phrase.
  • Fixed processing of unspent outputs.
  • Fixed a numerous of bugs that related to multi-chain supports.

Also numerous of changes related to node update:

  • Added stake all command, for staking all available payment utxos.
  • Implemented resending of restake transacitons, that increase resilience.
  • Improved logs, remove downgraded technical errors to info.
  • Added show validators command to show current active validators group.
  • Fix panic in snowball.
  • Add accounts_info as an alias for list_accounts
  • Implemented API call to get list of connected nodes.
  • Make payment always use fixed fee for two outputs.
  • Refactored transaction tracking.
  • Clarified error messages.
  • Updated AES crate, and fixed a bug that cause a panic on system that support AES-NI instruction set, but didn't support AVX2.
  • Fixed panic on unseal created account at single epoch.
  • Removed virtual public addresses from CLI.

Getting Started

See https://docs.stegos.com

Feedback

Please join us on Telegram Chat to let us know your thoughts. Subscribe to the official Telegram Channel for the latest news.

Note: the release GPG key is 59839CE84166298F.

Mainnet v1.0

21 Nov 07:07
v1.0
3d165b7
Compare
Choose a tag to compare

Dear Stegos Community,

We're delighted to announce the release of the Stegos mainnet.

Please download v1.0 of the Stegos desktop app by selecting the file from the Assets menu at the bottom of the page which matches your operating system.

New Users

If this is your first time using the Stegos app, you don't need to do anything else. Just download and install the app and you're ready to go!

Existing Users and Bounty / Hackathon Participants

Existing users and participants in the bounty and hackathon will need to take a few more steps.

These steps are VERY IMPORTANT, and failing to follow them could mean we cannot send you your rewards.

If You Have Backed Up Your Wallet (or Didn't Participate in the Hackathon)

If you have already backed up your testnet wallet using the 24-word mnemonic, or if you didn't participate in the hackathon and so don't need your testnet account anymore, then you just need to delete the old testnet data.

Mainnet is a brand new instance of the Stegos chain, and the testnet will also be restarted. Therefore, you must delete your testnet chain data before restarting the app. The contents of the following directories must be deleted fully:

Windows: C:\Users\[user]\AppData\Roaming\stegos

Mac: $HOME/Library/Application Support/stegos

Linux: $HOME/.local/share/stegos

After that, you can install and run v1.0 of the Stegos app.

If You DID NOT Back Up Your Wallet

If you have not backed up your wallet but still need to receive rewards from the hackathon, you will need to back up your account in a different way.

You have three options to back up your account:

Option 1

THIS OPTION WILL WORK ONLY IF YOUR WALLET IS CURRENTLY RUNNING. IF YOU HAVE CLOSED YOUR APP, YOU WON'T BE ABLE TO USE THIS OPTION. PLEASE USE OPTION 2 OR 3.

Go to the Stegos account registered in the bounty, click the settings button and then click "Backup". Now, write down the 24-word recovery (seed) phrase for the account and keep it in a safe place.

Once you've stored your recovery phrase, close the wallet and clean the wallet's working directory by removing the following directory on your computer:

Windows: C:\Users\[user]\AppData\Roaming\stegos
Mac: $HOME/Library/Application Support/stegos
Linux: $HOME/.local/share/stegos

After that you should download and install the new release of the wallet or node using one of the Assets links below.

Keep your 24-word phrase safe so you can use it later to restore your account.

Option 2

This option is recommended only for technically confident users, as it requires you to download and use the CLI wallet interface from the previous release.

Launch your existing wallet application (even though it will not sync) and keep it open. Wait a couple of minutes, then access your wallet via the previous version of the command-line interface. If you don't already have it, you can get it here:

Launch the corresponding stegos binary for your operating system and input the show recovery command at the prompt:

account#1> show recovery
---
- type: get_recovery
...

---
- account_id: "1"
  type: recovery
  recovery: loop digital canal about seed champion couch rain eight twice split spoon alert total primary radio wool minute increase arctic aim dentist length head
  last_public_address_id: 0
...

You may also need to issue the unseal command before using show recovery. The password will be the same as for your GUI wallet.

Write down the recovery phrase from the recovery: field in command's response and keep it in a safe place.

Now exit from stegos CLI, close the wallet application and clean the wallet's working directory by removing the following directory on your computer:

Windows: C:\Users\[user]\AppData\Roaming\stegos
Mac: $HOME/Library/Application Support/stegos
Linux: $HOME/.local/share/stegos

After that you should download and install the new release of the wallet or node using one of the Assets links below.

Keep your 24-word phrase safe so you can use it later to restore your account.

After that you should download and install the new release of the wallet or node using one of the Assets links below.

Keep your 24-word phrase safe so you can use it later to restore your account.

Option 3

This option is the most time consuming, but it is easy to apply and success is guaranteed. If you aren't confident about Option 2, please use this one.

Instead of saving your recovery phrase, in this option you'll back up your accounts subdirectory and clean up several other subdirectories in the stegos working folder before launching the new release:

Step 1: Back up (copy) the following directory to a safe place:

Windows: C:\\Users\\[user]\\AppData\\Roaming\\stegos\\accounts\\
Mac: $HOME/Library/Application Support/stegos/accounts/
Linux: $HOME/.local/share/stegos/accounts/

Step 2: Remove blockchain files

Windows: C:\\Users\\[user]\\AppData\\Roaming\\stegos\\chain\\
Mac: $HOME/Library/Application Support/stegos/chain/
Linux: $HOME/.local/share/stegos/chain/

Step 3: Remove deleted accounts folder

Windows: C:\\Users\\[user]\\AppData\\Roaming\\stegos\\accounts\\.trash\\
Mac: $HOME/Library/Application Support/stegos/accounts/.trash/
Linux: $HOME/.local/share/stegos/accounts/.trash/

Step 4: Remove history of operations for each account

Windows: C:\\Users\\[user]\\AppData\\Roaming\\stegos\\accounts\\[account_num]\\history\\
Mac: $HOME/Library/Application Support/stegos/accounts/[account_num]/history/
Linux: $HOME/.local/share/stegos/accounts/[account_num]/history/

After removing all of the above, you should have only two files, account.pkey and account.skey , for each account subdirectory in the stegos working folder.

After that you must download and install a new release of the wallet or node using one of the Assets links below.

Checksums

The release GPG key is CC35182CD7D00B9C.

The release SHA256 checksums of releases are:

3852a334de9f2899bc699ba7b7086c2ab284cdedea49215c9ab919ee241c4ebb  stegos-wallet_1.0.0_amd64.deb
755fad2827f1667942971553579b8ef1a79a313dcd038af9ce102803f78dde56  StegosWallet-1.0.0.dmg
41ac25a98bd7c7571ef05b6a5d258a973a3037af93c334792b86cbb73949d935  stegos-wallet-1.0.0-x86_64.AppImage
5d5620b9f46e0d62c66661327bbc2bd1b89dfde3e764ed03ed55ceb1cbb0721c  stegos-wallet-1.0.0.x86_64.rpm
d0282326318bee62d7eeca8d7e039e86b3218a2c193755b29346a1d109e904fb  StegosWallet Setup 1.0.0.exe

To validate git sources, use the following script:

gpg --keyserver keyserver.ubuntu.com --recv-keys CC35182CD7D00B9C
git clone https://github.com/stegos/stegos.git
cd stegos
git verify-tag v1.0

Ensure that git displays "Good signature" message.

To validate SHA256 checksums, use sha256sum utility and the following script:

gpg --keyserver keyserver.ubuntu.com --recv-keys CC35182CD7D00B9C
curl -LO https://github.com/stegos/stegos-wallet/releases/download/v1.0/SHA256SUMS.gpg
curl -LO https://github.com/stegos/stegos-wallet/releases/download/v1.0/SHA256SUMS
gpg --verify SHA256SUMS.gpg
sha256sum -c SHA256SUMS    

Ensure, that gpg prints "Good signature" message and sha256sum utility prints OK for all files.
It is also possible to validate a checksum of a single file:

sha256sum stegos-wallet-1.0.0-x86_64.AppImage                                                                                                                                                

Ensure that displayed checksum is the same as listed above.

Getting Started

See https://docs.stegos.com

Feedback

Please join us on Telegram Chat to let us know your thoughts. Subscribe to the official Telegram Channel for the latest news.

Mainnet Beta 5

05 Nov 10:43
v0.17
Compare
Choose a tag to compare
Mainnet Beta 5 Pre-release
Pre-release

This is the fifth beta release of the upcoming Stegos mainnet. Beta 5 is primarily a stabilization release, which fixes a major bug and brings many speed improvements. This release is fully compatible with Beta 4 Stegos blockchain and no other actions besides updating Stegos software is required from the users. Upgrading to Beta 5 is highly recommended, especially for participants of the bounty program.

Changes since Mainnet Beta 4:

  • Finally fixed DNS resolver on Windows
  • Fixed multiple corner cases in consensus
  • Fixed "entered unreachable code" bug
  • Enabled log rotation for stegosd.log by default
  • Fixed a synchronization status after laptop hibernation
  • Improved an automatic re-staking, now it happens at a random micro block during an epoch
  • Fixed LRU cache in PubSub protocol
  • Replaced buggy bitvector crate with bit-vec
  • Updated Rust Toolchain to 2019-10-30
  • Integrated all third-party dependencies into Cargo build system
  • Created a native port of Node and CLI to Android ARM64/x86_64 (no mobile app yet)

Getting Started

See https://docs.stegos.com

Feedback

Please join us on Telegram Chat to let us know your thoughts. Subscribe to the official Telegram Channel for the latest news.

Mainnet Beta 4 Hotfix 1

29 Oct 10:17
Compare
Choose a tag to compare
Pre-release
v0.16.47

changed default node dir

Mainnet Beta 4

10 Oct 16:19
v0.16
58468dc
Compare
Choose a tag to compare
Mainnet Beta 4 Pre-release
Pre-release

This is the fourth beta release of the upcoming Stegos mainnet.

VERY IMPORTANT!!!: This release involves a complete restart of the chain, SO PLEASE READ THE NEXT SECTION EXTREMELY CAREFULLY OR YOU MAY LOSE YOUR TOKENS AND HACKATHON PROGRESS.

Steps to install the new release

If you are already participating in the bounty

If you are an existing participant of the bounty program and have already received bounty tokens to your Stegos wallet, you MUST BACK UP YOUR ACCOUNT, otherwise all of your bounty tokens will be permanently lost! (If you are not already a bounty participant, skip to the next section.)

You have three options to back up your account:

Option 1

THIS OPTION WILL WORK ONLY IF YOUR WALLET IS CURRENTLY RUNNING. IF YOU HAVE CLOSED YOUR APP, YOU WON'T BE ABLE TO USE THIS OPTION. PLEASE USE OPTION 2 OR 3.

Go to the Stegos account registered in the bounty, click the settings button and then click "Backup". Now, write down the 24-word recovery (seed) phrase for the account and keep it in a safe place.

Once you've stored your recovery phrase, close the wallet and clean the wallet's working directory by removing the following directory on your computer:

Windows: C:\Users\[user]\AppData\Roaming\stegos
Mac: $HOME/Library/Application Support/stegos
Linux: $HOME/.local/share/stegos

After that you should download and install the new release of the wallet or node using one of the Assets link below.

Next, restore your account using the recovery phrase you just wrote down.

You will get your bounty tokens in the account registered with the bounty bot immediately. However, the outgoing (send) operations history will be permanently deleted.

Option 2

This option is recommended only for technically confident users, as it requires you to download and use the CLI wallet interface from the previous release.

Launch your existing wallet application (even though it will not sync) and keep it open. Wait a couple of minutes, then access your wallet via the previous version of the command-line interface. If you don't already have it, you can get it here:

Launch the corresponding stegos binary for your operating system and input the show recovery command at the prompt:

account#1> show recovery
---
- type: get_recovery
...

---
- account_id: "1"
  type: recovery
  recovery: loop digital canal about seed champion couch rain eight twice split spoon alert total primary radio wool minute increase arctic aim dentist length head
  last_public_address_id: 0
...

You may also need to issue the unseal command before using show recovery. The password will be the same as for your GUI wallet.

Write down the recovery phrase from the recovery: field in command's response and keep it in a safe place.

Now exit from stegos CLI, close the wallet application and clean the wallet's working directory by removing the following directory on your computer:

Windows: C:\Users\[user]\AppData\Roaming\stegos
Mac: $HOME/Library/Application Support/stegos
Linux: $HOME/.local/share/stegos

Next, download and install a new release of the wallet or node using one of the links in Assets below and restore your account using the recovery phrase you've just wrote down.

You will get your bounty tokens in the account registered with the bounty bot immediately. The outgoing (send) operations history will be lost permanently.

Option 3

This option is the most time consuming, but it is easy to apply and success is guaranteed. If you aren't confident about Option 2, please use this one.

Instead of saving your recovery phrase, in this option you'll back up your accounts subdirectory and clean up several other subdirectories in the stegos working folder before launching the new release:

Step 1: Back up (copy) the following directory to a safe place:

Windows: C:\\Users\\[user]\\AppData\\Roaming\\stegos\\accounts\\
Mac: $HOME/Library/Application Support/stegos/accounts/
Linux: $HOME/.local/share/stegos/accounts/

Step 2: Remove blockchain files

Windows: C:\\Users\\[user]\\AppData\\Roaming\\stegos\\chain\\
Mac: $HOME/Library/Application Support/stegos/chain/
Linux: $HOME/.local/share/stegos/chain/

Step 3: Remove deleted accounts folder

Windows: C:\\Users\\[user]\\AppData\\Roaming\\stegos\\accounts\\.trash\\
Mac: $HOME/Library/Application Support/stegos/accounts/.trash/
Linux: $HOME/.local/share/stegos/accounts/.trash/

Step 4: Remove history of operations for each account

Windows: C:\\Users\\[user]\\AppData\\Roaming\\stegos\\accounts\\[account_num]\\history\\
Mac: $HOME/Library/Application Support/stegos/accounts/[account_num]/history/
Linux: $HOME/.local/share/stegos/accounts/[account_num]/history/

After removing all of the above, you should have only two files, account.pkey and account.skey , for each account subdirectory in the stegos working folder.

After that you must download and install a new release of the wallet or node using one of the Assets links below. You will get your bounty tokens immediately to the account registered with the bounty bot. The outgoing (send) operations history will be lost permanently.

If you are not a participant in the bounty

If you haven't registered an account with our bounty bot, but you have previously installed our node or wallet, you still have to remove the stegos working directory completely prior to launching the new release:

Windows: C:\Users\[user]\AppData\Roaming\stegos
Mac: $HOME/Library/Application Support/stegos
Linux: $HOME/.local/share/stegos

After that you can download and install a new release of the wallet or node using one of the Assets links below.

If you're installing our wallet or node for the first time

If you never installed our software before on this computer, you can simply download and install a new release of the wallet or node using one of the Assets links below without any preparatory steps.

Changes since Mainnet Beta 3:

  • Fast Synchronization Protocol. This release introduces a new, much faster synchronization protocol. We decided to switch from a more sophisticated but slow Kademlia-DHT based unicast protocol to a much simpler direct sync protocol between peers in our gossip network. This should be at least ten times faster.
  • Fixed 24-word recovery. Wallets now recover completely when the 24-word recovery method was used. (This problem only affected the wallet's local UTXO database. The actual balance was securely stored on the blockchain and wasn't affected.)
  • Fixed DNS resolver. The Stegos node and wallet will use your operating system's default DNS resolver hosts instead of 1.1.1.1 (Cloudflare), which was used in all previous versions of our software. This created problems synchronizing the wallet with the network for our users in China and other countries that block access to non-ISP DNS resolvers.
  • Fixed "TooBigActivitymap" bug. This bug brought our previous testnet to a halt. Nodes crashed if there were more than 64 validators elected in the epoch. This problem was caused by a serious bug in a third-party Rust library dealing with bit vectors. We are going to report this bug upstream, and have temporarily excluded that crate from our usage.
  • Fixed "entered unreachable code" bug. Node crashed with an assertion on SIGKILL.
  • Fixed miscellaneous CLI bugs. Bugs related to JSON parsing and bech32 addresses were fixed in the Stegos CLI client.

Getting Started

See https://docs.stegos.com

Feedback

Please join us on Telegram Chat to let us know your thoughts. Subscribe to the official Telegram Channel for the latest news.

Mainnet Beta 3 Hotfix 1

08 Oct 18:35
v0.15
324e48c
Compare
Choose a tag to compare
Pre-release

This is a first hotfix release to the current beta release of Stegos mainnet. This hotfix is fully compatible with the existing Stegos blockchain and no actions besides updating Stegos software is required from the users.

Improvements in Hotfix 1:

  • Fixed DNS resolver. The Stegos node and wallet will use operating system's default DNS resolver hosts instead of 1.1.1.1 (Cloudflare) that was used in all previous versions of our software. This created troubles with synchronizing the wallet with the network for our users in China and other countries that block access to non-ISP DNS resolvers.
  • Fixed miscellaneous CLI bugs. Bugs related to JSON parsing and bech32 addresses were fixed in the Stegos CLI client.

Getting Started

See https://docs.stegos.com

Feedback

Please join us on Telegram Chat to let us know your thoughts. Subscribe to the official Telegram Channel for the latest news.

Mainnet Beta 3

30 Sep 10:15
v0.14
d3b4c4a
Compare
Choose a tag to compare
Mainnet Beta 3 Pre-release
Pre-release

[EN] [CN]

This is a beta release of the upcoming Stegos mainnet. The label "beta" means that we have no known critical issues and showstoppers. This is a complete restart of the chain, so all addresses will be deleted and balances wiped. Users will have to delete their old chain data before restarting the app. The contents of the following directories must be deleted fully:

Windows: C:\Users\[user]\AppData\Roaming\stegos
Mac: $HOME/Library/Application Support/stegos
Linux: $HOME/.local/share/stegos

Bounty Program

Mainnet beta 3 will be used as part of the upcoming Stegos bounty program, which starts next week. To support this, the following changes have being made:

  • The staking threshold has been temporarily reduced from 50,000 to 1,000 tokens.
  • The Stegos Leprechaun bot has been disabled, and will soon be replaced with the Stegos Bounty bot. The bounty bot will provide tasks, small amounts of coins, and announcements about the bounty and the validator service award.

Changes since Mainnet Beta 2:

  • Fast Recovery Mode. The Stegos node can now instantly recover from disk by using a saved snapshot, instead of replaying the entire blockchain before launch. This will eliminate the synchronization delay in the wallet app, which users found confusing. This mode is turned on by default.
  • Bech32 instead of Base58 for addresses. This release introduces Bech32-compatible encoding to all public keys in API, CLI, and applications. The primary advantage of Bech32 over Base58 is that Bech32 addresses are case-insensitive and easy to type. Bech32 also supports multiple network prefixes, which protects users from using testnet addresses on mainnet and vice versa.
  • Public Addresses. This release brings support for Bitcoin-like public addresses. Public addresses are like regular public keys, but can only receive public (uncloaked) payments. Private (cloaked) payments to public addresses are not supported. Each account can have an unlimited number of public addresses. This feature can be used to implement Bitcoin-like behaviour. Type "create public address" in CLI to create a new public address. Public addresses are also supported in Stegos WebSocket API (you can read our API documentation here).
  • Block Explorer API. Mainnet Beta 3 brings a new set of API methods for the blockchain introspection. The new API can retrieve raw blocks from the blockchain in JSON format, as well as subscribe for incoming changes notifications. See show status, show block, subscribe chain CLI commands, and the corresponding API calls for the additional details.
  • Network Optimizations. This release brings some useful optimization to the network stack. For example, a new version of PubSub protocol now automatically de-duplicates identical messages received in a certain time window. We also work on a new fast synchronization protocol which will be available in the next release.
  • ARM64 port. Stegos node has been successfully ported to 64-bit ARM processors. The latest version of the node has been tested on the 64-bit version of Manjaro Linux for Raspberry Pi 4, but other 64-bit Linux distributions should work as well.

Getting Started

See https://docs.stegos.com

Feedback

Please join us on Telegram Chat to let us know your thoughts. Subscribe to the official Telegram Channel for the latest news.


亲爱的Stegos社区,

我们很高兴地在这里郑重宣布发布Stegos主网的最终测试版Mainnet Beta 3,以及桌面App的全新版本(v0.14.0)。 标签"beta"表示我们没有已知的关键问题和运行问题。本次Stegos链会进行完全重启,因此所有的节点数据和钱包余额都将被清除。用户必须在重新启动应用程序之前,删除旧的链数据。以下目录的内容必须完全删除:

Windows: C:\Users\[user]\AppData\Roaming\stegos
Mac: $HOME/Library/Application Support/stegos
Linux: $HOME/.local/share/stegos

赏金计划

Mainnet beta 3将被用作即将于本周开始的Stegos赏金计划的基础链。为此,我们部署了以下更改:

  • 抵押门槛(staking)已暂时从50,000个STG减少到1,000个STG。
  • 本周还标志着我们的黑客马拉松和赏金活动的启动,您可以在活动期间完成任务以赚取积分,总奖池高达150,000美元等你来瓜分。赏金活动将分为两个平台进行:一个平台在我们的网站上进行,由Vyper竞赛平台提供支持;另一个平台在我们的Mainnet Beta 3链上进行,并由Telegram赏金机器人提供支持。对于电报赏金平台,您可以通过完成各个任务,成为验证器,参与Staking挖矿等活动中获得测试网STG,这些测试网STG会在主网上线后按照一定比例兑换成真实的STG主网币!

Mainnet Beta 2以来的改进:

  • 快速恢复模式. Stegos节点现在可以通过使用保存的快照立即从磁盘恢复,而不必在启动之前重新同步整个区块链。这将消除钱包应用程序中的同步延迟,此前的版本用户经常感到困惑,我们听到了社区的反馈,本次更新消除了该困扰。 默认情况下启用此模式。
  • 地址形式从Base58变为Bech32. 新版本将与Bech32兼容的编码引入到API、CLI和应用程序中的所有公钥中。与Base58相比,Bech32的主要优点是Bech32地址不区分大小写,并且易于键入。Bech32还支持多个网络前缀,这可以防止用户在主网上使用testnet地址,反之亦然。
  • 公开地址. 新版本带来了对类似比特币的公共地址的支持。公用地址就像常规公钥一样,但是公用地址只能接收公用地址的(可见)付款。 不支持接收来自非公开地址的匿名(不可见)付款。每个帐户可以创建无限数量的公开地址。此功能可用于实现类似比特币的行为。在CLI中键入 "create public address" 以创建新的公开地址。Stegos WebSocket API也支持公开地址(您可以点击此处阅读我们的API文档)。
  • 区块浏览器API. Mainnet Beta 3为区块链自我检查带来了一组新的API方法。新的API能以JSON格式从区块链检索原始块,以及订阅传入的更改通知。请使用 status, show block, subscribe chain CLI命令以及相应的API调用以获取额外的详细信息。
  • 网络优化. 新版本为网络堆栈带来了一系列有用的优化。例如,新版本的PubSub协议现在会自动对在特定时间窗口内收到的相同消息进行重复数据删除。我们还致力于部署新的快速同步协议,该协议将在下一版本中提供。
  • ARM64端口. Stegos节点已成功移植到64位ARM处理器。该节点的最新版本已经在Raspberry Pi 4的Manjaro Linux的64位版本上进行了测试,但是其他的64位Linux发行版也应该可以工作。

入门指南

查阅 https://docs.stegos.com

反馈

请加入我们的电报群来让我们知道您的想法。订阅我们的官方电报公告频道来获取项目新闻。

Mainnet Beta 2

04 Sep 17:01
v0.13
3b2d88e
Compare
Choose a tag to compare
Mainnet Beta 2 Pre-release
Pre-release

Stegos creates cutting-edge technology that keeps your secrets safe from prying eyes so you feel empowered and secure.

This is a second beta release of upcoming Stegos Mainnet. The label "beta" means that we have no known critical issues and showstoppers. This release brings native support for Windows. Both Stegos Node and Stegos Wallet App are now available for Windows platform. No other major features intended.

Getting Started

See https://docs.stegos.com/about/getting-started

Feedback

Please join us on Telegram Chat to get test tokens and let us know your thoughts.
Subscribe to official Telegram Channel for the latest news.


Stegos创造了尖端技术,可以保护您的秘密免受窥探,让您感觉很给力和安全。

这是即将推出的Stegos Mainnet的第二个测试版。标签“beta”意味着我们没有已知的关键问题和根本性障碍。此版本为Windows提供本机支持。Stegos节点Stegos钱包应用现在都可用于Windows平台。没有其他主要功能。

入门指南

请参阅 https://docs.stegos.com/about/getting-started

反馈

请加入我们的Telegram聊天室以获取测试令牌,并告诉我们您的想法。订阅官方电报公告频道获取最新消息。