-
needmoney90
GUI bug that I might submit later to github but am leaving here in case I forget
-
needmoney90
If you try to send an amount that exceeds the existing balance from account A, and then switch to account B (with sufficient funds), the 'amount exceeds unlocked balance' warning (and locked send button) persist until the amount is modified
-
needmoney90
Switching to the Send tab should cause a refresh
-
UkoeHB_
dEBRUYNE: yes the spend proof just requires your private address keys; it sounds like the reddit guy wants to make an OutProof, which is only possible with the tx private key
-
wowario[m]
moneromooo: is there a way for miners to manipulate the "already_generated_coins" amount when contracting miner tx in "construct_miner_tx"?
-
wowario[m]
*constructing
-
wowario[m]
and is already_generated_coins the total coins minted after or before the mined block
-
wowario[m]
in blockchain.h, one comment says already_generated_coins is "the total coins minted after that block" and while another one says "the amount of currency generated prior to this block"
-
xmr-pr
jiebanghan opened issue #6749: CMake Error: Could not create named generator MSYS Makefiles
-
xmr-pr
-
xmr-pr
Adreik opened issue #6750: Wallet that did not generate transaction cannot store private transact...
-
xmr-pr
-
moneromooo
You can pass an override to the function, and use that if set.
-
moneromooo
Presumably before the block is mined. I would have to see hte code to make sure.
-
moneromooo
But it increases after each block, so both are technically true :)
-
Guest95676
Hi
-
binaryFate
CLI v0.16.0.3 binaries are up on getmonero.org. Thanks a lot to everyone contributing their build hashes, and selsta in particular for driving this
-
binaryFate
And all contributors etc of course :)
-
sethsimmons
Awesome, all nodes migrated to 16.0.3 without flaw :)
-
Inge-
what are key new stuff?
-
sethsimmons
DoS fixes and other bug fixes/minor changes
-
xmr-pr
hrodrig opened issue #6751: Fresh monerod in macOS update silent fail: what's mean "bus error" ?
-
xmr-pr
-
KnifeOfPi_
hello
-
KnifeOfPi_
hey; moneromooo, that patched wallet your sent yesterday, where does it put the logs?
-
moneromooo
monero-wallet-cli.log, same directory as the binary.
-
KnifeOfPi
And does he need to run it at a specific log-level?
-
selsta
yes, --log-level 0
-
selsta
moneromooo: can you take a look at
monero-project/supercop #4 ?
-
moneromooo
done
-
selsta
okay luigi1111 please also merge ^ later when you do merges
-
KnifeOfPi
-
KnifeOfPi
moneromooo - here is the log from the affected user
-
selsta
KnifeOfPi: from which height did they restore?
-
moneromooo
It does not have my patch.
-
moneromooo
It also logs extraneous stuff. Looks like it's not other changes in.
-
moneromooo
And if it is the case, I'm not going to debug further :)
-
moneromooo
it's got*
-
iDunk
That patch didn't apply here.
-
selsta
-
iDunk
The second one.
-
selsta
that’s the branch I compiled
-
moneromooo
That seems right.
-
selsta
KnifeOfPi: can you double check if they selected the correct monero-wallet-cli ?
-
KnifeOfPi_
yes
-
selsta
iDunk: can you check if this one has the patch applied?
gui.xmr.pm/files/cli/cake-issue-tmp
-
KnifeOfPi_
he claims he used the right one
-
iDunk
I guess you can run strings on it and grep for "process_new_transaction"
-
iDunk
Or upload it to some file sharing host and I will.
-
selsta
it does have process_new_transaction in it
-
selsta
so the binary is 100% correct
-
moneromooo
Maybe he sent the wrong log then.
-
moneromooo
For example: ERROR wallet.wallet2 src/wallet/wallet2.cpp:2501 start_height=2166876,curre
-
moneromooo
2105 just has "else" in selsta's branch.
-
moneromooo
2501
-
selsta
yep, definitely wrong log or wrong .exe selected
-
KnifeOfPi
-
KnifeOfPi
here is screenshot from the user
-
selsta
KnifeOfPi: the log you sent is 73kb, the one on the screenshot 103kb
-
KnifeOfPi
huh... i'll ask him again
-
KnifeOfPi
he is insisting it's shrinking after he sends the log...
-
moneromooo
Makes sense, since it's removing my new logs and inserting those unknown logs instead.
-
moneromooo
That said, it could technically be true, windows inserts extra \r characters on newlines. 73/103 seems way too much though.
-
selsta
I will test that branch now and look if the logs look like expected