My name is something really really long and I'm wondering if it is going to let me keep typing and typing and typing and typing and typing and typing and typing, yeah it doesn't seem to be limiting the name I use for github at all. Oh it's limited to 255

Results 16 comments of My name is something really really long and I'm wondering if it is going to let me keep typing and typing and typing and typing and typing and typing and typing, yeah it doesn't seem to be limiting the name I use for github at all. Oh it's limited to 255

Getting the same error, Stratum connects, the miner authenticates, and then stratum disconnects: ``` 05/24/2018 15:58:32 +00:00 [Debug] [StratumServer] [BTC] Stratum client connected: "xx.xx.xx.xx:40288" 05/24/2018 15:58:32 +00:00 [Debug] [MinerManager] [BTC]...

After some debugging, we found that after we changed the user accounts wallet address, it still stored the old address under the user's worker in the `coin_addresses` table in mpos...

That error is in Coiniumserv in `ShareManager.cs` and is a catch-all so it is difficult to say what the error might be: ``` // unlike BlockProcessor's detailed exception handling and...

Potential answer? > Right now Chai is designed as such that only subclasses of Error can be thrown. We believe this is how code should be written. https://github.com/chaijs/chai/issues/1175#issuecomment-407477330

Thanks, I'll take a look. Still would be nice to have a button placed in the list so it's internal to the lib not external.

I'm seeing the same thing. Did you find a resolution?

It appears the sdk does not support Lambda + Api Gateway out of the box, like [the docs suggest](https://github.com/actions-on-google/actions-on-google-nodejs#aws-lambda-api-gateway), it returns an object with additional properties (status, body, etc.). You...

Have a look at this post: [cannot-set-gopath-on-mac-osx](https://stackoverflow.com/questions/21499337/cannot-set-gopath-on-mac-osx) All I needed to do was to make sure my GOPATH environment variable was set, then restart the terminal.

pubkey.py is for generating a public key from a private key. First you need to generate a private key (pretty much any SHA256 hash digest will do). Example: ``` $...

@benzispawn I think you are running it in your local time (Brasilia Standard Time) which does not observe daylight savings, correct? Therefore, you most likely wouldn't see this issue. The...