Pages:
Author

Topic: [ANN][$MUSIC] Musicoin Blockchain Upgrades to V3.0(“Quantitative Tightening 🎸 - page 95. (Read 287558 times)

newbie
Activity: 10
Merit: 0
Hi music wallet is down at bittrex. any issues?

update

If I mined the coins for a purse registered at the bittrex exchange - they will come in full after the update?
newbie
Activity: 41
Merit: 0
How do I transfer the wallet data to another disk? Or create on another drive? I have little space on the SSD for data.
newbie
Activity: 57
Merit: 0
I have a question - according to whattomine Musicoin profitability is roughly 10% more than for ETH. Although they both use "ethash", where does better profitability come from? Does it mean that let's say the same GPU will have better hashrate while mining musicoin than ETH because of lower network difficulty? Or there is some other reason? thanks!

The figures take into account the mining ability as well as market price. So if difficulty in musicoin were to rise, it would affect the values. In fact, any change in difficulty, price, etc changes the values
newbie
Activity: 105
Merit: 0
I have a question - according to whattomine Musicoin profitability is roughly 10% more than for ETH. Although they both use "ethash", where does better profitability come from? Does it mean that let's say the same GPU will have better hashrate while mining musicoin than ETH because of lower network difficulty? Or there is some other reason? thanks!
full member
Activity: 420
Merit: 101
hey dev team im running version .7 wallet, and just downloaded the client v 2.0.0 and renamed gmc-windows-4.0-amd64.exe to gmc.exe an replaced the old one in my wallet folder.
everything seems to be working and looking good i current have this after checking versions:

Version: 2.0.0-stable-d849d276
Protocol Versions: [63 62]
Network Id: 7945959
Go Version: go1.7.3
OS: windows
GOPATH=
GOROOT=/usr/local/go


again thanks to orchardcoins for helping me out!!!!!


LINKS:
client exe v2.0: https://github.com/Musicoin/go-musicoin/releases
wallet v0.7: https://github.com/Musicoin/desktop/releases

always happy to help fellow forumers!
newbie
Activity: 52
Merit: 0
Do you have market research on artists who say that this is what they want? Also, in what ways does the blockchain make this the way to go rather than a traditional payment system that's fairer? Also, I notice that your Go implementation is based on Ethereum. Is there a particular reason you are using a modified version rather than a private network? And if so, what are the features added?
full member
Activity: 298
Merit: 100
hey dev team im running version .7 wallet, and just downloaded the client v 2.0.0 and renamed gmc-windows-4.0-amd64.exe to gmc.exe an replaced the old one in my wallet folder.
everything seems to be working and looking good i current have this after checking versions:

Version: 2.0.0-stable-d849d276
Protocol Versions: [63 62]
Network Id: 7945959
Go Version: go1.7.3
OS: windows
GOPATH=
GOROOT=/usr/local/go


again thanks to orchardcoins for helping me out!!!!!


LINKS:
client exe v2.0: https://github.com/Musicoin/go-musicoin/releases
wallet v0.7: https://github.com/Musicoin/desktop/releases
full member
Activity: 299
Merit: 100
Crypto mining company | Mining pools
Great development here.


Looking forward for further details - UBI 2.0

Our pool prepared for upcoming changes.


https://mc.zet-tech.eu/#
full member
Activity: 420
Merit: 101

Music.OrchardCoins.com Pool now with version 2.0!

http://music.orchardcoins.com/

stratum
music.orchardcoins.com:8008

looking for more miners!
full member
Activity: 298
Merit: 100
Hi music wallet is down at bittrex. any issues?

update
full member
Activity: 420
Merit: 101
just a few tips, you can print variables like this:

echo $PATH

also, when executing commands, please read all the output and keep an eye on any error/warning.

sometimes googling those errors can help.
full member
Activity: 420
Merit: 101
so i played with the path. Made sure the new go is first

export PATH=/usr/lib/go-1.7/bin:$PATH

$ go env
warning: GOPATH set to GOROOT (/usr/lib/go-1.7) has no effect
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/usr/lib/go-1.7"
GORACE=""
GOROOT="/usr/lib/go-1.7"
GOTOOLDIR="/usr/lib/go-1.7/pkg/tool/linux_amd64"
CC="gcc"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build143187690=/tmp/go-build -gno-record-gcc-switches"
CXX="g++"
CGO_ENABLED="1"


but for some reason, it is still getting 1.6.3 when I make.

$ sudo make gmc
build/env.sh go run build/ci.go install ./cmd/gmc
>>> /usr/lib/go-1.6/bin/go install -ldflags -X main.gitCommit=d849d276a68d6f7a9b86ab9cc501f65325bfda2e -v ./cmd/gmc
Done building.
Run "build/bin/gmc" to launch musicoin.
ubuntu@ip-172-31-34-201:~/go-musicoin$ cd build/
ubuntu@ip-172-31-34-201:~/go-musicoin/build$ cd bin/
ubuntu@ip-172-31-34-201:~/go-musicoin/build/bin$ ./gmc version
GMC
Version: 2.0.0-stable-d849d276
Protocol Versions: [63 62]
Network Id: 7762959
Go Version: go1.6.3
OS: linux
GOPATH=/usr/lib/go-1.7
GOROOT=/usr/lib/go-1.7


it seems you have GOPATH misconfigured.  LIB folders are used for libraries and not binaries. based on your previous post, you probably should have used "/home/ubuntu/go"

warning: GOPATH set to GOROOT (/usr/lib/go-1.7) has no effect


here is mine. try to adjust yours accordingly.

orchard@etc-eu:~$ go env
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/orchard/go"
full member
Activity: 164
Merit: 100
full member
Activity: 298
Merit: 100
anyone run the update 2.0.0 for windows 10?

also found wallet v0.7

https://github.com/Musicoin/desktop/releases
hero member
Activity: 518
Merit: 500
 Blockchain Height: 1,034,670

http://music.coinminer.space/#/

header right column
full member
Activity: 298
Merit: 100
How do you find out the current block number?


if your using the musicoin.org wallet it tells u on the bottom, or goto whattomine
hero member
Activity: 518
Merit: 500
full member
Activity: 675
Merit: 100
full member
Activity: 164
Merit: 100
How do you find out the current block number?
full member
Activity: 298
Merit: 100
Ah ok it's the fork announcement.

Hash power is pouring into MUSIC in the last hour, up 11% already.

About when will block 1,200,000 happen?

u would have to calculate that yourself, every 16 seconds or so a block is found. multiply that by how many blocks left then divide that by how many seconds in a day.

About 30.5 days from now.

yeap but also keep in mind 250 gh/s just kicked in, that speeds up things super quick! tf2 i sent u a message.
Pages:
Jump to: