Skip to content

FTM can't access Gridcoin wallet due to port mismatch #67

@xsysel

Description

@xsysel

I was trying to run FTM and it was not possible, with some help of AI I have found there is mismatch in port number.

Error: Gridcoin wallet is not configured to accept RPC commands based on config file from /home/gridcoin/.GridcoinResearch

in main.py there is default port: 9876
rpc_port: str = "9876",

whilst default port of wallet is 15715 per https://gridcoin.us/wiki/cmd-options.html

so if there is no setting in gridcoinresearch.conf for rpcport= then it is not possible to join.
I added and it works:

rpcport=15715

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions