alright so I've tried reindexing and created a new worker
also confirmed I was connected using wget however its still not letting me mine for some reason. I also tried restarting biblepay and restarting with the conf edited but no luck. Where is this other directory you speak of? right now I'm in the biblepay folder in usr (src). How do I cd to the dir you are talking about?
what is the trick again to get the wallet to sync? mine is stuck, I deleted the banlist but it still wont progress.
I think someone once said to delete peers?
If those two dont work try:
rm chainstate -R
rm blocks -R
Resync
I can't get biblepay to mine on linux... :/
" GNU nano 2.5.3 File: biblepay.conf
addnode=node.biblepay.org
addnode=biblepay.inspect.network
gen=1
genproclimit=2
poolport=80
pool=http://pool.biblepay.org
workerid=testbig
" is in my conf file.
it keeps saying false for pool mining but its already setup in the conf file any ideas?
{
"blocks": 20934,
"currentblocksize": 1000,
"currentblocktx": 0,
"difficulty": 11168.1785701284,
"errors": "",
"genproclimit": 1,
"networkhashps": 1421332572198.94,
"hashps": 12973.67320610347,
"minerstarttime": "12-13-2017 03:17:55",
"pooledtx": 0,
"testnet": false,
"chain": "main",
"biblepay-generate": true,
"poolinfo1": "",
"poolinfo2": "",
"poolinfo3": "",
"miningpulse": 428,
"poolmining": false
}
Hmm, thats kind of interesting.
Are you sure your changes with the pool= are set in the top level biblepay.conf? (Not the \testnet3 directory)? And you have restarted after applying.
' to ensure port 80 is open? You should be seeing an error in poolinfo1 if you had http connectivity.
If still no luck, set debug=true and debugmaster=true in the conf and restart with an empty debug.log- see if you receive any http errors?
Also of course ensure the testbiggie worker exists in the pool...
Maybe try testbiggie2 by creating a 2nd worker as another option.