Trivia Coin (TVC) Qt Wallet - Linux x86_64
===========================================

Run:
  ./triviacoin-qt

Requirements:
  This is a dynamically linked build made on Ubuntu 20.04 (x86_64). It needs
  matching system libraries to already be installed, notably:
    - Qt5 (Widgets, Gui, Network, DBus, Core) 5.x
    - Boost 1.71 (filesystem, thread, chrono)
    - OpenSSL 1.1
    - libzmq5, libminiupnpc17, libqrencode4, libevent

  On Ubuntu 20.04 / Debian 11 (bullseye) these are normally already present
  or a single `apt install` away. Other distributions or newer Ubuntu/Debian
  releases (which ship newer OpenSSL/Boost majors) may not have compatible
  versions and the wallet may fail to start with a "cannot open shared
  object file" error - if so, run it on a matching distro or build from
  source instead (source: same tree used for triviacoind on the network).

On first run the wallet will create ~/.triviacoin and begin syncing the
blockchain.
