Skip to content

Instantly share code, notes, and snippets.

View pedrosimoes79's full-sized avatar

Pedro Simoes pedrosimoes79

View GitHub Profile
using System;
using System.Linq;
using System.Collections.Generic;
using System.IO;
using System.Security.Cryptography;
using System.Text;
using Newtonsoft.Json;
using Newtonsoft.Json.Serialization;
using Base58Check;
using System;
using System.IO.Ports;
using System.Threading;
namespace LGTV_BootloaderAccess
{
internal class Program
{
private static void Main(string[] args)
{
@pedrosimoes79
pedrosimoes79 / Bitcoin_Core_0.15_on_Ubuntu_Server_16.04.md
Last active October 18, 2017 19:44
Bitcoin Core 0.15 on Ubuntu Server 16.04

Ubuntu Server 16.04

  • These steps were made in a Ubuntu Server 16.04 fresh install, but they can also be made on an existing system.
  • The user on these steps is: username: ubuntu, password: ubuntu. Adapt to your system needs.

VirtualBox image with the result of these proceedings

VirtualBox Appliance

hostname: ubuntu