Bitcoin Forum
September 14, 2025, 02:20:07 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 [1753] 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 ... 2130 »
  Print  
Author Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency  (Read 4674771 times)
dEBRUYNE
Legendary
*
Offline Offline

Activity: 2268
Merit: 1141


View Profile
July 04, 2017, 10:01:19 PM
 #35041

For those who haven't noticed yet, rehrar has revamped the official website:

https://getmonero.org/

Privacy matters, use Monero - A true untraceable cryptocurrency
Why Monero matters? http://weuse.cash/2016/03/05/bitcoiners-hedge-your-position/
5thangel
Hero Member
*****
Offline Offline

Activity: 910
Merit: 508


View Profile WWW
July 05, 2017, 05:50:18 AM
 #35042

For those who haven't noticed yet, rehrar has revamped the official website:

https://getmonero.org/
Yes, official website look WAY better! Wink
crypto research
Hero Member
*****
Offline Offline

Activity: 669
Merit: 500



View Profile
July 05, 2017, 04:39:15 PM
 #35043

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.
aminorex
Legendary
*
Offline Offline

Activity: 1596
Merit: 1030


Sine secretum non libertas


View Profile
July 06, 2017, 05:55:12 AM
 #35044

Looks better on a cellphone anyhow.  Waiting for the "premium on site service" I paid for to get fulfilled by dell right now. 

Give a man a fish and he eats for a day.  Give a man a Poisson distribution and he eats at random times independent of one another, at a constant known rate.
Nathan047
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250



View Profile
July 06, 2017, 02:57:24 PM
 #35045

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.

I'm starting a technology blog T4CH.top, check it out!
visdude
Legendary
*
Offline Offline

Activity: 1081
Merit: 1001


View Profile
July 06, 2017, 08:41:20 PM
 #35046

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.

visdude
Legendary
*
Offline Offline

Activity: 1081
Merit: 1001


View Profile
July 06, 2017, 09:55:38 PM
 #35047


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?

Andretti83
Full Member
***
Offline Offline

Activity: 297
Merit: 112


PRIVATE AND NOT PREMINED: MONERO, AEON, KARBO


View Profile
July 06, 2017, 10:02:29 PM
 #35048


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

dEBRUYNE
Legendary
*
Offline Offline

Activity: 2268
Merit: 1141


View Profile
July 06, 2017, 10:18:30 PM
 #35049


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 <view-wallet-name> 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 <view-wallet-name>

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 <view-wallet-name>



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.

Privacy matters, use Monero - A true untraceable cryptocurrency
Why Monero matters? http://weuse.cash/2016/03/05/bitcoiners-hedge-your-position/
dEBRUYNE
Legendary
*
Offline Offline

Activity: 2268
Merit: 1141


View Profile
July 06, 2017, 10:24:36 PM
 #35050

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.

Privacy matters, use Monero - A true untraceable cryptocurrency
Why Monero matters? http://weuse.cash/2016/03/05/bitcoiners-hedge-your-position/
bbc.reporter
Legendary
*
Offline Offline

Activity: 3416
Merit: 1543



View Profile
July 07, 2017, 02:25:59 AM
 #35051

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?

Hueristic
Legendary
*
Offline Offline

Activity: 4298
Merit: 6299


Doomed to see the future and unable to prevent it


View Profile
July 07, 2017, 02:47:05 AM
 #35052

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

“Bad men need nothing more to compass their ends, than that good men should look on and do nothing.”
explorer
Legendary
*
Offline Offline

Activity: 2016
Merit: 1259



View Profile
July 07, 2017, 02:58:36 AM
 #35053


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
bbc.reporter
Legendary
*
Offline Offline

Activity: 3416
Merit: 1543



View Profile
July 07, 2017, 03:03:36 AM
 #35054

@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?
Hueristic
Legendary
*
Offline Offline

Activity: 4298
Merit: 6299


Doomed to see the future and unable to prevent it


View Profile
July 07, 2017, 03:07:55 AM
 #35055

@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?

“Bad men need nothing more to compass their ends, than that good men should look on and do nothing.”
visdude
Legendary
*
Offline Offline

Activity: 1081
Merit: 1001


View Profile
July 07, 2017, 03:29:38 AM
 #35056


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?

visdude
Legendary
*
Offline Offline

Activity: 1081
Merit: 1001


View Profile
July 07, 2017, 05:08:49 AM
 #35057


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.

visdude
Legendary
*
Offline Offline

Activity: 1081
Merit: 1001


View Profile
July 07, 2017, 05:32:33 AM
 #35058

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.

visdude
Legendary
*
Offline Offline

Activity: 1081
Merit: 1001


View Profile
July 07, 2017, 06:07:53 AM
 #35059


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 <view-wallet-name> 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 <view-wallet-name>

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 <view-wallet-name>


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!

dEBRUYNE
Legendary
*
Offline Offline

Activity: 2268
Merit: 1141


View Profile
July 07, 2017, 10:40:55 AM
 #35060


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.

Privacy matters, use Monero - A true untraceable cryptocurrency
Why Monero matters? http://weuse.cash/2016/03/05/bitcoiners-hedge-your-position/
Pages: « 1 ... 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 [1753] 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 ... 2130 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!