How to set up a POOL in a few minutes - and register using CNTOOLS

I am talkimg about telegram… can’t write

Give me rights… he need to create another subchannel for discusions

Alex, contact below address, I was blocked again for writting telegrma address, the forum think me as a spam…

Several hours into getting Relay #2 synced and connected to the producer. Its connected to both relays but only showing 2 out and 1 in. Is that normal? As far as I can tell its not a firewall rule as the rule I have allows 2 way traffic to the Relay #2 IP/Port.

Dear Alex
With your help the sync was completed last night, thank you…
I just did step5 with no2 method( Import wallet using mnemonic words) and got below result.
Is it ok for me to do next step6.(I didn’t send ADA to anywhere at this moment,should I send ADA to any wallet address??)
show
So sorry for bothering but need your help…dear.

Dear Alex
Your guide says below captured image red rectagular area that the address created in CNTOOLS is shown in the Daedalus wallet, but I can’t see the address in my Daedalus… is it ok or not, dear?
sho2

the imported wallet should have in cntools the first/oldest address from yoroi/daedalus

Dear , I find the address in Daedalus…Thanks…

You must send the ADA for pledge to that address (wallet internally)

Dear Alex
I finally set up my pool named "delta ".
Thank you very much, Dear.
I will contact you again.
Best Regards

congrats, the pool is fine (no errors)

https://pool.vet/#DELTA

I’ve been running the update but every time so far, when I try and try to verify it by cardano-cli --version
cardano-node --version it still shows 1.27.0. Anybody have any ideas?

Do you have a link or can advise me on setting up Filezilla? I’m getting: FATAL ERROR: No supported authentication methods available (server sent: publickey)
Error: Could not connect to server

I use WINSCP

I have a question, for the block producer node for the peers is it suppose to only have the peers out to the relays and nothing on the in - or should it be both out / in to the relays?

Imgur

you should have 2 “In” as well, only your relays should be coming into your BP. You should restrict it via the ufw firewall rules as below. Your BP should be in constant communication with only your relays.

Open a port for your public_address. This is the port other nodes will connect to.

sudo ufw allow from [relay 1 ip] to any port [bp node port] proto tcp
sudo ufw allow from [relay 2 ip] to any port [bp node port] proto tcp

If you use the topologyUpdater.sh script then you should add your BP’s IP address on both your relays as Custom Peer.

@poonasor did u added the producer IP on relays , inside the topology updater script to custom peers?

I believe you are still pointing to 1.27.0

Do this,

#build the node
cd ~/git
#This should remove old version.
sudo rm -R cardano-node
git clone https://github.com/input-output-hk/cardano-node
cd cardano-node
git fetch --tags --all

#To get latest version use this, this should pull 1.29.0 version.
git checkout $(curl -s https://api.github.com/repos/input-output-hk/cardano-node/releases/latest | jq -r .tag_name)

#Verify that it shows 1.29.0 version on your terminal screen and then
$CNODE_HOME/scripts/cabal-build-all.sh -l

@Jacobneider u are using publickeys?

yes id_rsa that I converted to ppk in filezilla