h4x3rotab

Results 45 comments of h4x3rotab
trafficstars

Ah, just got it. But shouldn't it be [height-limit+1, height-1]? BTW, I'm trying to convert all the float operations to fixed point. The exponent is the most hard one.

Just finished the first implementation. The constants and the details may need to be further adjusted. The implementation is based on fixed point calculation and use Tyler series to calculate...

T/200: Opps! Mistake caught. Series expansion: Compared with expl. If negative ST is allowed, it can be tweaked a little bit to work. It has been a few weeks since...

Thank you! I will send you a dump of testnet timestamps and difficulties tomorrow. On Tue, May 1, 2018 at 8:30 PM zawy12 wrote: > BTC candy tells me this...

https://github.com/BTCGPU/BTCGPU/pull/296/commits/a3c8d1a0048fc3027c68abb41086fbb1224d0a1b I'm on boarding :)

Here is the Python implementation of LWMA algo in Bitcoin Gold: ```python def BTG_LWMA(height, timestamp, target): # T= T = 600 # height -1 = most recently solved block number...

Turned out it's due to a field too short. A change to the table schema is needed. After a quick change, the job is still broken though.

I've made a concept validation demo: https://github.com/h4x3rotab/neovim-dot-app/commit/a14129a6597c6fe755685e7ccd64d760aa0745f8 Here is how I tested it: 1. Run a neovim with `NVIM_LISTEN_ADDRESS=127.0.0.1:6669` on remote machine. 2. Forward the remote port to local by...

How is it going? I think this feature is extremely useful