There is apparently a fork by roosmaa that allows to see unconfirmed transactions (ie, it allows to peek into bitmonerod's mempool). Does anyone have more information about this fork?
Interesting forks
It's hard to keep track of interesting forks on github. Therefore, let's start a list of interesting forks of monero! (I maintain a similar list for bitcoin here.)
- nothing yet - please add! :)
fork works nice... but its incredible slow..
xmr.k1024.de - i have made a small web ui for it if you want to give it a try
Thanks, nice service! Admittedly, I am a bit unclear about what it does. :) It seems to be a block explorer, no? Does it list unconfirmed transactions? Which part is slow?
Regarding roosmaa's patches: are they at https://github.com/roosmaa/bitmonero on the master branch? I couldn't find anything - is there some documentation somewhere?
roosmas patch shows all incoming transaction for any given address+viewkey pair. thats what xmr.k1024.de does: using his fork to show the incoming transactions. it has to scan the whole blockchain for this to work - so i queue all attemps and only allow one scan at a time.
one scan takes about a few hours (and it is not even fully synched yet)
Never mind, I found it. Branch is called cryptoname
at https://github.com/roosmaa/bitmonero.
There's a new RPC call get_account_txs
that returns all transactions for a given account (address & viewkey).
This includes unconfirmed transactions.
sorry.. i did misunderstand you be aware it only shows incoming transactions.