Bitcoin Forum
September 13, 2026, 03:55:29 AM *
News: Latest Bitcoin Core release: 31.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 [413] 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 ... 2132 »
  Print  
Author Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency  (Read 4677204 times)
RentaMouse
Sr. Member
****
Offline

Activity: 252
Merit: 250


View Profile
June 29, 2014, 08:12:32 PM
 #8241


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.

Pool admin @ http://cryptonotepool.org.uk/ - for miners who value reliability (and like orange)!
Currently donating all of our 1% pool fee to the dev fund - mine at CryptonotepoolUK and support XMR at no extra cost!
RentaMouse
Sr. Member
****
Offline

Activity: 252
Merit: 250


View Profile
June 29, 2014, 08:15:27 PM
 #8242



you need to run the "save command in the daemon and you wont have to redownload it every time. it is either save or save_bc i cant remember off the top of my head.

I'm not that dumb. I type exit, and it auto-save's it.

Yeah, your bitmonerod isnt starting that many blocks behind so looks like it saved the blockchain ok. At least two P2P connections (6 & Cool appear to be trying to sync the blockchain for you, anything show up in the log later for them? Equipoise's suggestion about low disk space/RAM seems most likely, except you say it isnt, so its getting a bit baffling. You could be brave and try the "set_log 4" for maximum log spam....

Pool admin @ http://cryptonotepool.org.uk/ - for miners who value reliability (and like orange)!
Currently donating all of our 1% pool fee to the dev fund - mine at CryptonotepoolUK and support XMR at no extra cost!
equipoise
Hero Member
*****
Offline

Activity: 794
Merit: 1000


Monero (XMR) - secure, private, untraceable


View Profile WWW
June 29, 2014, 08:17:41 PM
 #8243

Hi,

I just compiled bitmonerod and simplewallet and for warm-up did some small transaction back and forth between my wallet and poloniex. Works a charm :-)

Now, my problem: after a while, bitmonerod throws lots of error msgs like this:

..../bitmonero/contrib/epee/include/net/abstract_tcp_server2.inl:307 send que size is more than ABSTRACT_SERVER_SEND_QUE_MAX_COUNT(100), shutting down connection

I wouldn't care really, but I suspect this has something to do for one of my transactions from poloniex to my wallet not showing up in my wallet for more than an hour.
When I restarted bitmonerod and simplewallet, my missing transaction was there imediately, so it looks like the daemon (bitmonerod) "hang" somehow...

Any hints, maybe I should configure something in a certain way to reduce probability of such hangs?

Thanks!
There is no connection between this error message and your transaction from poloniex. Ignore the error. Enter 'refresh' in the wallet (after your daemon is synchronized) and if your transaction is not there (and in the blockchain - monerochain.info) contact poloniex support with the details.

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

Activity: 252
Merit: 250


View Profile
June 29, 2014, 08:20:20 PM
 #8244

I was wondering if you could help me

i recently updated my cryptonote wallet as ive had XMR in cold storage for the past month and a half or so... as more updates came out i thought i should update... however i type my password i created on the old wallet and it now says invalid password and closes..

i have not forgotten my password as i saved it on a txt doc ... i checked 5 previously saved versions of the txt doc for the last 2 months to make sure nothing had changed....it says my password has remained the same since i created it, yet it is invalid using the updated simplewallet using my .keys file   ...


thanks guys
whoknowsthisnose
Newbie
*
Offline

Activity: 47
Merit: 0


View Profile
June 29, 2014, 08:25:50 PM
 #8245


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

Activity: 794
Merit: 1000


Monero (XMR) - secure, private, untraceable


View Profile WWW
June 29, 2014, 08:27:56 PM
 #8246

^How much RAM the virtual machine have? It could run out of RAM when compiling.

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
zechiel
Newbie
*
Offline

Activity: 20
Merit: 0


View Profile
June 29, 2014, 08:40:11 PM
 #8247


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.

Your compiler complains about lines that it should not complain about. Are you using a gcc version 4.8 or higher? What is the output of
Code:
gcc --version
?
whoknowsthisnose
Newbie
*
Offline

Activity: 47
Merit: 0


View Profile
June 29, 2014, 08:41:32 PM
 #8248

^How much RAM the virtual machine have? It could run out of RAM when compiling.
2 G RAM. At an earlier trial I had only 1 G RAM, this was not enough. But the shown errors were completly different: I got a message, that it runs out of memory.
Now I get this:
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;
Obviously it has nothing to do with RAM.
whoknowsthisnose
Newbie
*
Offline

Activity: 47
Merit: 0


View Profile
June 29, 2014, 08:52:35 PM
 #8249


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.

Your compiler complains about lines that it should not complain about. Are you using a gcc version 4.8 or higher? What is the output of
Code:
gcc --version
?
I get this:
Quote
gcc (Ubuntu 4.9-20140406-1ubuntu1) 4.9.0 20140405 (experimental) [trunk revision 209157]
zechiel
Newbie
*
Offline

Activity: 20
Merit: 0


View Profile
June 29, 2014, 09:00:56 PM
 #8250

Your compiler complains about lines that it should not complain about. Are you using a gcc version 4.8 or higher? What is the output of
Code:
gcc --version
?
I get this:
Quote
gcc (Ubuntu 4.9-20140406-1ubuntu1) 4.9.0 20140405 (experimental) [trunk revision 209157]

That... looks kind of cool. Did you compile gcc yourself? All I can say is that
Code:
gcc (Ubuntu 4.8.1-2ubuntu1~12.04) 4.8.1
works for me. If it isn't too much of a hassle, you could try to downgrade maybe?
ltcnim
Legendary
*
Offline

Activity: 914
Merit: 1001



View Profile
June 29, 2014, 09:04:15 PM
 #8251

after beeing unable to sync, I deleted the complete blockchain yesterday and it worked afterwards. however, today, the same problem appeared:

Code:
2014-Jun-29 22:59:23.080790 [P2P1][194.150.103.58:18080 OUT]Sync data returned unknown top block: 106607 -> 107262 [655 blocks (0 days) behind]
SYNCHRONIZATION started
2014-Jun-29 22:59:33.594392 [P2P2]tx with id: <81f4b8b388136110aec5dc58d2cacf45dce5c65c56e78bcf124eedae121d78db> in block id: <4cc12670a1133168d800d28c09f3ff1f0f6c687c9555c3e8b90d889ad7610aa0> already in blockchain
2014-Jun-29 22:59:33.604392 [P2P2]Block with id: <4cc12670a1133168d800d28c09f3ff1f0f6c687c9555c3e8b90d889ad7610aa0> failed to add transaction to blockchain storage
2014-Jun-29 22:59:33.611393 [P2P2][194.150.103.58:18080 OUT]Block verification failed, dropping connection

this is beeing spammed all over again. I can't completely resync every day...

whoknowsthisnose
Newbie
*
Offline

Activity: 47
Merit: 0


View Profile
June 29, 2014, 09:06:16 PM
 #8252

Your compiler complains about lines that it should not complain about. Are you using a gcc version 4.8 or higher? What is the output of
Code:
gcc --version
?
I get this:
Quote
gcc (Ubuntu 4.9-20140406-1ubuntu1) 4.9.0 20140405 (experimental) [trunk revision 209157]

That... looks kind of cool. Did you compile gcc yourself? All I can say is that
Code:
gcc (Ubuntu 4.8.1-2ubuntu1~12.04) 4.8.1
works for me. If it isn't too much of a hassle, you could try to downgrade maybe?
Okay, I'll try that.
But...
How can I downgrade? I still a noob.
Thanks for your help.
liteon
Legendary
*
Offline

Activity: 1092
Merit: 1000


I'm a Firestarter!


View Profile WWW
June 29, 2014, 09:19:47 PM
 #8253

^You are running out of RAM.

But (while running it) I have about 1GB free *0.8-1.1

It eats all my RAM, if I look at task manager>Free
But, I still do have 25% (~750MB) free, as I can open more files and programs while it's running.
Problem is strange, as it does affects SOMETHING about RAM, but I cannot findout what it is.

Will try in a couple of days with and system upgrade and RAM upgrade as well, so I hope it will resolve the current problem.
I just don't like how it works... My Video Editor does not eats that much!

Selling NordVPN account with premium sub - expires 2021! PM me to buy.
zechiel
Newbie
*
Offline

Activity: 20
Merit: 0


View Profile
June 29, 2014, 09:27:07 PM
 #8254

Your compiler complains about lines that it should not complain about. Are you using a gcc version 4.8 or higher? What is the output of
Code:
gcc --version
?
I get this:
Quote
gcc (Ubuntu 4.9-20140406-1ubuntu1) 4.9.0 20140405 (experimental) [trunk revision 209157]

That... looks kind of cool. Did you compile gcc yourself? All I can say is that
Code:
gcc (Ubuntu 4.8.1-2ubuntu1~12.04) 4.8.1
works for me. If it isn't too much of a hassle, you could try to downgrade maybe?
Okay, I'll try that.
But...
How can I downgrade? I still a noob.
Thanks for your help.

Hmm. What is the output of
Code:
apt-cache policy gcc-4.8-base
on your machine?
whoknowsthisnose
Newbie
*
Offline

Activity: 47
Merit: 0


View Profile
June 29, 2014, 09:35:22 PM
 #8255

Your compiler complains about lines that it should not complain about. Are you using a gcc version 4.8 or higher? What is the output of
Code:
gcc --version
?
I get this:
Quote
gcc (Ubuntu 4.9-20140406-1ubuntu1) 4.9.0 20140405 (experimental) [trunk revision 209157]

That... looks kind of cool. Did you compile gcc yourself? All I can say is that
Code:
gcc (Ubuntu 4.8.1-2ubuntu1~12.04) 4.8.1
works for me. If it isn't too much of a hassle, you could try to downgrade maybe?
Okay, I'll try that.
But...
How can I downgrade? I still a noob.
Thanks for your help.
Quote
gcc-4.8-base:
  Installiert:           (keine)
  Installationskandidat: 4.8.2-19ubuntu1
  Versionstabelle:
     4.8.2-19ubuntu1 0
        500 http://us.archive.ubuntu.com/ubuntu/ trusty/main i386 Packages
Hmm. What is the output of
Code:
apt-cache policy gcc-4.8-base
on your machine?
zechiel
Newbie
*
Offline

Activity: 20
Merit: 0


View Profile
June 29, 2014, 09:44:52 PM
 #8256

gcc-4.8-base:
  Installiert:           (keine)
  Installationskandidat: 4.8.2-19ubuntu1
  Versionstabelle:
     4.8.2-19ubuntu1 0
        500 http://us.archive.ubuntu.com/ubuntu/ trusty/main i386 Packages

OK. Disclaimer: I have never tried this myself. But if you have your virgin snapshot and still want to try it:

Code:
sudo apt-get install gcc-4.8-base

Not sure if this will deinstall 4.9, though. Try the gcc --version again after apt-get is finished.

Edit: You may have to do the same with g++-4.8
whoknowsthisnose
Newbie
*
Offline

Activity: 47
Merit: 0


View Profile
June 29, 2014, 10:01:23 PM
 #8257

gcc-4.8-base:
  Installiert:           (keine)
  Installationskandidat: 4.8.2-19ubuntu1
  Versionstabelle:
     4.8.2-19ubuntu1 0
        500 http://us.archive.ubuntu.com/ubuntu/ trusty/main i386 Packages

OK. Disclaimer: I have never tried this myself. But if you have your virgin snapshot and still want to try it:

Code:
sudo apt-get install gcc-4.8-base

Not sure if this will deinstall 4.9, though. Try the gcc --version again after apt-get is finished.

Edit: You may have to do the same with g++-4.8
Meanwhile I deinstalled 4.9, installed 4.8 and got: a complete mess. Arrgh!

Anyway, never surrender.
I'll just unpack a new virgin and play with it.
So far, many thanks for your suggestions. Once I have results, whether positive or negative, I'll get back here.
yvg1900
Member
**
Offline

Activity: 66
Merit: 10

Dev of yam miner


View Profile
June 29, 2014, 10:20:50 PM
 #8258

moneropool.com blacklisted and blocked in Russia by government.

Can be checked by entering its IP address at http://eais.rkn.gov.ru/en/ (blocked by IP address)

I think owner of moneropool.com shall file complain to them.

Follow @yvg1900 on Twitter for yam miner updates
darkota
Hero Member
*****
Offline

Activity: 770
Merit: 500


View Profile
June 29, 2014, 10:27:00 PM
 #8259



Russia doesnt allow Youtube, China doesnt allow google and youtube...

Those countries are horrible places honestly with really corrupt governments.
darkota
Hero Member
*****
Offline

Activity: 770
Merit: 500


View Profile
June 29, 2014, 10:34:17 PM
 #8260




And of course.... yvg1900 is just lying.

The requested IP address is not blacklisted  http://eais.rkn.gov.ru/en/#form

moneropool.com is not blacklisted lmao....nice try troll.
Pages: « 1 ... 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 [413] 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 ... 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!