kowala-tech / kcoin

A stable cryptocurrency that algorithmically targets $1 USD using the Kowala Protocol
https://www.kowala.tech/
Other
18 stars 16 forks source link

compiled kcoin client doesn't automatically sync #766

Closed johnreitano closed 5 years ago

johnreitano commented 5 years ago

Type:

Issue

What happened? / What do you need?:

When I start the client console, wait 5 minutes and then enter admin.peers, I get back an empty set.

If it's a request, what do you need it for?:

To allow people and exchanges to connect to our network.

If it's an issue, how can we reproduce it?:

Enter kcoin console. Wait 5 minutes. Enter admin.peers

Affected servers or services:

Priority:

High

jgimeno commented 5 years ago

@johnreitano can you try to remove the data folder, and do a "kcoin init" and later try it again?

johnreitano commented 5 years ago

That worked for me, but not for Adam. We're both using the Mac client (2.0.0-stable). What is a good way to debug this?

adamking commented 5 years ago

I was able to fix the peer problem with the flag --nat none. After peers are discovered, syncing continues normally without the flag set.