Thanks!
Latest posts made by HurpDurpington
-
RE: Feathercoin Difficulty
I could look into starting an independent blockchain explorer, though my time is as limited as anybody else’s. It would also probably mean a negative profit for me unless I start my own Feathercoin pool to fund my interests. Could be fun, though throwing more hands at this is probably not the solution.
-
RE: Feathercoin Difficulty
im guessing the explorer and the api both use the same back end and I think the explorer has stopped.
this is that last block according to the explorer so 2014-08-07 14:18:26 so if you have had funds sent to your account since then it could explain the balance being zero as it wont know about those transactions.
This is most likely the problem. That address received its first transaction on 08/10. Can anything be done to fix this, or are you all super busy?
-
RE: Feathercoin Difficulty
I’m using the API with the expectation that it’s like all the other API for coins (not my address) and in accordance with the directions supplied:
The balance for that address is not 0 (I can visually confirm that). I did see that you used json, which I was unaware of json support, so that’s neat.
Thanks again for looking at this, and that’s alright that the POC isn’t available. I just wanted to raise some issues.
-
RE: Feathercoin Difficulty
Actually, I should probably add that much of the API isn’t working… Things like addressbalance and getreceivedbyaddress appear to be not functioning correctly either.
-
RE: Feathercoin Difficulty
Hi you can find the difficulty on coinwarz
http://www.coinwarz.com/cryptocurrency
Or if you have your wallet open and synced, click on help, then debug window and select the tab ‘console’
Type
getinfo
followed by enter into the text entry window on the console page and it will give you back a whole stack of info including difficulty
You are correct API seems to be giving incorrect difficulty value.
I will raise it with the team
Thanks!
-
Feathercoin Difficulty
I searched about as hard as I could for an answer, but could only find a lengthy discussion about adding protections against multipool flops.
My question is: How do I find the feathercoin difficulty?
The Feathercoin API for getdifficulty doesn’t seem to return what the actual difficulty is right now (at least, not obviously enough for me to catch). I’m not sure if this is due to other pool defenses put in place, the API being broken, or just general site down-ness… There seems to be portions of the Feathercoin site that don’t return a page sometimes, IDK. Anyways just looking for a way to figure out what’s going on.
Thanks!