Most viewed questions in Blockchain

0 votes
1 answer

Transaction in a blockchain

I assume you should take it as ...READ MORE

Apr 6, 2022 in Blockchain by Aditya
• 7,680 points
503 views
0 votes
0 answers

What is the physical location of Blockchain?

 I am new to this technology and ...READ MORE

Mar 8, 2022 in Blockchain by Soham
• 9,710 points
500 views
0 votes
0 answers

Blockchain platform in C

I am trying to understand available blockchain ...READ MORE

Apr 4, 2022 in Blockchain by Rahul
• 9,680 points
499 views
0 votes
1 answer

Permissions within a blockchain?

To answer your question, try looking up ...READ MORE

Apr 6, 2022 in Blockchain by Aditya
• 7,680 points
494 views
0 votes
0 answers

Azure Blockchain , Cannot read property 'uri' of undefined

I am starting with Azure Blockchain. When ...READ MORE

Apr 4, 2022 in Blockchain by Rahul
• 9,680 points
492 views
0 votes
0 answers

Identification of purchased product

I have created coins on test network.Now ...READ MORE

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

Ethereum serpent version conflict error.

Upgrade to the lastest version of ethereum-serpent ...READ MORE

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

What did permissioned blockchain solve?

To answer your question, the permissioned networks ...READ MORE

Apr 6, 2022 in Blockchain by Aditya
• 7,680 points
473 views
0 votes
0 answers

WA: With the wings of the technology, constantly broadening the field of development

According to the history, in the Internet ...READ MORE

Jan 24, 2019 in Blockchain by anonymous

recategorized Jan 24, 2019 by Vardhan 473 views
0 votes
1 answer

What is the "eosio" account re:EOS blockchains?

Its private key is stored at config.ini # ...READ MORE

Apr 7, 2022 in Blockchain by Aditya
• 7,680 points
469 views
0 votes
1 answer

timmolter/XChange - Cryptsy GetFee

if(VolumeInBTC < 0.5){ ...READ MORE

Sep 10, 2018 in Blockchain by digger
• 26,740 points
458 views
0 votes
0 answers

Are all Blockchain array implementations incorrect?

I found many Blockchain implementations on the ...READ MORE

Apr 4, 2022 in Blockchain by Rahul
• 9,680 points
455 views
0 votes
0 answers

BITCOIN payments, OP_RETURN parameter

I want to automate BITCOIN payments and ...READ MORE

Apr 4, 2022 in Blockchain by Rahul
• 9,680 points
447 views
0 votes
0 answers

Trying To Open Bitcoin Miner On Terminal

Trying to open a file, but the ...READ MORE

Mar 4, 2022 in Blockchain by Soham
• 9,710 points
447 views
0 votes
0 answers

Store Images on/off blockchain? which is better?

I have been using hyperledger fabric and ...READ MORE

Mar 4, 2022 in Blockchain by Soham
• 9,710 points
446 views
0 votes
0 answers

How to Query Transaction on Hyperledger Sawtooth?

I want to perform CRUD operations in ...READ MORE

Mar 8, 2022 in Blockchain by Soham
• 9,710 points
440 views
0 votes
0 answers

What is the difference between blockchain performance and blockchain scalability?

I really don´t get the difference between ...READ MORE

Apr 4, 2022 in Blockchain by Soham
• 9,710 points
439 views
0 votes
0 answers

how does blockchain work?

Jan 7, 2022 in Blockchain by Edureka
• 13,620 points
427 views
0 votes
0 answers

Blockchain and HyperLedger Fabric difference

While I was trying to understand blockchain ...READ MORE

Mar 3, 2022 in Blockchain by Soham
• 9,710 points
422 views
0 votes
0 answers

Scrypt algorithm output doesn't match up as expected

I am trying to get my head ...READ MORE

Mar 1, 2022 in Blockchain by Soham
• 9,710 points
416 views
0 votes
0 answers

how can i use blockchain?

Jan 7, 2022 in Blockchain by Edureka
• 13,620 points
395 views
0 votes
0 answers

Ontology Blockchain development

I'm analyzing the Ontology blockchain. The core of ...READ MORE

Apr 4, 2022 in Blockchain by Soham
• 9,710 points
385 views
0 votes
0 answers

Blockchain Development Company

If you are one of those entrepreneurs ...READ MORE

Feb 7, 2022 in Blockchain by Olivia
• 120 points
370 views
0 votes
0 answers

solidity struct is not generated in java wrapper code

struct itemDetails{ uint256 itemId; string itemName; uint256 itemVal; } mapping(address => itemDetails[]) ...READ MORE

Oct 27, 2023 in Blockchain by sanap

edited Mar 5 128 views
0 votes
0 answers

please can you send me a valid genesis.json file in my email adress : victordievi@gmail.com

when i run geth --datadir ./data init ...READ MORE

May 27, 2023 in Blockchain by victor

edited Mar 5 125 views
0 votes
0 answers

can anyone recommend me blockchain course? or any other learning material that is beginner friendly

can anyone recommend me blockchain course? or ...READ MORE

Nov 16, 2022 in Blockchain by Akash

edited Mar 4 125 views
0 votes
0 answers

i am having an error called identifier not found or not unique.

i have called a function for owner ...READ MORE

Dec 19, 2022 in Blockchain by virat

edited Mar 4 122 views
0 votes
0 answers

How can I code my own cryptocurrency mining software?

I've been researching for months. But I ...READ MORE

Feb 17, 2023 in Blockchain by Turkuaz

edited Mar 5 105 views
0 votes
0 answers

Error while creating channel in hyperledger-fabric

$ ./network.sh createChannel Using docker and docker-compose Creating channel ...READ MORE

Aug 1, 2022 in Blockchain by Shaik

edited Mar 4 49 views
0 votes
0 answers

Query LOCAL Bitcoin blockchain with C# .NET

I am trying to check the balance ...READ MORE

Apr 4, 2022 in Blockchain by Soham
• 9,710 points

edited Mar 4 40 views
0 votes
0 answers

How to change the transaction in ganache?

I do not know how to change ...READ MORE

Apr 16, 2021 in Blockchain by Gia Huy

edited Mar 4 39 views
0 votes
0 answers
0 votes
0 answers

Adding data dynamically from a table to blockchain

I want to add some data dynamically ...READ MORE

Mar 5, 2021 in Blockchain by anonymous

edited Mar 4 26 views
0 votes
0 answers

How can I update the status of the blockchain?

I issue a transaction and pass an ...READ MORE

Jan 21, 2021 in Blockchain by anonymous
• 120 points

edited Mar 4 25 views
0 votes
0 answers

Mapping structure before copying values

Below is the code ``` pragma solidity ^0.4.18; contract Courses ...READ MORE

Aug 22, 2022 in Blockchain by Brijesh
• 120 points

edited Mar 4 22 views
0 votes
0 answers

In Ethreum Private network, why is the account balance not getting updated after sending some ethers from one account to another?

Please refer to this https://www.edureka.co/blog/ethereum-private-network-tutorial. Unless We ...READ MORE

Feb 1, 2021 in Blockchain by Debendra

edited Mar 4 22 views
0 votes
0 answers

Error: 14 UNAVAILABLE: failed to connect to all addresses fabric sdk

hi all, I have 1 org and 2 ...READ MORE

Jan 29, 2021 in Blockchain by arun

edited Mar 4 22 views
0 votes
0 answers

Channel mychannel, send transactions failed on orderer OrdererClient Reason: timeout after 10000 ms

I am using fabric-samples 2.2 "test-network" application. ...READ MORE

Jan 26, 2021 in Blockchain by menan

edited Mar 4 21 views
0 votes
0 answers

How can i transfer eth automotically in some seconds (from one address to another)

How can I transfer ETH automatically from ...READ MORE

Aug 17, 2021 in Blockchain by Epic

edited Mar 4 20 views
0 votes
0 answers

ERROR: for eb97c8f5425c_orderer3.example.com a bytes-like object is required, not 'str'

getting this error when run "docker-compose up ...READ MORE

Jun 27, 2021 in Blockchain by Melisha

edited Mar 4 20 views
0 votes
0 answers

send automatically

I have few child wallets and a ...READ MORE

Jun 6, 2021 in Blockchain by Hamed

edited Mar 4 19 views
0 votes
0 answers

Is there a way to automatically send eth from one wallet to another?

I have a wallet in which all ...READ MORE

May 21, 2021 in Blockchain by Rajeev

edited Mar 4 19 views
0 votes
0 answers

Why do we not use Istanbul Byzantine Fault Tolerance (IBFT) in Public Blockchains?

As I said in the title, why ...READ MORE

Mar 10, 2022 in Blockchain by Soham
• 9,710 points

edited Mar 4 18 views
0 votes
0 answers

Uber like App on blockchain: The Project Model || How to build one ?

Suppose I wanna launch a uber-like carpooling ...READ MORE

Jan 27, 2022 in Blockchain by Saswata

edited Mar 4 18 views
0 votes
0 answers

Automatically Transfer ETH

Hello,  I don't know anything coding.    Is there any ...READ MORE

Jul 14, 2021 in Blockchain by Hacker

edited Mar 4 18 views
0 votes
0 answers

How would calculate the exchange rate of Bitcoin/GBP?

I've got an API that returns the ...READ MORE

Mar 4, 2022 in Blockchain by Soham
• 9,710 points

edited Mar 4 17 views
0 votes
0 answers

Blockchain and HyperLedger Fabric difference

While I was trying to understand blockchain ...READ MORE

Mar 3, 2022 in Blockchain by Soham
• 9,710 points

edited Mar 4 17 views
0 votes
0 answers

Do I need to learn programming languages like python and c to learn block chain examples in ethereum go ?

When I was learning blockchain from edureka ...READ MORE

Jun 25, 2022 in Blockchain by anonymous

edited Mar 4 16 views
0 votes
0 answers

What is an optimal size of a consortium in consortium blockchain?

In order to save energy on consensus ...READ MORE

Mar 10, 2022 in Blockchain by Soham
• 9,710 points

edited Mar 4 16 views