Tarmo

Results 11 comments of Tarmo

On another Windows 8.1 Pro (Intel Core2 Duo 64bit x64) computer, the game starts fine, but the dedicated server still throws similar error, so maybe it's not an issue with...

Good news, I messed around with WinDbg and figured out that the problem with game hanging on start-up was related to OpenGL Intel Graphics Driver (ig4dev32.dll). I re-installed it, even...

I don't get that THREAD error anymore with the new version, so I guess this issue can be closed now. But then again, maybe I don't get that error because...

Works when connecting, but after restarting GOG Galaxy, it forgets the SteamID and doesn't accept any, until closing the prompt and re-connecting.

But how is then the Javascript API sdk_key any safer? https://github.com/500px/500px-js-sdk It seems to work when I make a jQuery call without using the SDK itself. There doesn't seem to...

Uploading from URL would have 2 benefits when building tools to import pictures from other photo-sharing sites: - Bandwidth - No need to download the file to your own computer...

Running this `cp .env.testnet .env` will now switch to testnet https://github.com/byteball/headless-obyte/commit/6662f614ef8fdde2ffdc20ccfcfc489f4e0583cb

I used empty passphrase and these worked for me: `echo -n '' | node start.js` - powershell `echo -ne '\n' | node start.js` - unix shell

There is no longer need to use special commands for wallets that are not encrypted with passphrase. If you used empty passphrase or wish not to have passphrase then now...

It should be possible to transfer the funds out without fully synced, you just need to use light node. I don't know if it is safe to change `bLight` on...