Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SEM] Semux - Official Thread
by
semux
on 09/10/2017, 22:35:00 UTC
Hi, I know this is my first post here, but I have been watching this project from the Alpha and it looks great.  Unfortunately I wanted to report an issue.  I'm on Win10 and have not been able to connect to any peers since the latest Wallet (1.0.0-beta.2).

I get:
10/09 23:17:28 [main] INFO Config - Semux v1.0.0-beta.2
10/09 23:17:28 [main] INFO Config - System booting up: network = 0, coinbase = AnAddressIWouldLikeToClaimAlphaFaucetFromButCantAtTheMoment:)
10/09 23:17:29 [main] INFO Config - Latest block number = 0
10/09 23:17:39 [main] INFO NodeManager - Node manager started
10/09 23:17:39 [cons] INFO SemuxBFT - Consensus started
10/09 23:17:39 [cons] INFO SemuxBFT - Entered new_height: height = 1, # validators = 4
10/09 23:17:39 [p2p] INFO PeerServer - Starting peer server: address = 0.0.0.0:5161
10/09 23:17:40 [uPnP] INFO Config - Found a gateway device: local address = 192.168.0.13, external address = xx.yy.zz.nn

Is there any debug I can do to assist?

In config/simplerlogger.properties file, change
Code:
org.slf4j.simpleLogger.log.org.semux.net=info
to
Code:
org.slf4j.simpleLogger.log.org.semux.net=debug
It will show you more network debug info.