Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
50469514
Topic
750022
Board
Wallet software
Re: How to use BitcoinJS in a normal website? (not using node.js or anything)
by
dtoan1402
on
05/04/2019, 10:19:40 UTC
Quote from: someguy123 on January 01, 2015, 02:54:01 AM
Quote from: extro24 on December 29, 2014, 03:17:46 PM
Same problem.
For those still having issues, I have a compiled version which works perfectly over here:
https://gist.github.com/Someguy123/49f849d693a063e4fbb2
Test it out like this:
Code:
Generate Random Address
How can i create a key from given hex with bitcoinjs.min.js, i've been looking for it everywhere, & the getAddress() only return compressed address. How can i return uncompressed one or hash160?