Dollebrekel
New member
I forked dash 0.14
The blockchain is up and running. I can connect miners on the blockchain and I have my own miningpool (NOMP software)
I can connect the miners to the pool and it works flawless.
Right now I want to get a masternode running. I did every step. The last step where I need to submit my signed message (protx register_submit tx sig) I recieve the next error "bad-tx-type (code16) (code)"
I tried to find a solution on the internet. What I have seen that DIP3 needs to be activated with spork 15.
This is my outcome with blockchaininfo and spork active
},
"dip0003": {
"status": "started",
"bit": 3,
"period": 4032,
"threshold": 3226,
"windowStart": 4032,
"windowBlocks": 879,
"windowProgress": 0.2724736515809051,
"startTime": 1546300800,
"timeout": 1577836800,
"since": 4032
},
{
"SPORK_2_INSTANTSEND_ENABLED": true,
"SPORK_3_INSTANTSEND_BLOCK_FILTERING": true,
"SPORK_5_INSTANTSEND_MAX_VALUE": true,
"SPORK_6_NEW_SIGS": false,
"SPORK_9_SUPERBLOCKS_ENABLED": false,
"SPORK_12_RECONSIDER_BLOCKS": true,
"SPORK_15_DETERMINISTIC_MNS_ENABLED": false,
"SPORK_16_INSTANTSEND_AUTOLOCKS": false,
"SPORK_17_QUORUM_DKG_ENABLED": false,
"SPORK_19_CHAINLOCKS_ENABLED": false,
"SPORK_20_INSTANTSEND_LLMQ_BASED": false
}
Has anyone a solution how I can fix this with NOMP pool software or anything else to solve the "bad-tx-type (code16) (code)" issue?
The blockchain is up and running. I can connect miners on the blockchain and I have my own miningpool (NOMP software)
I can connect the miners to the pool and it works flawless.
Right now I want to get a masternode running. I did every step. The last step where I need to submit my signed message (protx register_submit tx sig) I recieve the next error "bad-tx-type (code16) (code)"
I tried to find a solution on the internet. What I have seen that DIP3 needs to be activated with spork 15.
This is my outcome with blockchaininfo and spork active
},
"dip0003": {
"status": "started",
"bit": 3,
"period": 4032,
"threshold": 3226,
"windowStart": 4032,
"windowBlocks": 879,
"windowProgress": 0.2724736515809051,
"startTime": 1546300800,
"timeout": 1577836800,
"since": 4032
},
{
"SPORK_2_INSTANTSEND_ENABLED": true,
"SPORK_3_INSTANTSEND_BLOCK_FILTERING": true,
"SPORK_5_INSTANTSEND_MAX_VALUE": true,
"SPORK_6_NEW_SIGS": false,
"SPORK_9_SUPERBLOCKS_ENABLED": false,
"SPORK_12_RECONSIDER_BLOCKS": true,
"SPORK_15_DETERMINISTIC_MNS_ENABLED": false,
"SPORK_16_INSTANTSEND_AUTOLOCKS": false,
"SPORK_17_QUORUM_DKG_ENABLED": false,
"SPORK_19_CHAINLOCKS_ENABLED": false,
"SPORK_20_INSTANTSEND_LLMQ_BASED": false
}
Has anyone a solution how I can fix this with NOMP pool software or anything else to solve the "bad-tx-type (code16) (code)" issue?