questions/blockchain/page/22
You can use btoa() and atob(). btoa() is like base64_encode() and atob() like base64_decode(). Here is an example: btoa('Some ...READ MORE
Most likely the first byte is not ...READ MORE
Creating arrays with variable length in memory ...READ MORE
This is the fix: $(document).ready(function () { ...READ MORE
public static String btcvalue(){ ...READ MORE
You need to have a from and ...READ MORE
You can't claim BCH without knowing private ...READ MORE
You're hashing the string when you're supposed ...READ MORE
Try a clean install of node again npm ...READ MORE
You are not connecting to the right ...READ MORE
From ZF2's documentation at http://framework.zend.com/manual/2.3/en/modules/zend.i18n.view.helpers.html I found the following ...READ MORE
Try this code: .smallUnitBox { ...READ MORE
Bitcoin puts a cap of 2,400 transactions ...READ MORE
Looking at the source code from ericsomdahl/python-bittrex For the buy_limit function ...READ MORE
Here is a code that works: require 'open-uri' require ...READ MORE
Use AJAX. It will be easier to ...READ MORE
In your for-loop: for (int k = b256.Length ...READ MORE
If the file with the passwords is ...READ MORE
Set a variable in global scope and ...READ MORE
Installing autoconf and automake would solve the ...READ MORE
To connect all your nodes with all ...READ MORE
bcmath module can help you bcmod(bcdiv("0.7", "0.001"), "10"); // ...READ MORE
You have to mention on which network ...READ MORE
This code will work: <?php try ...READ MORE
I saw a code online that was ...READ MORE
Check the blockchain api. it should be $Blockchain ...READ MORE
I had the same issue and got ...READ MORE
To get transaction details like Block Hash ...READ MORE
First try: sudo apt-get install --reinstall ca-certificates If ...READ MORE
if(VolumeInBTC < 0.5){ ...READ MORE
I found the problem, it was actually ...READ MORE
The problem could be because of the ...READ MORE
Any particular reason for following slightly older ...READ MORE
The unexpected result is due to encoding. For ...READ MORE
I have implemented a similar feature and ...READ MORE
Yes if your transaction was lucky enough ...READ MORE
You need to have double \ for ...READ MORE
Integers in Elixir are arbitrary precision integers, ...READ MORE
Here’s the working code: int generatePem(char **pem) { ...READ MORE
The checkSum field is mandatory and fellow ...READ MORE
I have an example here for web3js ...READ MORE
Give the RPC (--rpc) option when you ...READ MORE
This is related to a pybitcointools bug where the ...READ MORE
You can get the new version of ...READ MORE
I am assuming that by hardcoded nodes ...READ MORE
First, your sendMoney() call is stored into ...READ MORE
This should work: BlockStore blockStore = new MyCustomBlockStore(NETWORK_PARAMETERS); blockStore.getChainHead(); blockChain ...READ MORE
When you run the command: peer channel create ...READ MORE
To get started developing Java chaincode Ensure you ...READ MORE
For tracking changes you may simply save ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.