no idea... i found the problem with that .... it wants that in linux .conf file
ipcallowip=127.0.0.1
not
rpcconnect=127.0.0.1
now i am getting a huge nubmer or errors that i can't find... i make everything like i do to most coin pools. that means:
i find the address for PUBLIC ADDRESS from base58.h
i find height or something like that from nSubsidy >>= (nHeight / 8400000); from main.cpp
i change the port and rpc port at networks.py
i change the worker port and the other port that connect the pools.
i delete the IDENTIFY AND PREFIX i leave them like that (don't couse me any problems for solo pools)
IDENTIFIER=''.decode('hex'),
PREFIX=''.decode('hex'),
i change the helper.py with or 'netowrkname' like this
if 'lite' in net.NAME or 'feather' in net.NAME or 'chn' in net.NAME or 'franko' in net.NAME or 'digital' in net.NAME or 'worldcoin' in net.NAME:
what else. and i run with python. (i create the screen first)
but then let's say for fastcoin i get like 2 pages errors .....
i also hav no idea what this is
CHAIN_LENGTH=24*60*60//10, # shares
REAL_CHAIN_LENGTH=24*60*60//10, # shares
SHARE_PERIOD=10, # seconds
and on the other networks.py this one and how i can translate it
P2P_PREFIX='f9beb4d9'.decode('hex'),