Post
Topic
Board Announcements (Altcoins)
Re: ### A ChainWorks Industries (CWI) Project - OzzieCoin | OZC
by
chrysophylax
on 14/12/2018, 06:28:24 UTC
I install wallet Ozziecoin version v0.17.0.99-14161d50f (64-bit), but I have 0 active connections, should I add any nodes ?

Yes ...

- Locate the (or create if you don't have one) the ozziecoin.conf file (I am unsure where it is located in Windows if you have it)
- Close the wallet if you have it running.
- Go to this link - https://chainz.cryptoid.info/ozc/#!network - and click on the 'node list' button where /CWI_OZC:0.17.99/ is located.
- Copy and paste these node listings (no matter how many) to the ozziecoin.conf file.
- Save the ozzeicoin.conf file.
- Restart your wallet and wait till the wallet finds an active peer.

The alternative is ...

- Run the wallet .
- Click on the 'Help' Menu Item.
- Click on 'Debug Window'
- When the 'Debug Window' opens, click on the 'Console' Tab.
- At the bottom there is a Navigation/Input Pane where you should punch in the node addresses from the Block Explorer, except in this form below -

Code:
addnode 108.170.1.134 add

- Continue doing this until you have entered at least three nodes.
- Close the 'Debug Window' and wait until the wallets finds an active peer.

Syncing should start from there.

If syncing does not start, then there is another issue you need to look at, whether it be a firewall port exception, or opening the P2P port in the Modem/Router you are using. This is beyond the scope of this post as each have different settings.

Currently, below is the listings of nodes in my currently active wallet.

Code:
[
  {
    "id": 0,
    "addr": "159.148.186.132:39042",
    "addrlocal": "49.176.248.102:41874",
    "addrbind": "192.168.0.71:41874",
    "services": "000000000000040d",
    "relaytxes": true,
    "lastsend": 1544597556,
    "lastrecv": 1544597635,
    "bytessent": 85988,
    "bytesrecv": 514160,
    "conntime": 1544442813,
    "timeoffset": 0,
    "pingtime": 0.40021,
    "minping": 0.396583,
    "version": 70015,
    "subver": "/CWI_OZC:0.17.99/",
    "inbound": false,
    "addnode": false,
    "startingheight": 847602,
    "banscore": 0,
    "synced_headers": 848632,
    "synced_blocks": 848632,
    "inflight": [
    ],
    "whitelisted": false,
    "minfeefilter": 0.00000000,
    "bytessent_per_msg": {
      "addr": 110,
      "feefilter": 32,
      "getaddr": 24,
      "getdata": 1098,
      "getheaders": 1053,
      "headers": 530,
      "inv": 305,
      "ping": 41280,
      "pong": 41280,
      "sendcmpct": 99,
      "sendheaders": 24,
      "verack": 24,
      "version": 129
    },
    "bytesrecv_per_msg": {
      "addr": 1520,
      "cmpctblock": 320184,
      "getheaders": 1053,
      "headers": 212,
      "inv": 1159,
      "ping": 41280,
      "pong": 41280,
      "sendcmpct": 66,
      "sendheaders": 24,
      "tx": 107231,
      "verack": 24,
      "version": 127
    }
  },
  {
    "id": 1,
    "addr": "188.165.39.224:39042",
    "addrlocal": "49.176.248.102:50946",
    "addrbind": "192.168.0.71:50946",
    "services": "0000000000000003",
    "relaytxes": true,
    "lastsend": 1544597635,
    "lastrecv": 1544597636,
    "bytessent": 121111,
    "bytesrecv": 1183671,
    "conntime": 1544442814,
    "timeoffset": 0,
    "pingtime": 0.455879,
    "minping": 0.367661,
    "version": 70004,
    "subver": "/Satoshi:0.9.1.4/",
    "inbound": false,
    "addnode": false,
    "startingheight": 847602,
    "banscore": 0,
    "synced_headers": 848632,
    "synced_blocks": 847602,
    "inflight": [
    ],
    "whitelisted": false,
    "minfeefilter": 0.00000000,
    "bytessent_per_msg": {
      "addr": 165,
      "alert": 192,
      "getaddr": 24,
      "getheaders": 1053,
      "inv": 64355,
      "ping": 41280,
      "tx": 13889,
      "verack": 24,
      "version": 129
    },
    "bytesrecv_per_msg": {
      "addr": 14042,
      "getblocks": 1077219,
      "getdata": 427,
      "headers": 106,
      "inv": 50447,
      "pong": 41280,
      "verack": 24,
      "version": 126
    }
  },
  {
    "id": 3,
    "addr": "5.196.117.40:39042",
    "addrlocal": "49.176.248.102:55836",
    "addrbind": "192.168.0.71:55836",
    "services": "000000000000040d",
    "relaytxes": true,
    "lastsend": 1544597569,
    "lastrecv": 1544597635,
    "bytessent": 106044,
    "bytesrecv": 248207,
    "conntime": 1544442831,
    "timeoffset": -1,
    "pingtime": 0.372827,
    "minping": 0.369817,
    "version": 70015,
    "subver": "/SatOzzie:0.17.99/",
    "inbound": false,
    "addnode": false,
    "startingheight": 847602,
    "banscore": 0,
    "synced_headers": 848632,
    "synced_blocks": 848632,
    "inflight": [
    ],
    "whitelisted": false,
    "minfeefilter": 0.00000010,
    "bytessent_per_msg": {
      "addr": 55,
      "feefilter": 32,
      "getaddr": 24,
      "getdata": 5551,
      "getheaders": 1053,
      "headers": 15794,
      "inv": 732,
      "ping": 41280,
      "pong": 41280,
      "sendcmpct": 66,
      "sendheaders": 24,
      "verack": 24,
      "version": 129
    },
    "bytesrecv_per_msg": {
      "addr": 2385,
      "cmpctblock": 27074,
      "feefilter": 32,
      "getheaders": 1053,
      "headers": 108862,
      "inv": 732,
      "ping": 41280,
      "pong": 41280,
      "sendcmpct": 66,
      "sendheaders": 24,
      "tx": 25267,
      "verack": 24,
      "version": 128
    }
  },
  {
    "id": 256,
    "addr": "178.128.56.201",
    "addrlocal": "49.176.248.102:58698",
    "addrbind": "192.168.0.71:58698",
    "services": "000000000000040d",
    "relaytxes": true,
    "lastsend": 1544597635,
    "lastrecv": 1544597635,
    "bytessent": 79694,
    "bytesrecv": 136174,
    "conntime": 1544532733,
    "timeoffset": 0,
    "pingtime": 0.325885,
    "minping": 0.323263,
    "version": 70015,
    "subver": "/CWI_OZC:0.17.99/",
    "inbound": false,
    "addnode": true,
    "startingheight": 848201,
    "banscore": 0,
    "synced_headers": 848632,
    "synced_blocks": 848632,
    "inflight": [
    ],
    "whitelisted": false,
    "minfeefilter": 0.00000010,
    "bytessent_per_msg": {
      "addr": 55,
      "feefilter": 32,
      "getaddr": 24,
      "getdata": 183,
      "getheaders": 1053,
      "headers": 43142,
      "inv": 305,
      "ping": 17312,
      "pong": 17312,
      "sendcmpct": 99,
      "sendheaders": 24,
      "verack": 24,
      "version": 129
    },
    "bytesrecv_per_msg": {
      "addr": 740,
      "cmpctblock": 61488,
      "feefilter": 32,
      "getheaders": 1053,
      "headers": 24910,
      "inv": 305,
      "ping": 17312,
      "pong": 17312,
      "sendcmpct": 66,
      "sendheaders": 24,
      "tx": 12781,
      "verack": 24,
      "version": 127
    }
  }
]

Hope this helps.

#crysx

I have the wallet open.  There is no CONF file.  I tried the debug method, copied and pasted that one line and it says NULL.  That's it.  Not working?

UPDATE: I created my own config file, didn't work.  Opened up settings in wallet and it says OPEN CONF FILE.  Did this instead, pasted nodes, restarted and that worked.  It's now syncing.

One question remains though, do I really need to download 200GB worth of blockchain just to send the coins from the exchange to a wallet?

OK ...

It is good that you have it finally working. A couple of points to note.

- As with almost EVERY other coin out there, based on the BitCoin code or otherwise, the procedures are almost identical to getting these things running, and as the nodes are NOT hardcoded in this Release Candidate (RC2), it is necessary to get things running this way for the time being.
- The blockchain IS the ledger that make the wallet run. So in answer to your question, if you are moving coins to a LOCAL wallet, then yes, the entire blockchain must be downloaded. Tried a full Bitcoin Wallet? Many hundreds of GB need to be downloaded before you can use it, though you do have 'light' wallets available for BitCoin and many others, of which we are not yet up to in development. We have just started the coin development process, as we started from the backend first, to make sure whatever we develop has the infrastructure backing.

As for the conf file. If you are using Windows, case shouldn't be an issue. Linux is a different story and case ALWAYS matters for Linux.

ozziecoin.conf - is the case and name that OZC requires to have, though much more lax with Windows, and it MUST be in the right place, which is where the wallet and blockchain is located. In the Case of Windows, I am told it is in the %appdata% Directory, and in Linux it is the .ozziecoin/ directory.

The opening config in menu is actually a really simple way of doing this, but I have no idea if this stays persistent after closing the wallet, and reopening. The best way to maintain your settings is the .conf file in the OzzieCoin Directory.

We are working with another Exchange currently, and have struck an agreement, and arrangement with them, so publication of details will follow shortly. The only issue we have currently is that Cryptopia are taking their time with the update and release of the OZC/BTC market.

BTW - the actual OzzieCoin blockchain is no more than 590MB as of time of posting, not 200GB as you stated. You are confusing OZC with BTC Wink

#crysx