dead? no conections
Looks OK to me, just got my wallet connected and downloaded the blockchain.
Just wondering a few things since I've been getting more into mining, pools, and blockchain technical info:
The estimated block time should be around 40 seconds, but sometimes on the block explorer it takes up to 30 minutes to advance by one block. I thought this was a bug on coinworld.us, but I checked my client with "getblockcount" and it didn't budge for a long time. Is this normal for Bitcoin/Litecoin as well? Why does this happen?
So I'm interested in what the value for priority is in this equation in the Florincoin code, I can't seem to find it.
priority = sum(input_value_in_base_units * input_age)/size_in_bytes
I see some transactions on the blockchain with less than 0.03 Florin sent, though the client itself stops you from sending transactions with less than 0.03 Florin, using the RPC or command line I can see these transactions being put into blocks. Is there the possibility that transactions with extremely low coin amounts might not ever get into a block? How can someone using the command line calculate the minimum input_value_in_base_units needed for each transaction (assuming input_age and size_in_bytes can be approximated within reasonable confidence)? I don't want to put transactions into the network that can't ever be put into a block.