Bitcoin Forum
June 24, 2024, 06:39:12 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 [3]
41  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - Secure, private, untraceable cryptocurrency [CPU/GPU(NVIDIA+AMD)] on: June 29, 2014, 08:25:50 PM

In http://monero.cc/getting-started there is a script written by Quanttek:
Code:
cd ~ && rm -f install_monero.sh && wget https://monero.cc/downloads/install_monero.sh && bash install_monero.sh
It will install all the pre-requirements and then it'll compile it for you.
I tried this script twice, it did not work for me.
Please could anyone tell me the meaning of these errors:
Quote
/home/user/bitmonero/bitmonero/src/cryptonote_core/difficulty.cpp: In function ‘void cryptonote::mul(uint64_t, uint64_t, uint64_t&, uint64_t&)’:
/home/user/bitmonero/bitmonero/src/cryptonote_core/difficulty.cpp:33:22: error: expected unqualified-id before ‘__int128’
     typedef unsigned __int128 uint128_t;
                      ^
/home/user/bitmonero/bitmonero/src/cryptonote_core/difficulty.cpp:34:5: error: ‘uint128_t’ was not declared in this scope
     uint128_t res = (uint128_t) a * (uint128_t) b;
     ^
/home/user/bitmonero/bitmonero/src/cryptonote_core/difficulty.cpp:35:22: error: ‘res’ was not declared in this scope
     low = (uint64_t) res;

I dont think those are the errors to worry about, its the compiler just pointing out a few minor issues, it looked to me like your problem is with the make command trying to create folders, but I dont understand the error msgs.
No, the necessary folders are created, I can see them after the make command has halted because of the shown errors. Therefor I am quite sure, that these errors cause the abort.
Additional information: The OS runs in a virtual machine and I took a snapshot of the virgin. Each trial was done with an unaffected OS.
42  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - Secure, private, untraceable cryptocurrency [CPU/GPU(NVIDIA+AMD)] on: June 29, 2014, 08:06:53 PM
This thread is my last hope, as all my attemps to install wallet and miner in lubuntu 14.04 failed.

This are the errors I got:
Quote
/home/user/bitmonero/bitmonero/src/cryptonote_core/difficulty.cpp: In function ‘void cryptonote::mul(uint64_t, uint64_t, uint64_t&, uint64_t&)’:
/home/user/bitmonero/bitmonero/src/cryptonote_core/difficulty.cpp:33:22: error: expected unqualified-id before ‘__int128’
     typedef unsigned __int128 uint128_t;
                      ^
/home/user/bitmonero/bitmonero/src/cryptonote_core/difficulty.cpp:34:5: error: ‘uint128_t’ was not declared in this scope
     uint128_t res = (uint128_t) a * (uint128_t) b;
     ^
/home/user/bitmonero/bitmonero/src/cryptonote_core/difficulty.cpp:35:22: error: ‘res’ was not declared in this scope
     low = (uint64_t) res;
                      ^
make[3]: *** [src/CMakeFiles/cryptonote_core.dir/cryptonote_core/difficulty.cpp.o] Fehler 1
make[3]: Verlasse Verzeichnis '/home/user/bitmonero/bitmonero/build/release'
make[2]: *** [src/CMakeFiles/cryptonote_core.dir/all] Fehler 2
make[2]: Verlasse Verzeichnis '/home/user/bitmonero/bitmonero/build/release'
make[1]: *** [all] Fehler 2
make[1]: Verlasse Verzeichnis '/home/user/bitmonero/bitmonero/build/release'
make: *** [build-release] Fehler 2
I would be very glad to find help here, but have to say that my knowledge in Linux is pretty limited.


It shouldnt be too hard on Ubuntu 14.04, have you been following the instructions or using the install script from http://monero.cc/getting-started/index.html ?

I havent bothered to put the foreign bits through translator, but at a guess you might just need to try "sudo make"
Iam somewhat of a noob with Linux, but not an idiot:
Of course, I have kept to the instructions and various obstacles - such as the right boost version, for example - already circumnavigated. Also, "sudo" is quite familiar to me, otherwise the make command had not been executed.

But with the error messages shown above, I can not do anything. I do not expect complete solution, a hint in which direction I should look for, would help me.
In http://monero.cc/getting-started there is a script written by Quanttek:
Code:
cd ~ && rm -f install_monero.sh && wget https://monero.cc/downloads/install_monero.sh && bash install_monero.sh
It will install all the pre-requirements and then it'll compile it for you.
I tried this script twice, it did not work for me.
Please could anyone tell me the meaning of these errors:
Quote
/home/user/bitmonero/bitmonero/src/cryptonote_core/difficulty.cpp: In function ‘void cryptonote::mul(uint64_t, uint64_t, uint64_t&, uint64_t&)’:
/home/user/bitmonero/bitmonero/src/cryptonote_core/difficulty.cpp:33:22: error: expected unqualified-id before ‘__int128’
     typedef unsigned __int128 uint128_t;
                      ^
/home/user/bitmonero/bitmonero/src/cryptonote_core/difficulty.cpp:34:5: error: ‘uint128_t’ was not declared in this scope
     uint128_t res = (uint128_t) a * (uint128_t) b;
     ^
/home/user/bitmonero/bitmonero/src/cryptonote_core/difficulty.cpp:35:22: error: ‘res’ was not declared in this scope
     low = (uint64_t) res;
43  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - Secure, private, untraceable cryptocurrency [CPU/GPU(NVIDIA+AMD)] on: June 29, 2014, 07:36:04 PM
This thread is my last hope, as all my attemps to install wallet and miner in lubuntu 14.04 failed.

This are the errors I got:
Quote
/home/user/bitmonero/bitmonero/src/cryptonote_core/difficulty.cpp: In function ‘void cryptonote::mul(uint64_t, uint64_t, uint64_t&, uint64_t&)’:
/home/user/bitmonero/bitmonero/src/cryptonote_core/difficulty.cpp:33:22: error: expected unqualified-id before ‘__int128’
     typedef unsigned __int128 uint128_t;
                      ^
/home/user/bitmonero/bitmonero/src/cryptonote_core/difficulty.cpp:34:5: error: ‘uint128_t’ was not declared in this scope
     uint128_t res = (uint128_t) a * (uint128_t) b;
     ^
/home/user/bitmonero/bitmonero/src/cryptonote_core/difficulty.cpp:35:22: error: ‘res’ was not declared in this scope
     low = (uint64_t) res;
                      ^
make[3]: *** [src/CMakeFiles/cryptonote_core.dir/cryptonote_core/difficulty.cpp.o] Fehler 1
make[3]: Verlasse Verzeichnis '/home/user/bitmonero/bitmonero/build/release'
make[2]: *** [src/CMakeFiles/cryptonote_core.dir/all] Fehler 2
make[2]: Verlasse Verzeichnis '/home/user/bitmonero/bitmonero/build/release'
make[1]: *** [all] Fehler 2
make[1]: Verlasse Verzeichnis '/home/user/bitmonero/bitmonero/build/release'
make: *** [build-release] Fehler 2
I would be very glad to find help here, but have to say that my knowledge in Linux is pretty limited.


It shouldnt be too hard on Ubuntu 14.04, have you been following the instructions or using the install script from http://monero.cc/getting-started/index.html ?

I havent bothered to put the foreign bits through translator, but at a guess you might just need to try "sudo make"
Iam somewhat of a noob with Linux, but not an idiot:
Of course, I have kept to the instructions and various obstacles - such as the right boost version, for example - already circumnavigated. Also, "sudo" is quite familiar to me, otherwise the make command had not been executed.

But with the error messages shown above, I can not do anything. I do not expect complete solution, a hint in which direction I should look for, would help me.
44  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - Secure, private, untraceable cryptocurrency [CPU/GPU(NVIDIA+AMD)] on: June 29, 2014, 12:06:53 AM
This thread is my last hope, as all my attemps to install wallet and miner in lubuntu 14.04 failed.

This are the errors I got:
Quote
/home/user/bitmonero/bitmonero/src/cryptonote_core/difficulty.cpp: In function ‘void cryptonote::mul(uint64_t, uint64_t, uint64_t&, uint64_t&)’:
/home/user/bitmonero/bitmonero/src/cryptonote_core/difficulty.cpp:33:22: error: expected unqualified-id before ‘__int128’
     typedef unsigned __int128 uint128_t;
                      ^
/home/user/bitmonero/bitmonero/src/cryptonote_core/difficulty.cpp:34:5: error: ‘uint128_t’ was not declared in this scope
     uint128_t res = (uint128_t) a * (uint128_t) b;
     ^
/home/user/bitmonero/bitmonero/src/cryptonote_core/difficulty.cpp:35:22: error: ‘res’ was not declared in this scope
     low = (uint64_t) res;
                      ^
make[3]: *** [src/CMakeFiles/cryptonote_core.dir/cryptonote_core/difficulty.cpp.o] Fehler 1
make[3]: Verlasse Verzeichnis '/home/user/bitmonero/bitmonero/build/release'
make[2]: *** [src/CMakeFiles/cryptonote_core.dir/all] Fehler 2
make[2]: Verlasse Verzeichnis '/home/user/bitmonero/bitmonero/build/release'
make[1]: *** [all] Fehler 2
make[1]: Verlasse Verzeichnis '/home/user/bitmonero/bitmonero/build/release'
make: *** [build-release] Fehler 2
I would be very glad to find help here, but have to say that my knowledge in Linux is pretty limited.
45  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - Secure, private, untraceable cryptocurrency on: June 24, 2014, 01:47:23 AM
Does anyone knows how much time it takes to receive a deposit in bter?

I am waiting for 90 minutes already, is it normal?

Still nothing..

Same problem with Bter:
Yesterday I did 3 deposits from poloniex to Bter without any problems, I found them less than 30 minutes later at my account. But the next deposit - done same way - is still not arrived (nearly 24 hours).

I wrote to the support 8 hours later and sent a reminder this morning, but -  as you may guess - I got no answer.

Iam somewhat pissed, because it was an amount, which eats my former winnings and somewhat more completly, if I will not get them.

I recommend, to send no XMR to Bter, untill this issue is solved.

To get any support from Bter, you have to chat with them on QQ

Hm...

My skills in Mandarin are tending to zero...

gotta work through it, they speak very broken english, but you can try to understand what they are saying.

You can copy and paste using Google translate to understand what the words mean

Problem solved!


I got an answer to my request and the missing XMR are now on my account.

Finally I am very pleased with the support of Bter.
46  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - Secure, private, untraceable cryptocurrency on: June 23, 2014, 04:45:46 PM
Does anyone knows how much time it takes to receive a deposit in bter?

I am waiting for 90 minutes already, is it normal?

Still nothing..

Same problem with Bter:
Yesterday I did 3 deposits from poloniex to Bter without any problems, I found them less than 30 minutes later at my account. But the next deposit - done same way - is still not arrived (nearly 24 hours).

I wrote to the support 8 hours later and sent a reminder this morning, but -  as you may guess - I got no answer.

Iam somewhat pissed, because it was an amount, which eats my former winnings and somewhat more completly, if I will not get them.

I recommend, to send no XMR to Bter, untill this issue is solved.

To get any support from Bter, you have to chat with them on QQ

Hm...

My skills in Mandarin are tending to zero...
47  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - Secure, private, untraceable cryptocurrency on: June 23, 2014, 04:35:41 PM
Does anyone knows how much time it takes to receive a deposit in bter?

I am waiting for 90 minutes already, is it normal?

Still nothing..

Same problem with Bter:
Yesterday I did 3 deposits from poloniex to Bter without any problems, I found them less than 30 minutes later at my account. But the next deposit - done same way - is still not arrived (nearly 24 hours).

I wrote to the support 8 hours later and sent a reminder this morning, but -  as you may guess - I got no answer.

Iam somewhat pissed, because it was an amount, which eats my former winnings and somewhat more completly, if I will not get them.

I recommend, to send no XMR to Bter, untill this issue is solved.
Pages: « 1 2 [3]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!