Peter Ryszkiewicz

Results 25 comments of Peter Ryszkiewicz

Please review and merge @floodyberry :+1:

I think we should put a soft limit on `int tipsToApprove`. Potential CPU DOS attack otherwise.

I had the same issue. dotgpg should gracefully handle this instead of crashing. I fixed it with `brew install gpg`, as said in the Getting Started chapter. Looks like an...

Sorry, I meant for that to be a direct message from the bot telling you your balance. It already sends a DM confirming your tip, so I figured we could...

Cool! My temp fix was just to have my https node be the default, but we could balance the load if it selected a random node.

When you connect to https nodes, you must serve the webpage over https. Do you happen to be serving over http? If so, you can point to the http nodes....

Like I said, I block untrusted origins which is why you are getting a 403 from my node. You should be able to connect to one of the other nodes...

As an alternative, I've created npm friendly wrappers for curl which may be used as so: ``` npm install curl-transaction-core curl-transaction-webgl2-impl ``` Then in code: ``` import curlTransaction from 'curl-transaction-core'...

This library's `overrideAttachToTangle`/PoW seems to be broken; I have a workaround here: https://github.com/pRizz/iota.transactionSpammer.js/blob/9ad59895a846849adf344de9d0d52b0ff83b8e2c/src/transactionSpammer.js#L224