Since CPU fans are making loud noise, it seems that mining is working, so how can I check the mining status?
Sawtooth validator show log below.
[2021-09-22 12:41:32.342 WARNING cli] Network key pair is not configured, Network communications between validators will not be authenticated or encrypted.
I also tried to see my status in coin explorer with my sighash but it show nothing.
Usually, the tip number which comes from ./ccclient tip is higher than ‘Block Height’ in explorer web page. However, grep commend you mentioned shows nothing.
Could you give me a little more hint to figure out the problem?
Yes. I tried grep with first some characters of public key.
When I setup mining , I generated an ECDSA key pair and set them into sawtooth-validator-default container according to the post below.
“sawtooth block list …” command shows SIGNER public keys. That key is just 66 characters long but public key I used in config file is 130 characters long.
I’ve set signer field in “Client/clientConfig.json” with generated ECDSA private key. It’s same with the content of /etc/sawtooth/keys/validator.priv in sawtooth-validator-default container.
I’m not sure setting like this is correct or not…
The “Client/clientConfig.json” file is a client setting file.
As a setting file related to the creditcoin mainnet wallet,
It doesn’t directly affect mining.
The client is the mainnet wallet, so of course, you have to enter a private key in the setting file.
It has the ability to check the balance of the CTC mainnet coin and cause various transactions.
If mining is a problem, focus on server setting, not on client setting.