We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf5cb5e commit 4d95f8dCopy full SHA for 4d95f8d
ethminer/FarmClient.h
@@ -202,7 +202,7 @@ class FarmClient : public jsonrpc::Client
202
m_lastSolution.restart();
203
t.nonce = m_txNonce;
204
t.receiveAddress = toAddress(m_tokenContract);
205
- t.gas = u256(130000);
+ t.gas = u256(200000);
206
ProgOpt::Load("");
207
m_startGas = atoi(ProgOpt::Get("0xBitcoin", "GasPrice").c_str());
208
m_maxGas = atoi(ProgOpt::Get("0xBitcoin", "MaxGasPrice").c_str());
0 commit comments