Releases: d4ndox/mnp
Release version 0.1.2
Release version 0.1.1
Fixed Segmentation fault: running --init and --cleanup.
Release version 0.1.0
This release adds new features for versatile transaction scenarios, and updates the license.
-
MIT-License
-
New command line option:
--keep-open
Does not close the fifo pipe. -
/tmp/mnp.txid is a temporary file used for tracking transaction IDs:
mnp ensures that each transaction is processed only once,
preventing duplicate processing and maintaining the integrity of transaction records.
Release version 0.0.7
Fixed Segmentation fault.
[removed 3. all]
--notify-at [0,1,2] default = confirmed
0, none
1, txpool
2, confirmed
Extra permission for pipes - see .mnp.ini:
pipe = rw------- ;permission of pipes rwxrwxrwx
Release version 0.0.6
»syslog« was introduced, to monitor incoming transaction.
mnp --verbose generates a noisy output.
tail -f /var/log/messages
tail -s /var/log/syslog
A lot of error handling for system calls and rpc calls.
Release version 0.0.5
New command line option for mnp:
--notify-at [0,1,2,3] default = confirmed
0, none
1, txpool
2, confirmed
3, all
Release version 0.0.4
mnp-payment:
[PAYMENT_ID]
PAYMENT_ID is a 16 hex unique char to
identify the payment. Returns an
integrated address.
-a --account [ACCOUNT]
Monero account number. 0 = default.
-l, --list
list all subaddresses + address_indices.
-s --subaddr [INDEX]
returns subaddress on INDEX.
-n --newaddr
returns a new created subaddress.
-x --amount [AMOUNT]
AMOUNT is specified in piconero.
returns a URI string.
mnp:
[TX_ID]
TXID is the transaction identifier passed from
monero-wallet-rpc --tx-notify or some other source.
-a --account [ACCOUNT]
Monero account number. 0 = default.
--confirmation [n]
amount of blocks needed to confirm transaction.
--init
create workdir for usage.
--cleanup
delete workdir.