Marvin

Results 17 comments of Marvin

Thanks for your submission, I just tried everything exactly like you did **but** running the node remotely. (my system: MacOS Mojave) script: ``` var fs = require('fs'); var ca =...

Maybe your way to "allow" IP's is wrong there? I check an example config and there it is noted like this: ``` # By default, only RPC connections from localhost...

Please give us a short feedback, if everything is working for you so we can mark it as resolved. Thank you 👍

The upgraded version of this library will include short examples. Please hold on or have a look into: #13

There's no simple option right now, but there's this: https://github.com/vergecurrency/vWallet/blob/develop/src/crypto/Key.ts

```js // import that module as crypto (https://github.com/vergecurrency/vWallet/blob/develop/src/crypto/Key.ts) const privateKeyBuffer = crypto.generateRandomSeed() // your private key :) const pubKeyBuffer = crypto.getPublicKeyFromPrivateKey(privateKeyBuffer) const pubKeyHash = crypto.getPublicKeyHash(pubKeyBuffer) // pubKeyHashVersion (number): 0x1e const...

@signavio-fghedina is this PR still valid and needed or may it be closed?