fartbags
Legendary
Offline
Activity: 1190
Merit: 1004
|
 |
May 01, 2014, 06:51:10 AM |
|
yeah my calculator 0 button was sticky and didn't add the zero. It is dark and I didn't notice. Messed up the answer.
1.2 blocks a day with a 10 hr sounds good to me.
I haven't found any blocks in the last 24 hours so hopefully I find three blocks tonight.
|
|
|
|
|
|
|
|
Transactions must be included in a block to be properly completed. When you send a transaction, it is broadcast to miners. Miners can then optionally include it in their next blocks. Miners will be more inclined to include your transaction if it has a higher transaction fee.
|
|
|
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
|
|
|
eizh
|
 |
May 01, 2014, 07:05:10 AM |
|
Very nice! Built fine under MacOS X for me, and once I copied over my Linux blockchain.bin and wallet, it runs merrily away. Much nicer than running Linux in VirtualBox, but surprised that is hashing at almost the same rate... Not working in my MacPro Scanning dependencies of target upnpc-static [ 1%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/igd_desc_parse.c.o error: unknown warning option '-Wno-overloaded-shift-op-parentheses'; did you mean '-Wno-shift-op-parentheses'? [-Werror,-Wunknown-warning-option] make[3]: *** [external/miniupnpc/CMakeFiles/upnpc-static.dir/igd_desc_parse.c.o] Error 1 make[2]: *** [external/miniupnpc/CMakeFiles/upnpc-static.dir/all] Error 2 make[1]: *** [all] Error 2 make: *** [build-release] Error 2
Any idea on how to fix it? FYI for Mac users: this problem was solved by installing the latest Xcode (5.1.1) on OSX. This user had 5.0.2 and it wasn't enough (the outdated compiler doesn't recognize the warning flags).
|
|
|
|
susu
|
 |
May 01, 2014, 07:24:14 AM |
|
Mining is really only cpu can do? Optimistic about this coin anonymous transactions.
|
|
|
|
ceric35
|
 |
May 01, 2014, 09:06:05 AM |
|
Hi, i can't compile it on gentoo linux distribution (cmake 2.8.12, gcc 4.7.3, boost 1.53.0). I got following error : [ 41%] Building CXX object src/CMakeFiles/wallet.dir/wallet/wallet_rpc_server.cpp.o In file included from /home/user/bitmonero/src/wallet/wallet2.h:24:0, from /home/user/bitmonero/src/wallet/wallet_rpc_server.h:11, from /home/user/bitmonero/src/wallet/wallet_rpc_server.cpp:9: /home/user/bitmonero/src/wallet/wallet_errors.h:124:12: erreur: looser throw specifier for ‘virtual tools::error::unexpected_txin_type::~unexpected_txin_type()’ /home/user/bitmonero/src/wallet/wallet_errors.h:116:12: erreur: overriding ‘virtual tools::error::wallet_internal_error::~wallet_internal_error() noexcept (true)’ /home/user/bitmonero/src/wallet/wallet_errors.h:202:12: erreur: looser throw specifier for ‘virtual tools::error::acc_outs_lookup_error::~acc_outs_lookup_error()’ /home/user/bitmonero/src/wallet/wallet_errors.h:193:12: erreur: overriding ‘virtual tools::error::refresh_error::~refresh_error() noexcept (true)’ /home/user/bitmonero/src/wallet/wallet_errors.h:251:12: erreur: looser throw specifier for ‘virtual tools::error::tx_extra_parse_error::~tx_extra_parse_error()’ /home/user/bitmonero/src/wallet/wallet_errors.h:193:12: erreur: overriding ‘virtual tools::error::refresh_error::~refresh_error() noexcept (true)’ In file included from /home/user/bitmonero/src/wallet/wallet2.h:24:0, from /home/user/bitmonero/src/wallet/wallet_rpc_server.h:11, from /home/user/bitmonero/src/wallet/wallet_rpc_server.cpp:9: /home/user/bitmonero/src/wallet/wallet_errors.h:418:12: erreur: looser throw specifier for ‘virtual tools::error::tx_rejected::~tx_rejected()’ In file included from /home/user/bitmonero/src/wallet/wallet2.h:24:0, from /home/user/bitmonero/src/wallet/wallet_rpc_server.h:11, from /home/user/bitmonero/src/wallet/wallet_rpc_server.cpp:9: /home/user/bitmonero/src/wallet/wallet_errors.h:289:12: erreur: overriding ‘virtual tools::error::transfer_error::~transfer_error() noexcept (true)’ In file included from /home/user/bitmonero/src/wallet/wallet2.h:24:0, from /home/user/bitmonero/src/wallet/wallet_rpc_server.h:11, from /home/user/bitmonero/src/wallet/wallet_rpc_server.cpp:9: /home/user/bitmonero/src/wallet/wallet_errors.h:474:12: erreur: looser throw specifier for ‘virtual tools::error::tx_too_big::~tx_too_big()’ In file included from /home/user/bitmonero/src/wallet/wallet2.h:24:0, from /home/user/bitmonero/src/wallet/wallet_rpc_server.h:11, from /home/user/bitmonero/src/wallet/wallet_rpc_server.cpp:9: /home/user/bitmonero/src/wallet/wallet_errors.h:289:12: erreur: overriding ‘virtual tools::error::transfer_error::~transfer_error() noexcept (true)’ Was't wrong with my configuration ?
|
|
|
|
superresistant
Legendary
Offline
Activity: 2128
Merit: 1120
|
 |
May 01, 2014, 09:31:28 AM Last edit: May 02, 2014, 02:47:26 PM by superresistant |
|
Hi, i can't compile it on gentoo linux distribution (cmake 2.8.12, gcc 4.7.3, boost 1.53.0). I got following error : Was't wrong with my configuration ?
Install the last Ubuntu version 64 bit. Install boost 1.55 following carefully the instruction here : https://coderwall.com/p/0atfugthen : cd sudo apt-get install git -y git clone git://github.com/bitmonero-project/bitmonero.git sudo apt-get install cmake -y cd bitmonero mkdir build make Do not use sudo apt-get install libboost-all-dev because it overwrite liboost. Do not use make -j4 because it is crap and make the installation fail. TIP welcome : 45s2fuN8aYsJhigPf5A8GuWS46vVSHj9HE5fc665zsWR3ycoXHnP713Mr7xEw8c9i5dzNe3esQehJJZ nWN2mmuvYDUWYTfT EDIT : there is no space between Z and n in the address but the forum add a space I have no idea why.
|
|
|
|
dreamspark
|
 |
May 01, 2014, 09:39:53 AM |
|
The windows binaries are currently unavailable on MEGA.
it has said "temporary error, retrying" for a while now.
|
|
|
|
ceric35
|
 |
May 01, 2014, 10:26:13 AM |
|
Install the last Ubuntu version 64 bit.
I run on gentoo since almost 10 years, installing ubuntu is not an option 
|
|
|
|
shoggot
Member

Offline
Activity: 62
Merit: 10
|
 |
May 01, 2014, 10:54:23 AM |
|
Mega download worked on two computers right now. Then it stopped again. Nice speed bump comp1 12->16 comp2 37 -> 55
|
|
|
|
SlyWax
|
 |
May 01, 2014, 11:22:58 AM |
|
Did we loose the boost 1.53 compatibility ? After a git pull I can't compile any more on Ubuntu 14.04 ! CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:1131 (message): Unable to find the requested Boost libraries.
Boost version: 1.53.0
Boost include path: /usr/include
Could not find the following Boost libraries:
boost_atomic
Some (but not all) of the required Boost libraries were found. You may need to install these additional Boost libraries. Alternatively, set BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT to the location of Boost. Call Stack (most recent call first): CMakeLists.txt:76 (find_package)
|
|
|
|
dreamspark
|
 |
May 01, 2014, 11:24:25 AM Last edit: May 01, 2014, 11:52:49 AM by dreamspark |
|
Did we loose the boost 1.53 compatibility ? After a git pull I can't compile any more on Ubuntu 14.04 ! CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:1131 (message): Unable to find the requested Boost libraries.
Boost version: 1.53.0
Boost include path: /usr/include
Could not find the following Boost libraries:
boost_atomic
Some (but not all) of the required Boost libraries were found. You may need to install these additional Boost libraries. Alternatively, set BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT to the location of Boost. Call Stack (most recent call first): CMakeLists.txt:76 (find_package)
Having the same problem on ubuntu 12.04. Also having issues with a windows wallet that wont refresh giving the error, Error:refresh failed: transaction extra parse error. Blocks received: 0
|
|
|
|
TheCoinFinder
Legendary
Offline
Activity: 938
Merit: 1001
|
 |
May 01, 2014, 12:35:57 PM |
|
Before we can set up pools..
We need a miner.
Currently the mining is done In the wallet AFAIK
|
|
|
|
smooth
Legendary
Offline
Activity: 2954
Merit: 1197
|
 |
May 01, 2014, 12:37:16 PM |
|
Before we can set up pools..
We need a miner.
Currently the mining is done In the wallet AFAIK
There is also a miner in the standard build, just no pool to connect it to.
|
|
|
|
emontmon
Member

Offline
Activity: 196
Merit: 10
|
 |
May 01, 2014, 01:17:23 PM |
|
1. mega download is not working for new users, can someone update link to updated windows bineries. and perhapse a link to new wallet for those with errors to first post at beggining of threat. thanks
|
|
|
|
GullibleGooo
Member

Offline
Activity: 97
Merit: 10
|
 |
May 01, 2014, 01:42:17 PM |
|
I really want to mine this coin and support it, but this daemon/wallet situation is soooo tiring. I've tried for days now to refresh my wallet but I get "transaction parse error" all the time and the sync takes forever. I give up now. Can you please put out a bounty for someone to make a new wallet with a "normal" interface?
Sorry, but I am not a very techy guy and I fck hate this cmd who is looking at me with its evil black eye waiting for cryptic instructions in a language I can't talk. I am a marketing strategist and I can seriously tell you that if we want this coin to work it needs to get user-friendly. (that said with the best of intentions)
|
SaveCoin - Proof of Funds! 65% yearly interest, NOT PoS!
|
|
|
smooth
Legendary
Offline
Activity: 2954
Merit: 1197
|
 |
May 01, 2014, 01:45:07 PM |
|
I really want to mine this coin and support it, but this daemon/wallet situation is soooo tiring. I've tried for days now to refresh my wallet but I get "transaction parse error" all the time and the sync takes forever. I give up now. Can you please put out a bounty for someone to make a new wallet with a "normal" interface?
The parse error is because you don't have the current version. There is already a bounty for a GUI wallet. Please add to it. https://bitcointalk.org/index.php?topic=589561.0
|
|
|
|
|
dreamspark
|
 |
May 01, 2014, 02:12:31 PM |
|
Finally, thankyou. Id add this link to the first page if you can until Mega is sorted.
|
|
|
|
superresistant
Legendary
Offline
Activity: 2128
Merit: 1120
|
 |
May 01, 2014, 02:20:15 PM |
|
I really want to mine this coin and support it, but this daemon/wallet situation is soooo tiring. I've tried for days now to refresh my wallet but I get "transaction parse error" all the time and the sync takes forever. I give up now. Can you please put out a bounty for someone to make a new wallet with a "normal" interface? Sorry, but I am not a very techy guy and I fck hate this cmd who is looking at me with its evil black eye waiting for cryptic instructions in a language I can't talk. I am a marketing strategist and I can seriously tell you that if we want this coin to work it needs to get user-friendly. (that said with the best of intentions)
You are right but I think that we must have a perfect code before thinking adoption and marketing. 99 % of altcoin are based on copy-paste code and doggy marketing. All of them fail after few weeks.
|
|
|
|
tacotime
Legendary
Offline
Activity: 1484
Merit: 1005
|
 |
May 01, 2014, 02:35:52 PM |
|
Did we loose the boost 1.53 compatibility ? After a git pull I can't compile any more on Ubuntu 14.04 ! CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:1131 (message): Unable to find the requested Boost libraries.
Boost version: 1.53.0
Boost include path: /usr/include
Could not find the following Boost libraries:
boost_atomic
Some (but not all) of the required Boost libraries were found. You may need to install these additional Boost libraries. Alternatively, set BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT to the location of Boost. Call Stack (most recent call first): CMakeLists.txt:76 (find_package)
If you're using the community github repo (monero-project), I updated that file the other day to support mac; however, I didn't modify any lines relating to boost and it compiles over here on 13.10 OK. So, try cloning the community repo instead.
|
XMR: 44GBHzv6ZyQdJkjqZje6KLZ3xSyN1hBSFAnLP6EAqJtCRVzMzZmeXTC2AHKDS9aEDTRKmo6a6o9r9j86pYfhCWDkKjbtcns
|
|
|
billotronic
Legendary
Offline
Activity: 1610
Merit: 1000
Crackpot Idealist
|
 |
May 01, 2014, 02:36:45 PM |
|
Questions
1. So is it possible to build the miner only then point it at a centralized wallet? ie a one man pool?
2. Is there a centralized place to post hash specs?
|
|
|
|
|