Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

[litecoin] Daemon has downloaded 100.00% of blockchain from 10 peers #1503

Closed
idanzam opened this issue Nov 12, 2022 · 2 comments
Closed

[litecoin] Daemon has downloaded 100.00% of blockchain from 10 peers #1503

idanzam opened this issue Nov 12, 2022 · 2 comments
Labels

Comments

@idanzam
Copy link

idanzam commented Nov 12, 2022

Describe the bug
[litecoin] Daemon has downloaded 100.00% of blockchain from 10 peers

coin.json:

"litecoin": {
"name": "Litecoin",
"canonicalName": "Litecoin",
"symbol": "LTC",
"family": "bitcoin",
"website": "",
"market": "",
"twitter": "",
"telegram": "",
"discord": "",
"coinbaseHasher": {
"hash": "sha256d"
},
"headerHasher": {
"hash": "scrypt",
"args": [ 1024, 1 ]
},
"blockHasher": {
"hash": "reverse",
"args": [ { "hash": "sha256d" } ]
},
"posBlockHasher": {
"hash": "reverse",
"args": [
{
"hash": "scrypt",
"args": [ 1024, 1 ]
}
]
},

    "shareMultiplier": 65536,
    "explorerBlockLink": "https://chainz.cryptoid.info/ltc/block.dws?$height$.htm",
    "explorerTxLink": "https://chainz.cryptoid.info/ltc/tx.dws?{0}.htm",
    "explorerAccountLink": "https://chainz.cryptoid.info/ltc/address.dws?{0}.htm",
  • OS: ubuntu 22.04 LTS

wallet conf file:

rpcuser=****
rpcpassword=****
rpcport=17501
host=127.0.0.1
listen=0
daemon=1
maxconnections=50
rpcthreads=8
gen=0

any solution ? what do I miss?

@idanzam idanzam added the bug label Nov 12, 2022
@seperatis seperatis added question and removed bug labels Nov 14, 2022
@seperatis
Copy link
Contributor

@idanzam Um, it appears your coin.json is missing a bunch of stuff. It should look similar to this one
--> https://github.com/oliverw/miningcore/blob/master/examples/litecoin_pool.json

This is not a BUG, but a user misconfiguration. Please, everyone....do not open issues unless you find something in the software code that is not working as intended. For everything else, please search the WIKI, old issues, and if you can't find answers that way, then start a discussion.

I am closing b/c this is not a bug.

@jon4hz
Copy link
Contributor

jon4hz commented Feb 1, 2023

Actually this is a bug :)

Miningcore fails to fetch the initial blocktemplate due to the mweb changes. It's miningcore who reports it poorly. #1563 should fix this issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants