Most voted questions in Blockchain

0 votes
1 answer

Cant connect Jsonrpc to bitcoin.

I tried the following code and it ...READ MORE

Aug 20, 2018 in Blockchain by digger
• 26,740 points
803 views
0 votes
2 answers

How to check if bitcoin address is valid?

For Java, have a look at the ...READ MORE

Aug 20, 2018 in Blockchain by Omkar
• 69,210 points
2,988 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
503 views
0 votes
1 answer

Bitcoin Wallet address validation using Json and bitcoin/blockexplorer.

The URL isn't returning JSON. So instead ...READ MORE

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

Bitcoin pool mining using stratum

JSON string shouldn't have any spaces. So ...READ MORE

Aug 20, 2018 in Blockchain by digger
• 26,740 points
1,032 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
324 views
0 votes
1 answer

Sending keep-alive packet, bitcoin.

You can use Websocket Eventmachine Client (https://github.com/imanel/websocket-eventmachine-client) gem to ...READ MORE

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

How to resolve blockchain DNS using Python Requests?

You could use one of their publicly ...READ MORE

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

Who decided the rules for Cryptocurrency in the first place?

A single miner can tamper with a ...READ MORE

Aug 22, 2018 in Blockchain by Christine
• 15,790 points
400 views
0 votes
3 answers

Hyperledger-fabric not working with docker swarm

The issue is that the chaincode container ...READ MORE

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

How to parse Json data from remote server?

Yes, you can do it use the ...READ MORE

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

How to install Magento Bitcoin Currency extension on linux box?

Follow these steps to install it: Copy files ...READ MORE

Aug 17, 2018 in Blockchain by slayer
• 29,350 points
840 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
928 views
0 votes
2 answers

How do I interact with a smart contract on a private network through web3.js

I found a blog that explains how ...READ MORE

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

Implementing Giveaways in Blockchain

I have found a similar question. The ...READ MORE

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

How to control bitcoind from another machine?

In your bitcoin.config file replace rpcallowip with ...READ MORE

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

How to convert byte array to hex string?

You are missing the padding in the ...READ MORE

Aug 17, 2018 in Blockchain by slayer
• 29,350 points
2,732 views
0 votes
1 answer

How to see bitcoin transaction info?

You can view foreign transactions using bitcoind. Set txindex=1 in ...READ MORE

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

How to use Blockchain receive API without exchange rate?

Your code contains the amount in USD ...READ MORE

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

How to add Bitcoin as currency for my website?

You cannot use BTC as the currency ...READ MORE

Aug 17, 2018 in Blockchain by slayer
• 29,350 points
848 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
924 views
0 votes
1 answer

Blockchain peer not able to min block in Azure.

After trying out various ideas, making sure ...READ MORE

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

How to create Quorum rawTransaction?

Unfortunately this capability is not currently supported ...READ MORE

Aug 17, 2018 in Blockchain by Shashank
• 10,400 points
583 views
0 votes
1 answer

Where is query displayed in Hyperledger?

Composer configures the named queries for a ...READ MORE

Aug 17, 2018 in Blockchain by Shashank
• 10,400 points
604 views
0 votes
1 answer

Solidity invalid opcode error

In the for loop, your indexing going ...READ MORE

Aug 16, 2018 in Blockchain by slayer
• 29,350 points
2,921 views
0 votes
1 answer

Solidity difference array with and without new keyword.

Creating arrays with variable length in memory ...READ MORE

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

How to get return value from solidity contract?

Once you call a constant function, you ...READ MORE

Aug 16, 2018 in Blockchain by slayer
• 29,350 points
4,773 views
0 votes
1 answer

Function not working from class

Try this code:  // Add new block ...READ MORE

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

How do I change default service names in Corda Demobench?

Each Corda node individually advertises the services ...READ MORE

Aug 14, 2018 in Blockchain by Perry
• 17,100 points
562 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
499 views
0 votes
1 answer

What files are supported by BigchainDB?

BigchainDB supports .json file format. It can ...READ MORE

Feb 26, 2019 in Blockchain by anonymous
436 views
0 votes
2 answers

Python syntax error because of version conflicts.

As mentioned in the reply to my ...READ MORE

Aug 13, 2018 in Blockchain by Omkar
• 69,210 points
969 views
0 votes
1 answer

How to get return value of external function?

You can do this. I have shared ...READ MORE

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

How to call smart contract methods from transactions?

You can do this using a wrapper. ...READ MORE

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

Encoding integers in solidity

There are different ways to do this ...READ MORE

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

How to access member functions of smart contract using web3?

I have implemented a similar feature and ...READ MORE

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

Why does Blockchain comes under Distributed Ledger Technology instead of being merely a replicated database?

1. Data in a database is generally subject ...READ MORE

Aug 10, 2018 in Blockchain by Christine
• 15,790 points
530 views
0 votes
1 answer

How do I convert to Crystal ruby's multiple assignments of Array

When decomposing an Array into a multiple ...READ MORE

Aug 10, 2018 in Blockchain by Perry
• 17,100 points
579 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
490 views
0 votes
1 answer

How do transactions create a new block in Blockchain?

Bitcoin puts a cap of 2,400 transactions ...READ MORE

Aug 10, 2018 in Blockchain by Christine
• 15,790 points
1,531 views
0 votes
1 answer

Why do the resultant hash after mining has a leading no. of zeroes in Blockchain verification?

This is chosen by the DIFFICULTY EQUATION. In ...READ MORE

Aug 10, 2018 in Blockchain by Christine
• 15,790 points
3,297 views
0 votes
1 answer

How to explore and analyze the data inside a Hyperledger Blockchain network?

In Hyperledger Composer, you have all the ...READ MORE

Aug 10, 2018 in Blockchain by Christine
• 15,790 points
1,036 views
0 votes
1 answer

How to add https security for Node js?

You need to add the key and cert to the createServer function. const options ...READ MORE

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

How to create light wallet in Web3J?

You can use this method to create ...READ MORE

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

Fatal error while installing web3 node.

Try to add git config by executing ...READ MORE

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

Problem with installing testrpc using python-pip.

You are facing this error because you ...READ MORE

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

What does _ mean in solidity language?

The _ symbol is a place holder. ...READ MORE

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

How to use third party contract to send ERC token?

You can do it by using a ...READ MORE

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

Truffle Error: Migrations contract constructor expected

You are not using constructor() public { ...READ MORE

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

Fabric-node-sdk 1.2 with Fabric 1.1

The line grpc-max-send-message-length: 15 is used to load ...READ MORE

Aug 10, 2018 in Blockchain by slayer
• 29,350 points
680 views