papa_lazzarou
|
|
July 19, 2014, 09:23:40 PM |
|
Hey,
When do you think the miners will dump? 0.001 maybe?
Or it has already happened?
Some miners are dumping all the time. Remember, there are 1440 blocks per day, which is around 22000 coins per day. There is always a mix of miners who sell right away and those who hang on to the coins for some period of time. It seems there is a big increase in selling now when the coin goes much above 0.005. It may be that early miners and/or early investors begin taking profits in large numbers at those prices. Of course that moves the coins to buyers who are now not looking to take profits until the price goes significantly higher. But this is all speculation on my part. I meant 0.01... The thing is. I'm not very BTC wealthy (nor fiat wealthy either lol) and I would like get a feeling of if it was possible to gamble part of my monero in an initial oscilation in price. But I guess its difficult to guess, huh?
|
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
July 19, 2014, 09:30:59 PM |
|
Hey,
When do you think the miners will dump? 0.001 maybe?
Or it has already happened?
Some miners are dumping all the time. Remember, there are 1440 blocks per day, which is around 22000 coins per day. There is always a mix of miners who sell right away and those who hang on to the coins for some period of time. It seems there is a big increase in selling now when the coin goes much above 0.005. It may be that early miners and/or early investors begin taking profits in large numbers at those prices. Of course that moves the coins to buyers who are now not looking to take profits until the price goes significantly higher. But this is all speculation on my part. I meant 0.01... The thing is. I'm not very BTC wealthy (nor fiat wealthy either lol) and I would like get a feeling of if it was possible to gamble part of my monero in an initial oscilation in price. But I guess its difficult to guess, huh? Past performance is no guarantee of anything, but in the past your observation has been correct. Well below 0.005 (especially below 0.003) has been a good time to buy and well above 0.005 (especially anything close to 0.01) has been a good time to sell. If the coin continues to be successful it will certainly break 0.01 decisively at some point, but I have no idea when that will happen if ever. Let's move this over to the Monero speculation thread though.
|
|
|
|
hughjays77
|
|
July 19, 2014, 09:33:27 PM |
|
12.10 Ubuntu What distro are you using. I've used Ubuntu 12.04 and 14.04 (LTS versions) and had no problems building (although in the latter case you have to install an alternate version of boost). I think I also tried 13.10 without any problems. Otila / Binery...
I now have gcc 4.8 installed [ check via gcc --version] and still I have different compilation errors when running 'make' from bitmonero folder. Errors received:Linking CXX executable bitmonerod lto1: fatal error: LTO_tags out of range: Range is 0 to 368, value is 32141 compilation terminated. lto-wrapper: /usr/bin/c++ returned 1 exit status /usr/bin/ld: lto-wrapper failed collect2: error: ld returned 1 exit status make[3]: *** [src/bitmonerod] Error 1 make[3]: Leaving directory `/home/xxxx/bitmonero/build/release' make[2]: *** [src/CMakeFiles/daemon.dir/all] Error 2 make[2]: Leaving directory `/home/xxxx/bitmonero/build/release' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/xxxx/bitmonero/build/release' make: *** [build-release] Error 2 Im about to give up until I can find a 64bit windows computer:~$ $(which gcc) --version gcc (Ubuntu/Linaro 4.7.2-2ubuntu1) 4.7.2 Copyright (C) 2012 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. quote author=hughjays77 link=topic=583449.msg7921577#msg7921577 date=1405765405] No such file or directory Are you sure the command ./gcc --version is correct ? what, sudo apt-get install gcc-4.8 says I alread have latest version Im not a linux expert..just trying to use my headless linux mining rig to setup Monero as its the only 64bit system I have and I have been having problems getting the deamon to work on my 32bit Win 7 system.
I just tried sudo apt-get install gcc
and it says I alreay have the latest version.
The bug has been fixed ages ago, try installing gcc-4.8 if gcc-4.7 is unmaintained in your distro. You may have two versions installed, are you actually using 4.8? Check with ./gcc --version [/quote]
|
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
July 19, 2014, 09:35:40 PM |
|
I have not tried that one, but I'm sure others have. Now that you have identified it, perhaps someone can make an informed recommendation. Failing that I would try one of the releases I mentioned. 12.10 Ubuntu What distro are you using. I've used Ubuntu 12.04 and 14.04 (LTS versions) and had no problems building (although in the latter case you have to install an alternate version of boost). I think I also tried 13.10 without any problems. Otila / Binery...
I now have gcc 4.8 installed [ check via gcc --version] and still I have different compilation errors when running 'make' from bitmonero folder. Errors received:Linking CXX executable bitmonerod lto1: fatal error: LTO_tags out of range: Range is 0 to 368, value is 32141 compilation terminated. lto-wrapper: /usr/bin/c++ returned 1 exit status /usr/bin/ld: lto-wrapper failed collect2: error: ld returned 1 exit status make[3]: *** [src/bitmonerod] Error 1 make[3]: Leaving directory `/home/xxxx/bitmonero/build/release' make[2]: *** [src/CMakeFiles/daemon.dir/all] Error 2 make[2]: Leaving directory `/home/xxxx/bitmonero/build/release' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/xxxx/bitmonero/build/release' make: *** [build-release] Error 2 Im about to give up until I can find a 64bit windows computer:~$ $(which gcc) --version gcc (Ubuntu/Linaro 4.7.2-2ubuntu1) 4.7.2 Copyright (C) 2012 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. quote author=hughjays77 link=topic=583449.msg7921577#msg7921577 date=1405765405] No such file or directory Are you sure the command ./gcc --version is correct ? what, sudo apt-get install gcc-4.8 says I alread have latest version Im not a linux expert..just trying to use my headless linux mining rig to setup Monero as its the only 64bit system I have and I have been having problems getting the deamon to work on my 32bit Win 7 system.
I just tried sudo apt-get install gcc
and it says I alreay have the latest version.
The bug has been fixed ages ago, try installing gcc-4.8 if gcc-4.7 is unmaintained in your distro. You may have two versions installed, are you actually using 4.8? Check with ./gcc --version [/quote]
|
|
|
|
otila
|
|
July 19, 2014, 09:56:19 PM |
|
12.10 Ubuntu
I now have gcc 4.8 installed [ check via gcc --version] and still I have different compilation errors when running 'make' from bitmonero folder. Errors received:[/b]
Linking CXX executable bitmonerod lto1: fatal error: LTO_tags out of range: Range is 0 to 368, value is 32141
4.8.0? Latest stable is 4.8.3. Did you do "make clean" after switching from 4.7 to 4.8? If 4.8 still fails, remove "-flto" flag, do "make clean", and "make", because: Support for Ubuntu 12.10 Quantal Quetzal officially ended on May 16, 2014.
|
|
|
|
tempusr
Newbie
Offline
Activity: 19
Merit: 0
|
|
July 20, 2014, 01:18:42 AM |
|
How long do monero confirm a transaction transaction, i have transfer some coins to a excahge plartform for 10 hours,but the excahnge palrtform still not receive my coins?anyone know what happen?thanks !
|
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
July 20, 2014, 01:22:22 AM |
|
How long do monero confirm a transaction transaction, i have transfer some coins to a excahge plartform for 10 hours,but the excahnge palrtform still not receive my coins?anyone know what happen?thanks !
Did you send using the current version of the wallet? If you sent using and older version (fee too small) the transaction won't confirm.
|
|
|
|
kbm
Member
Offline
Activity: 84
Merit: 10
|
|
July 20, 2014, 01:23:07 AM |
|
How long do monero confirm a transaction transaction, i have transfer some coins to a excahge plartform for 10 hours,but the excahnge palrtform still not receive my coins?anyone know what happen?thanks !
Busoni has said about 30 minutes for poloniex. One hour is the absolute most I'd wait. I don't know what exchange you're on, but it's definitely time to open a ticket. Did you use a payment id?
|
Thanks
|
|
|
tempusr
Newbie
Offline
Activity: 19
Merit: 0
|
|
July 20, 2014, 01:30:51 AM |
|
How long do monero confirm a transaction transaction, i have transfer some coins to a excahge plartform for 10 hours,but the excahnge palrtform still not receive my coins?anyone know what happen?thanks !
Did you send using the current version of the wallet? If you sent using and older version (fee too small) the transaction won't confirm. help bitmonero v0.8.8.1() Commands: i have sent 13.6 xmr to bter excahnge plartform
|
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
July 20, 2014, 01:35:37 AM |
|
How long do monero confirm a transaction transaction, i have transfer some coins to a excahge plartform for 10 hours,but the excahnge palrtform still not receive my coins?anyone know what happen?thanks !
Did you send using the current version of the wallet? If you sent using and older version (fee too small) the transaction won't confirm. help bitmonero v0.8.8.1() Commands: i have sent 13.6 xmr to bter excahnge plartform Did you use a valid payment ID?
|
|
|
|
tempusr
Newbie
Offline
Activity: 19
Merit: 0
|
|
July 20, 2014, 01:40:24 AM |
|
How long do monero confirm a transaction transaction, i have transfer some coins to a excahge plartform for 10 hours,but the excahnge palrtform still not receive my coins?anyone know what happen?thanks !
Busoni has said about 30 minutes for poloniex. One hour is the absolute most I'd wait. I don't know what exchange you're on, but it's definitely time to open a ticket. Did you use a payment id? i always use bter plartform payment id 8a171c7529caa03d935059b3b200e9e2d0e47112b56a75f64e9b76c10892d3f7 I used the following command transfer 0 47CunEQ4v8FPVNnw9mDgNZeaiSo6SVDydB3AZM341ZtdYpBYNmYeqhh4mpU1X6RSmgBTfC8xqaAtUGC 2DArotyaKSz1LJyj 13.6 8a171c7529caa03d935059b3b200e9e2d0e47112b56a75f64e9b76c10892d3f7
|
|
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
July 20, 2014, 01:43:15 AM |
|
How long do monero confirm a transaction transaction, i have transfer some coins to a excahge plartform for 10 hours,but the excahnge palrtform still not receive my coins?anyone know what happen?thanks !
Busoni has said about 30 minutes for poloniex. One hour is the absolute most I'd wait. I don't know what exchange you're on, but it's definitely time to open a ticket. Did you use a payment id? i always use bter plartform payment id 8a171c7529caa03d935059b3b200e9e2d0e47112b56a75f64e9b76c10892d3f7 I used the following command transfer 0 47CunEQ4v8FPVNnw9mDgNZeaiSo6SVDydB3AZM341ZtdYpBYNmYeqhh4mpU1X6RSmgBTfC8xqaAtUGC 2DArotyaKSz1LJyj 13.6 mo This appears to be your transaction, so it looks like it was indeed confirmed into the block chain. That being the case, the next step would be to contact BTER support. http://monerochain.info/tx/096a7b3c1b8c49d6f309df8cb437b9454ac5910903a04e0d66be21e8ada5237e
|
|
|
|
|
hughjays77
|
|
July 20, 2014, 05:14:50 AM |
|
Otila, Linux newbie. I tried google. How do I remove "-flto" flag Regards 12.10 Ubuntu
I now have gcc 4.8 installed [ check via gcc --version] and still I have different compilation errors when running 'make' from bitmonero folder. Errors received:[/b]
Linking CXX executable bitmonerod lto1: fatal error: LTO_tags out of range: Range is 0 to 368, value is 32141
4.8.0? Latest stable is 4.8.3. Did you do "make clean" after switching from 4.7 to 4.8? If 4.8 still fails, remove "-flto" flag, do "make clean", and "make", because: Support for Ubuntu 12.10 Quantal Quetzal officially ended on May 16, 2014.
|
|
|
|
argentinx
Member
Offline
Activity: 109
Merit: 10
|
|
July 20, 2014, 06:37:25 AM |
|
hugh make sure you have this Dependencies: GCC 4.7.3 or later, CMake 2.8.6 or later, and Boost 1.53 or later (except 1.54, more details here: http://goo.gl/RrCFmA) after remove the folder bitmonero you have downloaded and download again and then do make
|
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
July 20, 2014, 06:40:20 AM |
|
after remove the folder bitmonero
Be careful here. In hugh's case it sounds like his first build (i.e. he hasn't already created a wallet) and not an issue, but for others: If you have already created a wallet, do not remove the bitmonero folder, or the build folder within that, and also do not do "make clean" (this will give you a warning now). By default the wallets are put in the current working directory, which is often within the bitmonero/build folder. Removing those may also delete your wallet. Caution advised, and always back up wallets, so even if accidentally removed they can be restored.
|
|
|
|
otila
|
|
July 20, 2014, 06:42:16 AM |
|
Otila,
Linux newbie. I tried google. How do I remove "-flto" flag
Use a text editor to remove it from file CMakeLists.txt
|
|
|
|
hughjays77
|
|
July 20, 2014, 09:54:19 AM |
|
Thanks all for your help. 'make clean' was what finally worked. I learn everytime I use linux I have now downloaded the linux bootstarp blockchain but the daemon is not finding it. I assume I have placed it in the wrong directory. Any help ? Otila,
Linux newbie. I tried google. How do I remove "-flto" flag
Use a text editor to remove it from file CMakeLists.txt
|
|
|
|
Muhammed Zakir
|
|
July 20, 2014, 10:17:56 AM |
|
Thanks all for your help. 'make clean' was what finally worked. I learn everytime I use linux I have now downloaded the linux bootstarp blockchain but the daemon is not finding it. I assume I have placed it in the wrong directory. Any help ? Where did you put it(Directory)? edit: Monero's data directory is located in ~/.bitmonero/ by default. You can run ls -a to see directories that start with a dot. You can also search for the directory with the following command: find / -name wallet.dat -print 2>/dev/null Kindly, MZ
|
|
|
|
|