WoofPool

Results 5 comments of WoofPool

It looks like I can do something like the following to set the TTL, and I will experiment whether collateral is needed. ``` TxOutputBuilder txOutputBuilder = ; TxBuilder txBuilder =...

Hi @jsgonsette, This link discusses restartability: [link](https://github.com/woofpool/cardano-private-testnet-setup/issues/8#issuecomment-1037047982 ) Thanks for creating the issue. Documenting the restart process in the instructions and more testing thereof would be very helpful. The instructions...

To support querying the data, you need a process like `cardano-db-sync` to attach to one of the running nodes of the private testnet, so the data gets collected and written...

> you essentially need a thin REST wrapper on top of the db, ie. > > https://postgrest.org/en/stable/ > Oh, I never knew that existed! Another fun thing to try out.

Hi @mateusap1 , thanks for experimenting with things. Others including myself have had issues re-starting the nodes and picking up where it left off, when it was last shut-down. I...