Setup a new stake pool for beginner

Hi all,

I’m currently following Guild Operators Documentation but seem to be hitting problem after problem with this setup.

Is there a more recent setup i can follow or is this the latest ?

Trying to setup the wallet using this

cardano-wallet-shelley serve --node-socket $CNODE_HOME/sockets/node0.socket --testnet $CNODE_HOME/files/genesis.json --database $CNODE_HOME/priv/wallet

I get this error:

– While building package Cabal-2.4.1.0 (scroll up to its section to see the error) using:
/home/pedro/.stack/setup-exe-cache/x86_64-linux-tinfo6/Cabal-simple_mPHDZzAJ_2.4.0.1_ghc-8.6.5 --builddir=.stack-work/dist/x86_64-linux-tinfo6/Cabal-2.4.0.1 build --ghc-options “”
Process exited with code: ExitFailure (-9) (THIS MAY INDICATE OUT OF MEMORY)

What hw configuration do u have?

Cheers,

Im using a hired server from digital ocean (well 2 servers).

Both are shared 2 x CPU, 4G Mem, 60G SSD with 4 terrabite transfer rate.

Not sure on the CPU type but would assume it’s sufficient considering it’s for a server host

Ok i had to upgrade the server to a more beefy one and it’s now working but …

I get an error now when running this:

cardano-wallet-shelley serve --node-socket $CNODE_HOME/sockets/node0.socket --testnet $CNODE_HOME/files/genesis.json --database $CNODE_HOME/priv/wallet

cardano-wallet-shelley: command not found

We are not in shelley era anymore so the shelley subcomand should not be use anymore

Try to type cardano-wallet and enter and see the next available subcommands

did you manage to run your pool?