Ethereum JSON-RPC
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://ipfyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://ipfyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://ipfyi.com/entity//)
Use the native HTML custom element.
TCP — Other
포트 개요
포트란? 8545?
Port 8545 is the default JSON-RPC port for Ethereum nodes (go-ethereum/geth and others) for interacting with the Ethereum blockchain. DApps, wallets, and Web3 developers use this port to query blockchain state and submit transactions. Publicly exposing this port without authentication has resulted in theft of Ethereum from hot wallets.
보안 고려사항
포트 8545 (Ethereum JSON-RPC)은(는) 치명적 위험으로 분류됩니다. 이 포트는 공용 인터넷에 노출해서는 안 됩니다. 해당 서비스는 데이터를 암호화 없이 전송하므로 도청, 자격 증명 탈취 및 중간자 공격에 취약합니다.
권장 사항: 방화벽에서 이 포트를 차단하세요. 대신 암호화된 대안(SSH, SFTP, HTTPS)을 사용하세요.