Author

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

legendary
Activity: 1918
Merit: 1190
If you have problem with linux version of libboost or other probleme

I partaged my install in chroot of monero
I you are happy you can make donation in :
45isNJDuixYArMomNK6MSpaTjvtHnFx39cS2Vv7JEDDfQPRqgjjF3aseSTXnvWCsrbarwbCoqnqrgM3 nSEjn1fZAJ3mzQnM

Linux is Best

In user root
Code:
root@crypto:~# cd /root/
root@crypto:~# wget http://vtc.crypto-pool.fr/chroot_monero.tar.gz
root@crypto:~# tar xzvf chroot_monero.tar.gz


#Binding de /dev /proc et des locale system
Code:
root@crypto:~# mount -o bind /dev chroot_monero/dev 
root@crypto:~# mount -o bind /usr/lib/locale  chroot_monero/usr/lib/locale
root@crypto:~# mkdir chroot_monero/proc
root@crypto:~# mount -t proc none chroot_monero/proc

#Demare la node
Code:
root@crypto:~# screen -S engine
root@crypto:~# chroot /root/chroot_monero /bin/sh
CTRL+A+D [D very quickly)

Create Wallet avec test passphrase and start mining
Code:
root@crypto:~# screen -S wallet
root@crypto:~# chroot /root/chroot_monero /bin/sh
root@crypto:~# simplewallet --generate-new-wallet=wallet-test.bin
root@crypto:~# simplewallet --wallet-file=wallet-test.bin --daemon-host=127.0.0.1
>refresh
>start_mining 0-32


Good mining for you now

legendary
Activity: 2968
Merit: 1198
Error: refresh failed: transaction extra parse error. Blocks received: 0

Huh


monerod is synchronized


You have an old version. Upgrade software according to latest in OP. Make sure to backup your wallet first.
hero member
Activity: 742
Merit: 500
Error: refresh failed: transaction extra parse error. Blocks received: 0

Huh


monerod is synchronized
legendary
Activity: 1036
Merit: 1000
hero member
Activity: 560
Merit: 500
Ahh. Missed that quote box somehow, maybe it's time to get some sleep!  I have two computers in my house, is there currently any non overly technical way to combine the hashrate to solve a block or do the two have to work independently from each other?  Apologies for the noob question in advance.

The way it works, it just doesn't matter. 2 x 5 H/s has the same probability of finding a block as 1 x 10 H/s. This is true of all PoW coins.

All hashes are just random guesses so they're independent of each other. You don't really "progress" towards a solution.
sr. member
Activity: 280
Merit: 250
Who cares?
242 MRO mined so far with 14 cores in Win 7 during 72h.

~ 410 MRO mined now (hashing power is 12+12 H/s).



How is this?  I get 12H/s and only found one block in like 36 hours.  Do the chances of finding one not decrease linearly with a decrease in hash?

Of course they do. There are several days elapsed there and who knows he may be luckier than you.



Ahh. Missed that quote box somehow, maybe it's time to get some sleep!  I have two computers in my house, is there currently any non overly technical way to combine the hashrate to solve a block or do the two have to work independently from each other?  Apologies for the noob question in advance.
legendary
Activity: 1151
Merit: 1003
242 MRO mined so far with 14 cores in Win 7 during 72h.

~ 410 MRO mined now (hashing power is 12+12 H/s).



How is this?  I get 12H/s and only found one block in like 36 hours.  Do the chances of finding one not decrease linearly with a decrease in hash?

Yeah. It's pure luck. 0 blocks in one day, 2-3 blocks in other day.
legendary
Activity: 2968
Merit: 1198
242 MRO mined so far with 14 cores in Win 7 during 72h.

~ 410 MRO mined now (hashing power is 12+12 H/s).



How is this?  I get 12H/s and only found one block in like 36 hours.  Do the chances of finding one not decrease linearly with a decrease in hash?

Of course they do. There are several days elapsed there and who knows he may be luckier than you.

sr. member
Activity: 280
Merit: 250
Who cares?
242 MRO mined so far with 14 cores in Win 7 during 72h.

~ 410 MRO mined now (hashing power is 12+12 H/s).



How is this?  I get 12H/s and only found one block in like 36 hours.  Do the chances of finding one not decrease linearly with a decrease in hash?
legendary
Activity: 1151
Merit: 1003
242 MRO mined so far with 14 cores in Win 7 during 72h.

~ 410 MRO mined now (hashing power is 12+12 H/s).

member
Activity: 196
Merit: 10
thank you.
wow. you guys really impress me.

thank you very much.
hero member
Activity: 560
Merit: 500
getting this error and bitmonerod closes spont

Sounds like an improper exit corrupted the blockchain.bin file. Delete it and resync (you can download and start from yesterday's blockchain in the OP).
member
Activity: 196
Merit: 10
getting this error and bitmonerod closes spont

sr. member
Activity: 280
Merit: 250
Who cares?
We are about to overtake the ByteCoin network hashrate (MRO: 24698 H/s, BCN: 26738 H/s).

Development of open source pool software is reported to have begun.

+ 1000
legendary
Activity: 1484
Merit: 1005
We are about to overtake the ByteCoin network hashrate (MRO: 24698 H/s, BCN: 26738 H/s).

Development of open source pool software is reported to have begun.
hero member
Activity: 560
Merit: 500
The pool bounty now is actively collecting: https://bitcointalksearch.org/topic/bounty-for-open-source-bytecoinmonero-pool-589533.

You can donate MRO to that address or directly pledge BTC if you want. Target is around 5.7 BTC in the end.
legendary
Activity: 1484
Merit: 1005
We have been testing payment_ids in 0.8.6. These will possibly help exchanges deposit/withdrawal funds.

In simplewallet 0.8.6, to set payment_id for a tx, add the following after a normal tx:
Code:
transfer [ ... ] [payment_id]

payment_id is a 64-character hex string (256 bits) that is included with your tx as plaintext on the blockchain.  it is used to identify your tx by the receiver.

the receiver can then observe if they have received a payment with such a payment_id by:
Code:
payments [payment_id]

they may also use the wallet RPC call detailed here: https://wiki.bytecoin.org/wiki/Wallet_JSON_RPC_API#get_payments_2

beware that these are PLAINTEXT and could be used to trace you on the blockchain.  it is equivalent to a 32-byte OP_RETURN push on bitcoin.
sr. member
Activity: 280
Merit: 250
Who cares?
BTW although i dont know if it is too early you can vote for monero here:

https://comkort.com/vote

Someone should send a nice email to mintpal and cryptsy so they can add monero for voting Smiley If noone does i will in a couple of days.

https://www.mintpal.com/voting
https://www.cryptsy.com/coinvotes/



Too early, no GUI yet, no pool, low exposure

Highest priority must be a pool now . Because there are almost no blocks for a couple days for an average miner (2 - 5 H/s ) .

Agreed.  12H/s here, been going since yesterday morning and nothing yet.  Still mining though just in case, this coin is worth it and then some.
sr. member
Activity: 322
Merit: 250
BTW although i dont know if it is too early you can vote for monero here:

https://comkort.com/vote

Someone should send a nice email to mintpal and cryptsy so they can add monero for voting Smiley If noone does i will in a couple of days.

https://www.mintpal.com/voting
https://www.cryptsy.com/coinvotes/



Too early, no GUI yet, no pool, low exposure

Highest priority must be a pool now . Because there are almost no blocks for a couple days for an average miner (2 - 5 H/s ) .
Jump to: