Post
Topic
Board Development & Technical Discussion
How to make transaction speed faster?
by
wsxdrfv
on 15/02/2018, 01:51:33 UTC
So bitcoin block generation speed is 10 minutes, is this minimum transaction speed?

Then how can faster it?

I find at 'chainparams.cpp', consensus.nPowTargetSpacing = 10 * 60;

So this is 10 minutes, so if I change it to 0.1 * 60, then transaction speed also become 6 seconds?

What else parameters should I change to speed up?