Author

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

full member
Activity: 243
Merit: 125
*WINDOWS USERS* (I think Linux users may do very very the same)

In case of any problem you have encountered with Monero:

1. Backup your wallet.* files.
2. Delete ALL Monero files from your computer.
3. Download 64-bit Monero zip & blockchain.bin from 1st sticky page of this thread.
4. Unzip & place all the files downloaded above to the directory: "C:\Users\\AppData\Roaming\bitmonero".
5. From the backup made at step 1, place wallet.* files ||| EXCEPT wallet.bin ||| into directory at step 4.
6. Start bitmonerod.exe and wait for it to sync with the net.
7. Start simplewallet by the commad prompt: "simplewallet --wallet-file wallet.bin" (name of file that must NOT exist in directory at step 4).
8. When you want to stop any monero executables - ALWAYS type "exit" & be patient.

simplewallet re-creates correct version of wallet.bin for you.

Since you migrate to 64-bit Monero by CORRECT WAY mentioned above - you will never have any problem except being patient due to Monero is currently somewhat slow.

Monero developers are working hard to entirely fix the problem - you may choose either migrate the way I described above, or wait for developers to release a fix.
sr. member
Activity: 252
Merit: 250
I "borrowed" crypto-pool.fr's efficiency code and ran it on my pool as well, came back with similar results, from 26th - 28th June we were easily outperforming the network difficulty  at 110%. Over the last day its dropped now to more like 105% which I would think is more within standard variance but is still a bit high, and if its the same across all the mining network what effect is that having? The difficulty has been up and down over the past few days so I don't think its down to it lagging behind hashrate increase, although need more data to be sure, interesting for the people who like statistics anyway.
sr. member
Activity: 252
Merit: 250
i recently updated my cryptonote wallet as ive had XMR in cold storage for the past month and a half or so... as more updates came out i thought i should update... however i type my password i created on the old wallet and it now says invalid password and closes..

i have not forgotten my password as i saved it on a txt doc ... i checked 5 previously saved versions of the txt doc for the last 2 months to make sure nothing had changed....it says my password has remained the same since i created it, yet it is invalid using the updated simplewallet using my .keys file   ...

i dont have alot of money but i believe in xmr so i bought a lot for my budget... i could really do with your expertise in this matter

thankyou for your time and i appreciate your help
full member
Activity: 179
Merit: 100
Glow Like Dat
what wroong whit it? bitmonerood
2014-Jun-30 18:31:41.753972 bitmonero v0.8.8.1()
2014-Jun-30 18:31:41.755973 Module folder: C:\Users\Khatmau_sr\monero.win.x64.latest\bitmonerod.exe
2014-Jun-30 18:31:41.762979 Initializing p2p server...
2014-Jun-30 18:31:41.767982 ERROR c:\users\tom\documents\github\bitmonero\src\p2p\net_node.inl:82 Exception at [node_server::init_config], what=invalid signature
2014-Jun-30 18:31:41.776987 ERROR c:\users\tom\documents\github\bitmonero\src\p2p\net_node.inl:213 Failed to init config.
2014-Jun-30 18:31:41.783994 ERROR ..\..\src\daemon\daemon.cpp:148 Failed to initialize p2p server.
2014-Jun-30 18:31:41.789996 Mining has been stopped, 0 finished
2014-Jun-30 18:31:44.552825 bitmonero v0.8.8.1()
2014-Jun-30 18:31:44.560830 Module folder: C:\Users\Khatmau_sr\monero.win.x64.latest\bitmonerod.exe
2014-Jun-30 18:31:44.568837 Initializing p2p server...
2014-Jun-30 18:31:44.573839 ERROR c:\users\tom\documents\github\bitmonero\src\p2p\net_node.inl:82 Exception at [node_server::init_config], what=invalid signature
2014-Jun-30 18:31:44.582847 ERROR c:\users\tom\documents\github\bitmonero\src\p2p\net_node.inl:213 Failed to init config.
2014-Jun-30 18:31:44.589850 ERROR ..\..\src\daemon\daemon.cpp:148 Failed to initialize p2p server.
2014-Jun-30 18:31:44.597855 Mining has been stopped, 0 finished
newbie
Activity: 1
Merit: 0
Help with missing wallet purse number.



- Address: Initializing
- Status : Daemon ready, updating wallet.....
hero member
Activity: 794
Merit: 1000
Monero (XMR) - secure, private, untraceable
^Just send them to another wallet of yours. A fix is coming soon to split the transactions for you.
sr. member
Activity: 280
Merit: 250
Flat 0.005 fee + small quantities to burn off dust in you use dust inputs

Hi Tacotime. Is there any way to consolidate dust transactions (<0.1 XMR) from pool mining within a wallet?
newbie
Activity: 27
Merit: 0
Could pool operators please direct their advertisement to the appropriate thread: https://bitcointalksearch.org/topic/xmr-monero-mining-653467
I get that you want to improve your pool's hash rate (I do too), but it's making this thread harder to read and honestly is a bit irritating.  Sad
legendary
Activity: 910
Merit: 1000
STOP THE FREE RIDE FEE

first pool have break the ice as blocking claymore fees for showing it can be done.
it is now only matter of time other pools to ban the fee, permanenty
you will soon see first good pool blocking fees rising with their hashrates to the roof.
whos pool will it be?
sr. member
Activity: 525
Merit: 250


Hi! We see great opportunities in XMR coin. We think that coins such as XMR should have an additional chance to be added to hitbtc.com.
To add this coin we are searching for two Market Makers. We provide special, exclusive conditions for each Market Maker, so anyone interested should contact us at [email protected]
Also, you can continue voting to add the coin by numbers!  Wink
legendary
Activity: 1276
Merit: 1001
This thread is my last hope, as all my attemps to install wallet and miner in lubuntu 14.04 failed.

This are the errors I got:
Quote
/home/user/bitmonero/bitmonero/src/cryptonote_core/difficulty.cpp: In function ‘void cryptonote::mul(uint64_t, uint64_t, uint64_t&, uint64_t&)’:
/home/user/bitmonero/bitmonero/src/cryptonote_core/difficulty.cpp:33:22: error: expected unqualified-id before ‘__int128’
     typedef unsigned __int128 uint128_t;
                      ^
/home/user/bitmonero/bitmonero/src/cryptonote_core/difficulty.cpp:34:5: error: ‘uint128_t’ was not declared in this scope
     uint128_t res = (uint128_t) a * (uint128_t) b;
     ^
/home/user/bitmonero/bitmonero/src/cryptonote_core/difficulty.cpp:35:22: error: ‘res’ was not declared in this scope
     low = (uint64_t) res;
                      ^
make[3]: *** [src/CMakeFiles/cryptonote_core.dir/cryptonote_core/difficulty.cpp.o] Fehler 1
make[3]: Verlasse Verzeichnis '/home/user/bitmonero/bitmonero/build/release'
make[2]: *** [src/CMakeFiles/cryptonote_core.dir/all] Fehler 2
make[2]: Verlasse Verzeichnis '/home/user/bitmonero/bitmonero/build/release'
make[1]: *** [all] Fehler 2
make[1]: Verlasse Verzeichnis '/home/user/bitmonero/bitmonero/build/release'
make: *** [build-release] Fehler 2
I would be very glad to find help here, but have to say that my knowledge in Linux is pretty limited.

I think you may be building on an architecture which doesn't have support for 128 bit wide types. Like something built without SSE.

If your hardware (or VM) does support SSE, maybe your compiler does not. Or you might need to add the right flags (eg, -msse or whatever, not sure what exactly).

Logs of configuration may also have error messages related to that, though I'd half expect the build to fail then if it can't find what it needs.

full member
Activity: 243
Merit: 125
Ok, i got the error here, which (when happens), blockchain after that happens becomes unusable:



(red letters)

Help / Hint?

Dear customers of Monero!

Dev team is now working hard on your problem, but you can simply fix it yourself!

Simply switch to 64-bit version of Monero. You may load prepared official blockchain for it - see 1st sticky page of this thread.

Then, back-up your wallet.* files, and delete wallet.bin in Monero directory. Then start bitmonerod, and when it will sync to the net, start:
"simplewallet --wallet-file wallet.bin"

Always type "exit" when you want to stop bitmonerod or simplewallet.

AND YOU NEVER HAVE PROBLEMS AT ALL.
sr. member
Activity: 588
Merit: 250
great review about an XMR pool with a trusted early adopter of litecoin by the name 'Coolty' seems to be hands-down delivering a solid pool for the community

http://bitcoinfeeds.com/monero-xmr-pool-review-cooltys-cool

5/5 Stars for Coolty's Pool?

Keep up the great work Monero team! 400+ pages is something to be proud of in a short period of time.. not everyone has seen the impact of outside-the-anonymous realm, maybe Hybrid X11? maybe pure, X11.. a few will come to mind eventually for each of you.
newbie
Activity: 17
Merit: 0
Mine at our pool, http://pool.coolty.asia

Pool Admins:

Wolf0 (Wolf's fastest CPU miner author)
Someguy123 (Litecoin forums admin)
Coolty (VertVPS Owner)


Join now and be COOL!
legendary
Activity: 1722
Merit: 1217
I haven’t made a bad bet yet in crypto. With a little luck this wont be the first. Grin

The signal to noise ratio in the altcoin universe is so epicfully horrible its no surprise that so few realize the potential here.

This coin is not competing with Bitcoin.  On the contrary this is one of the few coins which does something that Bitcoin needs.  This platform is the technical lone runner in the race for monetary privacy in the crypto space, and if it achieves it it also allows Bitcoin to be the transparent medium of exchange it was designed to be.  Bitcoin benefits by not having to simulate privacy and therefore can remain pure.

Something HAS to rise up to offer this functionality.  At the moment nothing I know of comes even remotely close to Monero's lead in this arena.

Yes this is exactly the same conclusion I came to after much research. Many empty promises. I cant speak to whether or not all of the nitty gritty crypto works with monero. There is a pretty reasonable chance that it doesnt. However this is the only proposal, where if it does what it says that it does, than the thing that it says it does will actually lead to the outcome that people expect. That is to say, even if darkcoin, for example, actually works 100% exactly the way its supposed to work, its still a complete mess.
legendary
Activity: 3766
Merit: 5146
Whimsical Pants
There's no QT style wallet for Monero though, am I right?  Huh Huh

Thank God, no. Wink

Monero is getting ready to open those floodgates, but there are so many fundamentally more important things now.  For example the current database is a disaster.

Let the devs finish that, then bring the drooling masses.

In the mean time smart money gets to mine or buy up cheap coins.
legendary
Activity: 3766
Merit: 5146
Whimsical Pants
I haven’t made a bad bet yet in crypto. With a little luck this wont be the first. Grin

The signal to noise ratio in the altcoin universe is so epicfully horrible its no surprise that so few realize the potential here.

This coin is not competing with Bitcoin.  On the contrary this is one of the few coins which does something that Bitcoin needs.  This platform is the technical lone runner in the race for monetary privacy in the crypto space, and if it achieves it it also allows Bitcoin to be the transparent medium of exchange it was designed to be.  Bitcoin benefits by not having to simulate privacy and therefore can remain pure.

Something HAS to rise up to offer this functionality.  At the moment nothing I know of comes even remotely close to Monero's lead in this arena.
hero member
Activity: 565
Merit: 500
legendary
Activity: 1722
Merit: 1217
There's no QT style wallet for Monero though, am I right?  Huh Huh

You are.
full member
Activity: 126
Merit: 100
★☆★Bitin.io★☆★
There's no QT style wallet for Monero though, am I right?  Huh Huh
Jump to: