1 2018-02-07 13:16:44 <[bsdnoob]> anyone worked with bitcoinj?
 2 2018-02-07 15:58:49 <rossbadenhorst_> Ola All! :)
 3 2018-02-07 16:01:11 <rossbadenhorst_> I am hoping someone can lend me a quick hand here :)
 4 2018-02-07 16:01:25 <rossbadenhorst_> 0 down vote favorite I am implementing the bitcoin protocol in Android/Java. When I send a getaddr message, the peer responds with an alert message
 5 2018-02-07 16:01:39 <rossbadenhorst_> I am implementing the bitcoin protocol in Android/Java. When I send a getaddr message, the peer responds with an alert message
 6 2018-02-07 16:02:13 <rossbadenhorst_> I asked a SO question here: https://stackoverflow.com/questions/48666841/bitcoin-protocol-getaddr-returns-alert-message
 7 2018-02-07 16:02:18 <rossbadenhorst_> kinda explains it better :)
 8 2018-02-07 16:05:47 <arubi> rossbadenhorst_, set your client version to 'nVersion > 70012'
 9 2018-02-07 16:10:28 <arubi> I posted the link to the relevant code as a comment to your question.  better ask on bitcoin.stackexchange.com for these type of questions
10 2018-02-07 16:11:10 <rossbadenhorst_> awesome thanks arubi!!!
11 2018-02-07 16:11:17 <arubi> yw :)
12 2018-02-07 16:17:08 <rossbadenhorst_> @arubi!
13 2018-02-07 16:17:19 <rossbadenhorst_> i fixed it by bumping my protocol version
14 2018-02-07 16:17:35 <rossbadenhorst_> but now as a response to getaddr - is sendheaders :?
15 2018-02-07 16:18:18 <arubi> I don't know actually.  I didn't mess around with p2p stuff too much
16 2018-02-07 16:19:03 <arubi> rossbadenhorst_, you could probably find the answer here : https://bitcoin.org/en/developer-reference
17 2018-02-07 16:19:13 <rossbadenhorst_> oki doki thanks for the help anyways! I looked up on the wiki and it says once connected send a getaddr to get peers :? - ill keep digging
18 2018-02-07 16:21:06 <rossbadenhorst_> https://bitcoin.org/en/developer-guide#connecting-to-peers
19 2018-02-07 16:21:12 <rossbadenhorst_> thats what i am following
20 2018-02-07 16:24:38 <arubi> oh yea there's the developer guide too
21 2018-02-07 16:25:17 <rossbadenhorst_> yep - thanks for the help tho!
22 2018-02-07 16:25:55 <arubi> welcome