When I try to send 103 RXD to a destination address using this command:
./Electron-Radiant-v0.1.4-x86_64.AppImage payto {destination_address} 103
I get
{
"complete": true,
"final": true,
"hex": "010000000333............ (continues)"
}
But my balance remains at my original balance ~300, despite trying multiple times
./Electron-Radiant-v0.1.4-x86_64.AppImage getbalance
{
"confirmed": "303.8118"
}
Blockchain explorer can't see any pending transactions or outward transactions at all.
Not sure what the hex is, it doesn't seem to look like a transaction id.
The daemon is up to date, the blockchain_height matches https://radiantexplorer.com/
./Electron-Radiant-v0.1.4-x86_64.AppImage daemon status
{
"auto_connect": true,
"blockchain_height": 137923,
"connected": true,
"fee_per_kb": 10000000,
"path": "/home/(user)/.electron-radiant",
"server": "electrumx.radiant4people.com",
"server_height": 137923,
"spv_nodes": 4,
"version": "0.1.4",
"wallets": {
"/home/(user)/.electron-radiant/wallets/default_wallet": true
}
}
Environment
Debian 11, AppImage, Version: v0.1.4 x86_64 from the latest release.
How can I get a script to automatically send to exchange??
Has anyone had luck using payto from building from source?