Tagged articles
8 articles
Page 1 of 1
FunTester
FunTester
Nov 17, 2023 · Blockchain

Using Web3j to Send Ethereum JSON‑RPC Requests via WebSocket

This article explains how to construct and send Ethereum JSON‑RPC calls such as net_version through a WebSocket connection using the Web3j Java library, including source code analysis, request construction, and a practical example with console output.

BlockchainEthereumJSON-RPC
0 likes · 5 min read
Using Web3j to Send Ethereum JSON‑RPC Requests via WebSocket
FunTester
FunTester
Aug 30, 2023 · Blockchain

How to Connect to Ethereum Mainnet and Generate Wallets with Web3j and Infura

This guide walks through obtaining an Infura API key, using Web3j’s HTTP API to connect to Ethereum’s mainnet, creating and sending requests, handling responses, and generating local wallets with private keys, while highlighting common pitfalls and asynchronous issues for Java developers.

BlockchainEthereumInfura
0 likes · 7 min read
How to Connect to Ethereum Mainnet and Generate Wallets with Web3j and Infura
FunTester
FunTester
Aug 21, 2023 · Backend Development

Understanding Web3j Asynchronous Calls and JVM Exit Issues

The article analyzes why using Web3j's sendAsync() method can prevent the JVM from terminating, examines the underlying thread‑pool implementation in org.web3j.utils.Async, and offers debugging steps and possible work‑arounds for developers.

AsynchronousJVMJava
0 likes · 7 min read
Understanding Web3j Asynchronous Calls and JVM Exit Issues
Senior Brother's Insights
Senior Brother's Insights
Mar 17, 2018 · Blockchain

Why Does Ethereum Sync Stall? Common Issues and Fixes

This guide compiles the most frequent Ethereum synchronization problems—such as blocks lagging by dozens, the sync process stalling at 99%, zero block height or balance readings, and abnormal logs—and provides step‑by‑step commands, hardware tips, cache settings, and log‑analysis techniques to diagnose and resolve them.

BlockchainEthereumNode
0 likes · 9 min read
Why Does Ethereum Sync Stall? Common Issues and Fixes