Hueristic
Legendary
Offline
Activity: 4158
Merit: 5893
Doomed to see the future and unable to prevent it
|
 |
January 20, 2021, 04:11:16 AM |
|
|
“Bad men need nothing more to compass their ends, than that good men should look on and do nothing.”
|
|
|
elrippos friend
Full Member
 
Offline
Activity: 1179
Merit: 210
only hodl what you understand and love!
|
 |
January 20, 2021, 05:50:39 AM |
|
The interview with @arcticmine was funny 
|
|
|
|
Hueristic
Legendary
Offline
Activity: 4158
Merit: 5893
Doomed to see the future and unable to prevent it
|
 |
January 20, 2021, 05:42:37 PM |
|
The interview with @arcticmine was funny  He's the Man. 
|
“Bad men need nothing more to compass their ends, than that good men should look on and do nothing.”
|
|
|
bct_ail
Legendary
Offline
Activity: 2702
Merit: 2231
https://t1p.de/6ghrf
|
 |
January 22, 2021, 09:48:58 PM |
|
explorer guided me to this thread. So I ask here. Didn't find any other thread where I can ask about my problem. I am not so familiar with Linux but learning every day. I have installed the GUI Wallet in Ubuntu 20.04 and verify the download. A double-click on it doesn't start the GUI. So I compiled the GUI from source according to this tutorial: https://github.com/monero-project/monero-gui#installing-the-monero-gui-from-a-packageI did everything which stands there. Point 4 says "The executable can be found in the build/release/bin folder." 4. Build
make release -j4
* 4 - number of CPU threads to use * Add CMAKE_PREFIX_PATH enviroment variable to set a custom Qt install directory, e.g. CMAKE_PREFIX_PATH=$HOME/Qt/5.9.7/gcc_64 make release -j4
The executable can be found in the build/release/bin folder. https://github.com/monero-project/monero-gui#installing-the-monero-gui-from-a-packageBut there is no executable file (at least I don't recognise anything there). What do I have to type in the terminal for starting the wallet?
|
|
|
|
|
phishead
|
 |
January 26, 2021, 06:18:25 AM |
|
W00t! glad I got sidetracked!  Saved me some XMR!  Peyton still Sucks.  I had a good laugh looking back at this part of the thread from our Super Bowl wager @jwinterm  Cool that I have some authentic cards from that game that were game worn jerseys and such haha
|
|
|
|
Hueristic
Legendary
Offline
Activity: 4158
Merit: 5893
Doomed to see the future and unable to prevent it
|
 |
January 26, 2021, 06:24:05 AM |
|
W00t! glad I got sidetracked!  Saved me some XMR!  Peyton still Sucks.  I had a good laugh looking back at this part of the thread from our Super Bowl wager @jwinterm  Cool that I have some authentic cards from that game that were game worn jerseys and such haha Cool memories man! 
|
“Bad men need nothing more to compass their ends, than that good men should look on and do nothing.”
|
|
|
visdude
Legendary
Offline
Activity: 1081
Merit: 1001
|
 |
January 26, 2021, 09:06:42 AM |
|
I restored from seed on the latest GUI v0.17.1.7 to be a cold wallet in an offline machine. I then generated a view-only wallet from it which I synced in an online machine. My balance is off. All transactions shown are "Received" (green dots). I was able to identify a recent "Send" transaction that is indicated as "Received" (green dot) so I assume the rest of my outputs over a few years (which I am unable to identify) are the same. I shouldn't complain since my balance is a bit more than it should be but I know this is gonna haunt me later down the line. Did I miss a step in setting up this cold/view-only wallet? What gymnastics do I have to do to resolve this issue?
Try exporting the key images from the offline wallet and subsequently importing them in the hot wallet. See (5): https://github.com/monero-ecosystem/monero-GUI-guide/blob/master/monero-GUI-guide.md#send-moneroThank you for your assistance. Importing the cold/offline wallet key images after the view-only/online wallet had synced did not fix my balance issue. I also consequently did "Settings>Wallet>Rescan wallet balance" but this feature did not do anything at all. I even downloaded and synced the blockchain from scratch, just in case the existing one was somehow corrupted but to no avail. To reiterate, I restored my cold/offline/air-gapped wallet from seed (i.e. from scratch) and created the view-only/online wallet from it. Since the "seed" is the ultimate in terms of crypto backup, I assumed that it would just work without any hitch right off the bat. Did I miss a step in my procedure to restore my cold/view-only wallet setup from scratch? Furthermore, several seconds after GUI v0.17.1.7 Wallet and Daemon fully sync, it would go back to syncing mode again with "Daemon blocks remaining: 2". Sometimes, it would drop to "1" momentarily then goes back up to "2" again but would never fully sync again from here on.
Please try applying the ban list: 1. Download this file and place it in the same folder as `monerod` / `monero-wallet-gui`: https://gui.xmr.pm/files/block_tor.txt2. Go to the `Settings` page -> `Node` tab. 3. Enter --ban-list block_tor.txt in `daemon startup flags` box. 4. Restart the GUI (and daemon). This worked. Thanks! Do I need to keep these (ban list file and daemon startup flag) in there from here on? If so, does the list need to be updated all the time and/or updates would be incorporated in subsequent releases? Regarding the cold wallet setup, do you know how to operate the CLI? With respect to the ban list, you should be able to run v0.17.1.9 without it. Can my balance issue be fixed via CLI then?
|
|
|
|
elrippos friend
Full Member
 
Offline
Activity: 1179
Merit: 210
only hodl what you understand and love!
|
 |
January 26, 2021, 09:26:42 AM |
|
I restored from seed on the latest GUI v0.17.1.7 to be a cold wallet in an offline machine. I then generated a view-only wallet from it which I synced in an online machine. My balance is off. All transactions shown are "Received" (green dots). I was able to identify a recent "Send" transaction that is indicated as "Received" (green dot) so I assume the rest of my outputs over a few years (which I am unable to identify) are the same. I shouldn't complain since my balance is a bit more than it should be but I know this is gonna haunt me later down the line. Did I miss a step in setting up this cold/view-only wallet? What gymnastics do I have to do to resolve this issue?
Try exporting the key images from the offline wallet and subsequently importing them in the hot wallet. See (5): https://github.com/monero-ecosystem/monero-GUI-guide/blob/master/monero-GUI-guide.md#send-moneroThank you for your assistance. Importing the cold/offline wallet key images after the view-only/online wallet had synced did not fix my balance issue. I also consequently did "Settings>Wallet>Rescan wallet balance" but this feature did not do anything at all. I even downloaded and synced the blockchain from scratch, just in case the existing one was somehow corrupted but to no avail. To reiterate, I restored my cold/offline/air-gapped wallet from seed (i.e. from scratch) and created the view-only/online wallet from it. Since the "seed" is the ultimate in terms of crypto backup, I assumed that it would just work without any hitch right off the bat. Did I miss a step in my procedure to restore my cold/view-only wallet setup from scratch? Furthermore, several seconds after GUI v0.17.1.7 Wallet and Daemon fully sync, it would go back to syncing mode again with "Daemon blocks remaining: 2". Sometimes, it would drop to "1" momentarily then goes back up to "2" again but would never fully sync again from here on.
Please try applying the ban list: 1. Download this file and place it in the same folder as `monerod` / `monero-wallet-gui`: https://gui.xmr.pm/files/block_tor.txt2. Go to the `Settings` page -> `Node` tab. 3. Enter --ban-list block_tor.txt in `daemon startup flags` box. 4. Restart the GUI (and daemon). This worked. Thanks! Do I need to keep these (ban list file and daemon startup flag) in there from here on? If so, does the list need to be updated all the time and/or updates would be incorporated in subsequent releases? Regarding the cold wallet setup, do you know how to operate the CLI? With respect to the ban list, you should be able to run v0.17.1.9 without it. Can my balance issue be fixed via CLI then? If your balance is on your wallet, it will be displayed by both CLI and GUI 
|
|
|
|
Inagame
|
 |
January 26, 2021, 10:28:16 AM |
|
It's easy to make your own Monero stickers, find good Monero logo images and print them yourself. This is cheap way to promote it and you don't have to wait for shipment to arrive or give up your privacy. https://web.getmonero.org/press-kit/
|
|
|
|
visdude
Legendary
Offline
Activity: 1081
Merit: 1001
|
 |
January 26, 2021, 10:38:17 AM |
|
If your balance is on your wallet, it will be displayed by both CLI and GUI  And your point is...?
|
|
|
|
elrippos friend
Full Member
 
Offline
Activity: 1179
Merit: 210
only hodl what you understand and love!
|
 |
January 26, 2021, 01:00:36 PM |
|
If your balance is on your wallet, it will be displayed by both CLI and GUI  And your point is...? If your balance is on that wallet, if you have the seed or the keys to your wallet then the balance will be on that respective wallet 
|
|
|
|
visdude
Legendary
Offline
Activity: 1081
Merit: 1001
|
 |
January 26, 2021, 01:21:03 PM |
|
If your balance is on your wallet, it will be displayed by both CLI and GUI  And your point is...? If your balance is on that wallet, if you have the seed or the keys to your wallet then the balance will be on that respective wallet  I don't think you understood the essence of my issue but thanks for your input though.
|
|
|
|
dEBRUYNE
Legendary
Offline
Activity: 2268
Merit: 1141
|
 |
January 28, 2021, 07:04:59 PM |
|
I restored from seed on the latest GUI v0.17.1.7 to be a cold wallet in an offline machine. I then generated a view-only wallet from it which I synced in an online machine. My balance is off. All transactions shown are "Received" (green dots). I was able to identify a recent "Send" transaction that is indicated as "Received" (green dot) so I assume the rest of my outputs over a few years (which I am unable to identify) are the same. I shouldn't complain since my balance is a bit more than it should be but I know this is gonna haunt me later down the line. Did I miss a step in setting up this cold/view-only wallet? What gymnastics do I have to do to resolve this issue?
Try exporting the key images from the offline wallet and subsequently importing them in the hot wallet. See (5): https://github.com/monero-ecosystem/monero-GUI-guide/blob/master/monero-GUI-guide.md#send-moneroThank you for your assistance. Importing the cold/offline wallet key images after the view-only/online wallet had synced did not fix my balance issue. I also consequently did "Settings>Wallet>Rescan wallet balance" but this feature did not do anything at all. I even downloaded and synced the blockchain from scratch, just in case the existing one was somehow corrupted but to no avail. To reiterate, I restored my cold/offline/air-gapped wallet from seed (i.e. from scratch) and created the view-only/online wallet from it. Since the "seed" is the ultimate in terms of crypto backup, I assumed that it would just work without any hitch right off the bat. Did I miss a step in my procedure to restore my cold/view-only wallet setup from scratch? Furthermore, several seconds after GUI v0.17.1.7 Wallet and Daemon fully sync, it would go back to syncing mode again with "Daemon blocks remaining: 2". Sometimes, it would drop to "1" momentarily then goes back up to "2" again but would never fully sync again from here on.
Please try applying the ban list: 1. Download this file and place it in the same folder as `monerod` / `monero-wallet-gui`: https://gui.xmr.pm/files/block_tor.txt2. Go to the `Settings` page -> `Node` tab. 3. Enter --ban-list block_tor.txt in `daemon startup flags` box. 4. Restart the GUI (and daemon). This worked. Thanks! Do I need to keep these (ban list file and daemon startup flag) in there from here on? If so, does the list need to be updated all the time and/or updates would be incorporated in subsequent releases? Regarding the cold wallet setup, do you know how to operate the CLI? With respect to the ban list, you should be able to run v0.17.1.9 without it. Can my balance issue be fixed via CLI then? Should be, yes. Can you have a look at this guide? https://monero.stackexchange.com/questions/2868/is-there-any-way-to-construct-a-transaction-manually
|
|
|
|
elrippos friend
Full Member
 
Offline
Activity: 1179
Merit: 210
only hodl what you understand and love!
|
 |
February 04, 2021, 01:11:56 PM |
|
Does still anybody have problems with their passwords for key files? john-the-ripper has a module for cracking monero.keys 
|
|
|
|
Inagame
|
 |
February 05, 2021, 12:19:45 AM |
|
Monero Cake wallet is getting more attention, they recently added support for bitcoin and 60,000 people download it! Great work dev team.
|
|
|
|
elrippos friend
Full Member
 
Offline
Activity: 1179
Merit: 210
only hodl what you understand and love!
|
 |
February 05, 2021, 06:07:54 AM Last edit: February 05, 2021, 06:19:01 AM by elrippos friend |
|
Does still anybody have problems with their passwords for key files? john-the-ripper has a module for cracking monero.keys  So i cracked a 4 digit only lower case PWD on a test wallet in 0:08:49:29h at 27,87p/s on a 12 core i/ 9'th gen 
|
|
|
|
|
elrippos friend
Full Member
 
Offline
Activity: 1179
Merit: 210
only hodl what you understand and love!
|
 |
February 05, 2021, 08:23:57 PM |
|
Does still anybody have problems with their passwords for key files? john-the-ripper has a module for cracking monero.keys  So i cracked a 4 digit only lower case PWD on a test wallet in 0:08:49:29h at 27,87p/s on a 12 core i/ 9'th gen  Upon that, i summarized a small "how-to" --> https://bitcointalk.org/index.php?topic=5315005.msg56276969
|
|
|
|
visdude
Legendary
Offline
Activity: 1081
Merit: 1001
|
 |
February 06, 2021, 10:54:02 PM Last edit: February 07, 2021, 09:25:51 AM by visdude |
|
I restored from seed on the latest GUI v0.17.1.7 to be a cold wallet in an offline machine. I then generated a view-only wallet from it which I synced in an online machine. My balance is off. All transactions shown are "Received" (green dots). I was able to identify a recent "Send" transaction that is indicated as "Received" (green dot) so I assume the rest of my outputs over a few years (which I am unable to identify) are the same. I shouldn't complain since my balance is a bit more than it should be but I know this is gonna haunt me later down the line. Did I miss a step in setting up this cold/view-only wallet? What gymnastics do I have to do to resolve this issue?
Try exporting the key images from the offline wallet and subsequently importing them in the hot wallet. See (5): https://github.com/monero-ecosystem/monero-GUI-guide/blob/master/monero-GUI-guide.md#send-moneroThank you for your assistance. Importing the cold/offline wallet key images after the view-only/online wallet had synced did not fix my balance issue. I also consequently did "Settings>Wallet>Rescan wallet balance" but this feature did not do anything at all. I even downloaded and synced the blockchain from scratch, just in case the existing one was somehow corrupted but to no avail. To reiterate, I restored my cold/offline/air-gapped wallet from seed (i.e. from scratch) and created the view-only/online wallet from it. Since the "seed" is the ultimate in terms of crypto backup, I assumed that it would just work without any hitch right off the bat. Did I miss a step in my procedure to restore my cold/view-only wallet setup from scratch? Furthermore, several seconds after GUI v0.17.1.7 Wallet and Daemon fully sync, it would go back to syncing mode again with "Daemon blocks remaining: 2". Sometimes, it would drop to "1" momentarily then goes back up to "2" again but would never fully sync again from here on.
Please try applying the ban list: 1. Download this file and place it in the same folder as `monerod` / `monero-wallet-gui`: https://gui.xmr.pm/files/block_tor.txt2. Go to the `Settings` page -> `Node` tab. 3. Enter --ban-list block_tor.txt in `daemon startup flags` box. 4. Restart the GUI (and daemon). This worked. Thanks! Do I need to keep these (ban list file and daemon startup flag) in there from here on? If so, does the list need to be updated all the time and/or updates would be incorporated in subsequent releases? Regarding the cold wallet setup, do you know how to operate the CLI? With respect to the ban list, you should be able to run v0.17.1.9 without it. Can my balance issue be fixed via CLI then? Should be, yes. Can you have a look at this guide? https://monero.stackexchange.com/questions/2868/is-there-any-way-to-construct-a-transaction-manuallyThank you. I did it! I survived through the CLI nightmare...in my own haphazard / unpolished way including moving files around as GUI doesn't have the same default directories as CLI. Perhaps, this could be standardized or made consistent in future releases. Though the wallet balance now appears to be correct, I noticed something odd. The last send transaction which I made a couple of months ago was only for a fraction of a coin but under "Transactions" on GUI, it shows 8-figure coins and change was sent (i.e. 12345678.123456789... coins) to "Unknown recipent" while the transactions before it show correct amounts sent to valid addresses. Do you have any thoughts regarding this irregularity / discrepancy?
|
|
|
|
|