I have been trying to send a tx using nodejs for some time now, however the tx only output’s the transaction hash but it is never confirmed or mined, I am using the following params for the same
{
txParams: {
nonce: '0x24b',
from: '0x2FF312a35e4bBD2158997D90CC81bC298059F2D1',
gas: '0xac7b',
gasPrice: '0x12a05f200',
gasLimit: '0x4c4b40',
to: '0xb7F1A82f326751E1F8387b4C54778836BfcEF9b8',
data: '0x289f0fee0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000607b2234383037223a5b343830372c22434f4d504c45544544222c22307834326137653836376133303261396530643732643735623539383836353933373062376366356131343532613336653035656166623130666433383963343235225d7d'
}
}
Please let me know if more information is required. Here are some txs for reference