Trending questions in Blockchain

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
520 views
0 votes
1 answer

eth.getBalance() always returns 0 in testnet

You are not connecting to the right ...READ MORE

Jul 24, 2018 in Blockchain by Christine
• 15,790 points
2,412 views
0 votes
1 answer

How to generate addresses from a file rather than specific phase

If the file with the passwords is ...READ MORE

Sep 7, 2018 in Blockchain by MI3
464 views
0 votes
1 answer

Cannot download nvm install v.8.9.1 version - clang checksum do not match, sed issue

Try a clean install of node again npm ...READ MORE

Jul 25, 2018 in Blockchain by charlie_brown
• 7,720 points
2,363 views
0 votes
1 answer

Blockcypher API code error

This code will work: <?php try ...READ MORE

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

Bitstamp API signature in Ruby

Here is a code that works: require 'open-uri' require ...READ MORE

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

How to resolve Blockchain DNS using Python Requests?

Look at this example: import requests from random import ...READ MORE

Aug 22, 2018 in Blockchain by Christine
• 15,790 points
1,167 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
315 views
0 votes
1 answer

python-bittrex missing positional arguments

Looking at the source code from ericsomdahl/python-bittrex For the buy_limit function ...READ MORE

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

Vertically centering text in a div

Try this code: .smallUnitBox { ...READ MORE

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

My first Hyperledger fabric network is not working

Delete as admin the channel-artifacts folder, down ...READ MORE

Aug 10, 2018 in Blockchain by Johnathon
• 9,090 points
1,646 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
519 views
0 votes
1 answer

Current JSON package to retrieve info from links

public static String btcvalue(){ ...READ MORE

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

Unable to establish session using blockchain-wallet-service

I have the same error. It gets ...READ MORE

Aug 31, 2018 in Blockchain by Sumit
728 views
+1 vote
1 answer

Need to convert bitcoin address function from php to Jquery

Use AJAX. It will be easier to ...READ MORE

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

How to get data from Google Finance to Google sheets?

You need to have a from and ...READ MORE

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

How to retrieve data from an Ethereum Block?

To get transaction details like Block Hash ...READ MORE

Jul 19, 2018 in Blockchain by Perry
• 17,100 points
2,539 views
0 votes
1 answer

Coinbase currency_exchange error

This is the fix: $(document).ready(function () { ...READ MORE

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

(0.7/0.001)%10 does not return 0

bcmath module can help you bcmod(bcdiv("0.7", "0.001"), "10"); // ...READ MORE

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

"Blocking waiting for a file lock on the registry index" after building parity from source

I had the same issue and got ...READ MORE

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

How to connect a NS3 node to my local blockchain?

To connect all your nodes with all ...READ MORE

Jul 25, 2018 in Blockchain by digger
• 26,740 points
2,261 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,538 views
0 votes
1 answer

Transaction Verification in Blockchain

Yes if your transaction was lucky enough ...READ MORE

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

Not receiving any data from the BitStamp API.

I saw a code online that was ...READ MORE

Aug 21, 2018 in Blockchain by digger
• 26,740 points
1,071 views
0 votes
2 answers

Truffle migrate gives “ Error: No network specified. ”

You have to mention on which network ...READ MORE

Aug 13, 2018 in Blockchain by Omkar
• 69,230 points
1,459 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,409 views
0 votes
1 answer

Ethereum smart contract event trigger notification

I have an example here for web3js ...READ MORE

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

Problems using system() commands under Windows

You need to have double \ for ...READ MORE

Sep 5, 2018 in Blockchain by digger
• 26,740 points
400 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
922 views
0 votes
1 answer

Issue in running Corda as a service

There are a few issues with the ...READ MORE

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

Bitcoin payment system not working

I found the problem, it was actually ...READ MORE

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

Getting Bitcoin address from pubkey_hash

The unexpected result is due to encoding. For ...READ MORE

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

Hyperledger Fabric CA "Failed to get user: User not found"

The problem could be because of the ...READ MORE

Jul 23, 2018 in Blockchain by digger
• 26,740 points
2,285 views
0 votes
1 answer

Cant Decode Bitcoin Base58 address to byte array

In your for-loop: for (int k = b256.Length ...READ MORE

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

What encoding or data type can be used to get alphanumeric string in elixir?

Integers in Elixir are arbitrary precision integers, ...READ MORE

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

How to join a peer to a channel in Hyperledger Fabric?

When you run the command: peer channel create ...READ MORE

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

blockchain.info api_code is missing

Check the blockchain api. it should be $Blockchain ...READ MORE

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

How to create a version control for a simple array using blockchain?

For tracking changes you may simply save ...READ MORE

Aug 31, 2018 in Blockchain by Christine
• 15,790 points
598 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
351 views
0 votes
1 answer

Trying to deploy fabric v1.1.0 on Kubernetes but getting a random error

Any particular reason for following slightly older ...READ MORE

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

Cant locate english.txt file while intalling Python Bitcoin module

This is related to a pybitcointools bug where the ...READ MORE

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

Can not find sayText method in QtBitcoinTrader

You've not added the ApplicationServices and CoreFoundation frameworks to your build, ...READ MORE

Aug 30, 2018 in Blockchain by slayer
• 29,350 points
605 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
944 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

How to generate pem with openssl?

Here’s the working code: int generatePem(char **pem) { ...READ MORE

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

Raw block with bitcoinj

This should work: BlockStore blockStore = new MyCustomBlockStore(NETWORK_PARAMETERS); blockStore.getChainHead(); blockChain ...READ MORE

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

'ppa:ethereum' error while installing ethereum on ubuntu

First try: sudo apt-get install --reinstall ca-certificates If ...READ MORE

Jul 12, 2018 in Blockchain by slayer
• 29,350 points
2,698 views
0 votes
1 answer

Android Socket connection to bitcoin node

The checkSum field is mandatory and fellow ...READ MORE

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

How to get property of non object in Coinbase API

First, your sendMoney() call is stored into ...READ MORE

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

How to proceed after connecting with hardcoded node?

I am assuming that by hardcoded nodes ...READ MORE

Aug 28, 2018 in Blockchain by Perry
• 17,100 points
685 views