<Guest99>
IDK testing is always "you could do more kind of thing" but he has tried his best alone in this project and did a great job. maybe need more ppl that you could accept
sipsorcery has quit [Ping timeout: 252 seconds]
Guest99 has quit [Quit: Client closed]
ghost43 has quit [Remote host closed the connection]
ghost43 has quit [Remote host closed the connection]
ghost43 has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 250 seconds]
Kaizen_Kintsugi_ has quit [Remote host closed the connection]
Kaizen_Kintsugi_ has joined #bitcoin-core-dev
Kaizen_Kintsugi_ has quit [Ping timeout: 240 seconds]
brunoerg has joined #bitcoin-core-dev
ghost43 has quit [Remote host closed the connection]
ghost43 has joined #bitcoin-core-dev
AaronvanW has joined #bitcoin-core-dev
Kaizen_Kintsugi_ has joined #bitcoin-core-dev
NOD32Admin has quit [Ping timeout: 240 seconds]
ghost43 has quit [Remote host closed the connection]
ghost43 has joined #bitcoin-core-dev
bomb-on has quit [Quit: aллилѹіа!]
AaronvanW has quit [Ping timeout: 252 seconds]
vysn has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 240 seconds]
brunoerg has joined #bitcoin-core-dev
Kaizen_Kintsugi_ has quit [Ping timeout: 240 seconds]
ghost43 has quit [Remote host closed the connection]
ghost43 has joined #bitcoin-core-dev
ghost43 has quit [Remote host closed the connection]
ghost43 has joined #bitcoin-core-dev
Kaizen_Kintsugi_ has joined #bitcoin-core-dev
Kaizen_Kintsugi_ has quit [Ping timeout: 240 seconds]
KillerWasp has joined #bitcoin-core-dev
<KillerWasp>
hello
<KillerWasp>
configure: error: Found Berkeley DB other than 4.8, required for portable BDB wallets (--with-incompatible-bdb to ignore or --without-bdb to disable BDB wallet support)
<KillerWasp>
i'm very stuck here...
<KillerWasp>
oracle don't want giveme a source code for 4.8 or the last version.
<KillerWasp>
like i can only take 5.3.28 from my own system and the ./configure don't want take this version.
<KillerWasp>
by now i only can use '--without-bdb' , but would prefer some solution to be able to use wallets.
cmirror has quit [Remote host closed the connection]
cmirror has joined #bitcoin-core-dev
<KillerWasp>
checking for boostlib >= 1.64.0 (106400)... configure: We could not detect the boost libraries (version 1.64.0 or higher). If you have a staged boost library (still not installed) please specify $BOOST_ROOT in your environment and do not give a PATH to --with-boost option. If you are sure you have boost installed, then check your version number looking in <boost/version.hpp>. See http://randspringer.de/boost for more documentation.
<KillerWasp>
well...
<KillerWasp>
they also don't want boost-libs 1.76.0
Kaizen_Kintsugi_ has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 252 seconds]
<KillerWasp>
i'm very stuck. DEAD END.
AaronvanW has joined #bitcoin-core-dev
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 240 seconds]
vysn has quit [Ping timeout: 240 seconds]
Kaizen_Kintsugi_ has quit [Ping timeout: 250 seconds]
lucasdcf has quit [Read error: Connection reset by peer]
lucasdcf has joined #bitcoin-core-dev
sudoforge has quit [Ping timeout: 256 seconds]
ghost43 has quit [Remote host closed the connection]
ghost43 has joined #bitcoin-core-dev
lucasdcf has quit [Read error: Connection reset by peer]
lucasdcf has joined #bitcoin-core-dev
Kaizen_Kintsugi_ has joined #bitcoin-core-dev
lucasdcf has quit [Read error: Connection reset by peer]
lucasdcf has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 250 seconds]
brunoerg has joined #bitcoin-core-dev
AaronvanW has quit [Ping timeout: 250 seconds]
brunoerg has quit [Ping timeout: 256 seconds]
brunoerg has joined #bitcoin-core-dev
<vasild>
stickies-v: wrt to testing the default-port-preference removal: a coarse way would be to get a ratio of default/non-default ports in all known peers and then get the default/non-default ratio for currently connected peers (outbound)
<vasild>
both ratios should be about the same, meaning we neither prefer nor avoid non-default ports
<vasild>
commands to do that:
<vasild>
(get all known peers): bitcoin-cli getnodeaddresses 0 > /tmp/getnodeaddresses0
<_aj_>
vasild: that assumes there's equal reliability for default and non-default ports; checking debug.log for attempted outbound connections whether they succeed or not seems better?
<vasild>
hmm, but given that non-default/default ratio is so low in all known peers and that usually we have ~10 outbound connected peers, it means that connected to non-default is going to be zero anyway...
<vasild>
_aj_: yeah, this is why I said "coarse", there are other variables that influence this, like reliability - maybe 8333 peers are more reliable...
<vasild>
in my case non-default/default in addrman is 0.07
<vasild>
so, if there are 15 outbound peers with port 8333, there should be 1 with !=8333 port
<vasild>
stickies-v, _aj_: maybe a successful test would be to get just one auto outbound connection to a !=8333 peer
ghost43 has quit [Remote host closed the connection]
ghost43 has joined #bitcoin-core-dev
<_aj_>
vasild: hmm, looking at my "New outbound .* block-relay-only" log lines (successful connections only), I see 1/434 on a non-default port. I get the same 7% from addrdb
<_aj_>
vasild: with net debug logging on (on a different node), if i look at the "trying connection" lines, i do get 7%
<_aj_>
vasild: (172 out of 2234)
<vasild>
aha!
<vasild>
yeah, "trying connection" from the log is better than querying the currently connected peers, gives a bigger sample
<_aj_>
vasild: same log lines, i get 1 of 271 "New outbound" connections being non-default port
<vasild>
so !=8333 are less "reliable"
<_aj_>
vasild: (1 of 233 as block-relay-only)
vysn has quit [Ping timeout: 250 seconds]
ghost43 has quit [Remote host closed the connection]
Kaizen_Kintsugi_ has quit [Ping timeout: 240 seconds]
ghost43 has joined #bitcoin-core-dev
<laanwj>
please have the minimum decency to set a name when you comment here (you don't necessarily need to register with NickServ, at the moment), it's easier to keep track of the channel that way
<_aj_>
vasild: 15% of lines matching 'connect().*failed after wait' have non-default ports; seems to be most of the discrepency
sipsorcery has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 252 seconds]
<vasild>
_aj_: this explains
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 252 seconds]
Kaizen_Kintsugi_ has joined #bitcoin-core-dev
brunoerg has joined #bitcoin-core-dev
AaronvanW has joined #bitcoin-core-dev
Kaizen_Kintsugi_ has quit [Ping timeout: 252 seconds]
Kaizen_Kintsugi_ has joined #bitcoin-core-dev
lucasdcf has quit [Read error: Connection reset by peer]
lucasdcf has joined #bitcoin-core-dev
ghost43 has quit [Remote host closed the connection]
ghost43 has joined #bitcoin-core-dev
ghost43 has quit [Remote host closed the connection]
ghost43 has joined #bitcoin-core-dev
AaronvanW has quit [Ping timeout: 256 seconds]
cold has quit [Ping timeout: 256 seconds]
<KillerWasp>
mmmm, ok, i finally download the source codes of berkeley db and boost-libs, compiling it and use it for bitcoin-core in the configure step.
<KillerWasp>
but late in 'make' give error again with berkeley, why? i already configure it. I need send the library directory in the 'make' command? how?
<jonatack>
laanwj: ty, +1 on people setting a name when commenting on this channel
<MarcoFalke>
KillerWasp: You can use (1) The pre-built release binaries from the website (2) a system bdb, but this is on you to figure out how to (3) our ./depends system
<MarcoFalke>
KillerWasp: There is also no need for bdb, if you don't have a pre-existing wallet.dat. You can create a new sqlite wallet, without bdb.
<MarcoFalke>
This should be documented in the ./doc/build-*.md files (make sure to use the docs of the release you are using)
ghost43 has quit [Remote host closed the connection]
ghost43 has joined #bitcoin-core-dev
<KillerWasp>
MarcoFalke: i'm reading the documentation. Say that i need berkeley db for use wallet commands.
Kaizen_Kintsugi_ has quit [Ping timeout: 256 seconds]
<KillerWasp>
also already read the Makefile, BDB_LIBS have the correct directory.
ghost43 has quit [Remote host closed the connection]
ghost43 has joined #bitcoin-core-dev
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git>
[bitcoin] fanquake opened pull request #24608: doc: clarify that BDB is only required for the legacy wallet in build-unix.md (master...build_unix_correct_bdb_note) https://github.com/bitcoin/bitcoin/pull/24608
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
Kaizen_Kintsugi_ has joined #bitcoin-core-dev
Kaizen_Kintsugi_ has quit [Ping timeout: 252 seconds]
yanmaani has quit [Ping timeout: 240 seconds]
yanmaani has joined #bitcoin-core-dev
brunoerg has quit [Remote host closed the connection]
brunoerg has joined #bitcoin-core-dev
Kaizen_Kintsugi_ has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 240 seconds]
ghost43_ has joined #bitcoin-core-dev
ghost43_ has quit [Remote host closed the connection]
ghost43 has quit [Remote host closed the connection]
ghost43_ has joined #bitcoin-core-dev
Kaizen_Kintsugi_ has quit [Ping timeout: 240 seconds]
brunoerg has joined #bitcoin-core-dev
Kaizen_Kintsugi_ has joined #bitcoin-core-dev
jonatack13 has joined #bitcoin-core-dev
jonatack has quit [Ping timeout: 240 seconds]
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git>
[bitcoin] jonatack opened pull request #24609: Clarify -maxtimeadjustment that only outbound peers influence timedata (master...maxtimeadjustment-outbound-peers-only) https://github.com/bitcoin/bitcoin/pull/24609
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
<jonatack13>
Question, do people using some platforms (macOS?) need to wrap bitcoin-cli string arguments in quotes? i.e. getnodeaddresses 0 "onion" ... or is it fine without quotes for everyone
bitdex has quit [Quit: = ""]
ghost43_ has quit [Remote host closed the connection]
ghost43 has joined #bitcoin-core-dev
ghost43 has quit [Remote host closed the connection]
ghost43 has joined #bitcoin-core-dev
<stick>
jonatack13: not seeing a reason why you would need to quote these
<stick>
macos uses standard shell (zsh or bash 3.x)
<jonatack13>
stick: thanks. i received review feedback on a doc change some time ago that the quotes were needed for macOS. i'll leave off the quotes and see if anyone complains.
bomb-on has joined #bitcoin-core-dev
<stick>
it would be interesting to see a particular example that does not behave like it should
<jonatack13>
yes, maybe they were using an older or different shell
<stick>
maybe there is some difference in quoting between zsh and bash, but I can't think of any
<stick>
also fish is quite popular among macos users
brunoerg has quit [Ping timeout: 252 seconds]
brunoerg has joined #bitcoin-core-dev
mikehu44 has quit [Ping timeout: 256 seconds]
Kaizen_Kintsugi_ has quit [Ping timeout: 256 seconds]
mikehu44 has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 250 seconds]
<jonatack13>
CI currently seems to have an issue with this task: [previous releases, uses qt5 dev package and some depends packages, DEBUG] [unsigned char] [buster]
brunoerg has joined #bitcoin-core-dev
<jonatack13>
"Error creating command-line script: failed to create temp file"
yanmaani has quit [Remote host closed the connection]
lucasdcf has quit [Read error: Connection reset by peer]
lucasdcf has joined #bitcoin-core-dev
yanmaani has joined #bitcoin-core-dev
<willcl_ark>
On the subject of fish shell, would there be any interest in adding fish autocompletions alongside the bash ones? I have made them for myself already, but didn't know if the project would want them or not. They are dynamically generated from the help pages (like the bash ones) so should be just as low maintenence in theory.
<laanwj>
willcl_ark: sure, why not, as long as someone is willing to maintain them
Kaizen_Kintsugi_ has joined #bitcoin-core-dev
jespada has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<laanwj>
jonatack13: i think that comment was mistaken (though i don't know the entire context), no POSIX compliant shell requires quotes around arguments without special characters in them
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git>
[bitcoin] brunoerg opened pull request #24610: test, lint: check bash version before executing codespell (master...2022-03-bash-lint-spelling) https://github.com/bitcoin/bitcoin/pull/24610
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
<laanwj>
(it's different if you want to pass, say, a space, a glob character like "*" "?", etc)
<laanwj>
i tried to use fish for a while it's quite neat as a shell it feels really modern though i couldn't really get used to it after so many years of bash
Kaizen_Kintsugi_ has quit [Ping timeout: 260 seconds]
_flood has quit [Ping timeout: 260 seconds]
flooded has joined #bitcoin-core-dev
<jonatack13>
laanwj: thanks!
brunoerg has quit [Remote host closed the connection]
ghost43 has quit [Remote host closed the connection]
brunoerg has joined #bitcoin-core-dev
ghost43 has joined #bitcoin-core-dev
ghost43 has quit [Remote host closed the connection]
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git>
bitcoin/master 1bba72d Jon Atack: Clarify in -maxtimeadjustment that only outbound peers influence time data
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
<bitcoin-git>
bitcoin/master 307215b fanquake: doc: clarify that BDB is only required for the legacy wallet
<bitcoin-git>
bitcoin/master 2320d31 fanquake: Merge bitcoin/bitcoin#24608: doc: clarify that BDB is only required for th...
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git>
[bitcoin] fanquake merged pull request #24608: doc: clarify that BDB is only required for the legacy wallet in build-unix.md (master...build_unix_correct_bdb_note) https://github.com/bitcoin/bitcoin/pull/24608
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
ghost43 has quit [Remote host closed the connection]
ifeanyi has quit [Ping timeout: 256 seconds]
Willtech has joined #bitcoin-core-dev
ghost43 has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 252 seconds]
Kaizen_Kintsugi_ has quit [Ping timeout: 250 seconds]
brunoerg has joined #bitcoin-core-dev
Kaizen_Kintsugi_ has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 240 seconds]
Kaizen_Kintsugi_ has quit [Ping timeout: 240 seconds]
ifeanyi has joined #bitcoin-core-dev
brunoerg has joined #bitcoin-core-dev
Kaizen_Kintsugi_ has joined #bitcoin-core-dev
sipsorcery has joined #bitcoin-core-dev
Kaizen_Kintsugi_ has quit [Remote host closed the connection]
Kaizen_Kintsugi_ has joined #bitcoin-core-dev
Kaizen_Kintsugi_ has quit [Remote host closed the connection]
Kaizen_Kintsugi_ has joined #bitcoin-core-dev
ifeanyi has quit [Quit: Konversation terminated!]
ghost43 has quit [Remote host closed the connection]
ghost43 has joined #bitcoin-core-dev
ghost43 has quit [Remote host closed the connection]
lucasdcf has quit [Read error: Connection reset by peer]
lucasdcf has joined #bitcoin-core-dev
ghost43 has joined #bitcoin-core-dev
lucasdcf has quit [Read error: Connection reset by peer]
bomb-on has quit [Read error: Connection reset by peer]
lucasdcf has joined #bitcoin-core-dev
brunoerg has quit [Remote host closed the connection]
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git>
[bitcoin] achow101 opened pull request #24615: guix: Map guix store prefixes to /usr for cross-architecture reproducibility (master...guix-cross-arch-repro) https://github.com/bitcoin/bitcoin/pull/24615
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
jarthur has joined #bitcoin-core-dev
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 252 seconds]
bomb-on has joined #bitcoin-core-dev
ghost43 has quit [Remote host closed the connection]
ghost43 has joined #bitcoin-core-dev
brunoerg has joined #bitcoin-core-dev
NorrinRadd has joined #bitcoin-core-dev
<cornfeedhobo>
does anyone know where the mempool.space folks hang out?
<stick>
cornfeedhobo: twitter?
<cornfeedhobo>
ooof. looks like you are correct. thanks.
NorrinRadd has quit [Read error: Connection reset by peer]
NorrinRadd has joined #bitcoin-core-dev
NorrinRadd has quit [Read error: Connection reset by peer]
NorrinRadd has joined #bitcoin-core-dev
<cornfeedhobo>
it's interesting that fulcrum electrum server chose to use Qt for it's networking classes
NorrinRadd has quit [Client Quit]
<laanwj>
qt has a decent cross-platform networking library, that said, choosing it for a non GUI related project is somewhat curious
ghost43 has quit [Remote host closed the connection]
ghost43 has joined #bitcoin-core-dev
brunoerg has quit [Remote host closed the connection]
<laanwj>
especially nowadays now that threading, filesystem, and such is part of C++, there was of course a time when it was not and even std::string was crappy, and frameworks such as qt provding half a OS and standard library was very useful
brunoerg has joined #bitcoin-core-dev
<laanwj>
it also provides http, json handling and such in one place, without having to specifially pick out libraries for everything, i guess once you're used to qt's way of doing things it's easy to stick with it
brunoerg has quit [Ping timeout: 240 seconds]
brunoerg has joined #bitcoin-core-dev
ghost43 has quit [Remote host closed the connection]
ghost43 has joined #bitcoin-core-dev
ghost43 has quit [Remote host closed the connection]
ghost43 has joined #bitcoin-core-dev
lucasdcf has quit [Read error: Connection reset by peer]
lucasdcf has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 250 seconds]
<cornfeedhobo>
indeed
brunoerg has joined #bitcoin-core-dev
sipsorcery has quit [Ping timeout: 268 seconds]
Kaizen_Kintsugi_ has quit [Remote host closed the connection]
Kaizen_Kintsugi_ has joined #bitcoin-core-dev
Kaizen_K_ has joined #bitcoin-core-dev
Talkless has joined #bitcoin-core-dev
Kaizen_Kintsugi_ has quit [Ping timeout: 250 seconds]
ghost43 has quit [Remote host closed the connection]
ghost43 has joined #bitcoin-core-dev
bitdex has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 256 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 252 seconds]
brunoerg has joined #bitcoin-core-dev
ghost43 has quit [Remote host closed the connection]
ghost43 has joined #bitcoin-core-dev
bitdex has quit [Ping timeout: 240 seconds]
<KillerWasp>
hello, anyone here know where i must go to modify for make a new altcoin? please.
ghost43 has quit [Remote host closed the connection]
<sipa>
@KillerWasp: not here
ghost43 has joined #bitcoin-core-dev
<KillerWasp>
sipa: then where? :(
<sipa>
No idea.
bitdex has joined #bitcoin-core-dev
ghost43 has quit [Remote host closed the connection]
ghost43 has joined #bitcoin-core-dev
bomb-on has quit [Quit: aллилѹіа!]
Talkless has quit [Quit: Konversation terminated!]