World’s first smart cryptocurrency for music
....
Please stay tuned, more profound information to come soon.
Hello there guys. I need some guidelines here. Since yesterday I've been trying to mine this coin. I'm n00b mining eth, this is why I ask for some advice. This are my results, questions and explanations so far:
So far I have done the following:
My address, done by the gmc console: 0x9ecc37a0edd7f25e63abae74ecd39136caa1e50d
I have added the genesis node:
admin.addPeer("enode://ba2f6409f9894c12f5aad3471b9c4a2e7999b246af775c39f99d85b020cfc95d0b0dc6dd0985895bb2c4149cb45e4a3c17f7585be326cec293176bf81802a987@104.196.160.105:30303”)
I have started mining, as you can see some of the debug info:
I used the following command: miner.start(), but adding the maximum capacity of my Mac, which is: miner.start(
As you can see the info of the debug:
I0219 03:04:15.553010 eth/backend.go:454] Automatic pregeneration of ethash DAG ON (ethash dir: /Users/SatMan1980/.ethash)
I0219 03:04:15.553014 miner/miner.go:119] Starting mining operation (CPU=4 TOT=5)
I0219 03:04:15.553123 eth/backend.go:461] checking DAG (ethash dir: /Users/SatMan1980/.ethash)
After a while I did a check to be sure is using my last generated address:
personal.listAccounts
["0x9ecc37a0edd7f25e63abae74ecd39136caa1e50d”]
After that you can see:
I0219 03:50:47.662459 miner/worker.go:539] commit new work on block 57507 with 0 txs & 0 uncles. Took 240.141µs
I0219 03:50:48.977625 miner/worker.go:539] commit new work on block 57507 with 0 txs & 0 uncles. Took 362.201µs
I0219 03:50:49.117271 core/blockchain.go:1001] imported 1 block(s) (0 queued 0 ignored) including 0 txs in 200.922606ms. #57506 [314b41d6 / 314b41d6]
I0219 03:50:49.292123 miner/worker.go:539] commit new work on block 57507 with 0 txs & 1 uncles. Took 295.68µs
After one night “mining”:
I0219 10:22:33.212862 core/blockchain.go:1001] imported 1 block(s) (0 queued 0 ignored) including 0 txs in 5.865757ms. #59171 [e13b9812 / e13b9812]
I0219 10:22:33.215125 miner/worker.go:539] commit new work on block 59172 with 0 txs & 0 uncles. Took 205.324µs
> web3.fromWei(eth.getBalance(eth.coinbase), "ether")
0
I’ve been able to locate the wallet file, which in Mac is in: /home/user/Library/Musicoin/Keystore/
Also I’ve been able to open it, (just for checking the balance) on myetherwallet.com:
https://i.imgsafe.org/97abf7ddb8.pngSo I have some questions. I will really, appreciate some help, because, as I said before, I’m a musician, so I believe there is a lot of potential on this coin so We could change the music Industry. So please lend a light here:
-
What Am I doing wrong? Is anything I need to configure?-
Is it possible to do solo mining? (My Macbook is an i5, showing the following Hashrate 2629836)
-
Is it a problem if i have currently installed Parity? (While trying to configure as a solo miner it gives me the following error: Fatal: Error starting protocol stack: listen tcp 127.0.0.1:8545: bind: address already in use)
-
Do i need to add any token reference to my ethereum new address? (i still don't get the concept of a coin based on eth, with a "twist")
-
How long it should take, saying that I'm doing it right, to mine a block? (1 day, 1 week, 1 year)Thanks for the help.