An open API service indexing awesome lists of open source software.

https://github.com/devssh/blockchainfullnode

Full Nodes are clients that verify the entire blockchain and can work offline after sync
https://github.com/devssh/blockchainfullnode

Last synced: 6 months ago
JSON representation

Full Nodes are clients that verify the entire blockchain and can work offline after sync

Awesome Lists containing this project

README

          

Requirements - Gradle 4.7 and Java 1.8

Run the server using
```
gradle bootrun
```

To run on Ubuntu you may need to install `rng-tools` to provide randomness for SecureRandom.

For the mail service to work you need to create a password.dat file in the root of this git repo with 2 lines -
First line contains email
Second line contains password

Make sure to enable remote smtp access in you gmail/email settings.