Musicoin / go-musicoin

:link: Go-version of Musicoin blockchain wallet and consensus
GNU Lesser General Public License v3.0
161 stars 57 forks source link

music coin pool block reward not showign 314 after change alos #50

Closed bapparabi closed 7 years ago

bapparabi commented 7 years ago

hi sir i am running music coin pool http://drowningpool.net/ but the block value is not showing as 314 and also miner not getting correct share . as right now its showing 5 but it suppose to show 314 . i have already modified in payouts/unlocker.go as .

and then i use ./build

but still its not showing in pool front ends and also miner not getting correct share and it work as 5 value not 314

Can any one provide solution

Original:

var constReward = math.MustParseBig256(“5000000000000000000”) var uncleReward = new(big.Int).Div(constReward, new(big.Int).SetInt64(32))

// Donate 10% from pool fees to developers const donationFee = 10.0 const donationAccount = “0xb85150eb365e7df0941f0cf08235f987ba91506a”

Changed file:

var constReward = math.MustParseBig256(“314000000000000000000”) var uncleReward = new(big.Int).Div(constReward, new(big.Int).SetInt64(32))

// Donate 10% from pool fees to developers const donationFee = 0.0 const donationAccount = “”

immartian commented 7 years ago

Please share your problems to miners channel on slack to seek other miners support. We don't answer mining related issue here.