luigi1111
b7ba9437d8
Merge pull request #4095
...
7095061
p2pool: update to v2.7 (SChernykh)
2023-01-11 12:18:46 -05:00
SChernykh
70950619b8
p2pool: update to v2.7
2023-01-03 21:35:19 +01:00
a01dc06a54
open-wallet: set network type when using file browser
...
Co-authored-by: selsta <selsta@users.noreply.github.com>
2022-12-28 18:46:22 +00:00
luigi1111
75290d2454
Merge pull request #4060
...
9e2ae68
p2pool: update to 2.6 (selsta)
2022-12-01 23:45:02 -06:00
selsta
9e2ae684ed
p2pool: update to 2.6
2022-11-30 05:30:00 +01:00
selsta
80ade41905
DaemonManager: take dataDir into account when sending cmd
2022-10-07 02:28:44 +02:00
j-berman
6f2aafdd6c
Fix behavior when switching nodes
...
- Improved synchronization when switching nodes
- Avoid infinite "Connecting" loop
- Pause refresh loop while switching, don't start until connected
2022-09-21 21:56:55 -06:00
selsta
fc261502d1
libwalletqt: refresh once on wallet opening
...
Co-authored-by: tobtoht <thotbot@protonmail.com>
2022-08-06 21:58:21 +02: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
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
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
luigi1111
b26f38d37e
Merge pull request #3959
...
b951338
Updated to p2pool v2.2 (SChernykh)
2022-07-08 13:56:18 -04: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
9bed4554eb
oshelper: fix openContainingFolder on Linux
2022-06-27 00:41:56 +02:00
SChernykh
432650008c
Use p2pool
folder for p2pool on Windows
...
And set the correct file permissions on it so it can be run without administrator privileges.
2022-06-09 23:22:30 +02:00
luigi1111
1c23ca3a76
Merge pull request #3917
...
c87482d
Only kill p2pool if we started it (ComputeryPony)
2022-06-09 13:59:06 -05:00
luigi1111
17f657673f
Merge pull request #3916
...
5977e61
qt: remove QTextCodec (selsta)
2022-06-09 13:58:23 -05:00
luigi1111
35d1546110
Merge pull request #3915
...
7b729fc
qt: replace QRegExp with QRegularExpression (selsta)
2022-06-09 13:57:57 -05:00
luigi1111
c4bebbf173
Merge pull request #3914
...
372a591
main: disable setting -platformpluginpath (selsta)
2022-06-09 13:57:36 -05:00
selsta
6e0b5e2be5
libwallet: add scanTransactions function
2022-05-28 03:15:18 +02:00
ComputeryPony
c87482db9c
Only kill p2pool if we started it
2022-05-10 00:56:06 -05:00
selsta
7b729fc885
qt: replace QRegExp with QRegularExpression
...
QRegExp is removed in Qt6
2022-05-07 18:36:16 +02:00
selsta
5977e61a02
qt: remove QTextCodec
...
QTextCodec is removed in Qt6
2022-05-07 18:26:32 +02:00
selsta
372a591ac7
main: disable setting -platformpluginpath
2022-05-07 17:40:31 +02:00
selsta
9b7bca6116
main: add compile time option to disable updates
2022-05-01 06:09:29 +02:00
selsta
1cc9e8af49
FutureScheduler: delete unused function declarations
2022-04-23 08:36:08 +02:00
devhyper
377a1a9680
Integrate P2Pool
2022-04-01 10:27:35 -07:00
selsta
119deb4e82
libwalletqt: fix typo in type
2022-03-04 01:55:04 +01:00
luigi1111
ea92f3f272
Merge pull request #3841
...
da63ab2
workflows: fix windows build error (reemuru)
2022-03-02 19:06:28 -05:00
luigi1111
1610b93975
Merge pull request #3828
...
2bf0dd8
Advanced: ReserveProof: Resolve review by selsta (reemuru)
0f67580
Advanced: ReserveProof: Add support for reserve proof (reemuru)
2022-03-02 19:03:14 -05:00
reemuru
da63ab2e05
workflows: fix windows build error
...
Windows build log has an error message for including
winsock2.h and the build fails at the updater.cpp file.
Use the MONERO_GUI_STATIC definition for driving the import
logic since it is already defined for the docker static build.
Co-authored-by: jeffro256 <jeffro256@users.noreply.github.com>
2022-02-19 15:38:08 -05:00
reemuru
0f67580e8f
Advanced: ReserveProof: Add support for reserve proof
...
This change adds the ability to prove and check a reserve proof
to this existing "Prove/check" advanced menu. If the amount line has
a valid amount less than that of the current account index this input
will drive the logic for generating a reserve proof. Checking a reserve
proof is accomplished by validating the address and verifying that
signature.indexOf("ReserveProofV") === 0. The result displays the total
and spent amount of the proof.
2022-01-20 20:21:11 -05:00
selsta
621c11925b
main: add compile time option to disable desktop entry dialog
2021-12-17 16:43:00 +01:00
selsta
c844e3d179
zxcvbn: fix buffer overflow
...
Original patch by hannob
2021-11-15 08:24:58 +01:00
selsta
c970588c55
cmake: simplify version, fix tag if git isn't found
2021-10-19 17:58:39 +02:00
luigi1111
96762ebf09
Merge pull request #3687
...
f327d20
qml: use libwalletqt make_uri function (selsta)
dcc16a4
libwalletqt: add make_uri function (selsta)
2021-09-09 16:54:36 -04:00
selsta
bd9a2d7bbb
cmake: cleanup openssl
2021-09-06 02:21:00 +02:00
luigi1111
edb0358916
Merge pull request #3572
...
544cff7
TransactionHistory: add description to csv export (selsta)
57c2052
TransactionInfo: add isCoinbase and description (selsta)
2021-09-05 12:58:39 -04:00
luigi1111
d48438aeef
Merge pull request #3477
...
75746a8
cmake: explicitly link net and common (selsta)
2021-09-05 12:57:04 -04:00
luigi1111
f430d49304
Merge pull request #3471
...
2f8f7c2
cmake: cleanup boost (selsta)
2021-09-05 12:55:47 -04:00
luigi1111
35aee155d7
Merge pull request #3435
...
36940f0
Transfer: add support for outputs import / export (selsta)
e36b166
Wallet: import / export output function (tobtoht)
2021-09-05 12:54:13 -04:00
luigi1111
d93af5a469
Merge pull request #3282
...
6dd7445
Transfer: export all key images by default (benevanoff)
2021-09-05 12:51:53 -04:00
luigi1111
051282931a
Merge pull request #3096
...
AddressBook: description edits, remove hack (selsta)
2021-09-05 12:50:30 -04:00
selsta
dcc16a44be
libwalletqt: add make_uri function
2021-09-05 05:52:53 +02:00
tobtoht
e36b166edd
Wallet: import / export output function
2021-09-03 05:36:58 +02:00
selsta
544cff7dc1
TransactionHistory: add description to csv export
2021-08-31 05:50:54 +02:00
selsta
2f8f7c2054
cmake: cleanup boost
2021-08-31 05:31:30 +02:00
selsta
99ad8ef1ba
AddressBook: description edits, remove hack
...
Co-authored-by: dsc <dsc@xmr.pm>
2021-08-31 05:26:49 +02:00