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