Questions tagged [java]

Java is a programming language.

Java is a programming language originally developed by James Gosling at Sun Microsystems and released in 1995 as a core component of Sun Microsystems' Java platform.

133 questions
4
votes
3 answers

Check Bitcoin address balance from blockchain

I am a merchant that accepts bitcoins, and I'm building my own desktop client for receiving them in Java. When I receive a transaction, I would like to be able to see in my client how much bitcoin is stored in the address that I am receiving from. I…
user2980492
  • 179
  • 4
1
vote
0 answers

List of crypto currencies built with java?

Is there a list of crypto currencies that was built with Java?
Patoshi パトシ
  • 11,056
  • 18
  • 84
  • 158
1
vote
0 answers

How to use Bitcoinj to authenticate signed messages?

I'd like to authenticate from java code on a website that makes use of javascript/ajax authentication like below: var key = new Bitcoin.ECKey(Crypto.util.hexToBytes(SHA256(password))); var signed_challenge =…
membersound
  • 111
  • 3
1
vote
1 answer

How I can get all adresses from WIF private key?

I use Java and bitcoinj. I have a private key String str="5HpHagT65TZzG1PH3CSu63k8DbpvD8s5ip4nEB3kEsreAnchuDf"; I try to get compress and decompress 2 adresses in this format: 1EHNa6Q4Jz2uvNExL497mE43ikXhwF6kZm …
0
votes
1 answer

How to generate xPub Key from public key in java

I am working on a Bitcoin Wallet, i have public key but can't figure out how can i genrate xPub key from this.
Zombie
  • 548
  • 3
  • 19