Let $ G_{n,p} $ be a graph with n vertrices, such that each possible edge has a probability of $p$ to exist (there are $ \binom{n}{2} $ possible edges, each one appears in the graph with probability $p$). Next, let $p= \frac{d}{n} $ where $d$ is a constant (positive, such that $p$ is well defined). Prove that with high probability, $ G_{n,p}$ contains a vertex of degree of at least $ \left(\ln n\right)^{\frac{1}{2}} $.
By "with high probability", I mean that the probability of $ G_{n,p} $ to contain such vertex converge to $1$ when $ n \to \infty$
I dont have an idea right now of how to start. Any help would be appreciated.
Thanks in advance