2424
Discussion about Bitcoin development http://bitcoincore.org http://github.com/bitcoin/bitcoin http://twitter.com/BitcoinCoreOrg List in: @Crypto @CryptoCurrencies Rules: All participants require username & image set No altcoin/ICO discussion or promo
You can also etch CP image (in binary) into the road, and then claim satelite maps distribute CP. Its just silly, but if you also provide/host/promote parsers you might be jailed.
Читать полностью…
Can someone explain how when illegal media (you know what kind i mean) gets stored on chain when OP_RETURN limit is removed the following wont happen:
1 - governments will force institutions and large miners like antpool and foundry to abandon the tainted chain and propose a clean hard fork
2 - the tainted (original) chain will get blasted by media and regulators until no one wants to get associated by it
3 - the online safety act will be used as a weapon to attack BTC node runners and possibly block explorer infrastructure
Please explain to me why this risk is worth it and the core30 update is justified.
Were block hash checkpoints removed from Bitcoin Core implementation?
Читать полностью…
if i need to digital sign for it and do drama so be it... i do not agree at all with the latest merge
Читать полностью…
Try to sync a full node after block 710.000... I will soon take action against some moles in the project
Читать полностью…
https://qubic.org/blog-detail/historic-takeover-complete-qubic-miners-now-secure-monero-network
Читать полностью…
Hello sers! Anyone here looking for developers or designers by any chance?
Читать полностью…
One solution is HD wallets (BIP32/44). It can generate many addresses from a single seed, & monitor them all by watching that xpub or address descriptor, using a bitcoin node or electrum server.
Читать полностью…
I want to make a tg bot so that the user enters his name and bitcoin wallet, and then receives the address to which the bitcoins need to be transferred, and as soon as he has transferred them, I should receive a notification about this.
Читать полностью…
Any UI/UX developer here interested in working with us on a bitcoin-only application?
Читать полностью…
Hi! I'm studying Bitcoin now and there's one thing that I can't find out, can you help please? When a new node finds other peers with first connection using DNS seeds, can domain server return the same IP address as the node that is trying to connect to the network? I'm asking that because it's interesting does the node filter received IP addresses to exclude its own IP or BIND returns everything excluding this node IP? If the node does it then I don't understand how it knows its own IP address beforehand because as I understand nodes know each other IP addresses only after version and verack getaddr/addr messages
to be more precise, for instance there's a blockchain with only one node, the first question is how to exclude a connection with the node itself. As I understand the node IP address needs to be excluded from received list of IP addresses returned from DNS server but the node doesn't know its own IP address (seems like that) before connecting to other peers
Because even I2P torrents are terrible slow. I tried to download bitcoin core torrent using I2P and got like 3KB/s.
Читать полностью…
do we have enough nodes in the i2p cluster? because
No. Unlike Tor, "exit nodes" - or "outproxies" as they are referred to on the I2P network - are not an inherent part of the network.
When using onlynet=onion and onlynet=i2p. The node will use both? Or use just one of them, like the last entered in the bitcoin.conf?
Sounds like you're looking for a crowdfunding solution like https://hub.angor.io/
Читать полностью…
Governments don't care if there is CP in logs, they care about software that displays it- so deployed web parsers, maybe even executables offered if they are promoted for CP use. So if you are making software to read it, make sure you enable filters and whatnot.
The simple answers is don't deploy jpeg viewers if you are not willing to censor what gets shown.
Everything else reads like a fantasy.
https://groups.google.com/g/bitcoindev/c/qyId8Yto45M/m/3gQYLCBFDgAJ
Читать полностью…
https://app.khoj.dev/share/chat/selfish-mining-qubic-s-pow-attack-and-crypto-futur-9c764cca/
Читать полностью…
❗️New users are restricted until they ➡️ CLICK HERE ⬅️ and pass the captcha or be kicked.
Читать полностью…
but the problem is that I don't understand how to do this if the addresses are constantly changing.
Читать полностью…
how can I track a transaction on the blockchain if the addresses are constantly Chow can I track a transaction on the blockchain if adresses constantly changing
Читать полностью…
DNS seeds (like seed.bitcoin.sipa.be) return a hardcoded or dynamically curated list of Bitcoin nodes. They don’t filter out the querying IP address
- Upon attempting a connection, if the destination IP matches the node’s known external IP, it avoids connecting.
- If a connection is established and the node detects that the remote peer is actually itself (e.g., via nonce check in version message), it drops the connection.
Relevant part in Bitcoin Core (net.cpp, CConnman::ConnectNode):
if (addr == self) {
LogPrint(..., "Skipping self-connection attempt to %s\n", addr.ToString());
return false;
}if (remote_nonce == local_nonce) {
// Detected self-connection
pnode->fDisconnect = true;
}
I am also checking the I2P settings. Like if the router or the ISP is blocking something.
Читать полностью…
I think my node only uses I2P network and takes forever to sync.
Читать полностью…
Would love to get feedback from fellow BitcoinDevs / BitcoinMaxis how you would approach a Bitcoin native funding process with all logic of collecting VC but just decentralised and no shit coins involved. We basically want to accelerate Bitcoin adoption as much as humanly and technologically possible.
Читать полностью…