コード例 #1
0
        private bool StartMining()
        {
            var privateConnection = new ConnectionOptions()
            {
                Port = "8545",
                Url  = "http://localhost"
            };

            ethereumService = new EthereumService(privateConnection);
            return(ethereumService.StartMining());
        }