Add|Remove|Onetry Node
addnode "node" "add|remove|onetry"
If you want to connect your wallet with known node server you can use this command.
Output will be nothing:
- addnode 35.200.159.68:3888 add
- addnode 35.197.138.163:3888 add
- addnode 35.226.31.206:3888 add
- addnode 35.200.130.53:3888 add
- addnode 35.192.54.161:3888 add
Glitch-qt returns "null" after each
backupwallet "destination"
The path with a filename required for this command. This command work only if wallet is fully decrypted. glitch-qt will returns "null", glitchd returns nothing.
On Windows:
backupwallet "C:\Users\(username)\Desktop\Backup\backup2029-08-21.dat"
null
bumpfee "txid" ( options )
Bumps the fee of a transaction, replacing it with a new transaction by adjusting the change.
bumpfee "txid"
{
"txid":"ecbc798c140b510xxxxxx8493e8e5ef04ssssssssseb7fa7e1abba24901a5",
"origfee": 0.00090500,
"fee": 0.00092061,
"errors":
[
]
}
callcontract "address" "data" ( address )
Arguments:
- "address" (string, required) The account address.
- "data" (string, required) The data hex string.
- address (string, optional) The sender address hex string.
- gasLimit (string, optional) The gas limit for executing the contract
Clearbanned
Clear all banned nodes IPs. Glitch-qt returns "null", glitchd gives no response.
clearbanned
null