questions/blockchain
Try this: truffle unbox webpack READ MORE
You need to have double \ for ...READ MORE
You are missing the double-spending problem. If ...READ MORE
You can get the current block number ...READ MORE
pragma solidity ^0.4.0; import "github.com/OpenZeppelin/zeppelin-solidity/contracts/math/SafeMath.sol"; contract MathExtended { ...READ MORE
As per the article, the method used ...READ MORE
Coin is defined here: https://github.com/bitcoin/bitcoin/blob/master/src/amount.h#L16 static const CAmount COIN ...READ MORE
As of yet, it isn't supported by ...READ MORE
Have a look at EIP165. It allows you ...READ MORE
This is a problem with vagrant 1.9.3: You ...READ MORE
Try this <script src="//js.pusher.com/2.2/pusher.min.js" type="text/javascript"></script> <script type="text/javascript"> var pusher = ...READ MORE
Not only do I think this will ...READ MORE
You can use blockchain.info API: URL: https://blockchain.info/ticker Response: { "USD" : ...READ MORE
They are in magical variable msg. The function ...READ MORE
Transactions are first, verified by the miners, and ...READ MORE
You have specified query as parameter to method and function but if you ...READ MORE
The problem is that Uglify mangles too ...READ MORE
The better way to do so is ...READ MORE
I have been trying to generate a Nano ...READ MORE
If you are looking for books. If ...READ MORE
Organizations that offer online wallets aren't obligated ...READ MORE
I want to use some certificateless mutual ...READ MORE
I would suggest, that instead of dividing ...READ MORE
Difficulty is a property of the blockchain, ...READ MORE
I am working on a blockchain based ...READ MORE
You are using -v as your option ...READ MORE
TL;DR; This code simply defines the start ...READ MORE
i created 6 nodes whit one node ...READ MORE
Try running the truffle commands as root. ...READ MORE
The problem is that the miner you ...READ MORE
Instead of attaching to an individual transaction ...READ MORE
To answer your doubt, the "starter network" ...READ MORE
Hi can, i know how you implemented ...READ MORE
when i create channel it showing error READ MORE
I am a beginner in Blockchain and ...READ MORE
The use of the IBFT consensus involves ...READ MORE
Use this command to start miner: miner.start() To stop ...READ MORE
In your registry, you can Base64-ify your ...READ MORE
I have found a solution by doing ...READ MORE
Hey, there is a thread for the ...READ MORE
Using > instead of >= is a ...READ MORE
Does deploying a contract mean creating a ...READ MORE
Yes, it is possible. Peers from different ...READ MORE
Try the following: Create index.js with the ...READ MORE
An example of converting EUR to USD ...READ MORE
You are missing the closing parenthesis: hashlib.sha256(self.index + ...READ MORE
I am implementing a project in ethereum. ...READ MORE
Works fine for me: pragma solidity ^0.4.0; contract Test ...READ MORE
You can get bitcoins for free for ...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.