Author

Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency - page 374. (Read 4671575 times)

legendary
Activity: 2268
Merit: 1141

Currently, the GUI is useless in signing transactions offline due to a known and open window-scaling issue in some devices with smaller/lower-res screen (at least for me anyway) wherein the "Advanced Options" buttons at the bottom are cut off and inaccessible (specifically the "Sign tx file" button). It's supposed to be fixed in the next release but in the meantime, what are the steps to sign transactions offline using CLI (reluctantly due to CLI phobia but I'm left with no choice).


See:

https://monero.stackexchange.com/questions/2868/is-there-any-way-to-construct-a-transaction-manually/2916

To create a view wallet, one has to add the --generate-from-view-key flag.

On Windows make sure to launch it from the command line. Go to the folder monero-wallet-cli is located and make sure your cursor isn't located on any of the files. Subsequently do SHIFT + right click and it will give you an option to "Open command window here". Lastly, type the following command:

Code:
monero-wallet-cli --generate-from-view-key 

On Linux and Mac OS X you should use the terminal to launch monero-wallet-cli. Note that this has to be done from the directory monero-wallet-cli is located in. The command is as follows:

Code:
./monero-wallet-cli --generate-from-view-key 


I'm already good with creating an unsigned transaction with the online view-only wallet in GUI which runs on a desktop with a rather large monitor (not affected by the scaling issue). I just need to know the specific CLI strings/args to sign the transaction with the cold wallet on the offline device using CLI (and subsequently export it back to the online GUI wallet for broadcasting) since my offline GUI is unusable due the the aforementioned scaling issue. Thanks!



You can still use the guide I linked. For every step that uses the "watch wallet" you use the GUI, whereas for every step that uses the "cold wallet" you use the CLI. For example, step 1 of the guide is as follows:

Quote
Using watch wallet, export_outputs to a file*.

Thus, for this step you use the GUI.

Anoter example, step 3 is as follows:

Quote
Using cold wallet, import_outputs from the file*.

Thus, for this step you use the CLI.
legendary
Activity: 2268
Merit: 1141

Currently, the GUI is useless in signing transactions offline due to a known and open window-scaling issue in some devices with smaller/lower-res screen (at least for me anyway) wherein the "Advanced Options" buttons at the bottom are cut off and inaccessible (specifically the "Sign tx file" button).

Until scaling is fixed I found this way to launch gui helpful:
QT_SCALE_FACTOR=0.8 ./start-gui.sh

Thanks for the tip. Where and how do I apply this string in Linux?



Open the terminal from the directory of `monero-wallet-gui` (`start-gui.sh` is in the same directory). Subsequently type aforementioned command.
legendary
Activity: 1081
Merit: 1001

Currently, the GUI is useless in signing transactions offline due to a known and open window-scaling issue in some devices with smaller/lower-res screen (at least for me anyway) wherein the "Advanced Options" buttons at the bottom are cut off and inaccessible (specifically the "Sign tx file" button). It's supposed to be fixed in the next release but in the meantime, what are the steps to sign transactions offline using CLI (reluctantly due to CLI phobia but I'm left with no choice).


See:

https://monero.stackexchange.com/questions/2868/is-there-any-way-to-construct-a-transaction-manually/2916

To create a view wallet, one has to add the --generate-from-view-key flag.

On Windows make sure to launch it from the command line. Go to the folder monero-wallet-cli is located and make sure your cursor isn't located on any of the files. Subsequently do SHIFT + right click and it will give you an option to "Open command window here". Lastly, type the following command:

Code:
monero-wallet-cli --generate-from-view-key 

On Linux and Mac OS X you should use the terminal to launch monero-wallet-cli. Note that this has to be done from the directory monero-wallet-cli is located in. The command is as follows:

Code:
./monero-wallet-cli --generate-from-view-key 


I'm already good with creating an unsigned transaction with the online view-only wallet in GUI which runs on a desktop with a rather large monitor (not affected by the scaling issue). I just need to know the specific CLI strings/args to sign the transaction with the cold wallet on the offline device using CLI (and subsequently export it back to the online GUI wallet for broadcasting) since my offline GUI is unusable due the the aforementioned scaling issue. Thanks!

legendary
Activity: 1081
Merit: 1001
For those who haven't noticed yet, rehrar has revamped the official website:

https://getmonero.org/

Very nice. However, I still don't see installation instructions especially in Linux (I had to watch an old youtube video to learn how to go about it the hard way). BTW, how do I create a shortcut for "start-gui.sh" on the Linux Mint 18.2 desktop? Pardon the noob question as I am Linux-averse due to CLI phobia but I'm trying to learn though.



[1] It's up to community members to write documentation and add it to the website.

[2] See -> https://askubuntu.com/questions/450266/an-easy-way-to-create-a-desktop-shortcut.


[2] Wow! One has to jump through all those hoops just to create a simple shortcut on the desktop in Linux . I'll stick to launching it directly Grin. We can bash Windoze all we want but this is just one of the many reasons why it's more popular and has a mainstream adoption instead of just a niche OS. Thanks though.

legendary
Activity: 1081
Merit: 1001

If you don't know how to set an environment variable on Windows, see this guide:

https://monero.stackexchange.com/questions/2928/how-to-change-the-monero-wallet-gui-rendering-mode-for-older-computers

Obviously, you have to replace QMLSCENE_DEVICE=softwarecontext with QT_SCALE_FACTOR=0.8, as this guide was written for another purpose.

This didn't seem to have any effect at all. Thanks anyway.

legendary
Activity: 1081
Merit: 1001

Currently, the GUI is useless in signing transactions offline due to a known and open window-scaling issue in some devices with smaller/lower-res screen (at least for me anyway) wherein the "Advanced Options" buttons at the bottom are cut off and inaccessible (specifically the "Sign tx file" button).

Until scaling is fixed I found this way to launch gui helpful:
QT_SCALE_FACTOR=0.8 ./start-gui.sh

Thanks for the tip. Where and how do I apply this string in Linux?

legendary
Activity: 3836
Merit: 4969
Doomed to see the future and unable to prevent it
@Hueristic. I am waiting for the dump but so far all I see is a pump. I missed it. Sad

By they way, how did Monero become accepted in Alphabay and what does it take for the other darknet sites to follow them? Is it their decision or does the community have to make it known to them that XMR is a good choice too?

I was making a joke actually. Smiley For all we know they were the ones keeping the price suppressed lately. AFA them adopting XMR it looks like that was a choice they made as it fit their business model. I'd assume eventually all markets should accept XMR dark or otherwise. Whats the reason not to?
legendary
Activity: 3122
Merit: 1492
@Hueristic. I am waiting for the dump but so far all I see is a pump. I missed it. Sad

By they way, how did Monero become accepted in Alphabay and what does it take for the other darknet sites to follow them? Is it their decision or does the community have to make it known to them that XMR is a good choice too?
legendary
Activity: 2016
Merit: 1259

Currently, the GUI is useless in signing transactions offline due to a known and open window-scaling issue in some devices with smaller/lower-res screen (at least for me anyway) wherein the "Advanced Options" buttons at the bottom are cut off and inaccessible (specifically the "Sign tx file" button). It's supposed to be fixed in the next release but in the meantime, what are the steps to sign transactions offline using CLI (reluctantly due to CLI phobia but I'm left with no choice).

Moreover, in Linux Mint 18.2, a usable GUI window appears under 30 seconds after launching while the same process takes about 8 minutes in Windows 7 on the same device. Note that the device is a netbook set up with a cold/offline wallet albeit a bit souped up with Windows 7 64-bit/2GB RAM/SSD (stock spec was Windows 7 Starter 32-bit/1GB RAM/HDD). Why this very significant disparity in starting time? Is Linux binary more optimized than that of Windows?



Windows 8.1 takes forever to load GUI for me as well.  64bit, 4GB RAM, SSD.  Not a big deal, but occasionally annoying.  I usually have the daemon running already when I launch GUI.  Time to switch to Linux?  Yep.  Been on the to do list for about 3 years  Cheesy
legendary
Activity: 3836
Merit: 4969
Doomed to see the future and unable to prevent it
Is Alphabay the only darknet website that accepts Monero as of today? I heard that they are now down and that they might have exited the market, stealing all their users funds. What happens now?



Now they dump we get cheap coins, New market arises, rinse repeat. Smiley
legendary
Activity: 3122
Merit: 1492
Is Alphabay the only darknet website that accepts Monero as of today? I heard that they are now down and that they might have exited the market, stealing all their users funds. What happens now?

legendary
Activity: 2268
Merit: 1141
For those who haven't noticed yet, rehrar has revamped the official website:

https://getmonero.org/

Very nice. However, I still don't see installation instructions especially in Linux (I had to watch an old youtube video to learn how to go about it the hard way). BTW, how do I create a shortcut for "start-gui.sh" on the Linux Mint 18.2 desktop? Pardon the noob question as I am Linux-averse due to CLI phobia but I'm trying to learn though.



[1] It's up to community members to write documentation and add it to the website.

[2] See -> https://askubuntu.com/questions/450266/an-easy-way-to-create-a-desktop-shortcut.
legendary
Activity: 2268
Merit: 1141

Currently, the GUI is useless in signing transactions offline due to a known and open window-scaling issue in some devices with smaller/lower-res screen (at least for me anyway) wherein the "Advanced Options" buttons at the bottom are cut off and inaccessible (specifically the "Sign tx file" button). It's supposed to be fixed in the next release but in the meantime, what are the steps to sign transactions offline using CLI (reluctantly due to CLI phobia but I'm left with no choice).


See:

https://monero.stackexchange.com/questions/2868/is-there-any-way-to-construct-a-transaction-manually/2916

To create a view wallet, one has to add the --generate-from-view-key flag.

On Windows make sure to launch it from the command line. Go to the folder monero-wallet-cli is located and make sure your cursor isn't located on any of the files. Subsequently do SHIFT + right click and it will give you an option to "Open command window here". Lastly, type the following command:

Code:
monero-wallet-cli --generate-from-view-key

On Linux and Mac OS X you should use the terminal to launch monero-wallet-cli. Note that this has to be done from the directory monero-wallet-cli is located in. The command is as follows:

Code:
./monero-wallet-cli --generate-from-view-key



Moreover, in Linux Mint 18.2, a usable GUI window appears under 30 seconds after launching while the same process takes about 8 minutes in Windows 7 on the same device. Note that the device is a netbook set up with a cold/offline wallet albeit a bit souped up with Windows 7 64-bit/2GB RAM/SSD (stock spec was Windows 7 Starter 32-bit/1GB RAM/HDD). Why this very significant disparity in starting time? Is Linux binary more optimized than that of Windows?

This discrepancy seems rather odd, although I suspect it may be the same bug that causes black screens on Windows. See:

https://github.com/monero-project/monero-core/pull/777



P.S. Please try Andretti83's suggestion as well, it may fix your scaling issues.

If you don't know how to set an environment variable on Windows, see this guide:

https://monero.stackexchange.com/questions/2928/how-to-change-the-monero-wallet-gui-rendering-mode-for-older-computers

Obviously, you have to replace QMLSCENE_DEVICE=softwarecontext with QT_SCALE_FACTOR=0.8, as this guide was written for another purpose.
full member
Activity: 297
Merit: 112
PRIVATE AND NOT PREMINED: MONERO, AEON, KARBO

Currently, the GUI is useless in signing transactions offline due to a known and open window-scaling issue in some devices with smaller/lower-res screen (at least for me anyway) wherein the "Advanced Options" buttons at the bottom are cut off and inaccessible (specifically the "Sign tx file" button).

Until scaling is fixed I found this way to launch gui helpful:
QT_SCALE_FACTOR=0.8 ./start-gui.sh
legendary
Activity: 1081
Merit: 1001

Currently, the GUI is useless in signing transactions offline due to a known and open window-scaling issue in some devices with smaller/lower-res screen (at least for me anyway) wherein the "Advanced Options" buttons at the bottom are cut off and inaccessible (specifically the "Sign tx file" button). It's supposed to be fixed in the next release but in the meantime, what are the steps to sign transactions offline using CLI (reluctantly due to CLI phobia but I'm left with no choice).

Moreover, in Linux Mint 18.2, a usable GUI window appears under 30 seconds after launching while the same process takes about 8 minutes in Windows 7 on the same device. Note that the device is a netbook set up with a cold/offline wallet albeit a bit souped up with Windows 7 64-bit/2GB RAM/SSD (stock spec was Windows 7 Starter 32-bit/1GB RAM/HDD). Why this very significant disparity in starting time? Is Linux binary more optimized than that of Windows?

legendary
Activity: 1081
Merit: 1001
For those who haven't noticed yet, rehrar has revamped the official website:

https://getmonero.org/

Very nice. However, I still don't see installation instructions especially in Linux (I had to watch an old youtube video to learn how to go about it the hard way). BTW, how do I create a shortcut for "start-gui.sh" on the Linux Mint 18.2 desktop? Pardon the noob question as I am Linux-averse due to CLI phobia but I'm trying to learn though.

sr. member
Activity: 504
Merit: 250
For those who haven't noticed yet, rehrar has revamped the official website:

https://getmonero.org/
Ah, much more professional and clean that it was. Well, at least after I enable JavaScript that is.
legendary
Activity: 1596
Merit: 1030
Sine secretum non libertas
Looks better on a cellphone anyhow.  Waiting for the "premium on site service" I paid for to get fulfilled by dell right now. 
hero member
Activity: 669
Merit: 500
For those who haven't noticed yet, rehrar has revamped the official website:

https://getmonero.org/
Yes, official website look WAY better! Wink



This is true.
hero member
Activity: 910
Merit: 508
For those who haven't noticed yet, rehrar has revamped the official website:

https://getmonero.org/
Yes, official website look WAY better! Wink
Jump to: