< 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
< 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