playnance-games / PlayBlock

0 stars 0 forks source link

I want to setup a private node on Playnance #1

Open josedasilva11 opened 2 months ago

josedasilva11 commented 2 months ago

I'm trying to setup a private node for this chain but it gives me no peers to sync with.

What should my genesis.json be ?

also here's my geth service file, does it seem correct ?

[Unit] Description=Geth Ethereum Node After=network.target

[Service] User=geth Group=geth WorkingDirectory=/home/geth ExecStart=/home/geth/geth_linux --datadir /home/geth/playblock_data \ --networkid 1829 \ --http \ --http.addr 127.0.0.1 \ --http.port 8545 \ --http.api web3,eth,net,personal \ --ws \ --ws.addr 127.0.0.1 \ --ws.port 8546 \ --ws.origins "*" \ --ws.api web3,eth,net,personal \ --syncmode full \ --bootnodes "enode://f5010ffd4dfed0c5a3c8373f8ad06eee8bb22123575fc10280cb4c4958c1aa28365592f8c339e7b8ca27969a5c> --verbosity 3 Restart=always RestartSec=30 LimitNOFILE=65536

[Install] WantedBy=multi-user.target

playnance-games commented 2 months ago

Hi @josedasilva11. Please refer to our Bots documentation: https://github.com/playnance-games/PlayBlock/tree/main/Bots%20Documentation