Configurations

Pastel makes use of various configuration files to start & then keep the services functioning properly.

Below is the list of configuration files along with description and samples.

pastel.conf

This file is used by pasteld for simple node settings. Its default location is pastel config directory. Here's a sample file

server=1
listen=1

rpcuser=5pa4HxyM
rpcpassword=q20stoBEctqQN2o
rpcport=19932
testnet=1
addnode=18.112.12.211

masternode.conf

This file is used by pasteld for masternode specific settings

{
    "my-masternode-name": {
        "extAddress": "1.23.456.789:14444",
        "extCfg": "",
        "extKey": "jXYj8SueWC7q19cknwWVykjZZR7boK8BF1v7abqpf7Nn4CJqdQL4wPwZJr9XNpynezcJ2Vw3c7L3G5mQoVkxMp",
        "extP2P": "1.23.456.789:14445",
        "mnAddress": "1.23.456.789:19933",
        "mnPrivKey": "93Tyo5C6K7wpoS6EvaKVjmC84LdcDTq1gkFw2c4ioJ9CLB2GaCi",
        "outIndex": "1",
        "txid": "c8a3e1ef635f692eb3bb079bcf9eff479abe17ccb2b1936335f9229eef8b75cb"
    }
}

supernode.yml

As the name implies, this is used by supernode service

walletnode.yml

As the name implies, this is used by walletnode service. Its default location is pastel config directory.

hermes.yml

This is used by hermes service. Hermes service runs on supernodes.

bridge.yml

This is used by bridge service. Bridge Service is used with walletnode service as an option to speed up thumbnails retrieval as part of retrieving NFT data from walletnode APIs

Last updated

Was this helpful?