Chia客户端1.1.3重大更新首发(附下载链接)

ChiaSetup-1.1.3(2021年5月2日更新,win10适用) 注意:需要等你plot的图完成后再更新,否则正在plot的图会失效消失

1.1.3版本更新(修复问题较多参见翻译原文)下载链接

https://chianet.lanzous.com/b0263iova
密码:b9vm

翻译 

  • 重要更新

  • 在P2P操作期间,已将显着的同步速度改进添加到了节点。这主要是为了提高性能,以确保Node中有足够的开销进行事务处理。强烈建议像树莓派4这样的小型计算机在转账开始时太平洋夏令时2021年5月3日早上10点(即北京时间5月4日凌晨1点)之前更新到此版本。

  • 已添加了显着的同步速度改进。但是,有很多悬而未决的成果可以继续提高后续的更新版本中整个链同步的速度。

  • 增加

  • 现在,我们需要节点12.x来构建GUI。安装程序已经使用节点12.x构建了相当一段时间。

  • 现在,节点将在同步时同时farm。

  • 我们更改了chialisp单例,以拼图哈希为起源。我们还更新了DID钱包以使用此功能。

  • 现在,交易在内存池中缓存了10分钟,以便在尝试支出失败时重试。

  • 感谢@ Chida82,他使日志循环计数完全可配置。对他表示歉意,因为他最初没有被包括在此处。

  • 感谢@fiveangle在整个python安装中使install.sh更具弹性。

  • 现在,标准交易都有公告。

  • 现在将同步和正常操作期间的VDF验证缓存起来,以增强节点性能。

  • 目标对等点数已从60增加到80,以增加可用于连接的对等节点数。出站连接从10个降低到8个。

  • streamables类的性能有了显着提高。

  • 如果空间查找证明花费的时间超过5秒,我们现在将在警告级别记录一个错误。

  • 允许在config.yaml中配置绘图加载间隔(默认为2分钟)。

  • CLI钱包用户界面得到了改进,并显示了钱包的同步状态。

  • @martomi添加了添加硬币的日志记录。

  • 感谢@aisk进行其他类型检查。

  • @aisk在bech32m中添加了错误检查

  • Chialisp程序现在仍在Node中进行序列化以获得更好的性能。

  • 现在将Mempool设置为单个块大小的50倍。

  • 减轻1-3 mojo尘土攻击。

  • 现在,CLI会根据需要切换到EiB进行网络空间显示。

  • 已修复

  • 我们修复了在GUI中显示绘图日志时过多的内存使用情况。这导致GUI应用程序在并行绘制许多图后以许多“有趣”的方式失败。

  • 修复了GUI中的地块更新问题。

  • 现在,长时间同步将在应用程序周围正确显示“正在同步”。

  • 现在,请求ID中的冲突已得到修复。

  • 收割机在装载时未捕获并记录一些重复的地块。

  • 我们已经删除了Node在其他地方重复请求的许多地方。

  • 守护程序现在等待服务结束以尝试避免僵尸进程。

  • 由于状态不一致,节点不太可能失去同步。

  • 非常感谢@sargonas诊断了为什么这么多技术支持问题会淹没GitHub问题,PRing修复程序以及将问题大规模迁移到Discussions。

  • 感谢@jeolcho修复了full_node_rpc_api.py中的错误。

  • 感谢@antoniobg修复keychain.py中的拼写错误。

  • 感谢@altendky捕获了版权日期错误。

官方原网址:

https://github.com/Chia-Network/chia-blockchain/releases

原文

  • Added

    Changed

    Fixed

    • We fixed excess memory use when displaying plot logs in GUI. This was causing the GUI application to fail in many "fun" ways after plotting a lot of plots in parallel.

    • Fixed plot update issues in the GUI.

    • Long syncing will now correctly show "Syncing" around the application.

    • Nonce collisions in request IDs is fixed.

    • Some duplicate plots were not being caught and logged by harvester on loading.

    • We have removed many places where Node was making duplicate requests of other nodes.

    • Daemon now waits for services to end to attempt to avoid zombie processes.

    • Node is less likely to lose sync due to state inconsistency.

    • A large thank you to @sargonas for diagnosing why so many technical support questions were flooding GitHub issues, PRing a fix, and mass migrating issues to Discussions.

    • Thanks to @jeolcho for fixing a bug in full_node_rpc_api.py.

    • Thanks @antoniobg for a typo fix in keychain.py.

    • Thanks to @altendky for catching a Copyright date error.

    • We now require node 12.x to build the GUI. Installers have been building using node 12.x for quite some time.

    • Node will now farm while syncing.

    • We changed chialisp singletons to take a puzzlehash as its origin. We also updated the DID wallet to use this.

    • Transactions are now cached for 10 minutes in mempool to retry if there is a failure of a spending attempt.

    • Thank you to @Chida82 who made the log rotation count fully configurable. Apologies to him for not initially being included here.

    • Thank you to @fiveangle for making install.sh more resilient across python installations.

    • Standard transactions now all have announcements.

    • VDF verification during sync and normal operations are now cached to enhance node performance.

    • Target peer count has been increased from 60 to 80 to increase the number of peer Nodes available to connect to. Outbound connections were lowered from 10 to 8.

    • The streamables class has had significant performance improvements.

    • If a proof of space lookup takes longer than 5 seconds we will now log an error at WARNING level.

    • Allow configuration of the plot loading interval (default is 2 minutes) in config.yaml.

    • CLI wallet UI was improved and shows syncing status of wallet.

    • @martomi added logging of added coins back.

    • Thank you to @aisk for additional type checking.

    • @aisk added error checking in bech32m

    • Chialisp programs now remained serialized in Node for better performance.

    • Mempool is now set to be 50 times the single block size.

    • Mitigate 1-3 mojo dust attacks.

    • CLI now switches to EiB for netspace display as appropriate.

    • Significant speed improvements have been added to the Node during P2P operations. This is mostly a performance improvement to make sure there is plenty of overhead in Node for transaction processing. Smaller machines like the Pi 4 are strongly advised to update to this release before Monday 5/3/21 at 10AM PDT when transactions start.

    • Significant syncing speed improvements have been added. However, there is a lot of low hanging fruit to continue to increase overall chain sync speed in subsequent releases.


从零开始同步还有问题,参考上一篇文章Chia同步问题(附同步文件下载链接2021年4月24日更新)(另附Chia挖矿群二维码)大家因为各种原因关掉客户端之后再打开客户端,发现区块同步很慢或者完全同步不上,由于最近直接添加节点的办法不是很有效有时候连上会掉线(有些官方提供的节点比如node.chia.net:8444),现在解决这个问题的办法是:1.打开钱包以后耐心等待(一般需要1个小时以上,不能同步你就换一个方法)2.想办法科学上网,科学上网之后等一段时间。(百度或必应搜索科学上网)这里不讨论怎么科学上网。
如果你想给刚安装上的客户端快速同步那么你可以在已经同步好的电脑上在C:\Users\替换为你的用户名\.chia\mainnet中找到db文件夹并复制粘贴到新的电脑上同一路径中,这样可以加快你的同步速度。如图

Chia客户端1.1.3重大更新首发(附下载链接)2021年5月2日发布

更新上传了一份database,备份时的区块高度在178200左右,想从高度0开始同步可以下载解压以后把db文件夹覆盖你的原db文件夹,路径为 C:\Users\替换为你的用户名\.chia\mainnet ,这样可以大大缩短你从0开始同步的时间。

Chia客户端1.1.3重大更新首发(附下载链接)

扫一扫手机访问

Chia客户端1.1.3重大更新首发(附下载链接)

发表评论