Author

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

hero member
Activity: 518
Merit: 500
Can somebody tell me how much coins be mined?
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
i still cannot install it i get the same error as above when i type: make -j command at the end

im trying to update the g++ but for some reason its not letting me
This might work

Code:
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install -y gcc-4.8 g++-4.8
sudo update-alternatives --remove gcc /usr/bin/gcc-4.6
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 120 --slave /usr/bin/g++ g++ /usr/bin/g++-4.8

Replace gcc-4.6 with your current gcc version.
legendary
Activity: 1596
Merit: 1030
Sine secretum non libertas

Can someone explain to me why on earth you would have a platform-dependent blockchain/wallet file format?

It's not that hard to make a change which provides both backward-compatibility and platform-independence, but those who can do it mostly have other priorities.
newbie
Activity: 37
Merit: 0
i still cannot install it i get the same error as above when i type: make -j command at the end

im trying to update the g++ but for some reason its not letting me
member
Activity: 71
Merit: 10
I know in CryptoNote technology, blockchain formats between Windows and Linux systems differ.
But is this the case with the wallet file formats? I couldn't open a wallet file created with Ubuntu  in a Windows environment.
Also I  want to know if this applies to Bitcoin-Qt software (blockchain, wallet file). Thanks.
hero member
Activity: 560
Merit: 500
this is the error i cannot figure out??


http://pastebin.com/3Le99xg3


any help 12.04 ubuntu

Outdated compiler (it doesn't seem to support -std=c++11). Update to a newer g++.


Is there any way to see what the distribution of this coin is?

No, it's anonymous (which is the point Tongue). A separate public key is generated for each input and they're difficult to link by blockchain analysis.
newbie
Activity: 37
Merit: 0
this is the error i cannot figure out??


http://pastebin.com/3Le99xg3


any help 12.04 ubuntu
full member
Activity: 133
Merit: 100
Is there any way to see what the distribution of this coin is?
newbie
Activity: 37
Merit: 0
Pool launching soon!

tonight soon? because u cannot mine on 12.04 ubuntu?
Hopefully in 2-6 hours.  Smiley

You can mine on Ubuntu 12.04

I should mention it is an alpha pool.

please give me the full script that allows 12.04 because iv been trying all day with no luck Angry

ps the one on the monero.cc doesnt work
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
Pool launching soon!

tonight soon? because u cannot mine on 12.04 ubuntu?
Hopefully in 2-6 hours.  Smiley

You can mine on Ubuntu 12.04

I should mention it is an alpha pool.
newbie
Activity: 37
Merit: 0
Pool launching soon!

tonight soon? because u cannot mine on 12.04 ubuntu?
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
Pool launching soon!
dga
hero member
Activity: 737
Merit: 511
I'm not focusing on that bug, I addressed it because someone else brought it up. If I was going to bitch constantly about one thing, it would be NOT FUCKING COMPILING ON LINUX.  Undecided

Okay I missed that one (it does compiler for me on Ubuntu). Can you be more specific?


Give me just a minute. I'll attempt to compile it yet again and then post the results.

Here you are. I copied the whole thing, not just the relevant bits, in case I would have missed something: http://pastebin.com/Nc5XrpEH

Wow. Just... wow. I did a "make clean", then tried "make build-debug" just for fun... I think the devs failed so hard they won: http://pastebin.com/c9X2H7a9

Try with gcc 4.8.x.  4.9.0 is pretty hot off the presses...
hero member
Activity: 560
Merit: 500
Okay, one feature we REALLY need in simplewallet is a command history buffer. It doesn't have to be persistent; it can start with an empty buffer every time. Having to retype things kinda sucks. And I automatically press the up arrow and get garbage that I have to erase.
Duly noted, you are not the only one to wish for it!
Use rlwrap

$ rlwrap ./simpleminer --wallet mywallet
Thanks!
http://monero.cc/blog/get-command-history-linux-rlwrap/

You incorrectly credited me on the website (it was smooth). Also, it should be ./simplewallet not ./simpleminer.
hero member
Activity: 658
Merit: 503
Monero Core Team
Okay, one feature we REALLY need in simplewallet is a command history buffer. It doesn't have to be persistent; it can start with an empty buffer every time. Having to retype things kinda sucks. And I automatically press the up arrow and get garbage that I have to erase.
Duly noted, you are not the only one to wish for it!
Use rlwrap

$ rlwrap ./simpleminer --wallet mywallet
Thanks!
http://monero.cc/blog/get-command-history-linux-rlwrap/
hero member
Activity: 658
Merit: 503
Monero Core Team
Give me just a minute. I'll attempt to compile it yet again and then post the results.
Could you give me the list of command you used, so that I can try to replicate on my machine?

Ideally a long oneliner (with && to separate commands).

Thanks.
newbie
Activity: 32
Merit: 0
Does anyone know how to extract private key out of wallet?

And, if it's at all possible, how to create a wallet having a private key?
sr. member
Activity: 253
Merit: 250
Let's Boolberry
nethash and diff rise so quickly
when will the pool being launched
hero member
Activity: 658
Merit: 503
Monero Core Team
And now that deep web services are under attack...
Tell me more, please.
legendary
Activity: 2968
Merit: 1198
I'm not focusing on that bug, I addressed it because someone else brought it up. If I was going to bitch constantly about one thing, it would be NOT FUCKING COMPILING ON LINUX.  Undecided

Okay I missed that one (it does compiler for me on Ubuntu). Can you be more specific?

Jump to: