cryptocoin
cryptocoin copied to clipboard
JavaScript library for crypto currencies like Bitcoin and Litecoin.
Hello, I was wondering if with any of your packages it is possible (and how) to mine any cryptocurrency including bitcoin. I am studying mining with javascript but I am...
When I call `cryptocoin.secureRandom(bytes)` in browsers that support `crypto.getRandomValues(clampedArray)`, I get the error `Error: Your browser does not support window.crypto.` The node module `secure-random` looks for `globals.crypto`, but is unable...
What is the status of the project? To my knowledge the key to coin address differentiation is the address prefix at creation and all other wire protocols are the same....
A good demo project would be to create a deterministic wallet for an alltcoin ala sparecoins and kryptokit.
I like your way of organizing different bitcoin releated stuff into modules, but i wonder why is btc-address part of another modules. I want to integrate some more functionality, basicly...