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
- Host: GitHub
- URL: https://github.com/devssh/blockchainfullnode
- Owner: devssh
- License: gpl-2.0
- Created: 2018-04-21T10:05:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-13T14:55:53.000Z (over 7 years ago)
- Last Synced: 2025-05-21T20:47:08.494Z (8 months ago)
- Language: Java
- Size: 27.9 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.