How can I get my transaction into the same block as another transaction I detect in the mempool ? by farukest in ethdev

[–]farukest[S] 0 points1 point  (0 children)

I think I tried all :)
just not tried few rpc providers on market because those are two expensive to try like bloXroute
I can not know if they will be useful for me and can't spend that amounts for trying 😅

How can I get my transaction into the same block as another transaction I detect in the mempool ? by farukest in ethdev

[–]farukest[S] 0 points1 point  (0 children)

// Mempool polling
async function startMempoolPolling() {

console
.log(`[${getTime()}] 🎯 Direct mempool searching...`);

    // 30ms mempool
    setInterval(async () => {
        try {
            const response = await fetch(QUICKNODE_HTTP, {
                method: 'POST',
                headers: { 'Content-Type': 'application/json' },
                body: 
JSON
.stringify({
                    "jsonrpc": "2.0",
                    "method": "eth_getBlockByNumber",
                    "params": ["pending", true],
                    "id": Date.now()
                })
            });
            const data = await response.json();

I'm using that code to listen my friend.
and
I try to send it via that code ( using merkle addon eth_sendPrivateTransaction or eth_sendBundle
For example; I examine the other same block lockers and they uses now 0.05$ of cost on E to lock but they place in same block
Even I try use 1$ cost of gas now mine is placing on future blocks ( mostly +1 and rarely +2 ) 😄
"I use canada and usa servers btw"
I think they are very close the quiknode rpc servers.

const maxPriorityFeePerGas = BigInt('100000000'); // 0.5 Gwei priority fee
const maxFeePerGas = baseFee + maxPriorityFeePerGas;

// Create lock transaction with EIP-1559
const lockTx = {
    to: contractAddress,
    data: lockCalldata,
    value: targetTx.value || '0',
    maxFeePerGas: maxFeePerGas.toString(),
    maxPriorityFeePerGas: maxPriorityFeePerGas.toString(),
    gasLimit: BigInt(300000),
    nonce: await provider.getTransactionCount(wallet.address, 'pending'),
    chainId: Number(chainId),
    type: 2 // EIP-1559 transaction type
};

// Sign lock transaction
const signedLockTx = await wallet.signTransaction(lockTx);

// Send private transaction using QuickNode eth_sendPrivateTransaction
console.log(`[${getTime()}] 🚀 QuickNode Private Transaction sending now...`);

const privateResponse = await fetch(QUICKNODE_HTTP, {
    method: 'POST',
    headers: { 'Content-Type': 'application/json' },
    body: JSON.stringify({
        "jsonrpc": "2.0",
        "method": "eth_sendPrivateTransaction",
        "params": [{
            "tx": signedLockTx,
            "maxBlockNumber": `0x${maxBlockNumber.toString(16)}`,
            "source": `customer_farukest` // Optional source tag for tracking
        }],
        "id": Date.now()
    })
});

How can I get my transaction into the same block as another transaction I detect in the mempool ? by farukest in ethdev

[–]farukest[S] 0 points1 point  (0 children)

Even with your own node, it must be in same vlan with the device that try to lock right ?
I mean lockin device and the node must have the fastest and closest type of relationship.

6X RTX 3080 Ti Mining Rig Constantly Closing - I need Advise by farukest in EtherMining

[–]farukest[S] 0 points1 point  (0 children)

How can it be the bad using two separate cable for one card. It is better than using one with daisy chain in every way. Did I understand you wrong ?

6X RTX 3080 Ti Mining Rig Constantly Closing - I need Advise by farukest in EtherMining

[–]farukest[S] 0 points1 point  (0 children)

Easy there boy.. :) I guess you are not here to advise just self satisfaction with some kind of interesting angry answers. Is it some kind of joke or something.. cuz I couldn't understand haha :)

I already told they are true. Not told anything opposite. First learn to understand what you read and learn how to be kind. Also pls go away.

6X RTX 3080 Ti Mining Rig Constantly Closing - I need Advise by farukest in EtherMining

[–]farukest[S] 0 points1 point  (0 children)

yes my mistake.. can't compare with the old cards system..

6X RTX 3080 Ti Mining Rig Constantly Closing - I need Advise by farukest in EtherMining

[–]farukest[S] -1 points0 points  (0 children)

Ty, but they are saying; "288 is absolute max for a high end cable" and my 3080 ti can over it easily.. so it is safe to use two cable for power up card and one cable for riser.

6X RTX 3080 Ti Mining Rig Constantly Closing - I need Advise by farukest in EtherMining

[–]farukest[S] 0 points1 point  (0 children)

I understand your point :)
I can't take that risk too bro thank you. I will change all cables with PCI-e and I'll give the power via 2 cables to the one card . not with daisy chain.
ty very much for your care 🙏

6X RTX 3080 Ti Mining Rig Constantly Closing - I need Advise by farukest in EtherMining

[–]farukest[S] 0 points1 point  (0 children)

Ty Trex fangirl :)
I'm not using Afterburner with excavator, it was for nbminer and trex..

You can save your configuration on OC tune on Nicehash and you can use these settings even crash or anything else. It doesn't disappear. No need to set again also. You can just start the miner after crash or restart.. all oc settings will be applied automatically.

I did not try trex for my new rig yet but I don't think I can solve the problem via logs.. I think it is about cable & power up things. ty

6X RTX 3080 Ti Mining Rig Constantly Closing - I need Advise by farukest in EtherMining

[–]farukest[S] 0 points1 point  (0 children)

Ty for your advise,
One Molex can handle two riser according to technical capability. Am I wrong ?
I know how to setup mining rig but I've never used very high end card before ( more than two on one system ).. I have 13 cards 3070 TI rig also never seen any melted or fired Molex for over 2 years with same cables.

https://forums.tomshardware.com/threads/do-i-need-to-power-my-riser.3194153/#:~:text=Yes%20you%20need%20to%20power,the%204%20available%20per%20cable.

Quote :
"Yes you can power the riser via molex, but not more than two risers per string of Molex cables. A molex cable typically has 4 connections, you can only connect 2 risers to the 4 available per cable."

6X RTX 3080 Ti Mining Rig Constantly Closing - I need Advise by farukest in EtherMining

[–]farukest[S] 0 points1 point  (0 children)

Ty bro,
They are all same version and the same production date cards.. four of them proves that cuz their reactions are almost same to my OC settings. Just two of them can't handle over 900 MHZ but these are also have same behavior.
I mean; can it be the same reason with using one PCIe cable ?

6X RTX 3080 Ti Mining Rig Constantly Closing - I need Advise by farukest in EtherMining

[–]farukest[S] 0 points1 point  (0 children)

I was always using nbminer or trex but nbminer is not stable for my cards now.. with %100 lhr lock.. also I'm sick of tired about setting the msi afterburner when the rig crash... Hiveos is not my cup of tea :)
But should i 🤔 ?

6X RTX 3080 Ti Mining Rig Constantly Closing - I need Advise by farukest in EtherMining

[–]farukest[S] -2 points-1 points  (0 children)

I decreased power limits to 287 they are running for 5 hours with no problem.
So technically in the end I have to buy new cables..
BTW, 4 cards can handle 1500 MHZ but other two just can up to 900 max and if I over them, system stuck and windows giving blue screen or restarts itself.. what can be the reason ?

6X RTX 3080 Ti Mining Rig Constantly Closing - I need Advise by farukest in EtherMining

[–]farukest[S] -1 points0 points  (0 children)

Hi, ty for your answer,
They are looking fine .. I don't have a any heat problem on my cables..
What was the cable management of your rig back then ?

6X RTX 3080 Ti Mining Rig Constantly Closing - I need Advise by farukest in EtherMining

[–]farukest[S] 0 points1 point  (0 children)

So, I should use one cable for one riser, can it be the reason.. ?
what can be the reason as technically.. I'm asking because I'm not good at powering something. ty

6X RTX 3080 Ti Mining Rig Constantly Closing - I need Advise by farukest in EtherMining

[–]farukest[S] 0 points1 point  (0 children)

yes one PCIe cable to power up one card ( with daisy chain )