Porting dakcoinj and bitcoinj is coming along nicely!!
setafur@abel:{4.3}> ~/git/trustpluscoinj/examples
$ mvn exec:java -Dexec.mainClass=com.google.bitcoin.examples.PrintPeers
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building trustpluscoinj Examples 0.12-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- exec-maven-plugin:1.3.2:java (default-cli) @ trustpluscoinj-examples ---
[WARNING] Warning: killAfter is now deprecated. Do you need it ? Please comment on MEXEC-6.
=== DNS ===
02:56:29 9 DnsDiscovery.getPeers: MitchellMint.com timed out
184.173.115.98:36999
83.102.59.72:36999
198.100.154.180:36999
5.250.177.30:36999
119.81.151.106:36999
159.8.2.42:36999
98.157.205.240:36999
Took 10.05 seconds
=== Version/chain heights ===
Scanning 7 peers:
setafur@abel:{4.3}> ~/git/trustpluscoinj/examples
$ mvn exec:java -Dexec.mainClass=com.google.bitcoin.examples.PeerMonitor
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building trustpluscoinj Examples 0.12-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- exec-maven-plugin:1.3.2:java (default-cli) @ trustpluscoinj-examples ---
[...]
03:00:09 19 NioClientManager.handleKey: Successfully connected to /159.8.2.42:36999
03:00:09 19 Peer.connectionOpened: Announcing to /159.8.2.42:36999 as: /DarkcoinJ:0.12-SNAPSHOT/PeerMonitor:1.0/
03:00:09 19 NioClientManager.handleKey: Successfully connected to /5.250.177.30:36999
03:00:09 19 Peer.connectionOpened: Announcing to /5.250.177.30:36999 as: /DarkcoinJ:0.12-SNAPSHOT/PeerMonitor:1.0/
03:00:09 19 NioClientManager.handleKey: Successfully connected to /83.102.59.72:36999
03:00:09 19 Peer.connectionOpened: Announcing to /83.102.59.72:36999 as: /DarkcoinJ:0.12-SNAPSHOT/PeerMonitor:1.0/
03:00:13 28 PeerSocketHandler.timeoutOccurred: [159.8.2.42]:36999: Timed out
03:00:14 17 DnsDiscovery.getPeers: MitchellMint.com timed out
03:00:14 28 PeerGroup.handlePeerDeath: [159.8.2.42]:36999: Peer died
03:00:14 28 PeerSocketHandler.timeoutOccurred: [5.250.177.30]:36999: Timed out
03:00:14 28 PeerGroup.handlePeerDeath: [5.250.177.30]:36999: Peer died
03:00:14 28 PeerSocketHandler.timeoutOccurred: [83.102.59.72]:36999: Timed out
[...]
Time for the next steps, downloading blockchain, creating addresses, ...,