< bitcoin-git>
bitcoin/master b77b0cc Pieter Wuille: Add MissingDataBehavior and make TransactionSignatureChecker handle it
< bitcoin-git>
bitcoin/master 3820090 Pieter Wuille: Make all SignatureChecker explicit about missing data
< bitcoin-git>
bitcoin/master 497718b Pieter Wuille: Treat amount<0 also as missing data for P2WPKH/P2WSH
< bitcoin-git>
[bitcoin] fanquake merged pull request #21330: Deal with missing data in signature hashes more consistently (master...202103_missing_data_verify) https://github.com/bitcoin/bitcoin/pull/21330
< bitcoin-git>
[bitcoin] fanquake opened pull request #21664: contrib: use LIEF for macOS and Windows symbol & security checks (master...macos_win_lief) https://github.com/bitcoin/bitcoin/pull/21664
< achow101>
harding: wumpus: can you make the same change to bitcoin.org that was done for bitcoincore.org to redirect users to download the 0.21-win-unsigned.exe? I'm seeing several users posting issues there about that.
< wumpus>
i do not have access to bitcoin.org anymore
< wumpus>
(dropped all my permissions there)
< wumpus>
after the so-manieth spat with Cobra i was sick of it, no idea if it will continue hosting bitcoin core binaries at all, but i'm no longer going to upload them
< wumpus>
i guess it would make sense to make /bin a redirect to bitcoincore.org/bin but no idea if he's up for that
< sipa>
and is bitcoind connected to any other peers?
< GarouDan>
Well, it looks like it is not. For now I'm using a configuration like
< GarouDan>
debug=1
< GarouDan>
server=1
< GarouDan>
rpcallowip=0.0.0.0/0
< GarouDan>
rpcbind=127.0.0.1
< GarouDan>
rpcbind=bitcoind
< GarouDan>
rpcauth=<my_rpc_auth_output>
< GarouDan>
onion=127.0.0.1:9050
< GarouDan>
listenonion=1
< GarouDan>
onlynet=onion
< GarouDan>
proxy=127.0.0.1:9050
< GarouDan>
proxyrandomize=1
< sipa>
please don't spam
< sipa>
if it's not connected to anything, that's your problem
< GarouDan>
Thanks for these suggestions (#bitcoin or on https://bitcoin.stackexchange.com), I'll try to reach these options later as well, for future interactions
< GarouDan>
Hum, I see, well, do you know where I should connect to? Maybe an official link that I could follow for that?
< sipa>
you don't need to do anything in general; bitcoin core will try to make connections to the network automatically
< sipa>
just wait, or figure out why it isn't working :)
< sipa>
you have onlynet=onion so it may take a while before a connection is established
< GarouDan>
Hum, ok, thanks a lot. I'll try to wait then ;)
< sipa>
anything in debug.log?
< sipa>
maybe your tor node isn't functional?
< sipa>
but you"re configures to only make connections through there
< GarouDan>
yes, in this case I think I'll try without tor first and if it works, later I'll try to enable tor again