| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README | 2016-12-21 | 1.4 kB | |
| novacoin-qt_0.5.7~377ff13a-1_armhf.deb | 2016-03-27 | 1.8 MB | |
| novacoind_0.5.7~377ff13a-1_armhf.deb | 2016-03-27 | 1.0 MB | |
| novacoin-qt_0.5.7~377ff13a-1_amd64.deb | 2016-03-26 | 1.5 MB | |
| novacoin-qt_0.5.7~377ff13a-1_i386.deb | 2016-03-26 | 1.5 MB | |
| novacoind_0.5.7~377ff13a-1_amd64.deb | 2016-03-26 | 884.9 kB | |
| novacoind_0.5.7~377ff13a-1_i386.deb | 2016-03-26 | 894.5 kB | |
| Totals: 7 Items | 7.6 MB | 0 | |
=== Prebuilt DEB packages === There are two versions of Novacoin client, GUI client and headless daemon. If you wish to use GUI client then you need to install novacoin-qt package, othervise novacoind is your choice. Please note that these packages will require installation of dependencies if you wish it to function properly. ARM HF packages were built on Debian Wheezy while i386 and amd64 packages are dependent on Ubuntu 14.04 LTS repositories. == Installation == 1) Open /etc/apt/sources.list in your favorite text editor. If you are running x86 CPU then open your /etc/apt/sources.list file and append these lines: deb http://archive.ubuntu.com/ubuntu/ trusty main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu/ trusty main restricted universe multiverse If you are running on ARM HF CPU, then add references to Debian Wheezy repository: deb http://ftp.debian.org/debian wheezy main deb http://ftp.debian.org/debian wheezy-backports main 2) Save changes and run `sudo apt-get update` command. 3) Download selected package and install it using `sudo dpkg -i package_file_name` command. 4) Run `sudo apt-get -f install` to install missing dependencies. == Configuration == Normally, the GUI client won't require any configuration. We consider you to read comments in the ~/.novacoin/novacoin.conf file and `novacoin --help` output, if you wish to get information about available configuration settings.