You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.
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.
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 ]
}
]
},
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?
The text was updated successfully, but these errors were encountered: