huhliki.k
|
![](https://bitcointalk.org/Themes/custom1/images/post/xx.gif) |
May 14, 2014, 06:52:42 PM |
|
You can change the port? I have port 5555 blocked.
|
|
|
|
|
BoscoMurray
|
![](https://bitcointalk.org/Themes/custom1/images/post/xx.gif) |
May 14, 2014, 06:56:50 PM |
|
That guide is old. It is way easier now. Instructions are here: http://monero.cc/getting-started/Basically, one line installs the everything, including dependencies: cd ~ && wget https://www.dropbox.com/s/3pclp7sm94edmxl/install_monero.sh && chmod +x ./install_monero.sh && ./install_monero.sh
|
|
|
|
ibleed100s
Newbie
Offline
Activity: 37
Merit: 0
|
![](https://bitcointalk.org/Themes/custom1/images/post/xx.gif) |
May 14, 2014, 06:59:07 PM |
|
That guide is old. It is way easier now. Instructions are here: http://monero.cc/getting-started/Basically, one line installs the everything, including dependencies: cd ~ && wget https://www.dropbox.com/s/3pclp7sm94edmxl/install_monero.sh && chmod +x ./install_monero.sh && ./install_monero.sh That might work but its only for 13.10 ubuntu.... and they should state that, does not work on 12.04
|
|
|
|
surfer43
Sr. Member
![*](https://bitcointalk.org/Themes/custom1/images/star.gif) ![*](https://bitcointalk.org/Themes/custom1/images/star.gif) ![*](https://bitcointalk.org/Themes/custom1/images/star.gif)
Offline
Activity: 560
Merit: 250
"Trading Platform of The Future!"
|
![](https://bitcointalk.org/Themes/custom1/images/post/xx.gif) |
May 14, 2014, 07:01:51 PM |
|
Would love to set my miners at this pool have about 25 machines, but cannot seem to get ubuntu 12.04 to run this software for some reason... still stuck cannot figure out why....
anyone successfully installed on 12.04? if so please get me the commands to make this work.
What are your errors? i have alot of errors when i do make -j4 But i just checked i installed boost 1.55 but it still showing #define BOOST_LIB_VERSION "1_48" How do i remove bost 1.48 completely and install it fresh because that might be the cause. and if i have 32 threads on my cpu. would my make -j32 be that?? confused Did you compile boost from source? If so rm -rf bitmonero/build make -j4 BOOST_ROOT=/path/to/boost1.55
If you installed it with apt-get, try sudo apt-get remove libboost-all-dev libboost-dev sudo apt-get autoremove
|
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
![](https://bitcointalk.org/Themes/custom1/images/post/xx.gif) |
May 14, 2014, 07:04:16 PM |
|
cd ~ && wget https://www.dropbox.com/s/3pclp7sm94edmxl/install_monero.sh && chmod +x ./install_monero.sh && ./install_monero.sh This line does not really work correctly: # Find the maximum number of physical cores n=`cat /proc/cpuinfo | grep "cpu cores" | uniq | awk '{print $NF}'`
Should be replaced with # Find the number of available hardware threads n=$(nproc)
Also the original command can be simplified to: cd ~ && wget https://www.dropbox.com/s/3pclp7sm94edmxl/install_monero.sh && bash install_monero.sh
|
|
|
|
tacotime
Legendary
Offline
Activity: 1484
Merit: 1005
|
![](https://bitcointalk.org/Themes/custom1/images/post/xx.gif) |
May 14, 2014, 07:15:08 PM |
|
|
XMR: 44GBHzv6ZyQdJkjqZje6KLZ3xSyN1hBSFAnLP6EAqJtCRVzMzZmeXTC2AHKDS9aEDTRKmo6a6o9r9j86pYfhCWDkKjbtcns
|
|
|
BoscoMurray
|
![](https://bitcointalk.org/Themes/custom1/images/post/xx.gif) |
May 14, 2014, 07:25:41 PM |
|
Cool! Will this hash faster than mining directly using bitmonerod.exe?
|
|
|
|
tacotime
Legendary
Offline
Activity: 1484
Merit: 1005
|
![](https://bitcointalk.org/Themes/custom1/images/post/xx.gif) |
May 14, 2014, 07:26:44 PM |
|
Cool! Will this hash faster than mining directly using bitmonerod.exe? No, it just simplifies mining a lot.
|
XMR: 44GBHzv6ZyQdJkjqZje6KLZ3xSyN1hBSFAnLP6EAqJtCRVzMzZmeXTC2AHKDS9aEDTRKmo6a6o9r9j86pYfhCWDkKjbtcns
|
|
|
ibleed100s
Newbie
Offline
Activity: 37
Merit: 0
|
![](https://bitcointalk.org/Themes/custom1/images/post/xx.gif) |
May 14, 2014, 07:34:29 PM |
|
Would love to set my miners at this pool have about 25 machines, but cannot seem to get ubuntu 12.04 to run this software for some reason... still stuck cannot figure out why....
anyone successfully installed on 12.04? if so please get me the commands to make this work.
What are your errors? i have alot of errors when i do make -j4 But i just checked i installed boost 1.55 but it still showing #define BOOST_LIB_VERSION "1_48" How do i remove bost 1.48 completely and install it fresh because that might be the cause. and if i have 32 threads on my cpu. would my make -j32 be that?? confused Did you compile boost from source? If so rm -rf bitmonero/build make -j4 BOOST_ROOT=/path/to/boost1.55
If you installed it with apt-get, try sudo apt-get remove libboost-all-dev libboost-dev sudo apt-get autoremove
Thank you im leaving work now so i cant do it ill try as soon as i get home and keep people updated because im sure im not the only one with 12.04
|
|
|
|
Quanttek
Member
![*](https://bitcointalk.org/Themes/custom1/images/star.gif)
Offline
Activity: 93
Merit: 10
|
![](https://bitcointalk.org/Themes/custom1/images/post/xx.gif) |
May 14, 2014, 08:13:23 PM |
|
On the website is an working tutorial for debian-based linux distributions. It's a command line, which downloads and executes a script.
|
Enthusiast. Neither trader, nor miner and also no big investor. Community Manager for Monero PM if you need mine to exchange or anti-cheat algorithm for node-cryptonote-pool
|
|
|
policymaker
Full Member
![*](https://bitcointalk.org/Themes/custom1/images/star.gif) ![*](https://bitcointalk.org/Themes/custom1/images/star.gif)
Offline
Activity: 210
Merit: 100
Crypto Currency Supporter
|
![](https://bitcointalk.org/Themes/custom1/images/post/xx.gif) |
May 14, 2014, 08:35:40 PM |
|
I really really want to engage in this altcoin community, but I find the command lines and such quite confusing, so much looking forward to official gui releases, wallet/miner
|
|
|
|
ibleed100s
Newbie
Offline
Activity: 37
Merit: 0
|
![](https://bitcointalk.org/Themes/custom1/images/post/xx.gif) |
May 14, 2014, 08:46:35 PM |
|
Would love to set my miners at this pool have about 25 machines, but cannot seem to get ubuntu 12.04 to run this software for some reason... still stuck cannot figure out why....
anyone successfully installed on 12.04? if so please get me the commands to make this work.
What are your errors? i have alot of errors when i do make -j4 But i just checked i installed boost 1.55 but it still showing #define BOOST_LIB_VERSION "1_48" How do i remove bost 1.48 completely and install it fresh because that might be the cause. and if i have 32 threads on my cpu. would my make -j32 be that?? confused Did you compile boost from source? If so rm -rf bitmonero/build make -j4 BOOST_ROOT=/path/to/boost1.55
If you installed it with apt-get, try sudo apt-get remove libboost-all-dev libboost-dev sudo apt-get autoremove
Thank you im leaving work now so i cant do it ill try as soon as i get home and keep people updated because im sure im not the only one with 12.04 ok i did everything and it seems to install ok went to 100% without error when doing make -j4, but now when i do ./bitmonerod to update or run the thing "-bash: ./bitmonerod: No such file or directory" is what i am getting? how do i get passed that
|
|
|
|
surfer43
Sr. Member
![*](https://bitcointalk.org/Themes/custom1/images/star.gif) ![*](https://bitcointalk.org/Themes/custom1/images/star.gif) ![*](https://bitcointalk.org/Themes/custom1/images/star.gif)
Offline
Activity: 560
Merit: 250
"Trading Platform of The Future!"
|
![](https://bitcointalk.org/Themes/custom1/images/post/xx.gif) |
May 14, 2014, 08:50:07 PM |
|
ok i did everything and it seems to install ok went to 100% without error when doing make -j4, but now when i do ./bitmonerod to update or run the thing "-bash: ./bitmonerod: No such file or directory" is what i am getting? how do i get passed that
You have to move to where bitmonerod is: cd /home/USERNAME/bitmonero/build/release/src Replace USERNAME with your username. Then you should be able to run bitmonerod with ./bitmonerod
|
|
|
|
ibleed100s
Newbie
Offline
Activity: 37
Merit: 0
|
![](https://bitcointalk.org/Themes/custom1/images/post/xx.gif) |
May 14, 2014, 08:54:11 PM |
|
ok i did everything and it seems to install ok went to 100% without error when doing make -j4, but now when i do ./bitmonerod to update or run the thing "-bash: ./bitmonerod: No such file or directory" is what i am getting? how do i get passed that
You have to move to where bitmonerod is: cd /home/USERNAME/bitmonero/build/release/src Replace USERNAME with your username. Then you should be able to run bitmonerod with ./bitmonerod THANK YOU SO MUCH FINALLY FIGURED THIS WHOLE THING OUT!!! IM gonna be writing the guide step by step on how i did this with 12.04 shortly!!
|
|
|
|
Polycoin
|
![](https://bitcointalk.org/Themes/custom1/images/post/xx.gif) |
May 14, 2014, 09:00:34 PM |
|
What Monero needs is a GUI/Wallet, Really badly.
This could could be the #1 anonymous coin.
Darkcoin has it's masternodes, but thing is, those masternodes are made by people, you and me, so they an always be taken down or hacked etc. And the name, Darkcoin, is extremely unlikely to gain worldwide use, even to the extent litecoin has. Darkcoin sounds like a coin for drug dealers/underground markets in a whole, not to mention it's huge 2million, instamine.
|
Polycoin Troopers, Assemble!
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
![](https://bitcointalk.org/Themes/custom1/images/post/xx.gif) |
May 14, 2014, 09:08:01 PM |
|
What Monero needs is a GUI/Wallet, Really badly.
This could could be the #1 anonymous coin.
Darkcoin has it's masternodes, but thing is, those masternodes are made by people, you and me, so they an always be taken down or hacked etc. And the name, Darkcoin, is extremely unlikely to gain worldwide use, even to the extent litecoin has. Darkcoin sounds like a coin for drug dealers/underground markets in a whole, not to mention it's huge 2million, instamine.
GUI wallets are under development. There is one being tested by people already. Check the first post on this thread for the thread link.
|
|
|
|
icurrex
Newbie
Offline
Activity: 28
Merit: 0
|
![](https://bitcointalk.org/Themes/custom1/images/post/xx.gif) |
May 14, 2014, 09:36:57 PM |
|
Hi, I saw your site, looks great! However, I immediately left and will be staying away from it indefinitely due to the fact that you ask for my first name, last name, and phone number?...I don't really have anything to hide but IMO you would not be collecting that information unless you planned on doing something with it, as it is completely unnecessary to facilitate exchanging of coins, this makes me nervous. Furthermore, the ONLY time I have EVER been asked my name in the wild west that is crypto is when I am trying to sell bitcoin for u.s. dollars, which is understandable. Hi, Thank you! ![Cheesy](https://bitcointalk.org/Smileys/default/cheesy.gif) Phone number is required for 2FA thus stronger security, furthermore, you can read our terms for more details about how we deal with your data.
|
|
|
|
policymaker
Full Member
![*](https://bitcointalk.org/Themes/custom1/images/star.gif) ![*](https://bitcointalk.org/Themes/custom1/images/star.gif)
Offline
Activity: 210
Merit: 100
Crypto Currency Supporter
|
![](https://bitcointalk.org/Themes/custom1/images/post/xx.gif) |
May 14, 2014, 09:54:24 PM |
|
I really really want to engage in this altcoin community, but I find the command lines and such quite confusing, so much looking forward to official gui releases, wallet/miner
Yeah, if you can't use a shell, you'll want to wait a bit on this one. its not like im an inexperienced windows user, but I feel rather uncomfy when we are dealing with command lines, unstable soft like windows and real investments. Is the gui wallet under testing fully functional? can you save ur monero even though its experimental?
|
|
|
|
equipoise
|
![](https://bitcointalk.org/Themes/custom1/images/post/xx.gif) |
May 14, 2014, 10:02:34 PM |
|
^It's just a wrapper over the bitmonerod.exe and simplewallet.exe. It should be as safe as those are, because it's just sending commands to them (they should be in the same folder or otherwise it crashes) and the real work is done by them.
|
|
|
|
|