Matt Pass

Results 14 comments of Matt Pass

Tried your fiddle and same result (in IE10 plus Chrome and Firefox, both latest). To this this: view your fiddle, select text and hit Delete or Backspace to clear it,...

Hope it's OK to ask here (as the README.md didn't explain it) - how was Python added? My process: `docker run ... -ti --entrypoint "bash" ...` to get a prompt...

I discovered I need to add `BR2_PACKAGE_PYTHON3=y` to `v86_defconfg` ...that'll include Python. However, it doesn't seem to produce a working ISO for v86, it panics with errors such as `libv86.js:704...

@kirgy @andrew glad to see my issue has got some focus again. My suggestions above where just that and open to further ideas - just thinking about how else the...

Notes courtesy of Littlefoot also: Halving interval i think is in https://github.com/BTCPrivate/BitcoinPrivate/blob/master/src/chainparams.cpp#L311 and so is the diff bomb Looks like this would have to be changed before any merge too...

I have been advised and so noting it here that we should perform lengthy calculations on the block reward change to be sure it’s properly set up to coincide with...

This is the code mentioned above: https://github.com/BTCPrivate/BitcoinPrivate/blob/6c8ed84c5185fa522b57e08d1494bab2020da39a/src/main.cpp#L1440 Always a good idea to point code out with the URL and line number(s) where possible 😀

Thanks @ajmal017 but I don't have it identifying any links in the code? You can drag and drop filenames in to paste those paths, but that's about it? (Unless I've...

Below is a list of RPC calls from latest Bitcoin codebase, taken from https://bitcoin.org/en/developer-reference#rpcs. It would be very useful to have people check these off as they're confirmed as fully...

Reminder for the future re this comment: https://github.com/BTCPrivate/BTCP-Rebase/commit/5b682bf399bbba121c52d7f13eca5b9466914427#r30912654