What development stage do the version 0.13.99 nodes represent?

1

So, obviously Bitcoin Core 0.13.0 and 0.13.1 have been released, 0.13.2 is nearing release, and 0.14.0 will have its feature freeze in a few weeks. However, there are also some hundred odd nodes that show up as 0.13.99. What does that version represent?

Murch

Posted 2017-01-01T09:43:35.227

Reputation: 41 609

I can see there is a release candidate for 0.13.2, but has it really been released?Sven Williamson 2017-01-01T18:25:59.380

@SvenWilliamson: Sorry, I was getting ahead of myself. You're correct, only the rc is out.Murch 2017-01-01T18:43:29.857

well it is out now :)Sven Williamson 2017-01-02T16:11:04.813

Answers

2

While releases are carefully tested, tagged and then made available as executables, it is also possible to compile Bitcoin directly from the source code.

Bitcoin Core nodes that were built directly from a commit on the master branch instead of one of the releases show up as 0.XX.99, where XX is the latest major release.

Murch

Posted 2017-01-01T09:43:35.227

Reputation: 41 609