Bitcoin Forum
May 04, 2024, 04:13:05 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 [83] 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 ... 2123 »
  Print  
Author Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency  (Read 4667223 times)
ibleed100s
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
May 14, 2014, 02:59:08 AM
 #1641

i still cannot install it i get the same error as above when i type: make -j command at the end

im trying to update the g++ but for some reason its not letting me
1714839185
Hero Member
*
Offline Offline

Posts: 1714839185

View Profile Personal Message (Offline)

Ignore
1714839185
Reply with quote  #2

1714839185
Report to moderator
1714839185
Hero Member
*
Offline Offline

Posts: 1714839185

View Profile Personal Message (Offline)

Ignore
1714839185
Reply with quote  #2

1714839185
Report to moderator
The block chain is the main innovation of Bitcoin. It is the first distributed timestamping system.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714839185
Hero Member
*
Offline Offline

Posts: 1714839185

View Profile Personal Message (Offline)

Ignore
1714839185
Reply with quote  #2

1714839185
Report to moderator
aminorex
Legendary
*
Offline Offline

Activity: 1596
Merit: 1029


Sine secretum non libertas


View Profile
May 14, 2014, 03:06:16 AM
 #1642


Can someone explain to me why on earth you would have a platform-dependent blockchain/wallet file format?

It's not that hard to make a change which provides both backward-compatibility and platform-independence, but those who can do it mostly have other priorities.

Give a man a fish and he eats for a day.  Give a man a Poisson distribution and he eats at random times independent of one another, at a constant known rate.
surfer43
Sr. Member
****
Offline Offline

Activity: 560
Merit: 250


"Trading Platform of The Future!"


View Profile
May 14, 2014, 03:09:22 AM
 #1643

i still cannot install it i get the same error as above when i type: make -j command at the end

im trying to update the g++ but for some reason its not letting me
This might work

Code:
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install -y gcc-4.8 g++-4.8
sudo update-alternatives --remove gcc /usr/bin/gcc-4.6
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 120 --slave /usr/bin/g++ g++ /usr/bin/g++-4.8

Replace gcc-4.6 with your current gcc version.
georgeandy
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile
May 14, 2014, 03:16:37 AM
 #1644

Can somebody tell me how much coins be mined?
ibleed100s
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
May 14, 2014, 03:23:12 AM
 #1645

i still cannot install it i get the same error as above when i type: make -j command at the end

im trying to update the g++ but for some reason its not letting me
This might work

Code:
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install -y gcc-4.8 g++-4.8
sudo update-alternatives --remove gcc /usr/bin/gcc-4.6
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 120 --slave /usr/bin/g++ g++ /usr/bin/g++-4.8

Replace gcc-4.6 with your current gcc version.

wow it looks like it is actually working now!! i cannot wait and is the command to mine?

./bitmonerod --start-mining MRO_address --mining-threads number_of_threads

i cannot thank you enough this was bugging me all day and im not that savvy with linux
zeetak
Member
**
Offline Offline

Activity: 140
Merit: 12


View Profile
May 14, 2014, 03:25:55 AM
 #1646

Current stats:

diff
2014-May-13 22:20:45.753803 BH: 38799, DIFF: 15356392, HR: 255939 H/s

With a block height of 38799 there should be about 17.2*38799 = 667k coins in existence right now.
surfer43
Sr. Member
****
Offline Offline

Activity: 560
Merit: 250


"Trading Platform of The Future!"


View Profile
May 14, 2014, 03:34:33 AM
Last edit: May 14, 2014, 04:05:27 AM by surfer43
 #1647

i still cannot install it i get the same error as above when i type: make -j command at the end

im trying to update the g++ but for some reason its not letting me
This might work

Code:
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install -y gcc-4.8 g++-4.8
sudo update-alternatives --remove gcc /usr/bin/gcc-4.6
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 120 --slave /usr/bin/g++ g++ /usr/bin/g++-4.8

Replace gcc-4.6 with your current gcc version.

wow it looks like it is actually working now!! i cannot wait and is the command to mine?

./bitmonerod --start-mining MRO_address --mining-threads number_of_threads

i cannot thank you enough this was bugging me all day and im not that savvy with linux
You probably want to download the linux blockchain and put it into ~/.bitmonero to save a huge amount of sync time. That is the right command. If it doesn't start mining after you are synced type into bitmonerod
Code:
start_mining MRO_address number_of_threads
And then you can view your hashrate by typing
Code:
show_hr
ibleed100s
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
May 14, 2014, 03:38:27 AM
 #1648

i still cannot install it i get the same error as above when i type: make -j command at the end

im trying to update the g++ but for some reason its not letting me
This might work

Code:
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install -y gcc-4.8 g++-4.8
sudo update-alternatives --remove gcc /usr/bin/gcc-4.6
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 120 --slave /usr/bin/g++ g++ /usr/bin/g++-4.8

Replace gcc-4.6 with your current gcc version.

wow it looks like it is actually working now!! i cannot wait and is the command to mine?

./bitmonerod --start-mining MRO_address --mining-threads number_of_threads

i cannot thank you enough this was bugging me all day and im not that savvy with linux
You probably want to download the linux blockchain and put it into ~/.bitmonero to save a huge amount of sync time. That is the right command. If it doesn't start mining after you are synced type into bitmonerod
Code:
start_mining MRO_address number_of_threads
And then you can view your hashrate by typing
Code:
show_hr

thank you so much i appreciate it alot, but for some reason the link for the blockchain is broken is there another link?
ibleed100s
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
May 14, 2014, 03:48:44 AM
 #1649

so this is the command i used

wget -o blockchain.bin https://drive.google.com/uc?id=0B7RQILpPGrQbUGthNmVJM3RCNDQ&export=download

and this is the error im getting

 wget: blockchain.bin: Permission denied
JM3RCNDQ&export=downloaduc?id=0B7RQILpPGrQbUGthNmV


thats what it looks like??  any ideas
summs
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
May 14, 2014, 04:04:57 AM
 #1650

so this is the command i used

wget -o blockchain.bin https://drive.google.com/uc?id=0B7RQILpPGrQbUGthNmVJM3RCNDQ&export=download

and this is the error im getting

 wget: blockchain.bin: Permission denied
JM3RCNDQ&export=downloaduc?id=0B7RQILpPGrQbUGthNmV


thats what it looks like??  any ideas
Oh,Why? I can't see it???
ibleed100s
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
May 14, 2014, 04:14:38 AM
 #1651

so this is the command i used

wget -o blockchain.bin https://drive.google.com/uc?id=0B7RQILpPGrQbUGthNmVJM3RCNDQ&export=download

and this is the error im getting

 wget: blockchain.bin: Permission denied
JM3RCNDQ&export=downloaduc?id=0B7RQILpPGrQbUGthNmV


thats what it looks like??  any ideas
Oh,Why? I can't see it???

i cant see it either thats whats happening.... im just copying and pasteing.. got everything figured out but this why is this such a pain for me.
Keyboard-Mash
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
May 14, 2014, 04:15:20 AM
 #1652

so this is the command i used

wget -o blockchain.bin https://drive.google.com/uc?id=0B7RQILpPGrQbUGthNmVJM3RCNDQ&export=download

and this is the error im getting

 wget: blockchain.bin: Permission denied
JM3RCNDQ&export=downloaduc?id=0B7RQILpPGrQbUGthNmV


thats what it looks like??  any ideas

Possibly b/c the name of the file at that link is "blockchain (1).bin" or "blockchain-unix-2014-05-08.bin"?
falsealarm_bf
Full Member
***
Offline Offline

Activity: 189
Merit: 100


View Profile
May 14, 2014, 04:36:43 AM
 #1653

I am baffled by the complete lack of instructions for the software associated with this coin. Can someone put some instructions on how to get started with the wallet and mining? I am sure there is something within one of these 80+ pages but do we all have to reinvent the wheel?
falsealarm_bf
Full Member
***
Offline Offline

Activity: 189
Merit: 100


View Profile
May 14, 2014, 04:39:02 AM
 #1654

I am baffled by the complete lack of instructions for the software associated with this coin. Can someone put some instructions on how to get started with the wallet and mining? I am sure there is something within one of these 80+ pages but do we all have to reinvent the wheel?

OK, I ate my own words after looking at monero.cc.
BlockChains
Member
**
Offline Offline

Activity: 110
Merit: 10


View Profile
May 14, 2014, 04:40:34 AM
 #1655

So if one can't see the distribution of this coin how do we know there wasn't a giant premine or some way for the devs to just "counterfeit" coins en masse?  Huh
eizh
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500



View Profile
May 14, 2014, 04:45:55 AM
 #1656

So if one can't see the distribution of this coin how do we know there wasn't a giant premine or some way for the devs to just "counterfeit" coins en masse?  Huh

These are two different things. By distribution, we mean how are coins distributed across addresses. That's relatively meaningless with stealth addressing implemented.

But there is still a blockchain so you can check the blocks yourself to see when the chain started and how many coins the blocks produced. This is no different from Bitcoin or any Bitcoin clone.


I am baffled by the complete lack of instructions for the software associated with this coin. Can someone put some instructions on how to get started with the wallet and mining? I am sure there is something within one of these 80+ pages but do we all have to reinvent the wheel?

OK, I ate my own words after looking at monero.cc.

It was linked under "Getting Started" in the OP.
aminorex
Legendary
*
Offline Offline

Activity: 1596
Merit: 1029


Sine secretum non libertas


View Profile
May 14, 2014, 04:48:10 AM
 #1657

So if one can't see the distribution of this coin how do we know there wasn't a giant premine or some way for the devs to just "counterfeit" coins en masse?  Huh

To answer that question, we must first establish what you mean by "premine".  Mining has been available to the community from inception.  That is the opposite of what is usually meant by "premine".  The community was small at inception, but grew very rapidly.  These facts are easily learned by reviewing the forum history, the block chain.  I would be much more concerned that the bulk of the coins are likely being mined by botnets.

Give a man a fish and he eats for a day.  Give a man a Poisson distribution and he eats at random times independent of one another, at a constant known rate.
mrpopgun
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
May 14, 2014, 04:48:43 AM
 #1658

So if one can't see the distribution of this coin how do we know there wasn't a giant premine or some way for the devs to just "counterfeit" coins en masse?  Huh

Easy, write the block chain explorer that hasn't yet bubbled up to the top of the development list for the devs that are working hard (and with no bounties) on implementing and extending a new to the most of us coin technology.  This crypto is not like btc so tools like a block explorer have to be created without the aide of copy and paste.  80 + pages of comments seem to make this fairly clear.

Too blunt?
eizh
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500



View Profile
May 14, 2014, 04:52:35 AM
 #1659

So if one can't see the distribution of this coin how do we know there wasn't a giant premine or some way for the devs to just "counterfeit" coins en masse?  Huh

Easy, write the block chain explorer that hasn't yet bubbled up to the top of the development list for the devs that are working hard (and with no bounties) on implementing and extending a new to the most of us coin technology.  This crypto is not like btc so tools like a block explorer have to be created without the aide of copy and paste.  80 + pages of comments seem to make this fairly clear.

Too blunt?

You don't have to have a web-based blockchain explorer. Type "help" in the daemon and you can get the commands to print out blockchain data right on the terminal. An explorer doesn't give unaccessible information either here or in Bitcoin. It's just an aggregator.
Keyboard-Mash
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
May 14, 2014, 04:55:10 AM
 #1660

I'd like to see a bounty raised for a block chain explorer. I don't think this is a dev issue as it doesn't really involve protocol changes. Let's leave the dev's to fixing their laundry list of more important things.

I'll put up 70 MRO toward a web-based block explorer.

I realize that we can get info from the daemon or wallet, but it will be convenient for those that do not have them open to instead be able to go to a website.
Pages: « 1 ... 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 [83] 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 ... 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!