Please login or register.

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! :)
Replies: 6
arnuschky edited 8 years ago Replies: 1 | Weight: -512 | Link [ - ]

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?

Reply to: arnuschky
onemorexmr edited 8 years ago Replies: 1 | Weight: -512 | Link [ - ]

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

Reply to: onemorexmr arnuschky
arnuschky edited 8 years ago Replies: 2 | Weight: -512 | Link [ - ]

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?

Reply to: arnuschky onemorexmr arnuschky
onemorexmr edited 8 years ago Weight: -512 | Link [ - ]

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)

Reply to: arnuschky onemorexmr arnuschky
arnuschky edited 8 years ago Replies: 1 | Weight: -512 | Link [ - ]

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.

Reply to: arnuschky arnuschky onemorexmr arnuschky
onemorexmr edited 8 years ago Weight: -510 | Link [ - ]

sorry.. i did misunderstand you be aware it only shows incoming transactions.