5
According to this page: https://en.bitcoin.it/wiki/Poolservers bitcoind's rollntime support is 'Supported, but not advertised'. I am taking that to mean that it doesn't provide the X-Roll-NTime header that would advertise this support, but you can increment the ntime value to get extra nonce space and still submit found blocks after doing this.
Is this correct? If so, what would be the max amount that a mining client can increment the ntime value?
2Except mining via
getworkdoesn't submit a full block, only the header. Bitcoind still combines it with the transaction data in remembered when creating the work. I'm not sure if this works if you modify the timestamp yourself. – Pieter Wuille – 2013-06-29T12:35:21.763I'm not sure if this works if you modify the timestampBut what else would "Supported, but not adverstised." mean? – Nick ODell – 2013-06-29T15:36:39.953Where do you read that? – Pieter Wuille – 2013-06-29T18:14:46.343
@PieterWuille Look at the bitcoin wiki page, and scroll down to the row that says "rollntime". Click the footnote. – Nick ODell – 2013-06-30T04:16:36.470