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
|
d9adf3010d
|
replace 'torify' with 'torsocks'
|
2021-10-03 00:37:34 +01:00 |
|
openoms
|
cb445d3e0e
|
CONNECT: fix recording connection details
|
2021-09-07 12:02:13 +01:00 |
|
openoms
|
59f6d49a0f
|
use trap to ensure tempfiles are deleted on exit
|
2021-09-02 12:01:58 +01: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
|
c3336cd8ef
|
implement checkRPC to create and load core wallet
|
2021-03-02 10:22:31 +00:00 |
|
openoms
|
552574a8c2
|
CONNECT: check to create and load wallet
|
2021-02-22 01:33:21 +00:00 |
|
openoms
|
3831f057df
|
bitcoinrpc: create a remote wallet 'joininbox'
|
2021-02-14 13:10:38 +00:00 |
|
openoms
|
02db4d850b
|
improve notes on the remote connection
|
2021-02-14 11:55:48 +00:00 |
|
openoms
|
65ddd769b2
|
add CONFIG menu for connection and .cfg settings
|
2021-02-09 17:05:39 +00:00 |
|
openoms
|
8ee7987d77
|
connections: minimise queries
|
2021-01-05 02:00:23 +00:00 |
|
openoms
|
22d87a08f0
|
connect: improve output
|
2021-01-04 01:48:42 +00:00 |
|
openoms
|
7deec42102
|
connect: fix while loop
|
2021-01-03 23:23:16 +00:00 |
|
openoms
|
a69262721b
|
connect: move while loop to script
|
2021-01-03 19:39:57 +00:00 |
|
openoms
|
5e28051991
|
connect: correct variables
|
2021-01-03 19:19:16 +00:00 |
|
openoms
|
6269a7eae6
|
connect: ask for new values if unsuccessful
|
2021-01-03 18:47:40 +00:00 |
|
openoms
|
36e4968a9e
|
add generateJMconfig and setIRCtoTor functions
|
2020-12-15 20:29:28 +00:00 |
|
openoms
|
e3da3ab23b
|
add helper script to connect to a remote node
|
2020-12-15 00:44:48 +00:00 |
|