luigi1111
62878a042c
Merge pull request #4011
...
21831c9
main: add --no-igd to simple mode flags (selsta)
2022-09-15 00:37:38 -05:00
luigi1111
84c6d35634
Merge pull request #4003
...
d1f9b0e
docker: update linux dependencies (selsta)
2022-09-15 00:37:14 -05:00
luigi1111
0f94f1b416
Merge pull request #4000
...
b0d5584
repo: remove ldns leftovers (selsta)
2022-09-15 00:36:08 -05:00
selsta
21831c9b24
main: add --no-igd to simple mode flags
...
Should solve issues with monerod taking a while to exit.
Simple mode nodes aren't beneficial to the network anyway,
so having no incoming connections in some cases should be
fine.
2022-08-21 02:42:07 +02:00
selsta
d1f9b0eaf0
docker: update linux dependencies
2022-08-12 00:53:49 +02:00
selsta
b0d5584d53
repo: remove ldns leftovers
2022-08-11 00:28:00 +02:00
luigi1111
bbe4fe3763
Merge pull request #3999
...
87f9d28
Dockerfile: fix hash (selsta)
2022-08-10 14:20:04 -05:00
selsta
87f9d28fea
Dockerfile: fix hash
2022-08-10 19:47:56 +02:00
luigi1111
58ddd8c2bc
Merge pull request #3998
...
91959d3
build: prepare v0.18.1.0 (selsta)
2022-08-10 12:21:43 -05:00
luigi1111
264d3694c5
Merge pull request #3995
...
7184c45
main: only check mining status when using local node (selsta)
2022-08-10 12:19:48 -05:00
luigi1111
79d56af921
Merge pull request #3994
...
fc26150
libwalletqt: refresh once on wallet opening (selsta)
2022-08-10 12:19:26 -05:00
luigi1111
e668995673
Merge pull request #3988
...
f796be3
trim restore height at info -> change height input (plowsof)
2022-08-10 12:19:05 -05:00
luigi1111
8b2fe88824
Merge pull request #3985
...
fa3b49c
Windows installer: Welcome image for 0.18 (rbrunner7)
2022-08-10 12:18:43 -05:00
luigi1111
80830584d1
Merge pull request #3978
...
9e6f116
TxUtils: don't show resolve for float (reemuru)
2022-08-10 12:18:08 -05:00
luigi1111
ae21f79040
Merge pull request #3973
...
b70a984
README: Update copyright to 2022 (garth-xmr)
2022-08-10 12:17:33 -05:00
luigi1111
b7ab50759a
Merge pull request #3734
...
0ded8dc
Settings: option to skip stop local node screen (selsta)
2022-08-10 12:17:06 -05:00
selsta
91959d3e2e
build: prepare v0.18.1.0
2022-08-10 19:15:20 +02:00
selsta
7184c45043
main: only check mining status when using local node
2022-08-06 23:32:11 +02:00
selsta
fc261502d1
libwalletqt: refresh once on wallet opening
...
Co-authored-by: tobtoht <thotbot@protonmail.com>
2022-08-06 21:58:21 +02:00
plowsof
f796be37ce
trim restore height at info -> change height input
...
If you accidentally copy and paste a date with a new line character
```
2022-01-01
```
The gui will restore from 2022. I ran into this problem when helping someone just now, after giving them the correct date to copy and paste so they can restore quicker xD caused some confusion.
the reg exp method used here 064c145aa8/wizard/WizardRestoreWallet1.qml (L277)
prevents you from copy and pasting the 'wrong' string which might be annoying
2022-07-28 01:57:41 +01:00
rbrunner7
fa3b49ca91
Windows installer: Welcome image for 0.18
2022-07-25 20:28:20 +02:00
reemuru
9e6f116bc9
TxUtils: don't show resolve for float
...
Add parseFloat() checks so that the 'Resolve' button
for OpenAlias remains hidden. Also add a length check
for one character with a dot. IP addresses will not be
respected, but the whole point of domain names and OA is
for facilitating human readable / user friendly information.
Co-authored-by: selsta <selsta@users.noreply.github.com>
2022-07-22 10:21:29 -04:00
garth-xmr
b70a9842f5
README: Update copyright to 2022
2022-07-17 19:10:50 +00:00
luigi1111
064c145aa8
Merge pull request #3972
...
e197544
build: prepare v0.18.0.0 (selsta)
2022-07-15 22:34:59 -04:00
selsta
e197544903
build: prepare v0.18.0.0
2022-07-15 22:22:01 +02:00
luigi1111
ca1e66453e
Merge pull request #3970
...
2a9c6c6
docker: update linux and android openssl (selsta)
2022-07-14 13:02:09 -04:00
luigi1111
c795d4b2f1
Merge pull request #3969
...
bd30c3b
docker: fix linux build (selsta)
2022-07-14 13:01:36 -04:00
luigi1111
cb28263cb1
Merge pull request #3968
...
aac43e8
display wallet files with . in name (plowsof)
2022-07-14 13:00:44 -04:00
luigi1111
d2768a4f6b
Merge pull request #3966
...
b576b9e
Updated to p2pool v2.2.1 (SChernykh)
2022-07-14 12:59:39 -04:00
luigi1111
c6af02353e
Merge pull request #3965
...
8199ef0
convert nettype to int to return correct rpc port (plowsof)
2022-07-14 12:58:35 -04:00
luigi1111
425623d6d3
Merge pull request #3932
...
5591061
SettingsWallet: add scan transaction option (selsta)
6e0b5e2
libwallet: add scanTransactions function (selsta)
2022-07-14 12:58:01 -04:00
selsta
2a9c6c662f
docker: update linux and android openssl
2022-07-14 06:05:53 +02:00
selsta
bd30c3babb
docker: fix linux build
2022-07-14 00:14:13 +02:00
aac43e8a1a
display wallet files with "." in name
2022-07-13 02:12:33 +01:00
SChernykh
b576b9e4f6
Updated to p2pool v2.2.1
2022-07-09 19:19:28 +02:00
8199ef004d
convert nettype to int to return correct rpc port
2022-07-09 17:41:06 +01:00
luigi1111
b26f38d37e
Merge pull request #3959
...
b951338
Updated to p2pool v2.2 (SChernykh)
2022-07-08 13:56:18 -04:00
luigi1111
87f25c49ad
Merge pull request #3958
...
0184c3a
WizardRestoreWallet1: trim whitespaces from seed (selsta)
2022-07-08 13:55:47 -04:00
luigi1111
160eb8e074
Merge pull request #3957
...
d514845
DaemonManagerDialog: close dialog when GUI is connected (selsta)
2022-07-08 13:55:24 -04:00
luigi1111
39f0323a81
Merge pull request #3955
...
9bed455
oshelper: fix openContainingFolder on Linux (selsta)
2022-07-08 13:54:27 -04:00
luigi1111
e9a8b042ab
Merge pull request #3954
...
a10d416
Transfer: don't create offline tx before wallet is synced (selsta)
2022-07-08 13:53:58 -04:00
luigi1111
07e7628182
Merge pull request #3949
...
c0b3789
docker: update Qt to 5.15.5 (selsta)
2022-07-08 13:53:18 -04:00
luigi1111
3d07d80648
Merge pull request #3947
...
85d0c75
translations from weblate (netrik182)
2022-07-08 13:51:10 -04:00
luigi1111
887688f092
Merge pull request #3946
...
d4de529
Mining: add info to start gui as admin for p2pool installation (selsta)
2022-07-08 13:48:04 -04:00
selsta
0184c3a314
WizardRestoreWallet1: trim whitespaces from seed
2022-07-04 03:45:25 +02:00
SChernykh
b951338642
Updated to p2pool v2.2
...
p2pool v2.2 has full support for the coming Monero network upgrade
2022-07-01 10:51:28 +02:00
selsta
d514845e4a
DaemonManagerDialog: close dialog when GUI is connected
2022-06-28 23:38:06 +02:00
selsta
9bed4554eb
oshelper: fix openContainingFolder on Linux
2022-06-27 00:41:56 +02:00
selsta
a10d41642a
Transfer: don't create offline tx before wallet is synced
2022-06-26 21:59:26 +02:00
selsta
c0b3789fda
docker: update Qt to 5.15.5
2022-06-21 19:26:34 +02:00