Category: Open Source

T-Rex Miner Common Parameter Settings

T-Rex
Mining Web Interface
http://127.0.0.1:4067/trex

GPU mining intensity: Default auto, controls the size of GPU workload, in other words, how many nonces the miner processes

-i, –intensity Range 8-25, default auto. If mining is intermittent, it is recommended to set this, lower …

VMware Workstation Incompatible Hypervisor Fix

You are running VMware Workstation through an incompatible hypervisor. The virtual machine cannot be powered on until this hypervisor is disabled…

Solution:

Locate the virtual machine’s vmx file, open it with Notepad, and add the following line at the very end of the file:
vmx.allowNested = "TRUE" …

How to Set Up an Ethereum Wallet with Geth

Geth is the abbreviation for the Go Ethereum open-source project. It is a client software written in Go that implements the Ethereum protocol, and it is currently the most popular and widely used client. By connecting and interacting with the Ethereum network through the Geth client, you can perform account management, contract deployment, …