Created
January 9, 2013 06:35
-
-
Save asoltys/4491135 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adam@B093075:~$ opentxs writecheque | |
Welcome to Open Transactions -- version 0.88.e | |
Using as server: fJWZLv4npE0yx13THkVOS27VbBo4pnzzGeIeqyY7TIK | |
Using as mynym: xBCnVQNndpsU0FSBdwI9Hi0FefNqyuah3ZZnNsHQLj4 | |
Using as myacct: r52g3tg4Qa6XxNkEqPC1sHOeMOoZvoM2922POGeVQj2 | |
Using as mypurse: HolNbY7jqZeyXfud5xJYqfoKdYLMQQapS0UOrbMTicv | |
Usage: writecheque --myacct <MY_ACCT_ID> --hisnym <HIS_NYM_ID> | |
Optionally: --args "memo \"one-line memo allowed here.\" amount AMOUNT" | |
Additionally: --args "validfor IN_SECONDS" | |
This command WRITES but DOES NOT SEND the cheque. (Use sendcheque for that.) | |
Enter the amount as integer[1]: 25 | |
Optionally, enter a note on a single line[(memo field)]: Rent | |
Enter the 'valid for' time period, in seconds (default is 30 days.) [2592000]: | |
OTScriptChai::ExecuteScript: | |
Caught chaiscript::exception::eval_error: | |
Missing clone or copy constructor for right hand side of equation. | |
File: | |
Start position, line: 0 column: 0 | |
End position, line: 0 column: 0 | |
Error: "Missing clone or copy constructor for right hand side of equation" With parameters: (const l) during evaluation at (1251, 13) | |
from /home/adam/.local/lib/opentxs/ot_commands.ot (1030, 9) : | |
from /home/adam/.local/lib/opentxs/ot_commands.ot (1303, 22) : | |
from /home/adam/.local/lib/opentxs/ot_commands.ot (1303, 9) : | |
from /home/adam/.local/bin/opentxs (273, 31) : | |
from /home/adam/.local/bin/opentxs (273, 21) : | |
from /home/adam/.local/bin/opentxs (271, 17) : | |
from /home/adam/.local/bin/opentxs (142, 13) : | |
from /home/adam/.local/bin/opentxs (132, 9) : | |
from /home/adam/.local/bin/opentxs (325, 20) : | |
from /home/adam/.local/bin/opentxs (325, 20) : | |
from /home/adam/.local/bin/opentxs (323, 13) : | |
from /home/adam/.local/bin/opentxs (319, 9) : | |
from /home/adam/.local/bin/opentxs (573, 5) : | |
from /home/adam/.local/bin/opentxs (580, 1) : |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment