Here's my bitcoin.conf
:
#Set database cache size in megabytes (4 to 16384, default: 100) dbcache=4096 #How many blocks to check at startup (default: 288, 0 = all) checkblocks=144 #How thorough the block verification of -checkblocks is (0-4, default: 3) checklevel=2 #Set the number of script verification threads (-2 to 16, 0 = auto, <0 = leave that many cores free, default: 0) par=0 #Accept connections from outside (default: 1 if no -proxy or -connect/-noconnect) listen=0 #Maintain at most <n> connections to peers (default: 125) maxconnections=256 #Maintain a full transaction index, used by the getrawtransaction rpc call (default: 0) txindex=0 #Use hierarchical deterministic key generation (HD) after BIP32. Only has effect during wallet creation/first start (default: 1) #usehd=0 #Set key pool size to <n> (default: 100) keypool=512 #Start Electrum server electrum=1 electrum.host=127.0.0.1 electrum.port=50001
But when I ask issue the getelectruminfo
RPC call, I get this as a result:
{ "status": "stopped", "index_progress": 0, "index_height": -1, "debuginfo": { } }
Any idea why this isn't working?
[link] [comments]
source https://www.reddit.com/r/btc/comments/qmvlp8/bch_unlimted_1920_is_not_starting_electrum_server/
No comments:
Post a Comment