跳到主要內容

門羅網路 (Monero Network) 將在 4/6 更新,更改 PoW 防止 ASIC 礦機入侵



自從之前比特大陸 (Bitmain) 公布了最新的 CryptoNight ASIC 礦機造成 CryptoNight 系貨幣 (XMR、ETN...等) 一片譁然,主要是會嚴重傷害這個算法的去中心化理念和對貨幣發行的公平性,更會造成挖礦難度大爆炸,普通 CPU、顯卡礦工將幾乎無法從中獲利就如現在比特幣 (Bitcoin) 的挖礦生態一般。當然 Monero 團隊對於 ASIC 礦機的立場也一向都很強硬,礦機釋出的消息才沒多久馬上就決定了將在 4/6 特別針對 ASIC 更新整體網路,會更改 PoW 的機制來遏止特殊訂製的挖礦設備。


(Bitmain 新開發的 CryptoNight 礦機)


Monero v0.12.0.0

啟用日期 : 2018/4/6


本次更新主要調整 :
  • PoW 機制改變,防止 ASICs
  • 傳輸限制最小 Mixin 6,小於會被 Monero 網路拒絕



那不論是礦池、挖礦程式、CLI/GUI 錢包都會需要手動更新,官方也提供各個項目的操作指示,簡單來說只要你是存在 MyMonero 網頁錢包、紙錢包或各交易所都不需要做任何改變,只有個人錢包會需要手動因應這次更新。


官方更新指南 :


How do I upgrade?

First and foremost, we encourage users to check the integrity of the binaries and verify that they were signed by Fluffypony's GPG key. A guide that walks you through this process can be found here for Windows and here for Linux and Mac OS X.
CLI: // Windows 32-bit, Linux 32-bit, ARMv7, ARMv8, and FreeBSD binaries are forthcoming
If you are using the CLI you ought to perform the following steps:
  1. Download the new binaries from the official website or Github.
  2. Extract the new binaries to a new directory of your liking.
  3. Copy over the wallet files from the old directory (the one that contains the v0.11.0.0 or v0.11.1.0 binaries).
Note that a blockchain resync is not needed. Thus, if you open monerod-v.0.12.0.0, it will simply pick up where it left off.
GUI: // GUI Binaries are forthcoming
If you are using the GUI you ought to perform the following steps:
  1. Download the new binaries from the official website or Github.
  2. Extract the new binaries to a new directory of your liking.
  3. Open monero-wallet-gui^1. It should automatically load your "old" wallet and you should be set for the upcoming scheduled network upgrade.
(1) On Linux you ought to start the GUI with the start-gui.sh script, i.e., ./start-gui.sh.
Paper wallet:
You don't have to do anything. However, if you want to restore a wallet after the scheduled network upgrade, you need to use the new binaries.
MyMonero:
You don't have to do anything, as MyMonero will be properly upgraded in advance of the scheduled network upgrade.
Mobile wallets:
Its presumed that the third-party mobile wallets (Monerujo, Cake, and Xwallet) will release a new version in advance of the scheduled network upgrade such that the user is sufficiently prepared. Basically, their new version has to use ring size 7 as minimum default, otherwise users will get their transactions rejected.
Solo mining:
This process is similar to the CLI upgrade process. Thus, see aforementioned CLI steps.
Pool mining:
Your pool operator should upgrade to the new version. In addition, you should update your mining software to the latest version (the one that includes code to accommodate the PoW tweak).



同時 Monero 團隊也呼籲整體社群響應更新維持網路完整,也已經接洽交易所配合此次更新以防止 ASIC 礦機的負面影響。那同是 CryptoNight 算法的 Electroneum (ETN) 在先前直播也已經表示會跟進 Monero 之後的改版 (來源),所以應該不需要擔心會難度暴升,這方面就靜待開發團隊消息了。


留言



這個網誌中的熱門文章

WinRAR - 繁體中文版、免費版,別再破解了,老牌壓縮軟體直接免費給你用

WinRAR 應該對於所有 Windows 使用者一點都不陌生,可能也是很多人壓縮、解壓縮檔案的首選,舉凡 RAR、ZIP、7-Zip、TAR ...等檔案格式都可以處理,製作自解壓縮 (.EXE) 檔也沒問題,也算是最老牌的解壓縮軟體之一。 WinRAR 官方網站 :  https://www.win-rar.com 繁體中文版 :  https://rar.tw/download.html 永久免費簡體版 :  http://www.winrar.com.cn/download.htm 其實我也不太理解為什麼一個 WinRAR 可以有這麼多版本、不同語系的官網,畢竟在最原始的官網內也有「漢語」(簡體中文) 的選項,所以其他的國家自己的官網算代理商嗎? 如果真的要說我會比較建議到 英文版的官網 下載,畢竟這種軟體轉了一手又一手,加了什麼都不知道。

Linux (Ubuntu) 查詢硬碟容量、剩餘大小指令

在 Ubuntu Desktop 版本或有安裝 GUI 像 Xfce 的 Server 版本當然可以直接從圖形介面查看硬碟容量和已經使用的大小, 但如果是在純 CLI 版本或使用 SSH 連線時呢?那就需要用到指令了。 顯示硬碟容量、已使用、可用大小。 df -h 查詢資料夾所占硬碟的大小。 du -h 查詢檔案大小 ls -l

Htop - 比 top 更好用, Linux (Ubuntu) 指令介面系統監控、進程管理

在使用 Ubuntu Desktop 版本時可以直接打開「系統監控」這個 App 看到 CPU、記憶體 (RAM) 使用率和一些正在跑的進程,不過介面其實功能不強,單純就像 Windows 內建的工作管理員一樣,大部分人還是會選擇使用指令列的監測工具,更不要說是使用 Ubuntu Server 或其他無 GUI Linux 的使用者了, 而「top」就是一款已經內建在多數 Linux 系統的進程管理工具,但今天要介紹的是上色版而且功能更強大的「Htop」。 sudo apt-get install htop 首先使用指令安裝「Htop」,如果遇到 「dpkg was interrupted」 的錯誤可以先打上修復指令  sudo dpkg --configure -a 。 htop 然後就可以使用指令開啟「Htop」了,可以在裡面清楚的看到每一條進程, 用 F6 也可以以 CPU 使用率或其他項目排列 ,我的這個是使用 Bash 開的所以沒有太多進行中的程序,但仍然可以看到所有 CPU Threads、RAM 的使用率在介面上方。