What should be the max-std-tx-size if OP_RETURN count = 10 and OP_RETURN size = 8MB?
(I have set max block size to 32 MB, should I decrease OP_RETURN count if max block size is 32MB? )
following are the entries in the params file:
# Standard transaction definitions
only-accept-std-txs = true # Only accept and relay transactions which qualify as 'standard'.
max-std-tx-size = 4194304 # Maximum size of standard transactions, in bytes. (1024 - 10000000)
max-std-op-returns-count = 10 # Maximum number of OP_RETURN metadata outputs in standard transactions. (0 - 1024)
max-std-op-return-size = 8388608 # Maximum size of OP_RETURN metadata in standard transactions, in bytes. (0 - 8388608)
max-std-op-drops-count = 5 # Maximum number of OP_DROPs per output in standard transactions. (0 - 100)
max-std-element-size = 600 # Maximum size of data elements in standard transactions, in bytes. (128 - 32768)