Author

Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency - page 2118. (Read 4667001 times)

hero member
Activity: 560
Merit: 500

Hah, so this is what Noodle was talking about when he asked who turned on the botnet for BCN. Cheesy
legendary
Activity: 1484
Merit: 1005
well i have been mining more then 36 hrs with 4 h/s and havent found anything.
Same goes with my 2 h/s older CPU.


i guess i must be one of those "unlucky" fellas


pm me an address, i will send you some coins. Smiley
full member
Activity: 182
Merit: 100
Ask me about Karmacoin
well i have been mining more then 36 hrs with 4 h/s and havent found anything.
Same goes with my 2 h/s older CPU.


i guess i must be one of those "unlucky" fellas
hero member
Activity: 560
Merit: 500
For people wanting to figure out how many blocks they'll get per day:

- Divide difficulty by 60 to get H/s of the network, eg 300,000 / 60 = 5000 H/s
- Divide your H/s by this, eg 10 H/s / 5000 H/s = 0.002
- Multiply this by the number of blocks per day (24 * 60) to get your per day block probability, eg 0.002 * 24 * 60 = 2.88 blocks per day.

And multiply blocks by 17.59 to get the number of coins.
legendary
Activity: 1484
Merit: 1005
For people wanting to figure out how many blocks they'll get per day:

- Divide difficulty by 60 to get H/s of the network, eg 300,000 / 60 = 5000 H/s
- Divide your H/s by this, eg 10 H/s / 5000 H/s = 0.002
- Multiply this by the number of blocks per day (24 * 60) to get your per day block probability, eg 0.002 * 24 * 60 = 2.88 blocks per day.
hero member
Activity: 560
Merit: 500
Spekulatius, a new thread was created because there were no mods around to move the previous one. If it looks like stuff happens all of a sudden without any indication on these threads, it's because there was discussion on the freenode channels #bitmonero or #monero. Currently the devs (which is ill-defined but roughly includes thankful_for_today, tacotime, and smooth) are thinking about a different solution than changing the emission schedule to solve the eventual mining income problem (~8 years out). You can actually put in a vote through the bot in the freenode channel on what you think they should do.
legendary
Activity: 1484
Merit: 1005
@ OP, devs, etc:

Pls stop the confusion and apply some transparency around here!

I appreciate that this thread tries to collect some basic information on the OP and does a bit of explaining but it also adds to the confusion:
- With every new thread about this coin information gets lost and discussions forked.
Stuff that was controversial appears to have been removed.

Quote
- Is this supposed to be a fork of Bitmonero now? You say that it is not but also new proposals like changing the block time to 2 minutes, halving coins in existence, etc. are imposed on the code base without sufficient dicussion (no, I dont think discussing 2 days in a remote thread ( https://bitcointalksearch.org/topic/annmro-monero-an-anonymous-coin-based-on-cryptonote-technology-582080 ) constitutes sufficient discussion).
It is not a fork, unless TFT decides he wants to fork this and try to make a merged mining client. The technical issues were all discussed at length and argument amongst several different people.  I think the majority settled on there being no hardfork changes to the coin (no subsidy adjustments, no merged mining, no block reward halving for the first series of blocks, no two minute block times, etc) in the near future.

Quote
- Who are the main people involved in this? Pls add a list of devs, projects, etc. to the OP to make this whole project more transparent! (Is Thankful for Today still with it btw?)
List of devs is whoever is hacking and submitting pull requests on github I guess.  I'm around to fix stuff if something goes terribly wrong.  No one is totally sure where TFT is (or who he was).

Quote
- Pls create a new thread for technical help and one for discussion to keep some visibility.
We'll make one in the future, but for now I would say expect no protocol incompatible changes.  TFT may come out of nowhere with a merged mining client, but it's unlikely any miner will hop to that fork.
legendary
Activity: 1022
Merit: 1000
@ OP, devs, etc:

Pls stop the confusion and apply some transparency around here!

I appreciate that this thread tries to collect some basic information on the OP and does a bit of explaining but it also adds to the confusion:
- With every new thread about this coin information gets lost and discussions forked.
- With every renaming people get confused (BCN, BMR, MRO..?) you get my point.
- Is this supposed to be a fork of Bitmonero now? You say that it is not but also new proposals like changing the block time to 2 minutes, halving coins in existence, etc. are imposed on the code base without sufficient dicussion (no, I dont think discussing 2 days in a remote thread ( https://bitcointalksearch.org/topic/annmro-monero-an-anonymous-coin-based-on-cryptonote-technology-582080 ) constitutes sufficient discussion).
- Who are the main people involved in this? Pls add a list of devs, projects, etc. to the OP to make this whole project more transparent! (Is Thankful for Today still with it btw?)
- Pls create a new thread for technical help and one for discussion to keep some visibility.
jr. member
Activity: 54
Merit: 134
front page updated with exchanges and slightly better linux instructions.
legendary
Activity: 1484
Merit: 1005
Mining steady at 2 hashes per second.  Smiley I found that orphaned block only like 10 minutes into mining.

Current hash rate of network is 5000 H/s.  The odds of you getting a block per day are 0.576 right now. Smiley  So, within a couple of days you should have some.  I think there's lots for sale too over in the exchange thread.
full member
Activity: 136
Merit: 100
I finally have a reason to use my company's 32Core Amazon instance. Here i come coins ;3
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
2014-Apr-25 05:42:20.905804 [miner 0]Found block for difficulty: 321744

Did I find a block?

Yes your thread number 0 found a block.

My wallet still shows a balance of 0.

It was orphaned.  Keep mining. Smiley  You will get one eventually.
Mining steady at 2 hashes per second.  Smiley I found that orphaned block only like 10 minutes into mining.
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
I want to mine some monero. But the binaries dont work on my windows 7 32 bit system. Is the cryptonote technology 64 bit only?

Yes, but you can install ubuntu 13.10, compile on that, and run. Ubuntu is free.

I dont know how to compile anything. There should be something like ticking a box to start mining on a gui wallet. This looks unfair to noobs
Install Ubuntu 13.10
Press the Windows button on your keyboard or the Ubuntu button in the top left.
Type "terminal".
Click "terminal".
In the terminal type the following to update your software sources:
Code:
sudo apt-get update
Press enter. Type in your password. After you stop seeing text coming out of the terminal and see a new line ending with $, type this to install git:
Code:
sudo apt-get install git
Type in "Y" if it asks you if you are sure.
Then download the Monero client with git.
Code:
git clone git://github.com/bitmonero-project/bitmonero.git
Then change directories into the Monero directory.
Code:
cd bitmonero
Then type install prerequisites for Monero.
Code:
sudo apt-get install libboost-all-dev cmake
Again, Type in "Y" if it asks you if you are sure.
Then make a directory for the compiled Monero.
Code:
mkdir build
Then compile Monero. You can replace 4 with however many CPU cores you have.
Code:
make -j4
Then run Monero Daemon
Code:
cd build/release/src && ./bitmonerod

Again,
Press the Windows button on your keyboard or the Ubuntu button in the top left.
Type "terminal".
Click "terminal".

Type this into the new terminal to move to the binaries you just compiled.
Code:
cd ~/bitmonero/build/release/src
Then make a new wallet, replacing "name_of_my_wallet" with what you want to call your new wallet.
Code:
./simplewallet --generate-new-wallet=name_of_my_wallet.bin
You will be prompted for a password. Be careful, you won't have to type a confirmation so beware of typos!
Close the wallet with the "exit" command.

Now type this command, replacing name_of_my_wallet with the name of your wallet
Code:
./simplewallet --wallet-file=name_of_my_wallet.bin
and enter your password. If you forgot your password or mistyped it at creation time, delete every file starting with name_of_my_wallet.bin and start over. Every Bitmonero would be lost forever, so it's important that you do it just after the creation, before any mining.  ALWAYS BACK UP YOUR WALLET.

Now, type "start_mining N" where N is the number of threads/cores you have in terminal 2.  This will begin mining.

You can also begin mining by typing "start_mining 4xxxxxxx...xxxxx N" in the daemon in terminal 1 where 4xxxxxxx...xxxxx is your Monero address.

You can type help in both the daemon and simple-wallet to see more commands.  If you'd like to see blocks as the come into the network, simply type "set_log 1" in the daemon (terminal 1).

Good luck and happy mining!

adapted from OP
legendary
Activity: 1484
Merit: 1005
I want to mine some monero. But the binaries dont work on my windows 7 32 bit system. Is the cryptonote technology 64 bit only?

Yes, but you can install ubuntu 13.10, compile on that, and run. Ubuntu is free.

I dont know how to compile anything. There should be something like ticking a box to start mining on a gui wallet. This looks unfair to noobs

Installation of Ubuntu is easy
http://www.wikihow.com/Install-Ubuntu-Linux

Follow the steps in the first post to build.  It's just copy and pasting commands.
legendary
Activity: 1484
Merit: 1005
2014-Apr-25 05:42:20.905804 [miner 0]Found block for difficulty: 321744

Did I find a block?

Yes your thread number 0 found a block.

My wallet still shows a balance of 0.

It was orphaned.  Keep mining. Smiley  You will get one eventually.
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
2014-Apr-25 05:42:20.905804 [miner 0]Found block for difficulty: 321744

Did I find a block?

Yes your thread number 0 found a block.

My wallet still shows a balance of 0.
sr. member
Activity: 248
Merit: 251
2014-Apr-25 05:42:20.905804 [miner 0]Found block for difficulty: 321744

Did I find a block?

Yes your thread number 0 found a block.
hero member
Activity: 672
Merit: 500
I want to mine some monero. But the binaries dont work on my windows 7 32 bit system. Is the cryptonote technology 64 bit only?

Yes, but you can install ubuntu 13.10, compile on that, and run. Ubuntu is free.

I dont know how to compile anything. There should be something like ticking a box to start mining on a gui wallet. This looks unfair to noobs
legendary
Activity: 1484
Merit: 1005
Ut
Code:
2014-Apr-25 05:42:20.905804 [miner 0]Found block for difficulty: 321744
2014-Apr-25 05:42:23.223802 [P2P9]----- BLOCK ADDED AS ALTERNATIVE ON HEIGHT 10550
id: <2a92334bd83ba607907373150640d90dcdcf0622082defc7b7fb32db975acfa8>
PoW:
difficulty: 321744
hashrate: 1.4211
hashrate: 1.4211
hashrate: 1.4737
2014-Apr-25 05:42:34.356612 [P2P2]###### REORGANIZE on height: 10550 of 10550 with cum_difficulty 1787632048
 alternative blockchain size: 2 with cum_difficulty 1787953665
2014-Apr-25 05:42:37.387165 [P2P2]----- BLOCK ADDED AS ALTERNATIVE ON HEIGHT 10550
id: <2f651e584033e09be5fc0c9810e140dd204d010645f5dcdf619c7bbfa76a1da7>
PoW: <7dd2ed82497142dba548b71fc561d5013acc72d0ace3f5480616aa63d32c0000>
difficulty: 321744
2014-Apr-25 05:42:37.387375 [P2P2]REORGANIZE SUCCESS! on height: 10550, new blockchain size: 10552
Did I find a block?

It may have been orphaned. Check your wallet.
Jump to: