GitXplorerGitXplorer
l

dogecoinj-alice

public
1 stars
5 forks
0 issues

Commits

List of commits on branch bcj-0.10.3-mb-alice.
Unverified
26cb11287f59f33a57eb4be51a4a9a687403a4d4

fix auxpow version check

llangerhans committed 9 years ago
Unverified
cdcdaff529d9035f53a690ef7dab831dd7e62358

filthy filthy hacks...

llangerhans committed 9 years ago
Unverified
a0957479fdb88fbda364f3569df43de87050ad77

Raise protocol version

llangerhans committed 9 years ago
Unverified
252c4e204429f58e6b9de372e4aeb62337fc04d8

Update DNS seeds

llangerhans committed 9 years ago
Unverified
cdaa298b776c46d43af9572123c9e1c7e4e74643

Only generate signatures that follow the low-s constraint

llangerhans committed 9 years ago
Unverified
abc648b1ef86e148543087dc320985efa826f92a

why is that even here???

committed 10 years ago

README

The README file for this repository.

To get started, ensure you have the latest JDK installed, and download Maven from:

http://maven.apache.org/

Then run "mvn clean package" to compile the software. You can also run "mvn site:site" to generate a website with useful information like JavaDocs. The outputs are under the target/ directory.

Alternatively, just import the project using your IDE. IntelliJ has Maven integration once you tell it where to find your unzipped Maven install directory.

Now try running one of the example apps:

cd examples mvn exec:java -Dexec.mainClass=com.google.bitcoin.examples.ForwardingService

It will download the block chain and eventually print a Bitcoin address. If you send coins to it, it will forward them on to the address you specified.

Now you are ready to follow the tutorial:

https://code.google.com/p/bitcoinj/wiki/GettingStarted