Bitcoin Forum
May 02, 2024, 01:44:13 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 460 461 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 ... 2123 »
  Print  
Author Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency  (Read 4667206 times)
riosober
Jr. Member
*
Offline Offline

Activity: 38
Merit: 14


View Profile
July 19, 2014, 05:42:06 AM
 #10181

I found a XMR mining pool in china :

http://112.124.35.168   a chinese pool  run at china

It's good for miners from china to connecting and  mining.
1714614253
Hero Member
*
Offline Offline

Posts: 1714614253

View Profile Personal Message (Offline)

Ignore
1714614253
Reply with quote  #2

1714614253
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714614253
Hero Member
*
Offline Offline

Posts: 1714614253

View Profile Personal Message (Offline)

Ignore
1714614253
Reply with quote  #2

1714614253
Report to moderator
1714614253
Hero Member
*
Offline Offline

Posts: 1714614253

View Profile Personal Message (Offline)

Ignore
1714614253
Reply with quote  #2

1714614253
Report to moderator
Anon136
Legendary
*
Offline Offline

Activity: 1722
Merit: 1217



View Profile
July 19, 2014, 06:06:39 AM
 #10182

With a higher mix in, does this raise the transaction fee?

Is there a limit of mix in to 30?

Cheers  Cool

It makes the transaction larger so once we have a market mechanism that is a function of scarcity of block space than it will. But at this time there is no block space scarcity and so no bidding for inclusion so no extra fee. At least that is my experience.

Rep Thread: https://bitcointalk.org/index.php?topic=381041
If one can not confer upon another a right which he does not himself first possess, by what means does the state derive the right to engage in behaviors from which the public is prohibited?
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
July 19, 2014, 06:14:35 AM
 #10183

With a higher mix in, does this raise the transaction fee?

Is there a limit of mix in to 30?

Cheers  Cool

It makes the transaction larger so once we have a market mechanism that is a function of scarcity of block space than it will. But at this time there is no block space scarcity and so no bidding for inclusion so no extra fee. At least that is my experience.

Correct, furthermore there is currently no mechanism in the standard software to even change the fee at all. It is always 0.005 per transaction, regardless of size.

During periods of high transaction volume (and there have been some, especially during pumps), larger transactions may take somewhat longer to get into a block.
hughjays77
Hero Member
*****
Offline Offline

Activity: 728
Merit: 504


View Profile
July 19, 2014, 07:31:09 AM
 #10184

trying to compile in linux via :

git clone git://github.com/monero-project/bitmonero && cd bitmonero && make

Error received is below. Can anyone help.




Preprocessed source stored into /tmp/cc1VdVQB.out file, please attach this to your bugreport.
make[3]: *** [src/CMakeFiles/daemon.dir/daemon/daemon.cpp.o] 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
xxxx@xxxx5:~/bitmonero$ /home/xxxx/bitmonero/src/daemon/daemon.cpp:243:1: internal compiler error:                                              in get_expr_operands, at tree-ssa-operands.c:1035
-bash: /home/xxxx/bitmonero/src/daemon/daemon.cpp:243:1:: No such file or directory
xxxx@xxxx5:~/bitmonero$ /home/xxxx/bitmonero/src/daemon/daemon.cpp:243:1: internal compiler error:                                              in get_expr_operands, at tree-ssa-operands.c:1035
-bash: /home/xxxx/bitmonero/src/daemon/daemon.cpp:243:1:: No such file or directory
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
July 19, 2014, 07:32:09 AM
 #10185

Bug in whatever version of gcc you are using. Try a different version.

trying to compile in linux via :

git clone git://github.com/monero-project/bitmonero && cd bitmonero && make

Error received is below. Can anyone help.




Preprocessed source stored into /tmp/cc1VdVQB.out file, please attach this to your bugreport.
make[3]: *** [src/CMakeFiles/daemon.dir/daemon/daemon.cpp.o] 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
xxxx@xxxx5:~/bitmonero$ /home/xxxx/bitmonero/src/daemon/daemon.cpp:243:1: internal compiler error:                                              in get_expr_operands, at tree-ssa-operands.c:1035
-bash: /home/xxxx/bitmonero/src/daemon/daemon.cpp:243:1:: No such file or directory
xxxx@xxxx5:~/bitmonero$ /home/xxxx/bitmonero/src/daemon/daemon.cpp:243:1: internal compiler error:                                              in get_expr_operands, at tree-ssa-operands.c:1035
-bash: /home/xxxx/bitmonero/src/daemon/daemon.cpp:243:1:: No such file or directory

hughjays77
Hero Member
*****
Offline Offline

Activity: 728
Merit: 504


View Profile
July 19, 2014, 08:19:49 AM
 #10186

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.

Any suggestions ?



Bug in whatever version of gcc you are using. Try a different version.

trying to compile in linux via :

git clone git://github.com/monero-project/bitmonero && cd bitmonero && make

Error received is below. Can anyone help.




Preprocessed source stored into /tmp/cc1VdVQB.out file, please attach this to your bugreport.
make[3]: *** [src/CMakeFiles/daemon.dir/daemon/daemon.cpp.o] 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
xxxx@xxxx5:~/bitmonero$ /home/xxxx/bitmonero/src/daemon/daemon.cpp:243:1: internal compiler error:                                              in get_expr_operands, at tree-ssa-operands.c:1035
-bash: /home/xxxx/bitmonero/src/daemon/daemon.cpp:243:1:: No such file or directory
xxxx@xxxx5:~/bitmonero$ /home/xxxx/bitmonero/src/daemon/daemon.cpp:243:1: internal compiler error:                                              in get_expr_operands, at tree-ssa-operands.c:1035
-bash: /home/xxxx/bitmonero/src/daemon/daemon.cpp:243:1:: No such file or directory

otila
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


View Profile
July 19, 2014, 09:05:48 AM
 #10187

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

Activity: 173
Merit: 100



View Profile
July 19, 2014, 09:22:51 AM
 #10188

Who's here, http://moneropool.com/ #, received payment yet?Cry Cry Cry
braxx
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
July 19, 2014, 09:32:53 AM
 #10189

Who's here, http://moneropool.com/ #, received payment yet?Cry Cry Cry
pending balance +1.0032xxxx
stil no payment

last payment (for me) was at hight 134275   (0.5000000 MNR)
ldp5500
Full Member
***
Offline Offline

Activity: 173
Merit: 100



View Profile
July 19, 2014, 09:35:32 AM
 #10190

Who's here, http://moneropool.com/ #, received payment yet?Cry Cry Cry
pending balance +1.0032xxxx
stil no payment

last payment (for me) was at hight 134275   (0.5000000 MNR)

Thank you for your answer, my English is not good.
hughjays77
Hero Member
*****
Offline Offline

Activity: 728
Merit: 504


View Profile
July 19, 2014, 09:42:13 AM
 #10191

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.

braxx
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
July 19, 2014, 09:45:48 AM
 #10192

Who's here, http://moneropool.com/ #, received payment yet?Cry Cry Cry
pending balance +1.0032xxxx
stil no payment

last payment (for me) was at hight 134275   (0.5000000 MNR)

Thank you for your answer, my English is not good.
I've sent an email to support@moneropool.com
I suggest you do the same
binaryFate
Legendary
*
Offline Offline

Activity: 1484
Merit: 1003


Still wild and free


View Profile
July 19, 2014, 09:46:04 AM
 #10193

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

Monero's privacy and therefore fungibility are MUCH stronger than Bitcoin's. 
This makes Monero a better candidate to deserve the term "digital cash".
akula999
Hero Member
*****
Offline Offline

Activity: 509
Merit: 500


View Profile
July 19, 2014, 09:46:13 AM
 #10194

I have a question, my simplewallet.log file is now over 24 gigs! I only have a 250 gig harddrive. With windows OS, MS Office and a few other things (and a game or two) Im dwindling down to 40GB of space.
Can I delete that file? Do I need it? Do I need to buy a 1TB harddrive just for monero wallet?

Bitcoin: 1FzZehkiwfeeUmfmBrym8VvXX7gUj3miHe
XMR: 4AqrzGPfEKeZrVXyPDNXUrNeKZZGNYiXMDoY49PvdffKNTRg6xp2Qz74SZ72gT5F9HH8Vaic99ndRg6 UBGcVijaNStQjwwf
binaryFate
Legendary
*
Offline Offline

Activity: 1484
Merit: 1003


Still wild and free


View Profile
July 19, 2014, 09:52:57 AM
 #10195

I have a question, my simplewallet.log file is now over 24 gigs! I only have a 250 gig harddrive. With windows OS, MS Office and a few other things (and a game or two) Im dwindling down to 40GB of space.
Can I delete that file? Do I need it? Do I need to buy a 1TB harddrive just for monero wallet?


You can delete the log file. At the moment there is a lot of output to help the devs in case of issues, but you don't need that as a user.

Monero's privacy and therefore fungibility are MUCH stronger than Bitcoin's. 
This makes Monero a better candidate to deserve the term "digital cash".
kbm
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
July 19, 2014, 09:55:40 AM
 #10196

You can delete the log file. At the moment there is a lot of output to help the devs in case of issues, but you don't need that as a user.


Also, if you aren't concerned with log errors (just about all of the typical errors are not needed to be known to an average user) you can type set_log 0 and it will slow the growth of that file for the future.

Thanks Smiley
DogTheHunter
Sr. Member
****
Offline Offline

Activity: 784
Merit: 272



View Profile
July 19, 2014, 10:02:41 AM
 #10197

I found a XMR mining pool in china :

http://112.124.35.168   a chinese pool  run at china

It's good for miners from china to connecting and  mining.

watch for spikes. they have taken over mining LTC / scrypt and X11
Rabinovitch
Legendary
*
Offline Offline

Activity: 2030
Merit: 1076


BTCLife.global participant


View Profile
July 19, 2014, 10:12:38 AM
 #10198

What does last message mean?

From Siberia with love! Hosting by Rabinovitch!
Fundraising for BOINC Farm
Пpoфeccиoнaльнo зaнимaюcь paзвёpтывaниeм фepм (ASIC, GPU, BURST, STORJ, Filecoin), oбopyдoвaниeм пoмeщeний для мaйнингa.
hughjays77
Hero Member
*****
Offline Offline

Activity: 728
Merit: 504


View Profile
July 19, 2014, 10:23:25 AM
 #10199

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

hughjays77
Hero Member
*****
Offline Offline

Activity: 728
Merit: 504


View Profile
July 19, 2014, 10:26:33 AM
 #10200


:~$ $(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]
Pages: « 1 ... 460 461 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 ... 2123 »
  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!