bitcoin-hivemind / hivemind

Knowledge Revolution
http://www.bitcoin-hivemind.com
MIT License
113 stars 6 forks source link

Increase nonce value for repeat trades #95

Open canndrew opened 7 years ago

canndrew commented 7 years ago

Fixes #22

Rather than grabbing a list of all of the transactions I just keep increasing the nonce value assuming it'll still finish in linear time. Also, start off with a pseudo-random nonce.

Do these changes make sense?