I am new right here. I met some downside once I use signet on bitcoin core in docker container. I used this command to work out the nbits worth to set the common mining time which is 60s.
python3.8 miner --cli="bitcoin-cli" calibrate --grind-cmd="bitcoin-util grind" --seconds=60
However then I exploit this command to mine blocks, the common mining time isn’t what I set.
python3.8 miner --cli=”bitcoin-cli -datadir=/information/bitcoin/signet-custom” generate --address=$Tackle --grind-cmd=”bitcoin-util grind” --nbits=1d30783d --ongoing
I am very confused. Possibly this query is silly, however I’ll respect it if anyone may help me.
By the best way, I ponder if I can use RPC command to regulate my signet remotely. Thanks lots!