eth广播交易-------慢慢慢(穷)

首先要了解ETH的交易队列

https://openethereum.github.io/wiki/Transactions-Queue

ETH网络使用情况

https://etherscan.io/chart/networkutilization

当前未确认交易数

https://etherscan.io/chart/pendingtx

Gas price

https://etherscan.io/chart/gasprice

以太坊网络最近“堵成狗”的四个原因和两个解决方向

https://www.ylfx.com/Show/index/cid/37/id/66187.html

 

    --tx-queue-mem-limit=[MB]
        Maximum amount of memory that can be used by the
        transaction queue. Setting this parameter to 0 disables
        limiting. (default: 4)
    4M 够吗?

    --tx-queue-size=[LIMIT]
        Maximum amount of transactions in the queue (waiting to
        be included in next block). (default: 8192)
    根据当前pending交易数适当调

    --tx-queue-per-sender=[LIMIT]
        Maximum number of transactions per sender in the queue.
        By default it's 1% of the entire queue, but not less
        than 16.
    

 --no-persistent-txqueue
        Don't save pending local transactions to disk to be
        restored whenever the node restarts.
     

 

是不是因为穷,gasprice 给低了!!!!!!!!!!!!!!!!!!!!!!!

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章