Skip to content

Send YadaCoins directly from your wallet

Compare
Choose a tag to compare
@pdxwebdev pdxwebdev released this 26 Sep 06:05
· 1933 commits to master since this release

You're now able to send YadaCoins directly from the terminal using the following command:

Ubuntu:
source venv/bin/activate
python p2p.py send config_file address amount
example: python p2p.py send config.json 13UaXAJih5MsUDNCpnHALjWmoWiTGWmd2c 1

Windows:
YadaCoin.exe send config_file address amount
example: YadaCoin.exe send config.json 13UaXAJih5MsUDNCpnHALjWmoWiTGWmd2c 1

If you already have YadaCoin.exe installed, be sure to uninstall it before installing v1.3.0