Tagged articles
18 articles
Page 1 of 1
Senior Brother's Insights
Senior Brother's Insights
Aug 29, 2018 · Blockchain

How to Connect Remix to a Private Ethereum Chain and Fix Common Errors

This guide walks through the step‑by‑step process of linking Remix to a local private Ethereum node, explains the typical "Not possible to connect to the Web3 provider" error, and provides two practical solutions—including adjusting the URL scheme and adding the --rpccorsdomain flag to the Geth startup command.

BlockchainEthereumPrivate Chain
0 likes · 4 min read
How to Connect Remix to a Private Ethereum Chain and Fix Common Errors
Senior Brother's Insights
Senior Brother's Insights
Mar 19, 2018 · Blockchain

Understanding Geth Sync Modes: Fast, Full, and Light Explained

This article examines the three Ethereum Geth synchronization modes—fast, full, and light—by dissecting the underlying Go source code, explaining the SyncMode type, its constants, string and marshaling implementations, default configuration, and the runtime logic that switches modes based on blockchain state.

BlockchainEthereumGo
0 likes · 9 min read
Understanding Geth Sync Modes: Fast, Full, and Light Explained
Senior Brother's Insights
Senior Brother's Insights
Mar 18, 2018 · Blockchain

Comprehensive Guide to Geth Command-Line Options for Ethereum Nodes

This article provides a detailed reference of the official Geth client’s command‑line flags, covering general commands, Ethereum‑specific options, developer mode, API and console settings, mining parameters, gas‑price controls, logging/debug features, deprecated flags, and a link to the official documentation.

BlockchainCLICommand-line
0 likes · 11 min read
Comprehensive Guide to Geth Command-Line Options for Ethereum Nodes
Senior Brother's Insights
Senior Brother's Insights
Sep 27, 2017 · Blockchain

How to Speed Up Ethereum Block Sync with Custom Static Nodes

This guide explains why Ethereum node synchronization can be painfully slow in China, introduces the EthFans Spark node list, and provides step‑by‑step instructions for adding a static‑nodes.json file, verifying connections, using console commands, and increasing the maximum peer count to accelerate syncing.

BlockchainEthereumNode Sync
0 likes · 5 min read
How to Speed Up Ethereum Block Sync with Custom Static Nodes
Senior Brother's Insights
Senior Brother's Insights
Aug 27, 2017 · Blockchain

Ethereum Wallet vs Geth: Which Client Is Right for Your Blockchain Project?

This article compares Ethereum Wallet (Mist) and Geth, outlining their graphical versus command‑line interfaces, supported operating systems, main features such as account creation, token exchange, smart‑contract deployment, and API access, helping developers choose the appropriate client for building blockchain applications.

BlockchainClient ComparisonEthereum
0 likes · 5 min read
Ethereum Wallet vs Geth: Which Client Is Right for Your Blockchain Project?