Most viewed questions in Blockchain

0 votes
0 answers

Corda - How to check if counter party nodes are running?

I have build a CorDapp using "Yo!CorDapp" ...READ MORE

May 28, 2019 in Blockchain by Sriram
• 160 points
337 views
0 votes
1 answer

Why is off-chain transaction used?

Though on-chain transactions secure data, off-chain transactions ...READ MORE

Feb 13, 2019 in Blockchain by Omkar
• 69,210 points
337 views
0 votes
1 answer

what is the latest block chain development and top players with this tech, such as Digital Asset Holdings ?

The blockchain technology still has a few ...READ MORE

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

Can we create a hyperledger fabric with peers from different platforms?

Yes, it is possible. Peers from different ...READ MORE

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

Crypto Currency ICO process

To answer your question, only for the ...READ MORE

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

Where to find the private key of a member in azure blockchain service?

As per the article, the method used ...READ MORE

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

Where does Hyperledger fabric store the public key and private key of the user?

It signs the transaction (eg. initiated by ...READ MORE

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

What is a decentralized-distributed system? Why Blockchain is decentralized-distributed system?

The essential understanding of what Distributed systems ...READ MORE

Feb 24, 2022 in Blockchain by Aditya
• 7,680 points
331 views
0 votes
1 answer

Why hyperledger REST server has PUT method?

Actually, with the PUT method, you don't ...READ MORE

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

How should I set my mac for Installing Hyperledger Composer Playground?

Use the following link to install the ...READ MORE

Jun 27, 2018 in Blockchain by Perry
• 17,100 points
330 views
0 votes
1 answer

Currency Conversion using PHP

 An example of converting EUR to USD ...READ MORE

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

Store contract results tag in a variable

then() takes a function as argument that is ...READ MORE

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

Nodejs Express: Getting different output in console.log and callback

If your getOrderStatus() function is like this: function getOrderStatus(_orderId, callback) ...READ MORE

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

When I create public getters (committed code), my contract exceeds code size limit

Are you pushing info one by one ...READ MORE

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

Where can i get bitcoins for testing?

You can get bitcoins for free for ...READ MORE

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

Bitcoin Price that updates in specific Seconds

The better way to do so is ...READ MORE

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

IBM Cloud - Blockchain platform | Problem creating MSP definition

I have found a solution by doing ...READ MORE

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

how Localbitcoins and other bitcoin wallet able to send/receive without network fee

Organizations that offer online wallets aren't obligated ...READ MORE

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

How exchanges (Binance, Coinbase) record user trade into blockchain

Merkle tree will allow us to multiplex ...READ MORE

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

In-App Purchase vs. support developer with bitcoin

Not only do I think this will ...READ MORE

Apr 12, 2022 in Blockchain by Soham
• 9,700 points
310 views
0 votes
1 answer

How are the ethers sent to smart contract in the IBM example?

They are in magical variable msg. The function ...READ MORE

Sep 28, 2018 in Blockchain by digger
• 26,740 points
310 views
+1 vote
1 answer

Does deploying a contract mean create a new block in blockchain?

Does deploying a contract mean creating a ...READ MORE

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

Get amount of Bitcoins at an address with PHP

While checking the Coinbase address balance, the ...READ MORE

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

Cant understand cpp snippet

From the function: ...READ MORE

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

timmolter/XChange - Cryptsy GetFee

Looks like cryptsy posts their fees here: Fees if(VolumeInBTC ...READ MORE

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

Why is Proof of Work necessary in Blockchain?

You are missing the double-spending problem. If ...READ MORE

Apr 12, 2022 in Blockchain by Soham
• 9,700 points
305 views
+2 votes
1 answer

Has Blockchain made illegal activities easier?

Not really.. The transparency of Blockchain makes ...READ MORE

Sep 20, 2018 in Blockchain by Sumit
304 views
0 votes
1 answer

Terminating transaction-cli

You can use the -f, -finish <script> which executes ...READ MORE

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

How is computational and electricity wastage be avoided other than successful bitcoin miner?

What you are describing is an inherent ...READ MORE

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

Building Hyperledger Fabric Blockchain

To build your own app using Hyperledger ...READ MORE

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

How do I ensure that the token name is not redundant?

From my experience no, the trick is ...READ MORE

Jul 11, 2018 in Blockchain by Shashank
• 10,400 points
299 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
298 views
0 votes
1 answer

NodeJs blockchain on private ethereum

From what I understand, your JS code ...READ MORE

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

How to get bitcoins for testing?

In order to see how Bitcoin works, ...READ MORE

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

Can I perform transaction from different server - Blockchain

You need to understand the differences between ...READ MORE

Apr 7, 2022 in Blockchain by Aditya
• 7,680 points
281 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,670 points
281 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 281 views
0 votes
1 answer

What is blockchain and Ethereum? Where is it used?

A blockchain is an immutable, sequential chain of ...READ MORE

Apr 11, 2022 in Blockchain by Rahul
• 9,670 points
280 views
0 votes
0 answers

How do I do experiments of blockchain consensus algorithms

I'm writing a paper on the blockchain ...READ MORE

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

Bluemix Blockchain

To answer your doubt, the  "starter network" ...READ MORE

Apr 6, 2022 in Blockchain by Aditya
• 7,680 points
280 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,700 points
280 views
0 votes
1 answer

How can I verify my bitcoin transaction independently?

Transactions are verified by miners, they do ...READ MORE

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

Etheruem: Pyethereum Error

Try running this: sudo easy_install -U setuptools In my ...READ MORE

Sep 28, 2018 in Blockchain by digger
• 26,740 points
279 views
0 votes
0 answers

How to get AUD price of bitcoin at a particular date

I am trying to find out how ...READ MORE

Mar 1, 2022 in Blockchain by Soham
• 9,700 points
277 views
0 votes
0 answers

how does blockchain work?

Jan 7, 2022 in Blockchain by Edureka
• 13,620 points
269 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
262 views
0 votes
0 answers

What is the difference between Amazon managed Blockchain and Amazon Blockchain Templates?

I am a beginner in Blockchain and ...READ MORE

Apr 4, 2022 in Blockchain by Rahul
• 9,670 points
262 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
261 views
0 votes
1 answer

Cant use get_chart function in blockchain python client

As you said, get_chart is defined in ...READ MORE

Apr 7, 2022 in Blockchain by Aditya
• 7,680 points
257 views