Skip to content
This repository was archived by the owner on Oct 20, 2023. It is now read-only.
This repository was 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

@idanzam

Description

@idanzam

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions