BananoCoin / boompow

BANANO's Distributed Proof of Work System (BoomPoW v2)
https://bpow.banano.cc
MIT License
19 stars 5 forks source link

bad handshake #2

Closed AquilesCrespo closed 2 years ago

AquilesCrespo commented 2 years ago

I have today experimented and I am experiencing the following: (am I missing something?)

Starting BoomPow Client...
  ____                                ____     ___   __        __
 | __ )    ___     ___    _ __ ___   |  _ \   / _ \  \ \      / /
 |  _ \   / _ \   / _ \  | '_ ` _ \  | |_) | | | | |  \ \ /\ / /
 | |_) | | (_) | | (_) | | | | | | | |  __/  | |_| |   \ V  V /
 |____/   \___/   \___/  |_| |_| |_| |_|      \___/     \_/\_/

⚡ Using GPU 0
Platform: NVIDIA CUDA
Vendor: NVIDIA Corporation
Driver: 516.94

Only using GPU for work_generate...

🔒 Logging in...

🔓 Successfully logged in as *************

🚀 Initiating connection to BoomPOW...2022/08/15 21:25:33 websocket: bad handshake
2022/08/15 21:25:33 Dial: will try again in 2s seconds.
Websocket disconnected wss://boompow.banano.cc/ws/worker

GPU: Nvidia GeForce 3080 CPU: Intel I7 - 10875H OS: Windows 11

brainbudt commented 2 years ago

Hey there,

There was a problem with the whole network. It's now back online.

AquilesCrespo commented 2 years ago

Hey there,

There was a problem with the whole network. It's now back online.

I've tried again with no success ... still having the same output

brainbudt commented 2 years ago

Do you use a VPS on a datacenter?

AquilesCrespo commented 2 years ago

Do you use a VPS on a datacenter?

This is the client on a Razer blade 17 with windows 11 as i stated above :)

bbedward commented 2 years ago

bad handshake is indicative of authentication failure, it may be because you haven't yet verified your email address

AquilesCrespo commented 2 years ago

bad handshake is indicative of authentication failure, it may be because you haven't yet verified your email address

yeap... your right. thanks for the tip. only one problem more the confirmation link is expired how can i request a new one?

bbedward commented 2 years ago

You can run boompow-client.exe -resend-confirmation-email

AquilesCrespo commented 2 years ago

You can run boompow-client.exe -resend-confirmation-email

Thanks