Bitcoin Forum
August 01, 2024, 02:48:27 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: music coin pool block reward not showign 314 after chage alos  (Read 184 times)
bapparabi (OP)
Hero Member
*****
Offline Offline

Activity: 826
Merit: 1000


View Profile
October 05, 2017, 04:09:39 PM
 #1

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

Code:
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 = “”
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!