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
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