Most viewed questions in Blockchain

0 votes
1 answer

Naives Bayes Classifier for bag of vectorized sentences

The error is basically the [X_train] which ...READ MORE

Apr 11, 2022 in Blockchain by Rahul
• 9,670 points
503 views
0 votes
1 answer

How to change default network port in Multichain?

Yes, you can the default port. You ...READ MORE

Mar 1, 2019 in Blockchain by Omkar
• 69,210 points
503 views
0 votes
2 answers

Passing AJAX GET results to location

Set a variable in global scope and ...READ MORE

Sep 4, 2018 in Blockchain by eddy
503 views
0 votes
0 answers

How can we write business data inside chaincode hyperleger fabric sdk java?

Feb 5, 2019 in Blockchain by Alam

recategorized Feb 5, 2019 by Vardhan 502 views
+1 vote
1 answer

Language in which cryptokitties is programmed?

Cryptokitties is built on the Ethereum network. The ...READ MORE

Mar 27, 2018 in Blockchain by Johnathon
• 9,090 points
502 views
0 votes
1 answer

Multichain installation error

Please follow the below steps to install ...READ MORE

May 22, 2019 in Blockchain by Wasim
501 views
0 votes
1 answer

How to install Drizzle on Linux?

You can install drizzle on windows using ...READ MORE

Feb 28, 2019 in Blockchain by Raj
501 views
0 votes
1 answer

Is Ganache Decentralized?

1. Can blockchain be implemented without cryptocurrency? Yes. ...READ MORE

Apr 11, 2022 in Blockchain by Rahul
• 9,670 points
500 views
+1 vote
1 answer

Listing all Bitcoin Miners

Yes, you can list down all the ...READ MORE

Jul 3, 2019 in Blockchain by John
500 views
0 votes
1 answer

Public and private keys created residing in laptop/mobile while initiating a transaction

You need to provide the receiver's public key ...READ MORE

Jul 3, 2019 in Blockchain by Rachit
498 views
0 votes
1 answer

Can we store encrypted data into transaction?

Ethereum can store whatever bytes you want, ...READ MORE

Jul 17, 2018 in Blockchain by Christine
• 15,790 points
498 views
0 votes
1 answer

Mining in private net: Balance not increasing

Use this command to start miner: miner.start() To stop ...READ MORE

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

restarting bitcoin tesnet docker container, error flag '-ti'

`docker ps -a' shows you the containers, ...READ MORE

Sep 7, 2018 in Blockchain by Prakash
497 views
0 votes
1 answer

How to get a value from SQLite to convert it?

Server side: b = BtcConverter(force_decimal=True) p1btc = b.get_latest_price('USD') p1btcr = ...READ MORE

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

Bitcoin transaction “"You must provide a recipient address" ” error.

You need an account with BlockChain to ...READ MORE

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

Which is the best decentralized storage apps?

IPFS is a protocol for a distributed ...READ MORE

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

Can there be different smart contract with same logic or a master contract with all configuration?

It depends on the complexity of the ...READ MORE

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

Bitcoin transaction “amount is below the current minimum” error

I went through the code and the ...READ MORE

Aug 21, 2018 in Blockchain by slayer
• 29,350 points
495 views
0 votes
0 answers

Any blockchain developer available who could resolve my queries?

I am implementing a project in ethereum. ...READ MORE

May 14, 2020 in Blockchain by Zara
• 140 points
494 views
0 votes
1 answer

Not able to send Ethereum transaction

Hey, Change this line: await crowdsale.sendTransaction({value, from: buyer, gas: ...READ MORE

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

How to limit execution of smart contract only to my dapp?

You can use modifiers to do it ...READ MORE

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

AttributeError while trying to start peer port in Hyperledger.

If you are new to blockchain then ...READ MORE

Jul 9, 2018 in Blockchain by digger
• 26,740 points
494 views
+1 vote
1 answer

I have a doubt regarding the installation of Go Lang on my Linux system.

Hi @vt. This command should do the job: apt ...READ MORE

Jan 2, 2020 in Blockchain by Kalgi
• 52,360 points
493 views
0 votes
1 answer

Not being able to deploy blockchain demo app on bluemix

The car lease demo's "Deploy to Bluemix" ...READ MORE

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

What is Blockchain?

Understanding Blockchain: Like Galia Benartzi says: Blockchain is ...READ MORE

Jun 29, 2018 in Blockchain by Omkar
• 69,210 points
493 views
+1 vote
1 answer

How are blocks are mined and shared among all Validating Peers in the Hyperledger network.

Hyperledger peers neither mine the block nor ...READ MORE

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

Sending hash in function parameter

I am developing a smart contract using ...READ MORE

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

What happen to the mining fee for the blocks that are stale?

As I understood the forks of the ...READ MORE

Jun 4, 2018 in Blockchain by Shashank
• 10,400 points
492 views
0 votes
1 answer

How to send funds using CLI?

You can send funds from one address ...READ MORE

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

How to connect channels of different systems in Hyperledger Fabric?

When you create a channel, you will ...READ MORE

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

Not able to build bitcoind on mac.

You have to install pkg-config before running ...READ MORE

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

Planning to deploy IBM bluemix fabric images on Docker, do I need Amazon ECS or EC2 instances?

Bluemix has an excellent documentation which provides ...READ MORE

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

BITCOIN payments, OP_RETURN parameter

Try doing the server side via encrypted ...READ MORE

Mar 24, 2022 in Blockchain by Rahul
• 9,670 points
488 views
0 votes
1 answer

(bitcoin) Calculate hash from getwork function - how to do it?

This is correct as there is a ...READ MORE

Feb 28, 2022 in Blockchain by Soham
• 9,700 points
488 views
0 votes
1 answer

Trying to setup a hyperledger but REST API is throwing error

Not sure if you are still looking ...READ MORE

Jul 25, 2018 in Blockchain by aryya
• 7,450 points
488 views
+2 votes
1 answer

What is Bitcoin Powered Electrical Outlet?

Bitcoin powered electrical outlet is nothing but ...READ MORE

Sep 20, 2018 in Blockchain by Bhaskar
487 views
0 votes
0 answers

How do I identify invoking peer/organisation inside Hyperledger Fabric V1.0 chaincode?

Is there any way to know the ...READ MORE

Aug 23, 2018 in Blockchain by Christine
• 15,790 points
487 views
0 votes
0 answers

How to delete an image saved in IPFS blockchain?

I am working on a blockchain based ...READ MORE

Mar 4, 2022 in Blockchain by Soham
• 9,700 points
486 views
0 votes
1 answer

Comparing hex representation of 2 BigIntegers

You can compare two sequences of equal ...READ MORE

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

What does "Using network 'develop'" mean?

It means that the name of the ...READ MORE

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

Javascript: cant update assets in for-loop

Your for-loop will not wait for the ...READ MORE

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

Real time refreshing app using Angular2

You can use client side normal polling. ...READ MORE

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

Smart contract limitations in Ethereum and Hyperledger Fabric

No, the contract cannot sign on behave of B. A ...READ MORE

Sep 11, 2018 in Blockchain by Christine
• 15,790 points
484 views
0 votes
1 answer

How to configure diverse workloads and tasks?

Golem appears to be in early stages of ...READ MORE

Aug 28, 2018 in Blockchain by Johnathon
• 9,090 points
484 views
0 votes
1 answer

How can I write complex decentralized applications on Etheruem?

Well, if you want to create a ...READ MORE

Apr 18, 2018 in Blockchain by Perry
• 17,100 points
483 views
0 votes
1 answer

How to make my Dapp work on regular browsers?

There are ethereum supporting browsers like Metamask, ...READ MORE

Jun 20, 2018 in Blockchain by aryya
• 7,450 points
481 views
0 votes
1 answer

Testrpc can't find log handlers

This doesn't usually happen, maybe the log ...READ MORE

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

How to create custom accounts in testrpc?

Yes, you can use testrpc to do ...READ MORE

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

How to prevent the smart contract from being modified and deployed in Hyperledger network?

Smart contracts can be definitive if they ...READ MORE

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

Kotlin Convert Bitcoin value into Satoshi Value

java.lang.NumberFormatException: For input string: "45,586" This means ...READ MORE

Apr 12, 2022 in Blockchain by Soham
• 9,700 points
477 views