Bitcoin Forum
June 11, 2026, 05:23:00 PM *
News: Latest Bitcoin Core release: 31.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 [512] 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 ... 2132 »
  Print  
Author Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency  (Read 4676605 times)
hughjays77
Hero Member
*****
Offline

Activity: 728
Merit: 504


View Profile
July 19, 2014, 09:33:27 PM
 #10221

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: 2982
Merit: 1203



View Profile
July 19, 2014, 09:35:40 PM
 #10222

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
Sr. Member
****
Offline

Activity: 336
Merit: 250


View Profile
July 19, 2014, 09:56:19 PM
 #10223

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:

Quote
Support for Ubuntu 12.10 Quantal Quetzal officially ended on May 16, 2014.
tempusr
Newbie
*
Offline

Activity: 19
Merit: 0


View Profile
July 20, 2014, 01:18:42 AM
 #10224

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: 2982
Merit: 1203



View Profile
July 20, 2014, 01:22:22 AM
 #10225

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


View Profile
July 20, 2014, 01:23:07 AM
 #10226

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 Smiley
tempusr
Newbie
*
Offline

Activity: 19
Merit: 0


View Profile
July 20, 2014, 01:30:51 AM
 #10227

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: 2982
Merit: 1203



View Profile
July 20, 2014, 01:35:37 AM
 #10228

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


View Profile
July 20, 2014, 01:40:24 AM
 #10229

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
yweetot
Sr. Member
****
Offline

Activity: 385
Merit: 250


View Profile
July 20, 2014, 01:41:55 AM
 #10230

The new trading platform game Grin
http://coin-ga.me

Strategic currency sales plan
https://bitcointalk.org/index.php?topic=701036.0

smooth
Legendary
*
Offline

Activity: 2982
Merit: 1203



View Profile
July 20, 2014, 01:43:15 AM
 #10231

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

tempusr
Newbie
*
Offline

Activity: 19
Merit: 0


View Profile
July 20, 2014, 02:25:54 AM
 #10232

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

appreciate your replay,I then try to contact bter for spport
http://d.pcs.baidu.com/thumbnail/9185de7ac99cd832e653f80308e04080?fid=2302147323-250528-121355552869564&time=1405821600&sign=FDTAER-DCb740ccc5511e5e8fedcff06b081203-v612pkr8wbWSH4I7nJMZI46gTvA%3D&rt=sh&expires=2h&r=915947439&sharesign=unknown&size=c710_u500&quality=100

http://d.pcs.baidu.com/thumbnail/6ee76b5167c2f2f7ff74ae62b6ea2251?fid=2302147323-250528-924506565974164&time=1405821600&sign=FDTAER-DCb740ccc5511e5e8fedcff06b081203-ejX8zKrJOI%2FGicFjT8CcdU1PHsY%3D&rt=sh&expires=2h&r=526063144&sharesign=unknown&size=c710_u500&quality=100
hughjays77
Hero Member
*****
Offline

Activity: 728
Merit: 504


View Profile
July 20, 2014, 05:14:50 AM
 #10233

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:

Quote
Support for Ubuntu 12.10 Quantal Quetzal officially ended on May 16, 2014.

argentinx
Member
**
Offline

Activity: 109
Merit: 10


View Profile
July 20, 2014, 06:37:25 AM
 #10234

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: 2982
Merit: 1203



View Profile
July 20, 2014, 06:40:20 AM
 #10235

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
Sr. Member
****
Offline

Activity: 336
Merit: 250


View Profile
July 20, 2014, 06:42:16 AM
 #10236

Otila,

Linux newbie. I tried google. How do I  remove "-flto" flag

Use a text editor to remove it from file CMakeLists.txt
hughjays77
Hero Member
*****
Offline

Activity: 728
Merit: 504


View Profile
July 20, 2014, 09:54:19 AM
 #10237

Thanks all for your help. 'make clean' was what finally worked. I learn everytime I use linux Smiley 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
Hero Member
*****
Offline

Activity: 560
Merit: 518


I prefer Zakir over Muhammed when mentioning me!


View Profile WWW
July 20, 2014, 10:17:56 AM
 #10238

Thanks all for your help. 'make clean' was what finally worked. I learn everytime I use linux Smiley 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

equipoise
Hero Member
*****
Offline

Activity: 794
Merit: 1000


Monero (XMR) - secure, private, untraceable


View Profile WWW
July 20, 2014, 10:20:27 AM
 #10239

^It should be in th ~/.bitmonero folder (not in ~/bitmonero)

About me | zRMicroArray - phase 2 - Gene Expression Analysis software | [Weed Like to Talk - Bulgaria] Start a wave of cannabis seminars in Europe | Monero weighted average price stats: moneroprice.i2p
BTC: 1KoCX7TWKVGwqmmFw3CKyUSrKRSStueZar | NMC: NKhYEYpe1Le9MwHrwKsdSm5617J4toVar9 | XMR (Tip me a beer OpenAlias Monero address): tip.changetheworldwork.com
[XMR] Monero - A secure, private, untraceable cryptocurrency: 4AyRmUcxzefB5quumzK3HNE4zmCiGc8vhG6fE1oJpGVyVZF7fvDgSpt3MzgLfQ6Q1719xQhmfkM9Z2u NXgDMqYhjJVmc6KX
hughjays77
Hero Member
*****
Offline

Activity: 728
Merit: 504


View Profile
July 20, 2014, 10:23:01 AM
 #10240

figured it out. Now a new question as my real issue was lack of access to my Windows 7 wallet due the blockchain download getting stuck..

Can I somehow transfer a windows wallet to Linux ?


Thanks all for your help. 'make clean' was what finally worked. I learn everytime I use linux Smiley 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

Pages: « 1 ... 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 [512] 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 ... 2132 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!