Bitcoin Forum
October 03, 2025, 08:46:47 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NAVIADDRESS - BLOCKCHAIN INFRASTRUCTURE ID PROJEKT! ICO Complete :) on: September 28, 2018, 03:47:54 PM
Hi gang - is there a white paper or more technical details lurking around somewhere?
Looking for more info on block reward / premine / high level tech details.
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: HYCON Mining - CPU Mining good profits on 24 Hours using simple notebook on: June 07, 2018, 10:28:55 PM
For anybody with the issue with connecting to peers, this worked for me on windows 10 and mac os:

To resolve:

(1) go to http://hplorer.com/peers
(2) open a shell and try to ping the hosts on the peer list ("ping xxx.xxx.xx.xx") until you find one that does not time out:
_MacBook-Pro:~ dump_rat$ ping 116.122.128.49
PING 116.122.128.49 (116.122.128.49): 56 data bytes
64 bytes from 116.122.128.49: icmp_seq=0 ttl=40 time=249.023 ms
64 bytes from 116.122.128.49: icmp_seq=1 ttl=40 time=224.698 ms
64 bytes from 116.122.128.49: icmp_seq=2 ttl=40 time=255.991 ms_
^Z

(3) open your launch script and add parameter to force peer (use the value in the "connection string" column for the valid host you previously pinged).
./hycon --api --api_port=2442 --peer 116.122.128.49:63975 --cpuMiners=1 $@

After forcing the connection to one peer, other peers were discovered and I was synced in ~10 mins or so.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!