monero/src/daemon
Casey Marshall 0a56d83d3d Add snap packaging.
This adds [snap](https://snapcraft.io) packaging to the project. See the
link for more information on snaps. Snap packages install on all Linux
distributions. On Ubuntu, snap confinement with apparmor and seccomp
provide an additional layer of security.

This snap sets up monerod as a systemd service, which should start
immediately on install. To access the wallet CLI, simply run `monero`
(/snap/bin/monero). I think it's a really quick & easy way to get
started with monero.

I've made some opinionated decisions in the packaging just to kick this
off, but I'm happy to iterate on this stuff.
2016-09-11 11:17:12 -05:00
..
CMakeLists.txt Add snap packaging. 2016-09-11 11:17:12 -05:00
command_line_args.h add a --max-concurrency flag 2016-04-28 20:33:59 +01:00
command_parser_executor.cpp Fix incorrect help usage for the threads option to start_mining 2016-08-30 14:59:28 -07:00
command_parser_executor.h New RPC and daemon command to get output histogram 2016-03-26 21:10:43 +00:00
command_server.cpp Fix incorrect help usage for the threads option to start_mining 2016-08-30 14:59:28 -07:00
command_server.h updated copyright year 2015-12-31 08:39:56 +02:00
core.h Merge pull request #749 2016-03-25 09:12:25 +02:00
daemon.cpp Revert "Print stack trace upon exceptions" 2016-03-21 10:12:23 +00:00
daemon.h updated copyright year 2015-12-31 08:39:56 +02:00
executor.cpp update version 2015-12-31 23:12:13 +02:00
executor.h updated copyright year 2015-12-31 08:39:56 +02:00
main.cpp cmake,common: flag for stack trace 2016-07-27 01:52:33 -04:00
p2p.h Revert "Print stack trace upon exceptions" 2016-03-21 10:12:23 +00:00
protocol.h Revert "Print stack trace upon exceptions" 2016-03-21 10:12:23 +00:00
rpc_command_executor.cpp fix remaining bitmonero and simplewallet bits 2016-09-03 22:03:44 +02:00
rpc_command_executor.h New RPC and daemon command to get output histogram 2016-03-26 21:10:43 +00:00
rpc.h Revert "Print stack trace upon exceptions" 2016-03-21 10:12:23 +00:00