hi,
I am researching the possibilities with blockchain / Multichain and for better understanding I have these questions (at the moment):
when there are no transactions, what will be included in the blocks when block time is say, 60 seconds? just the reference to the previous block and the nonce?
I have an old Bitmain Antminer S9i with 13,5TH/s lying around. When I change Multichain to POW, could I simulate a 51% attack with that on Multichain?
When I implement the API in my application for accessing Multichain – would it also work 1:1 for the Bitcoin network, as Multichain is based on Bitcoin Core? If yes, for that to work I'd have to run the main bitcoind service and connect to it over the API?
How is mining working (even with proof-of-auth)? The node that has its turn in the round-robin scheduler just hashes the block with whatever nonce and thats the hash value the next block will reference?
Thanks in advance!