Author

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

legendary
Activity: 1512
Merit: 1012
Still wild and free
We are pleased to announce that we are now accepting bets in Darkcoins.

You can now bet on sports, horse racing, dice and poker, LIVE with your Darkcoins !

Thanks for your great feedback and thanks for voting.

Who's first to show a Darkcoin 'Direct' bet ?

Nice, but do you have any ETA for accepting Monero?

We're looking into adding Monero. We realize there is an overwhelming support for it here and we're currently studying it.

However, we might not be able to accept it until an official wallet with GUI is available and the API is finalized.

@Core team: Is there anything we can do in terms of funding to speed-up the GUI release? The DB seems to be ready soon, and when it is the case, any further delay before getting the GUI would be a waste, no? Maybe we can gather a fund specifically intended to reach completion of the GUI in a timely manner? Are the people working on it working full time? Is it possible to hire an additional person to help them? Could specific additional funding help in any way?
hero member
Activity: 798
Merit: 1000
Its pretty simple why the price isn't rising, with the emission rate as it is there is absolutely no need to buy up asks, you only need to set bids and wait. This is obvious if you look at how skewed the order book is. Until the emission slows down to the point where you can no longer just place bids and wait for them to be filled the price will continue to stay stable or to fall. Patience is the key and at the moment most people are just waiting, there's just no need to rush to buy.
legendary
Activity: 1106
Merit: 1000
STOP DUMP PLEASE

- 1440 blocks per day = ~18800 XMR = by current price that is 28 BTC  Wink in order to keep the price

24-hour Volume in poloniex: 64 BTC / 41728 XMR

Do you realize that if you stop selling, the price will rise!!!!!!

No the price will rise in your case if we have more buyer. Current holders will sell if they find other good investment
legendary
Activity: 2380
Merit: 1085
Money often costs too much.
Wait! We will hear that monero becomes botnet resistant and GPU minable  Roll Eyes
Actually they will announce the new XMR ASIC :p

One day, but not now.

Before that you will see "X11 FPGA" boards featuring: 11 chips on board Roll Eyes
legendary
Activity: 3836
Merit: 4969
Doomed to see the future and unable to prevent it
STOP DUMP PLEASE

- 1440 blocks per day = ~18800 XMR = by current price that is 28 BTC  Wink in order to keep the price

24-hour Volume in poloniex: 64 BTC / 41728 XMR

Do you realize that if you stop selling, the price will rise!!!!!!

You can't argue with herd mentality.
legendary
Activity: 2380
Merit: 1085
Money often costs too much.
I was compiling monero from source.

Quote
 It fails with the following output:

   Change Dir: /home/tietokone/Työpöytä/monero/build/release/CMakeFiles/CMakeTmp
There are some cmake errors and missing files. What should I do?

change to some 7bit/ANSI compliant path
legendary
Activity: 1120
Merit: 1000
STOP DUMP PLEASE

- 1440 blocks per day = ~18800 XMR = by current price that is 28 BTC  Wink in order to keep the price

24-hour Volume in poloniex: 64 BTC / 41728 XMR

Do you realize that if you stop selling, the price will rise!!!!!!
legendary
Activity: 1624
Merit: 1008
one thing i would like is to see the date of the mandatory upgrade added to the topic, otherwise i get confused everytime i read the thread  Huh

Yes, it has been requested many times and it has been said it would be done.  Seems like a trivial thing to do yet here we are.
hero member
Activity: 723
Merit: 503
one thing i would like is to see the date of the mandatory upgrade added to the topic, otherwise i get confused everytime i read the thread  Huh
legendary
Activity: 1120
Merit: 1000
I was compiling monero from source.

There are some cmake errors and missing files. What should I do?

Is there anyway some other thread for monero tech support?

#monero-dev or #monero
Quote
#monero  •  #monero-dev  •  #monero-otc  •  #monero-markets  •  #monero-pools  •  QQ Group: 272729907
(Freenode)
full member
Activity: 308
Merit: 109
I was compiling monero from source.

Quote
tietokone@tietokone ~/Työpöytä/monero $ make
mkdir -p build/release
cd build/release && cmake -D CMAKE_BUILD_TYPE=Release ../..
-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is unknown
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- broken
CMake Error at /usr/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:61 (message):
  The C compiler "/usr/bin/cc" is not able to compile a simple test program.

  It fails with the following output:

   Change Dir: /home/tietokone/Työpöytä/monero/build/release/CMakeFiles/CMakeTmp

  

  Run Build Command:/usr/bin/make "cmTryCompileExec3149621126/fast"

  make[1]: Entering directory
  `/home/tietokone/Työpöytä/monero/build/release/CMakeFiles/CMakeTmp'

  /usr/bin/make -f CMakeFiles/cmTryCompileExec3149621126.dir/build.make
  CMakeFiles/cmTryCompileExec3149621126.dir/build

  make[2]: Entering directory
  `/home/tietokone/Työpöytä/monero/build/release/CMakeFiles/CMakeTmp'

  /usr/bin/cmake -E cmake_progress_report
  /home/tietokone/Työpöytä/monero/build/release/CMakeFiles/CMakeTmp/CMakeFiles
  1

  Building C object
  CMakeFiles/cmTryCompileExec3149621126.dir/testCCompiler.c.o

  /usr/bin/cc -o CMakeFiles/cmTryCompileExec3149621126.dir/testCCompiler.c.o
  -c
  /home/tietokone/Työpöytä/monero/build/release/CMakeFiles/CMakeTmp/testCCompiler.c


  Linking C executable cmTryCompileExec3149621126

  /usr/bin/cmake -E cmake_link_script
  CMakeFiles/cmTryCompileExec3149621126.dir/link.txt --verbose=1

  /usr/bin/cc CMakeFiles/cmTryCompileExec3149621126.dir/testCCompiler.c.o -o
  cmTryCompileExec3149621126 -rdynamic

  /usr/bin/ld: cannot find crt1.o: No such file or directory

  /usr/bin/ld: cannot find crti.o: No such file or directory

  /usr/bin/ld: cannot find -lc

  /usr/bin/ld: cannot find crtn.o: No such file or directory

  collect2: error: ld returned 1 exit status

  make[2]: *** [cmTryCompileExec3149621126] Error 1

  make[2]: Leaving directory
  `/home/tietokone/Työpöytä/monero/build/release/CMakeFiles/CMakeTmp'

  make[1]: *** [cmTryCompileExec3149621126/fast] Error 2

  make[1]: Leaving directory
  `/home/tietokone/Työpöytä/monero/build/release/CMakeFiles/CMakeTmp'

  

  

  CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
  


CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found.   Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
-- Configuring incomplete, errors occurred!
See also "/home/tietokone/Työpöytä/monero/build/release/CMakeFiles/CMakeOutput.log".
See also "/home/tietokone/Työpöytä/monero/build/release/CMakeFiles/CMakeError.log".
make: *** [cmake-release] Error 1
tietokone@tietokone ~/Työpöytä/monero $


There are some cmake errors and missing files. What should I do?

Is there anyway some other thread for monero tech support?
hero member
Activity: 794
Merit: 1000
Monero (XMR) - secure, private, untraceable

Quote
Monero Monday Missives

November 17th, 2014

[...Skipped...]

1. We still have ongoing Windows static build issues, which is preventing us from tagging and releasing Monero 0.8.8.5. It is our highest item of priority at the moment, although the nature of the problem and the geographic / timezone spread of the various people working on it means that testing and reproducing the problems is a painstakingly slow process.

[...Skipped...]

- updated by fluffypony

Thank you for return to Missive schedule!

Can you point me out what is the Windows static build issues in depth? May be you have a www link, describing that issue in details?

You could find some information about the static build issues in previous Monero Missives. As far as I remember it's a CMake issue and it's being fixed by a very competent developer.
full member
Activity: 243
Merit: 125

Quote
Monero Monday Missives

November 17th, 2014

[...Skipped...]

1. We still have ongoing Windows static build issues, which is preventing us from tagging and releasing Monero 0.8.8.5. It is our highest item of priority at the moment, although the nature of the problem and the geographic / timezone spread of the various people working on it means that testing and reproducing the problems is a painstakingly slow process.

[...Skipped...]

- updated by fluffypony

Thank you for return to Missive schedule!

Can you point me out what is the Windows static build issues in depth? May be you have a www link, describing that issue in details?
newbie
Activity: 21
Merit: 0
Fixed. Thank you.
legendary
Activity: 1106
Merit: 1000
#cryptonotes not #crytponotes
newbie
Activity: 21
Merit: 0
If you are interested in general cryptonote-related chat:
Please join the channel #cryptonotes on the Freenode IRC network.

If you are new to Freenode or IRC in general, please see https://freenode.net/ for infos how to join chatroom.
legendary
Activity: 2156
Merit: 1072
Crypto is the separation of Power and State.
Anybody care to elaborate on this TRR business. Is this something that Monero could/should be implementing?

https://forum.cryptonote.org/viewtopic.php?f=2&t=301

Great idea, but I expect to see a smaller, more nimble CN coin like BBR or XDN do it first.
legendary
Activity: 1621
Merit: 1000
news.8btc.com
Introduce Alts to Chinese Community and free giveaways (updated 18 Nov)

Check out the latest giveaway thread, which ended in 5 hours and has to be extended.
This is a very good case to demonstrate the popularity of certain coins to bter or btc38.
We will forward the thread to bter and btc38.

Please be noted that btc38 has already set up a sub forum on 8btc.com.
Link: http://8btc.com/btc38

btc38 is giving away 1,000 DOGE to those who leave a epigram commenting the recent bitvc event.
LINK:http://8btc.com/thread-11745-1-1.html
epigram:
btc38 ID: (number)

Btc38 has close cooperation with 8btc. We have conducted a very successful meme game.
Lots of fun if you can read Chinese.
http://8btc.com/thread-7027-1-1.html
member
Activity: 75
Merit: 10
Anybody care to elaborate on this TRR business. Is this something that Monero could/should be implementing?

https://forum.cryptonote.org/viewtopic.php?f=2&t=301

Jump to: