Does anyone try to install Testnet for the Ethereum blockchain client?
I try to follow this article for that purpose https://medium.com/zeonlab-blockchain-semantic-blog/how-to-install-testnet-for-the-ethereum-blockch... more
How can I create a new account using RPC?
I'm running geth on a different computer. Can anyone explain how can I create a new account using RPC? more
Log rotation for a Docker container
I'm running geth in a Docker container and the logs are taking large amounts of disk space. How can I set up log rotation for the container? more
How does a keystore file work?
I have a small wallet used for testing and I would like to share the keystore file with somebody else. The easiest option is to send it through ema... more
Geth light sync mode
I noticed that the light sync mode is really fast. Can anyone explain how it works?
Why is the official Ethereum client written in Go?
There are more popular and mature languages such as C++ and Java. Why did the team behind Ethereum choose to write the official client in Go? more
Can Geth be used on the plasmachain?
I'm playing around with the Loom sample project and I'm try to understand what parts of it I can customize to look like the rest of my project. Cur... more
Adding Ethereum to Existing Clique Private Network
So as the title implies... I was wondering if there's any way to manually add new Ether to an existing Clique private network after initialization.... more