questions/blockchain
When you register a user, that user ...READ MORE
You can do this. I have shared ...READ MORE
Delete as admin the channel-artifacts folder, down ...READ MORE
Data that is 'written' in chaincode is ...READ MORE
Try this: print r.json()['address'],' has ', r.json()['n_tx'], 'tr ...READ MORE
As the error suggests, pub/sub is not ...READ MORE
deployer.deploy(password1, password2, deadline, {value: 100, from: accounts[0]}); ...READ MORE
You can do this by passing some ...READ MORE
The problem actually was with the input ...READ MORE
You can view foreign transactions using bitcoind. Set txindex=1 in ...READ MORE
As far as I can understand the ...READ MORE
The identity consists of two main parts: Keys ...READ MORE
A simple solution to avoid this is: module.exports ...READ MORE
Yes, it is possible. You can look ...READ MORE
Hey @aiga, try to add the package ...READ MORE
Looking at your commands again, I figured ...READ MORE
web3j caters for this very use case. It ...READ MORE
I am also facing a similar issue, ...READ MORE
This was a bug. They've fixed it. ...READ MORE
The consensus is achieved in the ordering ...READ MORE
The error says there's some problem finding ...READ MORE
Seems like geth.ipc path is not set. When ...READ MORE
I have the same problem. But with ...READ MORE
In my opinion the cleanest way is: it("should ...READ MORE
After hours of tinkering around I have ...READ MORE
I followed here and it is done. https://github.com/openblockchain/obc-peer/issues/885 Configure ...READ MORE
You can move the second ajax call ...READ MORE
I changed my contract buy function like ...READ MORE
Adding --rpcvhosts=* should solve the issue READ MORE
In Corda, the node will look into ...READ MORE
You can actually connect to the specific ...READ MORE
Is there a way to check a ...READ MORE
All transactions and records in blockchain are ...READ MORE
In its simplest form, the Ethereum wallet ...READ MORE
In the link you mentioned(https://blockchain.info/q), there are ...READ MORE
You are passing tx hash into done() ...READ MORE
Hi, I am also getting the same ...READ MORE
The error: "Certificate not found with AKI 'e729224e8b3f31784c8a93c5b8ef6f4c1c91d9e6e577c45c33163609fe40011' ...READ MORE
There are different ways data privacy in ...READ MORE
This statement is used to publish an event that ...READ MORE
params needs to be an array, try {"jsonrpc":"2.0","method":"eth_se ...READ MORE
When I try to create a genesis block ...READ MORE
Bitcoin puts a cap of 2,400 transactions ...READ MORE
You could simply replace --net=bridge with --net=artifacts_default in your DockerFile. I used ...READ MORE
This is possible for your information but, ...READ MORE
invokeChainCode(securityContext, functionName, args, options) { ...READ MORE
After ran this command java -jar network-bootstrapper-VERSION.jar --dir <nodes-root-dir>.The files is generated.After ...READ MORE
Try this: var result = getUserAtIndex.CallAsync<byte[]>(123) ...READ MORE
Blockhashes are always 64 characters in length. You ...READ MORE
You can get the given hash by ...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.