Start your node - YAML file not found - YAML exception *HELP setting up new pool using stake pool course

the first IP is mine

Yes, no need, there are aditional informations

Ur producer, if u configured one… what u are using ? A virtual machine?

The producer will be a little hard to configure because u need to build transactions

I’m using Google Cloud platform VM just to get things set up.

What route would you recommend?

It’s ok, for testing… u know learn how things are going… so… the relay it’s configured

yeah I’m obviously learning…

node is going crazy now with update to topology-testnet.json file…

Yes, now it’s syncing you will see the epoch number increasing… it will take more hours… like ~10-12 hours to sync… now we are in epoch 246

Try to add more relays, like 10 ore 12, in topology file and restart again the node

In relay folder type
git clone GitHub - Crypto2099/simpleLiveView: Create a "Live View" for Cardano Node when running in "Simple View"
cd simpleLiveView
./liveview.sh

so manually stop it add more relays

and type that into a file or directly from relay dir??

git clone GitHub - Crypto2099/simpleLiveView: Create a "Live View" for Cardano Node when running in "Simple View"
cd simpleLiveView
./liveview.sh

tutorial say to change shelly-testnet-config.json file

U can modify the topology while node is running but it will need restart to start with new configuration

From relay… it will create a new folder

1 Like

Dude is it like 2 am in Romania?

My wife just told me dinners ready but I’ve got to get this going…

Yes, I will go to sleep…anyway the relay is up and running and needs to sync

Now u must configure the producer… to creat transactions, to request ada for test, etc

So grateful for your help!!

Thanks man!!!

Anytime… how many vm do u have? 1?

1 right now… not sure how to proceed

U will need 1 block producer and at least 1 relay maybe 2

So 3 VM’s set up?

./liveview.sh is giving me

jimmy3d@grow-testnet:~/simpleLiveView$ ./liveview.sh
./liveview.sh: line 36: netstat: command not found
COULD NOT CONNECT TO A RUNNING INSTANCE! PLEASE CHECK THE PROMETHEUS PORT AND TRY AGAIN!

Nano testnet-config.json and check the prometheus port what port is there?
But, the node is stoped?

node is stopped

“127.0.0.1”,
12798

Can I Change TraceBlockFetchDecision to true as in tutorial?

it’s running.

can I just let it do it’s thing for a while?

I didn’t know I could edit while it’s running

Modify 0.0.0.0

And start the node in tmux session, i think u need it

To create tmux sessions:

tmux new-session -s node
Here go to relay folder and start the node again

After start, to exit from tmux session type

Ctrl+B and then d

——-
To list tmux sessions:
tmux ls

————
To attach again type:

tmux attach-ses -t node

so, create a new session, start the node, exit from tmux session and go to simpleview folder and start again the script

cd simpleLiveView
./liveview.sh