silicoin-network / silicoin-blockchain

Silicoin blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
Apache License 2.0
79 stars 28 forks source link

connecting to wallet #115

Closed bananawar closed 2 years ago

bananawar commented 2 years ago

Describe the bug

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

Screenshots

Desktop

Additional context

bananawar commented 2 years ago

There is an endless connection to the wallet..

bananawar commented 2 years ago

S

Gabbionato commented 2 years ago

Same problem in Ubuntu. Windows all OK, but i don't use it...

Installing procedure incorrect and when I discovered the solucion appear this other.. DEB file could make life easer... Thank you

bananawar commented 2 years ago

Windows 10 1

bananawar commented 2 years ago

Unknown service.

digitalfreddy commented 2 years ago

Same in Archlinux

Bovari commented 2 years ago

Same, in Linux Mint

MycaelRaustin commented 2 years ago

Happened also to me. Managed to fix it. It's port conflict against cactus

Just go to your config yaml in "C:\ Users \ %username% \ .sit\mainnet\config" Modify all ports that are already used.

Just run a simple netstat -ano|findstr "listen" to see which ports are currently in use

Change the ports. rerun silicoin, and you're in business ;)