2020-02-08 Denarius Release
Denarius wallet release v3.3.9.7. Wallet file Github Release binary hash screenshots below.
I heart Cryptocurrency
Denarius wallet release v3.3.9.7. Wallet file Github Release binary hash screenshots below.
Denarius staking has been all over the place, especially as more FortunaStakes (masternodes) come online as price steadily increases. Blocktime is slowing down, but still faster than 30 seconds per block.
Hashes for latest v3.3.9.6 QT Wallet
Watching staking and taking some assumptions based on daily weight and how much I am staking myself I can come up with some very good ballpark numbers on daily emissions after block 3 million.
After seeing how toxic bitcointalk has become I was curious what I was posting about when I first registered. Not shocking my 2nd post was a sample config on my best settings to mine litecoin with AMD 7950’s. Those were the good old days where it wasn’t just a bunch of numbskulls making things up as facts and hating on everything in their path. What happened to communities that werent so respulsive?
Roughly less than 100 days until denarius POW block rewards go to 0. This happens at block 3,000,000 and goes basically full PoS.
Just got the Raspberry PI4 4gb today and went looking for how to install docker and docker-compose on the new toy. Appears that Raspbian Buster does not play well with these just yet.
Docker
curl -sL get.docker.com | sed 's/9)/10)/' | sh
The original idea to learn to use docker was to compile and run a wallet deamon very easily. Then it became wow this is so easy why not run this for more than just staking Denarius.
Playing around in docker is a lot of fun. I started to look around if anyone had made a Bitcoin QT running inside. It was hard to find one that is simple and works, obviously some tweaking has to happen in between.
Thinking about how to custom pi-gen a bit more to prepare for the cluster.
With the release of the raspberry pi4 and 4gb of ram, I am now curious about running multi masternodes on kubernetes or docker swarm.
This one threw me for a loop. How to RPC connect to a dockerized wallet daemon. I came across so many people asking how to do this for Bitcoin, yet I found no responses besides put rpcallowip=* in the bitcoin.conf. The coin I was testing this on does not allow the * in that field. Of course.