Author

Topic: Is there any max limit of a mempool? (Read 878 times)

copper member
Activity: 1498
Merit: 1528
No I dont escrow anymore.
December 15, 2016, 03:07:31 AM
#5
Bitcoin Core has a default max mempool of 300 MB, after which point it will start kicking transactions and increasing the minimum fee to get accepted.

Thanks a Lot. Could u plz point me to the relevant part of the code in Github?

In case you want to change that behaviour you dont have to modify the source. You can use the maxmempool setting (either pass at start or via .conf file).
staff
Activity: 3458
Merit: 6793
Just writing some code
December 13, 2016, 11:03:00 AM
#4
Bitcoin Core has a default max mempool of 300 MB, after which point it will start kicking transactions and increasing the minimum fee to get accepted.

Thanks a Lot. Could u plz point me to the relevant part of the code in Github?
I think it happens in this function: https://github.com/bitcoin/bitcoin/blob/master/src/validation.cpp#L527
sr. member
Activity: 329
Merit: 251
December 13, 2016, 10:46:17 AM
#3
Bitcoin Core has a default max mempool of 300 MB, after which point it will start kicking transactions and increasing the minimum fee to get accepted.

Thanks a Lot. Could u plz point me to the relevant part of the code in Github?
staff
Activity: 3458
Merit: 6793
Just writing some code
December 13, 2016, 10:32:44 AM
#2
Bitcoin Core has a default max mempool of 300 MB, after which point it will start kicking transactions and increasing the minimum fee to get accepted.
sr. member
Activity: 329
Merit: 251
December 13, 2016, 10:08:30 AM
#1
I mean 32mb/64mb/128mb beyond which it will crash or wont relay new Tx or remove old Tx to accept new one. If there is no such fixed size, I'd like to know the max limit of an average node...
Jump to: