Most viewed questions in Blockchain

0 votes
1 answer

Ethereum Mist: Compiling Error with sha3

First run: npm install sha3 and then sudo ...READ MORE

Oct 24, 2018 in Blockchain by Omkar
• 69,210 points
931 views
0 votes
1 answer

Not able to migrate contract in Truffle: Error: No network specified. Cannot determine current network

Make these entries in truffle.js file: module.exports = { ...READ MORE

Nov 30, 2018 in Blockchain by Omkar
• 69,210 points
926 views
0 votes
1 answer

What is the difference between creating a new solidity contract with and without the `new` keyword?

You cannot omit new keyword for creating ...READ MORE

Oct 8, 2018 in Blockchain by Omkar
• 69,210 points
926 views
0 votes
1 answer

How can I modify hyperledger's blockchain endorsement policy?

The number of peers is of lesser ...READ MORE

Jun 4, 2018 in Blockchain by Shashank
• 10,400 points
926 views
+1 vote
2 answers

Challenge while setting up Hyperledger Fabric 1.0 in Ubuntu 16.04

The rocksdb error you're seeing wouldn't be ...READ MORE

Mar 27, 2018 in Blockchain by ned_crew
• 1,610 points

edited Jun 8, 2020 by Sirajul 926 views
+4 votes
3 answers

What type of database is blockchain?

Blockchain is a distributed database. what makes ...READ MORE

Mar 30, 2018 in Blockchain by Christine
• 15,790 points
925 views
0 votes
2 answers

Warning: Using contract member “balance” inherited from the address type is deprecated. Solidity

Alternatively you could assign this to a local variable ...READ MORE

Oct 3, 2018 in Blockchain by Rustom
924 views
0 votes
1 answer

Why do I require fabric-kafka and fabric-order containers in same network?

There are three ordering services, as you ...READ MORE

Dec 6, 2018 in Blockchain by Perry
• 17,100 points
922 views
0 votes
1 answer

Hyperledher: How to convert formControlName value to JSON Format?

<textarea [ngModel]="offers[0] | json" formControlName="offers" class="form- ...READ MORE

Nov 12, 2018 in Blockchain by Omkar
• 69,210 points
922 views
0 votes
1 answer

How to interact with blockchain using Java web app?

You can interact with the blockchain using ...READ MORE

Jul 16, 2018 in Blockchain by digger
• 26,740 points
922 views
0 votes
1 answer

Hyperledger Fabric: How to ping network using program?

// http://nodejs.org/api.html#_child_processes var sys = require('sys') var exec = ...READ MORE

Nov 9, 2018 in Blockchain by Omkar
• 69,210 points
919 views
0 votes
1 answer

How to create address in BitcoinLib.

Regarding this specific library and assuming that ...READ MORE

Aug 21, 2018 in Blockchain by digger
• 26,740 points
919 views
0 votes
1 answer

OpenSSL i2o_ECPublicKey not working

When your right something in the buffer, ...READ MORE

Aug 17, 2018 in Blockchain by digger
• 26,740 points
919 views
0 votes
1 answer

Crypto algorithm list

The learning here is that cyphers and ...READ MORE

Apr 7, 2022 in Blockchain by Aditya
• 7,680 points
918 views
+1 vote
1 answer

Unable to convert variable to GMP when initializing Bitpay client class (Laravel)

Bitpay automatically uses the encrypted file store, ...READ MORE

Sep 10, 2018 in Blockchain by slayer
• 29,350 points
918 views
0 votes
1 answer

Retrieve epay.info Balance with VBA and Excel

This code should log you in, provided ...READ MORE

Sep 5, 2018 in Blockchain by digger
• 26,740 points
916 views
0 votes
1 answer

Not able to run Bitcoin’s autogen.sh file.

Installing autoconf and automake would solve the ...READ MORE

Aug 22, 2018 in Blockchain by slayer
• 29,350 points
915 views
0 votes
1 answer

Not able to execute fabcar demo in Hyperledger

This can be solved by deleting directory ...READ MORE

Jul 24, 2018 in Blockchain by charlie_brown
• 7,720 points
914 views
0 votes
1 answer

How do I use hyperledger fabric blockchain to build my own application?

To use fabric I would recommend you ...READ MORE

May 17, 2018 in Blockchain by Johnathon
• 9,090 points
914 views
0 votes
1 answer

How to check payment in Blockchain.info wallet?

The above error is probably occurring due ...READ MORE

Aug 21, 2018 in Blockchain by Perry
• 17,100 points
912 views
0 votes
1 answer

Base58 encoding in ruby?

Seems like a hexadecimal number is stuck ...READ MORE

Aug 22, 2018 in Blockchain by digger
• 26,740 points
911 views
+1 vote
1 answer

What problem does pow(proof of work) solves in blockchain?

Proof of Work: When a miner gets a ...READ MORE

Aug 6, 2018 in Blockchain by digger
• 26,740 points
911 views
0 votes
1 answer

python3 pip not working

The name of your package in PyPI ...READ MORE

Sep 4, 2018 in Blockchain by slayer
• 29,350 points
910 views
0 votes
0 answers

how to Build Bitcoin address and balance database?

How to build Bitcoin Address and Balance ...READ MORE

Jul 25, 2019 in Blockchain by Raj
• 180 points
908 views
0 votes
1 answer

Not able to generate WIF from extended private key

I found the answer to this in the ...READ MORE

Aug 29, 2018 in Blockchain by digger
• 26,740 points
908 views
0 votes
1 answer

Unboxing truffle: Shows error: Stopping to prevent overwriting data.

As mentioned in the error: unboxing or ...READ MORE

Dec 1, 2018 in Blockchain by Omkar
• 69,210 points
906 views
0 votes
1 answer

How to use real world/live data in my smart contract?

You cant access/embed real world data using ...READ MORE

Jul 12, 2018 in Blockchain by digger
• 26,740 points
905 views
0 votes
1 answer

composer network start with error SERVICE_UNAVAILABLE

I think there is an issue with ...READ MORE

Jul 6, 2018 in Blockchain by aryya
• 7,450 points
903 views
0 votes
1 answer

How to get the current state of a smart contract?

Hey, you gotta provide the contract code, and ...READ MORE

Aug 1, 2018 in Blockchain by Perry
• 17,100 points
902 views
0 votes
1 answer

how do we register our assets in hyperledger?

First of all, the chaincode (or smart ...READ MORE

May 26, 2018 in Blockchain by Johnathon
• 9,090 points
902 views
0 votes
1 answer

What do we mean by a validating peer?

The term validating peer was used in ...READ MORE

Apr 19, 2018 in Blockchain by Christine
• 15,790 points
901 views
+1 vote
1 answer

How is a smart contract stored on a Blockchain?

Smart contract template and transaction events are ...READ MORE

Apr 4, 2018 in Blockchain by Christine
• 15,790 points
901 views
0 votes
1 answer

Why is geth --fast faster in downloading the Blockchain?

When you use the --fast flag to download the Blockchain, ...READ MORE

Jan 10, 2019 in Blockchain by Omkar
• 69,210 points
900 views
0 votes
1 answer

Sawtooth Javascript SDK "Batchlist rejected" error

What you can do is use intkey-client to the ...READ MORE

Sep 19, 2018 in Blockchain by digger
• 26,740 points
900 views
0 votes
1 answer

Unable to perform an operation in Ethereum private network

It seems that the Unix socket can't ...READ MORE

Jul 31, 2018 in Blockchain by Shashank
• 10,400 points
900 views
0 votes
1 answer

how to learn writing java code for Hyperledger Fabric?

You can learning writing java codes for ...READ MORE

Jul 10, 2018 in Blockchain by slayer
• 29,350 points
897 views
0 votes
1 answer

How do i deploy a contract using bigchainDB?

Currently BigchainDB v.1.0.0 does not support Smart ...READ MORE

Jun 30, 2018 in Blockchain by Shashank
• 10,400 points
897 views
+1 vote
1 answer

Node.js blockchain bitcoin api

The callback URL should be the one ...READ MORE

Sep 10, 2018 in Blockchain by slayer
• 29,350 points
896 views
0 votes
1 answer

SHA256 does not give expected result.

You're hashing the string when you're supposed ...READ MORE

Aug 24, 2018 in Blockchain by digger
• 26,740 points
896 views
0 votes
1 answer

In hyperledger, how many number of ordering node can take up a transaction?

There are two types to implement ordering: 1. ...READ MORE

Jun 25, 2018 in Blockchain by Omkar
• 69,210 points

edited Jun 28, 2018 by Omkar 895 views
+1 vote
2 answers

Can I include real world data in a smart contract? If so, how?

You cant access/embed real world data using ...READ MORE

Jul 18, 2018 in Blockchain by sapan
893 views
0 votes
1 answer

Understanding Hyperledger transaction verification

 HL v0.x, the consensus process 'validates' transactions ...READ MORE

Jun 7, 2018 in Blockchain by Christine
• 15,790 points
892 views
0 votes
1 answer

truffle create contract shows no network available error

In your truffle project directory, you have ...READ MORE

Dec 11, 2018 in Blockchain by Omkar
• 69,210 points
890 views
0 votes
1 answer

Hyperledger Composer: Failed to load connector module “composer-connector-undefined” for connection type “undefined”

Hey. First, make sure that you are extending ...READ MORE

Oct 30, 2018 in Blockchain by Omkar
• 69,210 points
890 views
0 votes
1 answer

How is the ledger kept consistent among differnt peers in blockchain?

Bitcoin doesn't guarantee that all ledgers become ...READ MORE

May 26, 2018 in Blockchain by Johnathon
• 9,090 points
889 views
0 votes
1 answer

Symmetric key in cryptography

Yes, the same key is used to ...READ MORE

Jun 20, 2019 in Blockchain by Firoz
888 views
0 votes
1 answer

blockchain/service-my-wallet-v3 - Connection refused

Hey, if you have installed blockchain/service-my-wallet properly, ...READ MORE

Sep 18, 2018 in Blockchain by slayer
• 29,350 points
888 views
0 votes
1 answer

How to understand transaction verification in blockchain

They said it takes about 10 minutes ...READ MORE

Jul 17, 2018 in Blockchain by aryya
• 7,450 points
888 views
+1 vote
1 answer

Unable to send payment using API. Please help.

Firstly, check your passwords, your API code and your wallet ...READ MORE

Apr 3, 2018 in Blockchain by Christine
• 15,790 points
886 views
0 votes
0 answers

Migrations ran out of gas

I have unboxed pet-shop. Then inside the ...READ MORE

Jun 25, 2019 in Blockchain by anonymous
885 views