Author

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

newbie
Activity: 42
Merit: 0
Hi again! I have done everything is written here.
Now I can access my wallet and use it.
But... Is there are any GUI? Or I have to use only command line?



Here are some more short instructions:

A) If you prefer a GUI wallet you could use the non official Windows GUI wallet from the OP (first post in this thread).

B) If you could handle the command line wallet (it's easy - just try it) here are short instructions:

...

There are unofficial GUI wallets for download from the OP. Backup your wallet.bin.keys and give them a try. The Jojatekok Windows wallet have a sub folder in it where your new wallet should be created after running the program - replace it with your current wallet and it should load it after restart. I didn't used those wallets, so I can't help you with them, but you could always ask questions in their threads and eventually someone will help you.

Quote
Unofficial downloads and links

GUI
All current GUIs are in beta, but they should be fairly safe to use because they work through bitmonerod and simplewallet from the main code.


Yes, yes. Thank you! I have done it already. I setup one GUI, but I can't understand if it is correct?
https://i.imgur.com/JjQgm6h.png
For a long time it shows "Syncronizing with wallet". Can I use wallet? How much time do I have to wait?
legendary
Activity: 1151
Merit: 1001
Something has to be done with the wallet!
For third time in 2 months I'm stuck with wallet unable to sync... already 2 times i deleted the whole fucking GBs big blockchain...
Are we supposed to do this every 2 weeks?
1 month no  updates on binaries, same problems again and again
lol no we aren't supposed to do that. Some more details would be nice, because you're problems is pretty vague..
What details? Daemon was shut down for 3 days, started - no sync for hours.
Deleted blockchain, resync - all is fine by magic.
Until blockchain bloat&problems are solved long term future for cryptonight is not good

PS: And having daemon which sucks GB ram and lots of cpu&bandwidth running 24/7 is unacceptable
hero member
Activity: 794
Merit: 1000
Monero (XMR) - secure, private, untraceable
Hi again! I have done everything is written here.
Now I can access my wallet and use it.
But... Is there are any GUI? Or I have to use only command line?



Here are some more short instructions:

A) If you prefer a GUI wallet you could use the non official Windows GUI wallet from the OP (first post in this thread).

B) If you could handle the command line wallet (it's easy - just try it) here are short instructions:

...

There are unofficial GUI wallets for download from the OP. Backup your wallet.bin.keys and give them a try. The Jojatekok Windows wallet have a sub folder in it where your new wallet should be created after running the program - replace it with your current wallet and it should load it after restart. I didn't used those wallets, so I can't help you with them, but you could always ask questions in their threads and eventually someone will help you.

Quote
Unofficial downloads and links

GUI
All current GUIs are in beta, but they should be fairly safe to use because they work through bitmonerod and simplewallet from the main code.

r05
full member
Activity: 193
Merit: 100
test cryptocoin please ignore
Something has to be done with the wallet!
For third time in 2 months I'm stuck with wallet unable to sync... already 2 times i deleted the whole fucking GBs big blockchain...
Are we supposed to do this every 2 weeks?
1 month no  updates on binaries, same problems again and again
lol no we aren't supposed to do that. Some more details would be nice, because you're problems is pretty vague..
legendary
Activity: 1151
Merit: 1001
Something has to be done with the wallet!
For third time in 2 months I'm stuck with wallet unable to sync... already 2 times i deleted the whole fucking GBs big blockchain...
Are we supposed to do this every 2 weeks?
1 month no  updates on binaries, same problems again and again
jr. member
Activity: 38
Merit: 14
hi,dear Dev,
have anyone told to u about XMR daemon bitmonerod had need change to auto save blockchain?
It's a serious trouble for update all block once on Linux platform when system have low memory than 2GB,system always kill bitmonerod at it's take large block unsaved,can u help us fix this,and keep wallet deamon stable running?
newbie
Activity: 42
Merit: 0
Hi again! I have done everything is written here.
Now I can access my wallet and use it.
But... Is there are any GUI? Or I have to use only command line?



Here are some more short instructions:

A) If you prefer a GUI wallet you could use the non official Windows GUI wallet from the OP (first post in this thread).

B) If you could handle the command line wallet (it's easy - just try it) here are short instructions:

1) Download the Windows 64 bit binaries from the OP (first post in this thread)
2) Extract it in folder of your choice (for example D:\XMR)
3) Create a new file named runXMR.bat file with this commands in it:
Code:
@echo off

tasklist /FI "IMAGENAME eq bitmonerod.exe" 2>NUL | find /I /N "bitmonerod.exe">NUL
if not %ERRORLEVEL% == 0 (
  echo Starting node...
  start /MIN bitmonerod.exe --seed-node 62.210.78.186:18080 --seed-node 195.12.60.154:18080 --seed-node 54.241.246.125:18080 --seed-node 107.170.157.169:18080 --seed-node 54.207.112.216:18080 --seed-node 78.27.112.54:18080 --seed-node 209.222.30.57:18080 --seed-node 80.71.13.55:18080 --seed-node 107.178.112.126:18080
) else (
  echo Node already started.
)

tasklist /FI "IMAGENAME eq simplewallet.exe" 2>NUL | find /I /N "simplewallet.exe">NUL
if not %ERRORLEVEL% == 0 (
  if exist wallet.bin.keys (
    echo Starting previous wallet...
    start simplewallet.exe --wallet wallet.bin
  ) else (
    echo Starting new wallet...
    start simplewallet.exe --generate-new-wallet wallet.bin
  )
) else (
  echo Wallet already started.
)
5) [optional] For fast synchronization with the network:
 a.) Download the win 64x blockchain from the OP
 b.) Create %APPDATA%\bitmonero folder and place the blockchain there

4) Double click the runXMR.bat file you've just created - this will open both the daemon (it'll start sync) and the wallet (on first run it'll create the wallet and ask you for a password just once).
5) Write down the 24 words it gives you - with those you'll be able to recover the wallet without knowing the password (you could use copy/paste). Keep it safe.
6) Quit the wallet with 'q' and enter and run the runXMR.bat file again - type your password to decrypt the wallet and you'll be sure you know the right password.
7) BACKUP your wallet (there will be 3 files - wallet.bin, wallet.bin.keys and wallet.bin.address.txt, but the most important file is the .keys file)
Cool After the daemon sync enter 'refresh' in the wallet.

You could use 'help' in both daemon (bitmonerod) and simplewallet to see all the commands but 'refresh' and 'q' ('exit') are the most used (also 'transfer' obviously).

EDIT: Lol Smiley Everybody want to help Smiley

full member
Activity: 184
Merit: 100
Who knows where you can rent rigs for XMR?
full member
Activity: 333
Merit: 100
I figured something was up.  Extremhash finally kicking in after several hours but monero.pool still owes me over 7 xmr from over 8 hours ago when they usually payout every 0.5 xmr.
sr. member
Activity: 252
Merit: 250
Both MoneroPool.com and extremehash.com don't seem to be paying out for many hours, is something going on with Monero in general?
lol.. No. The difficulty has risen so everyone's payout is smaller!  I can still pull in .5 msr on on on 1 R9 270! Cheesy


Those pools seem to be having a problem with their payouts, its nothing to do with difficulty or anything, several miners in IRC have reported pending balances well over the min payout level for a few hours. Chances are the wallet is stuck and needs manually restarting - it tends to "failsafe" to ensure coins dont go missing.

Of course in the meantime I will point out that miners can redirect their hashpower to http://cryptonotepool.org.uk/ until the problem is resolved, its only 1% fee and all of that is being donated to the XMR core dev fund so you can feel good about supporting monero at no extra cost to yourself Smiley
legendary
Activity: 3570
Merit: 1959
Both MoneroPool.com and extremehash.com don't seem to be paying out for many hours, is something going on with Monero in general?
lol.. No. The difficulty has risen so everyone's payout is smaller!  I can still pull in .5 msr on on on 1 R9 270! Cheesy


Meaning - the more profitable a coin becomes to mine , the higher the hashrate and thus the difficulty.   That is whats' going on here.
legendary
Activity: 3766
Merit: 5146
Whimsical Pants

+1 for someone who get's it! Cheesy 

It does seem like a fairly run of the mill whiplash bounce.  Someone decided it was a decent profit taking moment.  Others followed. Some of us made a little coin off the movement. Wink
legendary
Activity: 3570
Merit: 1959
Both MoneroPool.com and extremehash.com don't seem to be paying out for many hours, is something going on with Monero in general?
lol.. No. The difficulty has risen so everyone's payout is smaller!  I can still pull in .5 msr on on on 1 R9 270! Cheesy
full member
Activity: 333
Merit: 100
Both MoneroPool.com and extremehash.com don't seem to be paying out for many hours, is something going on with Monero in general?
legendary
Activity: 3570
Merit: 1959
why the hell is it crashing?

This is just how markets work. a bunch of hype about the coin, along with the new NY rules about crypto-currency, and you see a major influx of btc volume. thus the price rises. at the end of the day, everyone goes, ok, why again? and many panic-sell/dump etc...

This is not a coin for the pump and dumpers (well ok maybe short term) but i'm hodling and winning no matter how low it should go for a while, i really dont think many get the tech behind this coin, as it's NOT a btc clone like most others.


It is not indeed, and I would not call it a crash, these ups and down are very healthy for Monero, everything is looking positive on short and long-term, be glad we are here early

+1 for someone who get's it! Cheesy 
newbie
Activity: 55
Merit: 0
I am loving the prospect of monero lately. The news is out that bitcoin isn't anon and now governments are just started to regulate it. There is an obvious demand for an anon coin. This is it!

Just happy today.
legendary
Activity: 3570
Merit: 1959
why the hell is it crashing?

This is just how markets work. a bunch of hype about the coin, along with the new NY rules about crypto-currency, and you see a major influx of btc volume. thus the price rises. at the end of the day, everyone goes, ok, why again? and many panic-sell/dump etc...

This is not a coin for the pump and dumpers (well ok maybe short term) but i'm hodling and winning no matter how low it should go for a while, i really dont think many get the tech behind this coin, as it's NOT a btc clone like most others.

This coin has a lot of potential. in fact. so much  that some random soul gave me 7.2 XMR today , for no reason i can discern other than posting yesterdays news hype link here about the coin... so thanks again, anon contrib(s)! Smiley

legendary
Activity: 2968
Merit: 1198
Quick question,

I had 200 Monero and sent 100 to exchange... the remaining 100 XMR is now locked. How long does my remaining 100 coins move to unlocked ?

I don't remember the number of confirms required by the wallet but it is the same as any other regular transaction, so some number of minutes. What happened is you had one output for 200, and you spent it (an output can only be spent once). 100 of it went to the exchange, and 100 of it went back to you. You are now waiting for that payment of 100 back to you to fully confirm.

hero member
Activity: 728
Merit: 504
Quick question,

I had 200 Monero and sent 100 to exchange... the remaining 100 XMR is now locked. How long does my remaining 100 coins move to unlocked ?
legendary
Activity: 1470
Merit: 1000
Want privacy? Use Monero!
Monero roughly fluctuating between the upper and lower line (log chart used)
the middle line should be considered as 'consolidation'

Jump to: