can dev or someone please confirm what block we should be on cause i updated wallet and done everything right but i aint on the same as pools.and both block explorers are different to each other
I think the problem is that they have not released updated clients.
Looking at the website
http://duckduckcoin.com/Rollover the download link for the Windows wallet, and look at the link, it shows:
DuckDuckSetup-
0.8.6.2-Win32.exe
Yet the latest github commit to the source shows the version has been updated to
version 0.8.8.0:
https://github.com/duckduckcoin/duckduckcoin/commit/075e422422ff2879c5391c3ca8b74327bc9b8920I setup another daemon on another server using the latest Github source and I'm using the following addnodes:
addnode=162.213.254.217:12121
addnode=100.1.82.147:12121
addnode=66.172.11.82:12121
addnode=107.170.37.158:12121
addnode=69.90.132.64:12121
addnode=23.227.161.68:12121
After the blockchain downloaded, the block numbers on the new daemon and the pools daemon matched.
I then
transferred 0.000001 DUCK to the new daemon on the new server from the pool's wallet, and it got there successfully:
"account" : "",
"address" : "dYNpMNSG5dCEzQ6aMn2X3GA5JZMNg5vDXu",
"category" : "receive",
"amount" : 0.00000100,
"confirmations" : 8,
"blockhash" : "c00d3116ae2ad0adfa26bf90f574c545dd2e125a1fa3ee1d580c9244353f1094",
"blockindex" : 3,
"blocktime" : 1397065905,
"txid" : "c0cf3b8d7894f75b80d6295fe12a3843b096c8a65ffcd2b8be76138fb5379206",
"time" : 1397065859,
"timereceived" : 1397065859
I think the devs need to release an updated Windows wallet or at the very least, post something about what's going on.