< bitcoin-git> [bitcoin] jjz closed pull request #11212: Change the type of BlockStatus to unsigned int (master...master) https://github.com/bitcoin/bitcoin/pull/11212
< bitcoin-git> [bitcoin] utsavgupta opened pull request #11216: Update hmac_sha256.h (master...patch-1) https://github.com/bitcoin/bitcoin/pull/11216
< bitcoin-git> [bitcoin] fanquake closed pull request #11206: Update optionsdialog.ui (master...patch-1) https://github.com/bitcoin/bitcoin/pull/11206
< bitcoin-git> [bitcoin] fanquake closed pull request #11148: Trivial: Fix outdated comment (master...patch-7) https://github.com/bitcoin/bitcoin/pull/11148
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ec20f01ba094...108222b9c323
< bitcoin-git> bitcoin/master 7bb5d30 danra: Add python3 to list of dependencies on some platforms...
< bitcoin-git> bitcoin/master 108222b MarcoFalke: Merge #11136: Docs: Add python3 to list of dependencies on some platforms...
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11136: Docs: Add python3 to list of dependencies on some platforms (master...patch-1) https://github.com/bitcoin/bitcoin/pull/11136
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/108222b9c323...81f8c0378b2a
< bitcoin-git> bitcoin/master dc334fe Utsav Gupta: Update hmac_sha256.h...
< bitcoin-git> bitcoin/master 81f8c03 MarcoFalke: Merge #11216: Update hmac_sha256.h...
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11216: Update hmac_sha256.h (master...patch-1) https://github.com/bitcoin/bitcoin/pull/11216
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/81f8c0378b2a...ce665863b137
< bitcoin-git> bitcoin/master 14ccd4d Daniel Edgecumbe: [Qt] Fix display of package name on 'open config file' tooltip
< bitcoin-git> bitcoin/master ce66586 MarcoFalke: Merge #11198: [Qt] Fix display of package name on 'open config file' tooltip...
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11198: [Qt] Fix display of package name on 'open config file' tooltip (master...fix-config-tooltip) https://github.com/bitcoin/bitcoin/pull/11198
< bytting> RealM9: It's a fungibility and security issue
< RealM9> So...
< bytting> I can't speak for anyone, but I believe it is being worked on
< meshcollider> Encrypted communication is proposed by jonasschnelli in BIP 151 (https://github.com/bitcoin/bips/blob/master/bip-0151.mediawiki)
< Lauda> ^needs some more changes to the net code and it should be ready soon
< Lauda> Read this:
< RealM9> Okay, Lauda, that's great
< RealM9> I think something like this should be built in every core node and used by default. That's only way how to make network secure against state level/ISP level actors.
< RealM9> Shouldn't be optional.
< RealM9> If i understand correctly, it encrypts also block info, right? I guess block info shouldn't be encrypted. Only unconfirmed TX info.
< Lauda> wrong channel for that discussion ATM IMO.
< RealM9> Why not?
< Lauda> #bitcoin-dev or #bitcoin
< RealM9> Ok
< RealM9> Lauda, but how do you plan to solve the authentication problem with t
< RealM9> encryprion*
< andytoshi> RealM9: #bitcoin please. all data in bitcoin is self-authenticated
< RealM9> I mean public key authentication for encrypted bitcoin traffic BIP
< Victorsueca> did anyone test the fee settings on 0.15.0rc3 on windows GUI?
< Victorsueca> when I change the confirmation time target it doesn't state anywhere what the fee would be for that target
< Victorsueca> it always states the estimate for 2 blocks
< Victorsueca> is it working as intended?
< eminol_> Hello everyone ...
< eminol_> I am struggling to parse the data from blocks
< eminol_> I have a full node running .. and I have access to blk .dat files
< eminol_> and I am trying to parse them using java
< eminol_> can someone help me understand what am I missing
< eminol_> I can see a thread doing some processing ... but nothing is printed
< Victorsueca> eminol_: maybe you're missing a database driver or something?
< eminol_> hi .. first , thanks for support
< eminol_> I am loading the dat files from local drive
< Victorsueca> don't thank me so soon, I'm not an expert, I just know some basics
< eminol_> I just wish to parse them and get the block details ...
< eminol_> are the blocks encoded when downloaded with bitcoin-qt ? they should not ...
< Victorsueca> eminol_: I think they where obfuscated
< Victorsueca> the obfuscation key should be somewhere in the directory
< bitcoin-git> [bitcoin] Sjors opened pull request #11219: [docs] explain how to recompile a modified unit test (master...patch-1) https://github.com/bitcoin/bitcoin/pull/11219
< eminol_> oh really ... pfff
< Victorsueca> yeah, people have embedded virus signatures in the blockchain and that used to cause antivirus to go nuts
< Victorsueca> the solution was to obfuscate the block data
< eminol_> I am searching for some documentation :)
< eminol_> do you have a link on hand ?
< Victorsueca> you may be able to find something here https://bitcoin.org/en/developer-reference
< eminol_> yea .. seems I need spend some time reding
< eminol_> is there a place form where I can get a raw sample
< eminol_> just to make sure the library works fine ?
< luke-jr> Victorsueca: the block files are neither databases nor obfuscated.
< eminol_> ook
< eminol_> luke-jr: Thanks for the support
< eminol_> the bitcoinj library has some strange setup
< eminol_> was able to find some new examples and now seems that is parsing the data
< bitcoin-git> [bitcoin] Sjors opened pull request #11220: Check specific validation error in miner tests (master...miner-test-check-specific-validation-error) https://github.com/bitcoin/bitcoin/pull/11220