Remove existing build pom.xml

Added genesis block construction for Dogecoin network.
Added difficulty calculations for Dogecoin network.
Completed difficulty calculation code for Dogecoin.
Added code for parsing Dogecoin blocks, and unit tests for same.
This commit is contained in:
Ross Nicoll
2015-05-30 10:04:54 +01:00
parent 245505e984
commit 5c973f6149
57 changed files with 676 additions and 894 deletions

2
.gitignore vendored
View File

@@ -7,3 +7,5 @@ target
*.chain
*.spvchain
*.wallet
/nbproject/private/
/build/