Basic clarification: Solving equation by squaring, but end up getting non-existent answers
Since the square of $2x-1$ is the same as the square of $1-2x$, squaring your initial equation you introduce also the solution of the equation $$ 1-2x=\sqrt{6x+1} $$
In another way: The equation $$ 2x-1=\sqrt{6x+1} $$ require that $2x-1\ge 0$ because the square root is always a positive number, so the solution must be such that $x \ge \frac{1}{2}$ and this inequality selects the correct solution of the squared equation.
Suppose we assume that $x = 1$.
Squaring both sides, we now have $x^2 = 1$, which is undeniably true.
From this we can conclude that $x = 1$ or $x = -1$. This is true too, since a disjunction of a true statement and a false statement is true. But the disjunction has lost information which was present in the original statement: you no longer know which of the two statements is true.
The point is that a polynomial equation is like an exclusive disjunction: it tells you that $x$ takes on exactly one of $n$ (the degree of the polynomial) possible values, but it doesn't tell you which.