Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Datacoin - Censorship-Free Data Storage
by
sampei7777
on 09/07/2021, 13:11:38 UTC
How can I see the Network Hash Rate?

I tried with getmininginfo, getblockchaininfo, getnettotals... but there isn't

Is this https://bitcoin.stackexchange.com/questions/11139/how-is-the-network-hash-rate-calculated valid for Datacoin, too?
It's getnetworkhashps but it's only in the 0.16.3 client (don't use it for txs)

-cut-


Something is not right...

I have this version, but not this method:

Code:
datacoin-cli getnetworkinfo
{
  "version": "v0.16.3.0-2edec369aminki",
  "subversion": "/Datoshi:0.16.3/",
  "protocolversion": 70015,
  ...

Code:
datacoin-cli getnetworkhashps
error code: -32601
error message:
Method not found

(don't use it for txs)

Why not?

I use it with

Code:
prematurewitness=1
addresstype=legacy

Do you remember? https://bitcointalk.org/index.php?topic=2188160.msg55496382#msg55496382


For some reason my is listed as NOT Listening, but i have listen=1 set in .conf, any ideas?
My server reports pretty much everything as incoming, I get a better idea by running a client at home, anything that shows up in the Peers tab is a listening node.

If your client is hosted on your home network, it likely won't be accessible externally unless your router supports NAT/UPNP and you have configured the router to enable UPNP for the machine running the client.

Belt and braces - have upnp=1 in the config (or rather ensure that you don't have upnp=0 in the config - which you don't seem to have).

Cheers

Graham


Yes, but could he listen as a tor hidden service?

What does this do?

Code:
listenonion=yes

If we could put people listening on TOR and if we can configure clients to serach on TOR for listening nodes, we can have more nodes to mantain the network up.

I guess it is made with listenonion= and proxy= specs in conf file...