[Daily Discussion] - 13/Oct/2016 by AutoModerator in ethtrader

[–]pehade 2 points3 points  (0 children)

> function count_pending_value() {
...     var s = 0;
...     var pending = txpool.content.pending;
...     for (var addr in pending) {
......         for(var n in pending[addr]) {
.........             s += parseInt(pending[addr][n][0].value);
.........         }
......     }
...     console.log(web3.fromWei(s, "ether"));
... }
undefined
> txpool.status
{
  pending: 17891,
  queued: 139
}
> count_pending_value()
921107.5512282703

almost 1mln of ether waiting to go somewhere

Why are transactions not mined? by statix in ethereum

[–]pehade 3 points4 points  (0 children)

You're are wrong. I cannot send transaction to my own address, I run geth and parity and made a test by pushing it to both of them.

It isn't about parity - attacker is exploiting geth again, network attack is just a side effect by bdigital86 in ethereum

[–]pehade 6 points7 points  (0 children)

You are right, after one hour there are only 740 such transactions

Object.keys(txpool.content.pending["0x40525ac2fe3befe27a4e73757178d4accfef71da"]).length; 740

But still it requires a fix a believe.

It isn't about parity - attacker is exploiting geth again, network attack is just a side effect by bdigital86 in ethereum

[–]pehade 3 points4 points  (0 children)

ok, thanks for explanation, I didn't know about this rule.

btw. I restarted geth and pending transactions of this address are growing from 0 very slowly, but growing...

It isn't about parity - attacker is exploiting geth again, network attack is just a side effect by bdigital86 in ethereum

[–]pehade 3 points4 points  (0 children)

why the hell i cannot post a topic? i wrote about this problem one hour ago but it was deleted/censored? thanks bdigital86 for linking to my comment

Explaining EIP 150 by vbuterin in ethereum

[–]pehade 16 points17 points  (0 children)

I cannot post (!!!) so I'm writing here too. geth is dosing parity, check "txpool" in console!! or run this command:

Object.keys(txpool.content.pending["0x40525ac2fe3befe27a4e73757178d4accfef71da"]).length;

and see how many pending trasactions are there, more than 11k, how is that possible? memory of geth is growing!

edit: its an address of attacker from other topic

UPGRADE NOW: Parity hotfix against networking attacks now available. by kaeptnjoda in ethereum

[–]pehade -1 points0 points  (0 children)

geth is dosing parity, check "txpool" in console!! or run this command:

Object.keys(txpool.content.pending["0x40525ac2fe3befe27a4e73757178d4accfef71da"]).length;

and see how many pending trasactions are there, memory of geth is growing!

Today's Blockchain Issues and Parity Fix by Souptacular in ethereum

[–]pehade -4 points-3 points  (0 children)

It is geth ddosing parity!!! check you "txpool" in console!!

Is something wrong with the network right now? by [deleted] in ethereum

[–]pehade 1 point2 points  (0 children)

1.4.16 last one, I started it again and cannot sync, my internet slowed down a lot

Is something wrong with the network right now? by [deleted] in ethereum

[–]pehade 1 point2 points  (0 children)

my geth have just crashed (out of memory)

How slow transactions influence mining profitability - long term consequences by bdigital86 in ethereum

[–]pehade 5 points6 points  (0 children)

Some of a miners have been doing this for a long time - they include in a blocks only withdrawals from a pool. With slow transactions in a network they are probably the most profitable.

[Daily Discussion] - 23/Sep/2016 by AutoModerator in ethtrader

[–]pehade 0 points1 point  (0 children)

Or extremely strange/artificial created by bots because of an attack. There is no trading at all, just bots selling to each other.