ホーム » 暗号資産ニュース
バイナンスの元CEOであるChangpeng Zhaoは、暗号資産が迫りくる量子コンピューティングの地雷原を乗り越える方法を見つけることに自信を持っています。
}
function loadTrinityPlayer(targetWrapper, theme,extras="") {
cleanupPlayer(targetWrapper); // Always clean first ✅
targetWrapper.classList.add('played');
// Create script
const scriptEl = document.createElement("script");
scriptEl.setAttribute("fetchpriority", "high");
scriptEl.setAttribute("charset", "UTF-8");
const scriptURL = new URL(`https://trinitymedia.ai/player/trinity/2900019254/?themeAppearance=${theme}${extras}`);
scriptURL.searchParams.set("pageURL", window.location.href);
scriptEl.src = scriptURL.toString();
// Insert player
const placeholder = targetWrapper.querySelector(".add-before-this");
placeholder.parentNode.insertBefore(scriptEl, placeholder.nextSibling);
}
function getTheme() {
return document.body.classList.contains("dark") ? "dark" : "light";
}
// Initial Load for Desktop
if (window.innerWidth > 768) {
const desktopBtn = document.getElementById("desktopPlayBtn");
if (desktopBtn) {
desktopBtn.addEventListener("click", function () {
const desktopWrapper = document.querySelector(".desktop-player-wrapper.trinity-player-iframe-wrapper");
if (desktopWrapper) loadTrinityPlayer(desktopWrapper, getTheme(),'&autoplay=1′);
});
}
}
// Mobile Button Click
const mobileBtn = document.getElementById("mobilePlayBtn");
if (mobileBtn) {
mobileBtn.addEventListener("click", function () {
const mobileWrapper = document.querySelector(".mobile-player-wrapper.trinity-player-iframe-wrapper");
if (mobileWrapper) loadTrinityPlayer(mobileWrapper, getTheme(),'&autoplay=1′);
});
}
function reInitButton(container,html){
container.innerHTML = " + html;
}
// Theme switcher
const destroyButton = document.getElementById("checkbox");
if (destroyButton) {
destroyButton.addEventListener("click", () => {
setTimeout(() => {
const theme = getTheme();
if (window.innerWidth > 768) {
const desktopWrapper = document.querySelector(".desktop-player-wrapper.trinity-player-iframe-wrapper");
if(desktopWrapper.classList.contains('played')){
loadTrinityPlayer(desktopWrapper, theme,'&autoplay=1′);
}else{
reInitButton(desktopWrapper,'Listen')
const desktopBtn = document.getElementById("desktopPlayBtn");
if (desktopBtn) {
desktopBtn.addEventListener("click", function () {
const desktopWrapper = document.querySelector(".desktop-player-wrapper.trinity-player-iframe-wrapper");
if (desktopWrapper) loadTrinityPlayer(desktopWrapper,theme,'&autoplay=1');
});
}
}
} else {
const mobileWrapper = document.querySelector(".mobile-player-wrapper.trinity-player-iframe-wrapper");
if(mobileWrapper.classList.contains('played')){
loadTrinityPlayer(mobileWrapper, theme,'&autoplay=1′);
}else{
const mobileBtn = document.getElementById("mobilePlayBtn");
if (mobileBtn) {
mobileBtn.addEventListener("click", function () {
const mobileWrapper = document.querySelector(".mobile-player-wrapper.trinity-player-iframe-wrapper");
if (mobileWrapper) loadTrinityPlayer(mobileWrapper,theme,'&autoplay=1′);
});
}
}
}
}, 100);
});
}
})();
AIで要約
AIで要約
「高いレベルで言えば、暗号資産がすべきことは量子耐性アルゴリズムにアップグレードすることだけです。だから、パニックになる必要はありません」とCZは火曜日にXで述べました。
彼のコメントは、月曜日にGoogleから発表された研究論文に続くもので、量子コンピュータはビットコインとイーサリアムの暗号を破るのに当初考えられていたよりもはるかに少ない電力しか必要としないと警告していました。
CZは、分散型の世界ではアップグレードを組織することが難しく、どのアルゴリズムを使用するかについて多くの議論が起こり、いくつかのフォークにつながる可能性があると述べました。
「一部の死んだプロジェクトは全くアップグレードしないかもしれません」と彼は述べ、「とにかくそれらのプロジェクトを一掃するのは良いことかもしれません」と付け加えました。
サトシのコインが問題になる可能性
CZはサトシのビットコインの蓄え、推定100万BTCについて疑問を呈しました。
Googleはその論文でこれらの休眠資産について言及し、それらはすべてP2PKスクリプトの背後にロックされていると述べました。これは最も古く、最も量子に脆弱なスクリプトタイプです。
P2PKスクリプトは公開鍵をブロックチェーン上に直接記録するため、それを保護するハッシュがありません。量子攻撃者はトランザクションを待つ必要がなく、公開鍵はすでに見えており、コインは「保管中攻撃」に永久的にさらされています。
こちらもおすすめ:
ビットコイン研究機関TFTCもGoogleの警告を軽視し、「彼らは攻撃を実行しませんでした。彼らは自分たちの数学が機能するというゼロ知識証明を公開し、その後国家安全保障を引用しました」と述べました。
現在の量子コンピュータは、楕円曲線暗号を破るのに必要なものより10万分の1の性能しかないと彼らは述べました。
ビットコイン開発者はすでに「SHRIMPS」などのソリューションに取り組んでおり、これは「NIST標準の3分の1のサイズのポスト量子署名で、ビットコインのブロックスペース制約のために構築され、BIP-360 – テストネット上ですでに稼働している量子耐性出力タイプです」
暗号資産起業家のNic Carterは反対し、「BIPはなく、提案されたPQ[ポスト量子]スキームもなく、ロードマップもなく、ほとんどの主要開発者がリスクを否定し続けています」と述べました。
研究者によると脅威は現実
暗号資産ベンチャーキャピタリストのLuke Martinは、突然起こった場合BTCを無価値にする脅威に対処するサトシの古い引用を見つけました。
「それが徐々に起こるなら、私たちはまだより強力なものに移行できます。アップグレードされたソフトウェアを初めて実行すると、新しい、より強力なアルゴリズムですべてのお金に再署名します」と2010年にサトシは述べました。
量子脅威を記録してきたProject Elevenは、すべてのビットコインユーザーがアップグレードする必要があり、それが「基本的な制約」であると答えました。
バイナンス無料$600 (CryptoPotato限定): このリンクを使用して新しいアカウントを登録し、バイナンスで$600の限定ウェルカムオファーを受け取ります (詳細).
CryptoPotato読者様向けBybitの期間限定オファー: このリンクを使用して登録し、任意のコインで$500の無料ポジションを開設しましょう!
出典: https://cryptopotato.com/dont-panic-heres-how-crypto-resists-quantum-risks-according-to-cz/







