I'm using nigiri in regtest alongside Sparrow. When I broadcast a tx via Sparrow, I want to be able to issue a nigiri command to mine a block to get a confirmation.
Yes, I could "faucet" or rpc "generatetoaddress" to move it forward, but in either case I have to grab a new address when all I care about is getting a quick confirmation.
Something like: nigiri mine would be straightforward, which already aligns with the Mine method in Chopsticks.
I'm using nigiri in regtest alongside Sparrow. When I broadcast a tx via Sparrow, I want to be able to issue a nigiri command to mine a block to get a confirmation.
Yes, I could "faucet" or rpc "generatetoaddress" to move it forward, but in either case I have to grab a new address when all I care about is getting a quick confirmation.
Something like:
nigiri minewould be straightforward, which already aligns with theMinemethod in Chopsticks.