Exemplo n.º 1
0
        //protected Miner Miner;


        public async Task Start()
        {
            Console.WriteLine("Load image.");
            await Blockchain.LoadImage();

            Console.WriteLine("Start network.");
            Network.Start();

            //Miner.Start();
        }