Commit graph

25 commits

Author SHA1 Message Date
openoms
709ea134dc
fix typos and add spelling (#136)
* chore: fix typos
* ci: add spelling gh action
* chore: fix false positives
2023-07-23 08:35:04 +02:00
openoms
b07faa68e7 feat: add custom change address option 2023-04-17 11:21:27 +01:00
openoms
1b85646f7b
remove all trailing white spaces
used:
find . -type f -name '*.txt' -exec /
 sed --in-place 's/[[:space:]]\+$//' {} \+
2022-03-06 13:41:40 +00:00
openoms
db02b9aef3
correct the default number of makers
fix #75
2022-01-06 10:28:18 +00:00
openoms
6f006f036e
menu.send: txfee=1001 only when 1 sat/byte is used 2021-10-24 18:33:15 +01:00
openoms
d9adf3010d
replace 'torify' with 'torsocks' 2021-10-03 00:37:34 +01:00
openoms
59f6d49a0f
use trap to ensure tempfiles are deleted on exit 2021-09-02 12:01:58 +01:00
openoms
4ddfc13b52
use --txfee=1001 for 1 sat/byte
fix:  #64
2021-09-02 11:45:49 +01:00
openoms
2521452bd6
default for sendpayment is 8-10 Makers in the CJ 2021-09-02 11:37:26 +01:00
openoms
ec8d94b71e
always display selected options in the SEND dialog 2021-08-11 19:28:25 +01:00
openoms
562e3490b9
checkRPCwallet before related scripts
fixes: https://github.com/openoms/joininbox/issues/36
2021-05-09 23:57:50 +01:00
openoms
b71e1a0d38
dialog formatting 2021-03-10 09:48:41 +00:00
openoms
8449240919
make all temporary files in RAM
mktemp -p /dev/shm/
fixes: https://github.com/openoms/joininbox/issues/16
2021-03-04 14:10:10 +00:00
openoms
63f071ea60
wait for key before returning to menu 2020-10-14 01:18:11 +01:00
openoms
37ea617118
info.stats.sh, _functions.sh: rename and refactor 2020-09-30 13:58:32 +01:00
openoms
55420ac650
menu.send: fix error when sweeping with coinjoin 2020-09-11 18:03:59 +01:00
openoms
06c5f713cc
send: add txfee option for every transaction 2020-09-09 09:47:20 +01:00
openoms
f844646887
show the wallet filename only without path 2020-07-16 13:03:31 +01:00
openoms
7aff859df3
menu.send: source joinin.conf 2020-07-01 15:10:50 +01:00
openoms
2f62fd0782
send: use default 5-7 makers when empty 2020-06-22 20:53:07 +01:00
openoms
9cb0c2764e
add paths to source 2020-06-22 15:25:23 +01:00
openoms
6740718341
clean variables 2020-06-22 15:15:43 +01:00
openoms
65266519b7
display commands without path 2020-06-22 14:37:32 +01:00
openoms
e28dfd7728
sendpayment: run command directly
https://github.com/openoms/joininbox/issues/2
2020-06-22 14:10:22 +01:00
openoms
615800d57c
menu: rename entries to freeze, send, nickname 2020-06-20 13:09:22 +01:00
Renamed from scripts/menu.pay.sh (Browse further)