Creating lage blocks with multiple transactions in regtest mode?

Creating lage blocks with multiple transactions in regtest mode?

I want to create blocks with multiple transactions in regtest mode.

I want to test propagation with blocks of size 1-2 MB on the dash network.

./dash-cli -regtest -daemon -debug -port=8330 -rpcport=8331 generate 101

creates all blocks of size 181 and with 1 transaction.

What command-line argument should I use to change that.

I have tried ./dash-cli -regtest -daemon -debug -port=8330 -rpcport=8331 getnewaddress and then

./dash-cli -regtest -daemon -debug -port=8330 -rpcport=8331 sendtoaddress addr .001

to transfer amounts, so that new transactions are created. Even then the block size remains same.

Any help?

Should I be creating transactions in another way in order for it to be in mempool and in blocks.

https://ift.tt/2ve1mwH

Comments

Popular posts from this blog

bitcoin node: what is the difference between simnet and regtest?

How to check if Electrum is masking my IP with the Tor proxy?

How generic miner connects to bitcoin or ethereum network and does it needs to store entire blockchain?