Questions tagged [packets]

A packet is one unit of binary data capable of being routed through a computer network.

A packet is one unit of binary data capable of being routed through a computer network.

Each packet contains the address of its origin and destination, and information that connects it to the related packets being sent.

Packets from many different locations can be sent on the same lines and be sorted and directed to different routes by various computers along the way. This is termed "packet switching".

6 questions
3
votes
1 answer

Is there a flag or specific message in a bitcoin pcap to show us our bitcoin transaction is confirmed or not?

Assume that I send a specific value from a source wallet to a destination wallet and simultaneously capture the input and output traffic with Wireshark. I can extract output address and it's value from captured traffic, but how i can detect (from…
Saeed
  • 125
  • 8
3
votes
1 answer

How is bitcoind "shy" when exchanging `version` packets?

This is more of a technical/programming question. I am referring to this line of code: https://github.com/bitcoin/bitcoin/blob/be992701b018f256db6d64786624be4cb60d8975/src/net_processing.cpp#L1699 I understand the logic behind not sending a version…
Tedy S.
  • 87
  • 3
3
votes
1 answer

addr_recv addr_from in version Message

I need some clarification about the meaning of the addr_from and addr_recv fields in the Version Message. addr_recv: The network address of the node receiving this message does this mean the public IP of the node I am sending to ? addr_from:The…
user18727
2
votes
1 answer

Banning Bitcoin through packet filtering

There's been a lot of talk about governments banning Bitcoin. In theoretical terms, this is possible but, how could a government effectively ban bitcoin through technological means? Are there packet filtering techniques which a government could…
Sebastien
  • 293
  • 1
  • 6
0
votes
1 answer

Why tx informations of a specific transfer in BITCOIN protocol will send to many IP addresses?

Recently I send a specific value from a wallet to another wallet and Simultaneously I caputred the related traffics in source and destination. after that, I found that value and it's related address in different packets which their difference was…
Saeed
  • 125
  • 8
0
votes
1 answer

Does xmr-stak use Stratum?

Using Wireshark to analyze packets sent by xmr-stak, I found them to be inconsistent with those of Stratum (https://en.bitcoin.it/wiki/Stratum_mining_protocol). From Wireshark: { "method": "login", "params": { "login":…
Cheran
  • 3
  • 2