Questions tagged [bitcoin]

If you have any general questions about Bitcoin, feel free to inquire on bitcoin. Bitcoin operates as a decentralized digital currency without the need for a central authority overseeing transactions. Only programming-related inquiries regarding Bitcoin are permitted in this forum.

Collect all wallet objects and store them in an array of objects within BitGO for Bitcoin

My Setup: Using the Mongoose module to handle all MongoDB operations, we generate and store a wallet inside a Mongo collection for each new user. METHOD: By using User.find({}, function(err, docs) {, we can retrieve each user object. User.find({}, functi ...

Create a unique Bitcoin address using a derivation scheme

Starting with a derivation scheme that begins with tpub... for the testnet, I am looking to generate bitcoin addresses from this scheme. I also need a method that will work for the mainnet. Is there a library available that can assist me with this task? ...

Discovering a BTC address using a public key with node js

My apologies for any language barriers! Is there a way to decode the hexadecimal public key from a BTC signature script into a string address using node js? For instance, if I have this hex public key: 03745AAAF364030720B2D14DE50A3310EEF521C91E36353DCA2 ...

Cryptocurrency price tracker with sleek Bitcoin symbol and FontAwesome icons

My assignment involved creating a function that retrieves Bitcoin trades from a JSON URL, allows users to change the interval with buttons, uses fontawesome arrows to indicate rate changes (up/down/no change), and displays the data on a website. Everythin ...

The Angular 4 framework is a powerful tool for web development, offering

While attempting to iterate over an array, I noticed that the DOM is displaying [ object Object] instead of the desired information. Some sources suggested using Stringify to display the info, but it's not possible to iterate over a string. Any assistance ...