Replies: 2 comments
-
from the kylacoin whitepaper: it looks like you'll need to alter the miningcore source to add in this developer fee payout for every block it mines, maybe not a trivial change. alternatively, you could maybe alter the node source code to remove bits that enforce the developer fee and reject blocks that lack it. if you have enough hash power you could perhaps take over the network and remove the dev tax for everyone |
Beta Was this translation helpful? Give feedback.
-
Already solved. The source has been modified.
Michael Boyd ***@***.***> ezt írta (időpont: 2023. júl. 3., H
22:28):
… "As of version 1.2.0, we have added a 10 percent developer reward to the
blocks, which helps us with the
development of the project, recruiting people, and keeping up the servers."
it looks like you'll need to alter the miningcore source to add in this
developer fee payout for every block it mines, maybe not a trivial change.
alternatively, you could maybe alter the node source code to remove the
code bits that enforce the developer fee and reject blocks that lack it. if
you have enough hash power you could perhaps take over the network and
remove the dev tax for everyone
—
Reply to this email directly, view it on GitHub
<#1666 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZ6CUTUKHU224RNF5SFJDWLXOMTP3ANCNFSM6AAAAAAXDXX4EM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I am trying to run kylacoin. (sha3-256d)
The pool wallet only works with "Legacy" addresses.
Everything works except if it finds a block, it rejects it with the message "submission failed with: devreward-not-found".
What would need to be changed to make it work?
Log file:
[2023-04-19 10:11:10.8484] [I] [kyla] [0HMQ0L33CGHCC] Share accepted: D=11.545
[2023-04-19 10:11:28.5505] [I] [kyla] Detected new block 577347 [POLL]
[2023-04-19 10:11:28.5505] [I] [kyla] Broadcasting job 00000068
[2023-04-19 10:11:41.6574] [I] [kyla] Detected new block 577348 [POLL]
[2023-04-19 10:11:41.6574] [I] [kyla] Broadcasting job 00000069
[2023-04-19 10:11:43.0595] [I] [kyla] [0HMQ0L33CGHCC] Share accepted: D=11.545
[2023-04-19 10:11:56.4012] [I] [kyla] Broadcasting job 0000006a
[2023-04-19 10:12:00.1844] [I] [kyla] [0HMQ0L33CGHCD] Share accepted: D=9.167
[2023-04-19 10:12:00.1848] [I] [kyla] [0HMQ0L33CGHCD] VarDiff update to 5.721
[2023-04-19 10:12:02.4778] [I] [kyla] [0HMQ0L33CGHCC] Share accepted: D=11.545
[2023-04-19 10:12:03.0198] [I] [kyla] [0HMQ0L33CGHCD] Share accepted: D=5.721
[2023-04-19 10:12:10.5139] [I] [kyla] Submitting block 577348 [00000000000b7cf9331e37acbcf861a117690e19b6713f7553c1b88c791b228f]
[2023-04-19 10:12:10.5295] [W] [kyla] Block 577348 submission failed with: devreward-not-found
[2023-04-19 10:12:10.5378] [I] [kyla] [0HMQ0L33CGHCC] Share accepted: D=11.545
[2023-04-19 10:12:19.7397] [I] [kyla] [0HMQ0L33CGHCD] Share accepted: D=5.721
[2023-04-19 10:12:20.1157] [I] [kyla] [0HMQ0L33CGHCC] Share accepted: D=11.545
[2023-04-19 10:12:20.5592] [I] [kyla] [0HMQ0L33CGHCD] Share accepted: D=5.721
[2023-04-19 10:12:24.8762] [I] [kyla] [0HMQ0L33CGHCD] Share accepted: D=5.721
[2023-04-19 10:12:35.3673] [I] [kyla] [0HMQ0L33CGHCC] Share accepted: D=11.545
[2023-04-19 10:12:38.9219] [I] [kyla] [0HMQ0L33CGHCD] Share accepted: D=5.721
[2023-04-19 10:12:42.1961] [I] [kyla] [0HMQ0L33CGHCC] Share accepted: D=11.545
[2023-04-19 10:12:43.6232] [I] [kyla] [0HMQ0L33CGHCD] Share accepted: D=5.721
Beta Was this translation helpful? Give feedback.
All reactions