Author

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

legendary
Activity: 2268
Merit: 1141
legendary
Activity: 2156
Merit: 1072
Crypto is the separation of Power and State.
I don't believe the dark side is that much on accumulating XMR peacefully, they rather steal and destroy.

Yes, Polo is completely at the mercy of the Equation Group, et al.   Undecided

Please continue doing what you can (ie RPEX  Cheesy) to ameliorate this potential central point of failure.
sr. member
Activity: 450
Merit: 250
my page 1337 post went back to 1336 Shocked manipulation!! Grin

Yes, I've been watching the 1337 posts in this thread and noticed them moving backwards in time (if you can call it that). It just highlights that BitcoinTalk should not be regarded as gospel when it comes to the history of any crypto, since posts are deleted all the time unbenownst to the masses.
legendary
Activity: 1260
Merit: 1008
Thanks smooth.

I was hoping to get around using Ubuntu because at the moment I have no monitor with an HDMI input, and SSH is not enabled by default on Ubuntu. Guess I'll be ordering an adapter.

I think you can make your own ubuntu distro anyway you want.

https://help.ubuntu.com/community/LiveCDCustomization

or any google of custom ubuntu distro

so, if your in windows (or mac), get a VM of ubuntu going just the way you want it, and then make an .iso . Burn that onto your rpi disk, then boom. ubuntu with ssh. ( in theory. I have yet to do this. Its on my to-do list)

edited to add this link:

http://customizeubuntu.com/tools/live-cd-tools/tools-build-your-own-ubuntu-distro/

because one of them lets you make an .iso of your entire existing run... so once you get your box all nice and stable, you can just make an .iso of the stable state and then if you ever do something that borks stuff, you could just recover that image. Or get the image working and spawn a bajillion cloud instances. Or ....
full member
Activity: 225
Merit: 100
What's the word on "in the works" XMR exchanges? All the talk a few months ago was about some new fiat/XMR exchanges coming onto the scene. I believe Rpietila was mentioned as involved in at least one. What's the rumpus? The whole polo kyc/aml thing has tempered down, but the market won't properly grow until the speculative aspect has diversified and expanded. Personally I won't go within 10 blocks of an exchange that wants my firstborn just to trade crypto to crypto. So?

My plans haven't changed. The "company" is accumulating 100,000s of XMR and it takes time. I have told all in advance. When this phase is ready, we go to the next phase and open trading. September is still the timeframe.

You can ask the others how they are doing.

But the most important/interesting thing happening with XMR is still Crypto Kingdom.
* Wanderlust feels sick

Stockpiling a CN coin is no good for the anon.

Stockpiling 80% or more could be problematic. Stockpiling <1 million (<11% of current, growing, supply) is no concern at all.


Understood. Greed is problematic. Where does the 'company' draw the line? 25%? Since the company seems seemingly transparent perhaps we can know the future plans?
hero member
Activity: 770
Merit: 504
When this topic has 20,000 pages in 2019 I want it to be known that I was here from nearly the beginning on the illustrious "1337" page.   Wink Cheesy  
legendary
Activity: 2968
Merit: 1198
Thanks smooth.

I was hoping to get around using Ubuntu because at the moment I have no monitor with an HDMI input, and SSH is not enabled by default on Ubuntu. Guess I'll be ordering an adapter.

I used a TV as a monitor to turn on ssh. It was ugly but it worked.
legendary
Activity: 1610
Merit: 1004
Thanks smooth.

I was hoping to get around using Ubuntu because at the moment I have no monitor with an HDMI input, and SSH is not enabled by default on Ubuntu. Guess I'll be ordering an adapter.
legendary
Activity: 2268
Merit: 1141
seems to me like there is some memory leak with 0.9 beta on win 7 x64.
after letting it run 24h something like 8 gb of ram was used, but not visible in the task manager. once i stopped it ram droped down to the usual levels. will try to retest so i can give better feedback.



Bear in mind that the memory usage is NOT constant. LMDB is greedy for free memory so it can cache aggressively, but it's also very willing to give that memory up to anything else that needs it. On an under-utilised system you can expect LMDB to suck up as much available memory as it can, whereas on a busy system you'll see it drop down to the <100mb mark for the most part.

Can confirm this, was working on my laptop yesterday whilst the daemon was open and it only used around 80 MB. Furthermore, it works like a charm. Big props to all the contributers for delivering this!
legendary
Activity: 2968
Merit: 1198
Getting this error trying to compile bitmonero on Raspi2 (raspbian OS)...any ideas?

Code:
[ 19%] Building CXX object contrib/otshell_utils/CMakeFiles/otshell_utils.dir/windows_stream.cpp.o
cc1plus: error: bad value (cortex-a7) for -mcpu switch
cc1plus: error: bad value (cortex-a7) for -mtune switch
cc1plus: error: -Werror=maybe-uninitialized: no option -Wmaybe-uninitialized
cc1plus: error: unrecognized command line option ‘-std=c++11’
contrib/otshell_utils/CMakeFiles/otshell_utils.dir/build.make:54: recipe for target 'contrib/otshell_utils/CMakeFiles/otshell_utils.dir/windows_stream.cpp.o' failed
make[3]: *** [contrib/otshell_utils/CMakeFiles/otshell_utils.dir/windows_stream.cpp.o] Error 1
make[3]: Leaving directory '/home/pi/bitmonero/build/release'
CMakeFiles/Makefile2:289: recipe for target 'contrib/otshell_utils/CMakeFiles/otshell_utils.dir/all' failed
make[2]: *** [contrib/otshell_utils/CMakeFiles/otshell_utils.dir/all] Error 2
make[2]: Leaving directory '/home/pi/bitmonero/build/release'
Makefile:123: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/pi/bitmonero/build/release'
Makefile:51: recipe for target 'release' failed
make: *** [release] Error 2

Looks like an out of date version of gcc that doesn't know about the specific cpu model. You could try to upgrade to a newer gcc or go into the cmake script and get rid of the -mcpu and -mtune options.

EDIT:

Quote
cc1plus: error: unrecognized command line option ‘-std=c++11’

Looks like you need to upgrade gcc in any case.

I used the rpi2 Ubuntu, I guess it has a newer gcc.
legendary
Activity: 1610
Merit: 1004
Getting this error trying to compile bitmonero on Raspi2 (raspbian OS)...any ideas?

Code:
[ 19%] Building CXX object contrib/otshell_utils/CMakeFiles/otshell_utils.dir/windows_stream.cpp.o
cc1plus: error: bad value (cortex-a7) for -mcpu switch
cc1plus: error: bad value (cortex-a7) for -mtune switch
cc1plus: error: -Werror=maybe-uninitialized: no option -Wmaybe-uninitialized
cc1plus: error: unrecognized command line option ‘-std=c++11’
contrib/otshell_utils/CMakeFiles/otshell_utils.dir/build.make:54: recipe for target 'contrib/otshell_utils/CMakeFiles/otshell_utils.dir/windows_stream.cpp.o' failed
make[3]: *** [contrib/otshell_utils/CMakeFiles/otshell_utils.dir/windows_stream.cpp.o] Error 1
make[3]: Leaving directory '/home/pi/bitmonero/build/release'
CMakeFiles/Makefile2:289: recipe for target 'contrib/otshell_utils/CMakeFiles/otshell_utils.dir/all' failed
make[2]: *** [contrib/otshell_utils/CMakeFiles/otshell_utils.dir/all] Error 2
make[2]: Leaving directory '/home/pi/bitmonero/build/release'
Makefile:123: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/pi/bitmonero/build/release'
Makefile:51: recipe for target 'release' failed
make: *** [release] Error 2
legendary
Activity: 2968
Merit: 1198
What's the word on "in the works" XMR exchanges? All the talk a few months ago was about some new fiat/XMR exchanges coming onto the scene. I believe Rpietila was mentioned as involved in at least one. What's the rumpus? The whole polo kyc/aml thing has tempered down, but the market won't properly grow until the speculative aspect has diversified and expanded. Personally I won't go within 10 blocks of an exchange that wants my firstborn just to trade crypto to crypto. So?

My plans haven't changed. The "company" is accumulating 100,000s of XMR and it takes time. I have told all in advance. When this phase is ready, we go to the next phase and open trading. September is still the timeframe.

You can ask the others how they are doing.

But the most important/interesting thing happening with XMR is still Crypto Kingdom.
* Wanderlust feels sick

Stockpiling a CN coin is no good for the anon.

Stockpiling 80% or more could be problematic. Stockpiling <1 million (<11% of current, growing, supply) is no concern at all.
full member
Activity: 225
Merit: 100
What's the word on "in the works" XMR exchanges? All the talk a few months ago was about some new fiat/XMR exchanges coming onto the scene. I believe Rpietila was mentioned as involved in at least one. What's the rumpus? The whole polo kyc/aml thing has tempered down, but the market won't properly grow until the speculative aspect has diversified and expanded. Personally I won't go within 10 blocks of an exchange that wants my firstborn just to trade crypto to crypto. So?

My plans haven't changed. The "company" is accumulating 100,000s of XMR and it takes time. I have told all in advance. When this phase is ready, we go to the next phase and open trading. September is still the timeframe.

You can ask the others how they are doing.

But the most important/interesting thing happening with XMR is still Crypto Kingdom.
* Wanderlust feels sick

Stockpiling a CN coin is no good for the anon.

EDIT: Wow! Somebody just messed my trust rating. Is what I said incorrect?
sr. member
Activity: 337
Merit: 250
seems to me like there is some memory leak with 0.9 beta on win 7 x64.
after letting it run 24h something like 8 gb of ram was used, but not visible in the task manager. once i stopped it ram droped down to the usual levels. will try to retest so i can give better feedback.



Bear in mind that the memory usage is NOT constant. LMDB is greedy for free memory so it can cache aggressively, but it's also very willing to give that memory up to anything else that needs it. On an under-utilised system you can expect LMDB to suck up as much available memory as it can, whereas on a busy system you'll see it drop down to the <100mb mark for the most part.

yes thats what it is. the relevant number is the privately used RAM wich can not be shared with other processes. this number is nearly always below 50mb. this is the number that is shown in the non detailed task manager list.

as visible on the screenshot, 1.032 gb is reserved, but 0.992 could also be shared. difference is the private part wich can not be shared.

however in windows task manager graphic, the 1.032 gb is shown.  maybe the spike i saw was because refreshing the simplewallet from scratch.


my page 1337 post went back to 1336 Shocked manipulation!! Grin

Ive had mine running solid for 18 hours or so, and it is using 50 megs.  Pretty impressive.
sr. member
Activity: 453
Merit: 500
hello world
seems to me like there is some memory leak with 0.9 beta on win 7 x64.
after letting it run 24h something like 8 gb of ram was used, but not visible in the task manager. once i stopped it ram droped down to the usual levels. will try to retest so i can give better feedback.



Bear in mind that the memory usage is NOT constant. LMDB is greedy for free memory so it can cache aggressively, but it's also very willing to give that memory up to anything else that needs it. On an under-utilised system you can expect LMDB to suck up as much available memory as it can, whereas on a busy system you'll see it drop down to the <100mb mark for the most part.

yes thats what it is. the relevant number is the privately used RAM wich can not be shared with other processes. this number is nearly always below 50mb. this is the number that is shown in the non detailed task manager list.

as visible on the screenshot, 1.032 gb is reserved, but 0.992 could also be shared. difference is the private part wich can not be shared.

however in windows task manager graphic, the 1.032 gb is shown.  maybe the spike i saw was because refreshing the simplewallet from scratch.


my page 1337 post went back to 1336 Shocked manipulation!! Grin
legendary
Activity: 2702
Merit: 2053
Free spirit
I often chuckle at work at 13:37 and sometimes at 4:20 too, think I may need to get out more


donator
Activity: 1274
Merit: 1060
GetMonero.org / MyMonero.com
seems to me like there is some memory leak with 0.9 beta on win 7 x64.
after letting it run 24h something like 8 gb of ram was used, but not visible in the task manager. once i stopped it ram droped down to the usual levels. will try to retest so i can give better feedback.



Bear in mind that the memory usage is NOT constant. LMDB is greedy for free memory so it can cache aggressively, but it's also very willing to give that memory up to anything else that needs it. On an under-utilised system you can expect LMDB to suck up as much available memory as it can, whereas on a busy system you'll see it drop down to the <100mb mark for the most part.
donator
Activity: 1722
Merit: 1036
Haha page 1337... there are many companies, and this one is on the good side (see the discussion in Monero Speculation when I introduced it).

I don't believe the dark side is that much on accumulating XMR peacefully, they rather steal and destroy. Sometimes I wonder how so many people still want to work for them..  Embarrassed
sr. member
Activity: 336
Merit: 250
What's the word on "in the works" XMR exchanges? All the talk a few months ago was about some new fiat/XMR exchanges coming onto the scene. I believe Rpietila was mentioned as involved in at least one. What's the rumpus? The whole polo kyc/aml thing has tempered down, but the market won't properly grow until the speculative aspect has diversified and expanded. Personally I won't go within 10 blocks of an exchange that wants my firstborn just to trade crypto to crypto. So?

fiat exchange
https://www.altquick.co/buy-2.php?coin=XMR
donator
Activity: 1722
Merit: 1036
What's the word on "in the works" XMR exchanges? All the talk a few months ago was about some new fiat/XMR exchanges coming onto the scene. I believe Rpietila was mentioned as involved in at least one. What's the rumpus? The whole polo kyc/aml thing has tempered down, but the market won't properly grow until the speculative aspect has diversified and expanded. Personally I won't go within 10 blocks of an exchange that wants my firstborn just to trade crypto to crypto. So?

My plans haven't changed. The "company" is accumulating 100,000s of XMR and it takes time. I have told all in advance. When this phase is ready, we go to the next phase and open trading. September is still the timeframe.

You can ask the others how they are doing.

But the most important/interesting thing happening with XMR is still Crypto Kingdom.
Jump to: