No description
Find a file
Russel Waters 6567d4362d Update entry script (#2160)
Use ENTRYPOINT CMD instead of CMD to allow for greater flexibility
ex. `docker logs <container>` after running with `nano_node --wallet_list`
```
EXECUTING: nano_node --wallet_list

Wallet ID: 4633783D98EFE13AC7884FB8299E39032358575C4DA696B9800C6EB0AD1634A4
nano_1womoper6rkhq1atc9y5rsqr6jzatia9ch4mezmtxdixhip68aibxtuefadz
```
If vacuum limit is set and db size is greater than limit vacuum before launching daemon
container stops if daemon dies allowing docker to restart if configured
This is a change from the how things currently run as the size is not checked and the daemon restarted if over size.
```
Usage:
   /entry.sh nano_node [daemon] [cli_options] [-l] [-v size]
     daemon
       start as daemon
     cli_options
       nano_node cli options <see nano_node --help>
     -l
       log to console <use docker logs {container}>
     -v<size>
       vacuum database if over size GB on startup
   /entry.sh bash [other]
     other
       bash pass through
   /entry.sh [*]
     *
       usage
 default:
   /entry.sh nano_node daemon -l
```
2019-08-07 16:23:21 +01:00
.github Update github issue template bug bounty info (#1720) 2019-02-18 11:34:51 +00:00
ci Only use -Werror by default with ci (#2199) 2019-08-05 17:47:19 +01:00
CL Fix typo in comment 2017-12-28 01:24:23 -06:00
cmake/Modules Add rocksdb to build system (#2157) 2019-07-16 15:02:40 +01:00
crypto Remove compiler warnings (incl from third party headers) (#2072) 2019-07-12 17:28:21 +01:00
docker Update entry script (#2160) 2019-08-07 16:23:21 +01:00
etc adding support for rpm building (#1175) 2019-02-15 11:23:58 -05:00
gtest@dea0216d0c Migrate Gtest to submodule (#1661) 2019-03-14 07:26:43 -04:00
images Update README (#709) 2018-03-08 06:17:14 -05:00
lmdb@c6bb7edf9f Fix handling non-UTF8 code pages on windows (#1695) 2019-02-04 11:51:05 -05:00
miniupnp@582375b64f Update miniupnp submodule to version 2.1 @582375b (#1659) 2019-01-29 16:26:30 -05:00
nano Add test for retrieving non-existing account (#2206) 2019-08-07 13:11:22 +01:00
util boost 1.70 requires log_setup component specifically updated CMAKE 1.67 and 1.69 dont require explicit but will use (#2185) 2019-07-30 15:59:50 -04:00
valgrind Use the MDB_NOMEMINIT flag with the ledger db environment (#2077) 2019-06-25 12:11:21 +01:00
.clang-format.base Remove compiler warnings (incl from third party headers) (#2072) 2019-07-12 17:28:21 +01:00
.gitignore Rewrite load tester in C++ (#1989) 2019-05-16 13:34:28 +01:00
.gitlab-ci.yml adding support for rpm building (#1175) 2019-02-15 11:23:58 -05:00
.gitmodules Replace xxHash with blake2b (#1919) 2019-05-09 22:38:26 +03:00
.travis.yml escaping regex for deployment on master or releases/v* branches (#2180) 2019-07-29 10:10:51 -04:00
appveyor.yml Add rocksdb to build system (#2157) 2019-07-16 15:02:40 +01:00
asan_blacklist Fixing an asan issue. 2014-11-04 22:01:22 -06:00
CMakeLists.txt Only use -Werror by default with ci (#2199) 2019-08-05 17:47:19 +01:00
doxygen.config Rename internal project bits from RaiBlocks to Nano (#1504) 2018-12-28 14:58:50 -06:00
Info.plist.in Add version info to Info.plist (#1631) 2019-01-28 21:29:46 +01:00
LICENSE Update license year 2019 (#1527) 2019-01-01 17:47:29 -06:00
logo.png Minimal wallet rebranding 2018-02-06 20:26:00 -06:00
Nano.icns Rename internal project bits from RaiBlocks to Nano (#1504) 2018-12-28 14:58:50 -06:00
Nano.ico Rename internal project bits from RaiBlocks to Nano (#1504) 2018-12-28 14:58:50 -06:00
Nano.rc Rename internal project bits from RaiBlocks to Nano (#1504) 2018-12-28 14:58:50 -06:00
nanocurrency-beta.spec.in nano_rpc included in packaging (#1961) 2019-05-06 13:47:24 -04:00
nanocurrency.spec.in nano_rpc included in packaging (#1961) 2019-05-06 13:47:24 -04:00
qt.conf Found the correct magic recipe to get packaging working. 2014-11-09 18:51:16 -06:00
README.md Minor Readme file updates (#2107) 2019-06-26 14:46:42 -05:00
rep_weights_beta.bin cutoff block height is 8877809 (#1937) 2019-04-26 19:25:54 -04:00
rep_weights_live.bin pre release maintenance (#2146) 2019-07-11 10:58:39 -04:00
resources.qrc fixed the inclusion of the logo file into the binary using QT resources 2017-04-20 13:19:26 -05:00
tsan_clang_blacklist TSAN suppressions file (#1941) 2019-04-30 16:55:32 +01:00
tsan_suppressions TSAN suppressions file (#1941) 2019-04-30 16:55:32 +01:00
valgrind.supp Valgrind fixes & suppressions (#1814) 2019-03-15 13:55:45 +03:00


Logo

Build Status Build status


What is Nano?

Nano is a digital payment protocol designed to be accessible and lightweight, with a focus on removing inefficiencies present in other cryptocurrencies. With ultrafast transactions and zero fees on a secure, green and decentralized network, this makes Nano ideal for everyday transactions.


Guides & Documentation

Other documentation details can be found at https://docs.nano.org.



Want to Contribute?

Please see the contributors guide.


Contact us

We want to hear about any trouble, success, delight, or pain you experience when using Nano. Let us know by filing an issue, joining us on Reddit, or joining us on Discord.