getBaseString

Gets the base string that is part of the input for the hash. A long will be appended to this base string at the end, which will additionally be the solution to the challenge. The full string of baseString + the long is what must result in difficulty number of leading zero bits after having been hashed.

Return

the base string used for the hashing input.