I have a couple questions about this coin related to more basic fundamentals as opposed to any sort of "gimmick" type things.
1. Unlike a few other coins that have anonymity, even if they're not currently trustless, BTCD doesn't have any anonymity yet correct?
The Teleport is what I am working on now,
https://github.com/jl777/btcd has the latest version I am debugging. it is not the official version yet.
The OP refers to this post regarding anon.
https://bitcointalk.org/index.php?topic=684090.740 That post seems to say it's an implementation of CN tech for anon. But was that dumped for Teleport now?
2. What has BTCD done to overcome the BTC blockchain bloat issue?
Not sure what exactly you mean here. the blockchain grows based on number of tx, currently less than quarter gig
The BTC blockchain is what, over 8G now? That's really not something regular people would find acceptable. There are some other coins that have implemented some things to try and deal with that sort of issue and so I was asking if BTCD has done anything or if it suffers from the same problem, that over time it will become something unrealistic for "normal" users. Is there an alternative? Like with BTC they have SPV right?
3. Is the PoS in BTCD basically that the richest coin holders control the blockchain or has it implemented some alternate system to alleviate that problem.
PoS is based on the stake, not sure why you would consider this a problem that needs to be alleviated. Initially the coins were PoW and we had over 3 petahash for a while with hundreds of miners, so the coin got distributed pretty widely.
I'm far from an expert on this stuff, but it's my understanding that there's a couple problems with PoS. The first being that those that hold the majority of the coins basically control the network. i.e. Like a 51% issue. The other problem is that when people are staking, there's no economy going on. Sort of a catch 22 thing. You need people actually using the coins for it to gain wide spread acceptance and use, and yet you need people staking to secure the network. I recently read about some coin that was changing it in some way so that actually using the coin would increase your stake in some way. There was also a paper out in June about Proof of Activity that I think tried to address these issues but it's a bit above my head at this point. So basically I'm asking if BTCD has done anything like that or if it's the "typical" PoS.
4. How solid is the current hashrate in comparison to something like Peercoin? i.e. How secure is the network?
the amount of coins staking is what gives the security and it is hard to get an exact number on that but I estimate 75%+ of the coins are staking
After posting my questions I remembered the site bitinfocharts. If the data on there is correct, then the hashrate for BTCD is pretty low and I think there should be an effort to get more people staking or something. If it's right, then BTCD has less hash than coins like XST and even LXC which I would think would be concerning.