riosober
Jr. Member
Offline
Activity: 38
Merit: 14
|
|
July 19, 2014, 05:42:06 AM |
|
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.
|
|
|
|
Anon136
Legendary
Offline
Activity: 1722
Merit: 1217
|
|
July 19, 2014, 06:06:39 AM |
|
With a higher mix in, does this raise the transaction fee? Is there a limit of mix in to 30? Cheers 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=381041If 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
Activity: 2968
Merit: 1198
|
|
July 19, 2014, 06:14:35 AM |
|
With a higher mix in, does this raise the transaction fee? Is there a limit of mix in to 30? Cheers 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
|
|
July 19, 2014, 07:31:09 AM |
|
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
Activity: 2968
Merit: 1198
|
|
July 19, 2014, 07:32:09 AM |
|
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
|
|
July 19, 2014, 08:19:49 AM |
|
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
|
|
July 19, 2014, 09:05:48 AM |
|
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
|
|
July 19, 2014, 09:32:53 AM |
|
pending balance +1.0032xxxx stil no payment last payment (for me) was at hight 134275 (0.5000000 MNR)
|
|
|
|
ldp5500
|
|
July 19, 2014, 09:35:32 AM |
|
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
|
|
July 19, 2014, 09:42:13 AM |
|
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
|
|
July 19, 2014, 09:45:48 AM |
|
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.comI suggest you do the same
|
|
|
|
binaryFate
Legendary
Offline
Activity: 1512
Merit: 1012
Still wild and free
|
|
July 19, 2014, 09:46:04 AM |
|
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
|
|
July 19, 2014, 09:46:13 AM |
|
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
Activity: 1512
Merit: 1012
Still wild and free
|
|
July 19, 2014, 09:52:57 AM |
|
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
Activity: 84
Merit: 10
|
|
July 19, 2014, 09:55:40 AM |
|
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
|
|
|
DogTheHunter
|
|
July 19, 2014, 10:02:41 AM |
|
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
Activity: 2030
Merit: 1076
A humble Siberian miner
|
|
July 19, 2014, 10:12:38 AM |
|
What does last message mean?
|
|
|
|
hughjays77
|
|
July 19, 2014, 10:23:25 AM |
|
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
|
|
July 19, 2014, 10:26:33 AM |
|
:~$ $(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]
|
|
|
|
|