Skip to content

Releases: d4ndox/mnp

Release version 0.1.2

25 May 07:37
e23661b
Compare
Choose a tag to compare

Command line option has been extended:

--notify-at 3

mnp triggers when transaction is unlocked.

Release version 0.1.1

08 May 16:36
b89dff7
Compare
Choose a tag to compare

Fixed Segmentation fault: running --init and --cleanup.

Release version 0.1.0

25 Apr 12:32
595b880
Compare
Choose a tag to compare

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

18 Apr 13:39
b5b4cf1
Compare
Choose a tag to compare

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

26 Mar 13:01
0.0.6
d8ed730
Compare
Choose a tag to compare

»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

22 Mar 19:50
0.0.5
e8d80f4
Compare
Choose a tag to compare

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

13 Mar 18:00
2d18301
Compare
Choose a tag to compare

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.