Skip to main content

Questions tagged [transaction-propagation]

Questions about the manner, speed and incentives of relaying transactions in the Ethereum network.

1 vote
0 answers
24 views

I understand how ethereum transactions are signed and proapagated. But while comparing the output of rawTransaction with the wireshark capture of Etherum EOA transaction, I could not map the ...
Richa's user avatar
  • 11
3 votes
0 answers
261 views

I want to reduce the propagation time of my transactions to the minimum (ie. the time it takes for my transactions to reach miners). My transactions are broadcasted on my local Geth node (full node). ...
Undead8's user avatar
  • 3,650
1 vote
0 answers
137 views

Does anyone have empirical data on how long does it take to propogate a transaction thought out most of blockchain? I know we can speculate on how long it would take (like here). But I am interested ...
user2229336's user avatar
1 vote
1 answer
206 views

Here you can read that avg block propagation time is 172 milliseconds till it is shared all over the blockchain. How is this even possible? You can clearly see that reaching some locations takes much ...
user2229336's user avatar
1 vote
0 answers
110 views

Does anyone know any rough numbers for transaction propagation currently for the Ethereum network? I.e. how long does a submitted transaction take to reach 50%/95%/etc of nodes? Thanks!
Sasa Milic's user avatar
1 vote
1 answer
510 views

I have a private key. I need to cancel a pending transaction sent from its address. How to do this from command line? Also: I need to do the exactly same thing if there are several such pending ...
porton's user avatar
  • 1,854
2 votes
1 answer
607 views

When I start a transaction, MetaMask shows it with Cancel button. When does this Cancel button disappear? Maybe after one confirmation? After N (what is N?) confirmations?
porton's user avatar
  • 1,854
1 vote
1 answer
834 views

Firstly, thank you for helping me out in understand this. Suppose, if I have an ERC20 token contract (with all the required functions implemented including Transfer() function) deployed on the ...
Muni V K's user avatar
1 vote
1 answer
224 views

I create my transactions with ethers.js and push them into an array like this: const promises = []; promises.push(createTokenApprovalTx()); promises.push(createFooTx()); It's important that the token ...
Paul Razvan Berg's user avatar
0 votes
1 answer
131 views

I'm new on Ethereum. I'm trying to deploy my first smart contract in my private blockchain but my function always returns 0. I wrote the simple Smart Contract: pragma solidity^0.5.0; contract ...
alfo888_ibg's user avatar
0 votes
2 answers
345 views

On 9/18/2019 12:53am, I made a transfer of 2 Eth from Gemini to Exodus, it did not go through, bet end up in Etherscan. How did that happened? and How to transfer Eth out out Etherscan? Thanks to ...
Padmasue's user avatar
3 votes
1 answer
177 views

In order to test the throughput of a private Ethereum, I need to send multiple transactions as fast as possible. Can web3js ensures fast delivery of transactions? or there is an other more efficient ...
Noureddine's user avatar
4 votes
1 answer
790 views

I'm trying to understand how nodes propagate new valid blocks in Ethereum. Here's my attempt at a step by step how description of the process: 1. Miner constructs a new block and starts iterating ...
dot-punto-dot's user avatar
2 votes
0 answers
195 views

I am wondering what is the average (or mdeian) time it takes to propagate a block in the Ethereum blockchain? I found ethstats.net provides a cummlative graph for block block propagation but do not ...
MWH's user avatar
  • 363
2 votes
1 answer
775 views

Is there any way to config my Go-Ethereum node so that it can send my tx directly to a miner node, which makes the transaction faster to be included into a block.
DiveInto's user avatar
  • 490

15 30 50 per page