Bitcoin Forum
May 21, 2024, 01:13:58 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 [13] 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 ... 72 »
  Print  
Author Topic: actual number of people using Bitcoin?  (Read 60113 times)
QuestionAuthority
Legendary
*
Offline Offline

Activity: 2156
Merit: 1393


You lead and I'll watch you walk away.


View Profile
August 13, 2016, 08:09:53 PM
 #241

the only way to know this is to go city to city and conduct some research in form of a questionnaire where people say if they are using bitcoin and how much then extrapolate the data to get an estimate of the number of people using bitcoin.

none of the above suggestions would work, because the error in any of them is bigger than to be ignored.

even with this city-to-city research it would be hard to answer the question. since there is no way to know if a person is lying or not and i am sure people lie a lot if it comes to money and especially bitcoin. there is also the question who would pay for the research. it sounds very cost intensive to me.


It's not that hard to do. All you really need to know is how many addresses have a positive balance. Of course, that's not going to tell you how many users there are exactly because one wallet can have multiple addresses. What it will tell you is the maximum number of "potential" users Bitcoin could possibly have worldwide. Trust me, it's a disappointing amount if you only assume one wallet for every two addresses. If you know Python, here's a little script that can help you. you should set up a database on a disk to store the data, it's going to be substantial.

# setup bitcoind as RPC connection to your bitcoind client using JSON-RPC
block_hash = bitcoind.getblockhash(0)
while True:
    block = bitcoind.getblock(block_hash)
    for txid in block["tx"]:
        # you will need to run bitcoind with -txindex to be able to do this
        tx = bitcoind.gettransaction(txid)
        for det in tx["details"]:
            address = det["address"]
            amount = det["amount"]
    if block.has_key("nextblockhash"):
        block_hash = block["nextblockhash"]
    else:
        break

i can accept this as maximum number, since we will have probably more people with more then one address rather then sharing one.
most exchanges will store every customer separately i think.
i am though to lazy to check for myself, so go ahead and tell me the devastating number.

There are varying estimates based on different logical scenarios. Some say the minimum number of addresses used per individual would be 10, some say 2, most remove addresses with no more than "dust" amounts in them. All of them remove empty addresses from the calculation. From everything I've read I would assume total Bitcoin users to be somewhere between 1.2 million and 1.6 million but definitely below 2 mil. That may sound promising but here's the reality as far as adoption is concerned.

Apple Pay has a closed user base confined to only one country, can only be used on one type of cell phone, only been in existence for two years and has 4 million users. Of all the different types of modern online payment systems like Amazon Payments, PayPal, Google Checkout, Stripe, Braintree, WePay, GoPayment, etc. Bitcoin is dead last as far as adoption. There are numerous debates over why Bitcoin isn't spreading as far and as fast as the others but the most logical ones focus on four things. Bitcoin is not linked directly to the current banking systems, Bitcoin is difficult to acquire, difficult to use, and is not accepted as widely in mainstream commerce.

Senor.Bla
Sr. Member
****
Offline Offline

Activity: 280
Merit: 253


View Profile
August 13, 2016, 09:56:44 PM
 #242


i can accept this as maximum number, since we will have probably more people with more then one address rather then sharing one.
most exchanges will store every customer separately i think.
i am though to lazy to check for myself, so go ahead and tell me the devastating number.

There are varying estimates based on different logical scenarios. Some say the minimum number of addresses used per individual would be 10, some say 2, most remove addresses with no more than "dust" amounts in them. All of them remove empty addresses from the calculation. From everything I've read I would assume total Bitcoin users to be somewhere between 1.2 million and 1.6 million but definitely below 2 mil. That may sound promising but here's the reality as far as adoption is concerned.

Apple Pay has a closed user base confined to only one country, can only be used on one type of cell phone, only been in existence for two years and has 4 million users. Of all the different types of modern online payment systems like Amazon Payments, PayPal, Google Checkout, Stripe, Braintree, WePay, GoPayment, etc. Bitcoin is dead last as far as adoption. There are numerous debates over why Bitcoin isn't spreading as far and as fast as the others but the most logical ones focus on four things. Bitcoin is not linked directly to the current banking systems, Bitcoin is difficult to acquire, difficult to use, and is not accepted as widely in mainstream commerce.

i did not had a number in mind, but i was expecting more. the good thing i can take away is that we so fare are not to late to the party and bitcoin is not at its peak, so there is room for development an we can be part of it.
also bitcoin need still a lot of work and services around, so slowly moving forward is maybe better than a big boom and many quick mistakes.
my concern would only be, that there is maybe a point in time where you have to make it or you will not at all. 

Sir Alpha_goy
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
August 13, 2016, 09:58:28 PM
 #243

They are all robots....
bitsoldiers
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
August 13, 2016, 10:05:55 PM
 #244

the number of those using bitcoin can not be determined..because now much population are unto bitcoin...its growing widely and spread..
QuestionAuthority
Legendary
*
Offline Offline

Activity: 2156
Merit: 1393


You lead and I'll watch you walk away.


View Profile
August 13, 2016, 10:24:53 PM
 #245


i can accept this as maximum number, since we will have probably more people with more then one address rather then sharing one.
most exchanges will store every customer separately i think.
i am though to lazy to check for myself, so go ahead and tell me the devastating number.

There are varying estimates based on different logical scenarios. Some say the minimum number of addresses used per individual would be 10, some say 2, most remove addresses with no more than "dust" amounts in them. All of them remove empty addresses from the calculation. From everything I've read I would assume total Bitcoin users to be somewhere between 1.2 million and 1.6 million but definitely below 2 mil. That may sound promising but here's the reality as far as adoption is concerned.

Apple Pay has a closed user base confined to only one country, can only be used on one type of cell phone, only been in existence for two years and has 4 million users. Of all the different types of modern online payment systems like Amazon Payments, PayPal, Google Checkout, Stripe, Braintree, WePay, GoPayment, etc. Bitcoin is dead last as far as adoption. There are numerous debates over why Bitcoin isn't spreading as far and as fast as the others but the most logical ones focus on four things. Bitcoin is not linked directly to the current banking systems, Bitcoin is difficult to acquire, difficult to use, and is not accepted as widely in mainstream commerce.

i did not had a number in mind, but i was expecting more. the good thing i can take away is that we so fare are not to late to the party and bitcoin is not at its peak, so there is room for development an we can be part of it.
also bitcoin need still a lot of work and services around, so slowly moving forward is maybe better than a big boom and many quick mistakes.
my concern would only be, that there is maybe a point in time where you have to make it or you will not at all. 

I don't think there is a set cutoff date when Bitcoin can't catch up. The problem with it lagging behind is eventually some competing product will come out that beats Bitcoin in features before Bitcoin captures enough loyal users to stay afloat. It could possibly be an altcoin or something so different we couldn't imagine it now.

Bitcoin is very different compared to all other payment methods. It offers properties that no other system can. That makes it unique enough to warrant using but different enough to make people apprehensive. Only time will tell.

wuvdoll
Legendary
*
Offline Offline

Activity: 1442
Merit: 1025



View Profile
August 14, 2016, 05:22:22 AM
 #246

Is there a way to determine the number of people who are actually using Bitcoin till date? Who would have access to such information? Meaning a way to find out, how many new people have used Bitcoin in 2016 , so that we can say exponential growth is natural not artificially created by hoarders.

There is no way to see that actually, because the people using bitcoin are not always using the same platform and with people using different platforms of bitcoin is hard to be counted, if every bitcoin user was using just one wallet for example then maybe that could have been possible through that.

Its really difficult to calculate the exact percentage of people using bitcoins as its never possible, but the users are regularly increasing as time passes by.
It's obvious that there's no way to accurately predict the number of bitcoin users be it active or dormant as the only information that we can get our hands on is the number of addresses that are or were once active and that information enough wouldn't suffice since people can own multiple addresses.
However, it does provide us with the opportunity of assumption of how many bitcoin users there can be.
freedomgo
Legendary
*
Offline Offline

Activity: 3108
Merit: 1146



View Profile
August 14, 2016, 08:01:17 AM
 #247

Is there a way to determine the number of people who are actually using Bitcoin till date? Who would have access to such information? Meaning a way to find out, how many new people have used Bitcoin in 2016 , so that we can say exponential growth is natural not artificially created by hoarders.

There is no way to see that actually, because the people using bitcoin are not always using the same platform and with people using different platforms of bitcoin is hard to be counted, if every bitcoin user was using just one wallet for example then maybe that could have been possible through that.

Its really difficult to calculate the exact percentage of people using bitcoins as its never possible, but the users are regularly increasing as time passes by.
It's obvious that there's no way to accurately predict the number of bitcoin users be it active or dormant as the only information that we can get our hands on is the number of addresses that are or were once active and that information enough wouldn't suffice since people can own multiple addresses.
However, it does provide us with the opportunity of assumption of how many bitcoin users there can be.
We don't need to know the exact number of users since it is impossible to know that, as long as we believe that the numbers are a lot, that would be your basis to invest in the future as it would guarantee that many are trusting bitcoin to succeed.

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
chixka000
Hero Member
*****
Offline Offline

Activity: 910
Merit: 500



View Profile
August 14, 2016, 08:10:47 AM
 #248

Well anyways it doesn't matter for me of how many people uses bitcoin. I am more interested on how big those people who uses bitcoins because even if a lot of small time bitcoin users it would merely equates to only a group of people who may considered as a big fish in this industry
yes we need to hope that someday there will be a great company that will receive a payments via bitcoin, only that can make bitcoin prices rose.

I think were few companies in the first world countries that receives  payment via bitcoin. The  problem is that there were still a lot of countries who does not conisder bitcoin yet which makes it hard for us
john2231
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1001



View Profile
August 14, 2016, 08:17:36 AM
 #249

Well anyways it doesn't matter for me of how many people uses bitcoin. I am more interested on how big those people who uses bitcoins because even if a lot of small time bitcoin users it would merely equates to only a group of people who may considered as a big fish in this industry
yes we need to hope that someday there will be a great company that will receive a payments via bitcoin, only that can make bitcoin prices rose.

I think were few companies in the first world countries that receives  payment via bitcoin. The  problem is that there were still a lot of countries who does not conisder bitcoin yet which makes it hard for us
Yeah right its because bitcoin is unpredictable they can not set what price should be the price of their product or service..
Also for costumer protection and their protection.. unlike using paypal that they have a power to start a case or dispute.. that why they  are not still consider bitcoin as payment..
Judge007
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
August 14, 2016, 08:27:05 AM
 #250

Is there a way to determine the number of people who are actually using Bitcoin till date? Who would have access to such information? Meaning a way to find out, how many new people have used Bitcoin in 2016 , so that we can say exponential growth is natural not artificially created by hoarders.
It is difficulty,there's abount 100k where I stay.
chixka000
Hero Member
*****
Offline Offline

Activity: 910
Merit: 500



View Profile
August 14, 2016, 08:45:09 AM
 #251

Well anyways it doesn't matter for me of how many people uses bitcoin. I am more interested on how big those people who uses bitcoins because even if a lot of small time bitcoin users it would merely equates to only a group of people who may considered as a big fish in this industry
yes we need to hope that someday there will be a great company that will receive a payments via bitcoin, only that can make bitcoin prices rose.

I think were few companies in the first world countries that receives  payment via bitcoin. The  problem is that there were still a lot of countries who does not conisder bitcoin yet which makes it hard for us
Yeah right its because bitcoin is unpredictable they can not set what price should be the price of their product or service..
Also for costumer protection and their protection.. unlike using paypal that they have a power to start a case or dispute.. that why they  are not still consider bitcoin as payment..

Good thing right now is that coinbase i think now allows  you to cash out to your paypal account. Bitcoin might be bad in terms of purchasing items online but transfering of money is easy as 123
freedomgo
Legendary
*
Offline Offline

Activity: 3108
Merit: 1146



View Profile
August 14, 2016, 09:02:19 AM
 #252

Well anyways it doesn't matter for me of how many people uses bitcoin. I am more interested on how big those people who uses bitcoins because even if a lot of small time bitcoin users it would merely equates to only a group of people who may considered as a big fish in this industry
yes we need to hope that someday there will be a great company that will receive a payments via bitcoin, only that can make bitcoin prices rose.

I think were few companies in the first world countries that receives  payment via bitcoin. The  problem is that there were still a lot of countries who does not conisder bitcoin yet which makes it hard for us
Yeah right its because bitcoin is unpredictable they can not set what price should be the price of their product or service..
Also for costumer protection and their protection.. unlike using paypal that they have a power to start a case or dispute.. that why they  are not still consider bitcoin as payment..

Good thing right now is that coinbase i think now allows  you to cash out to your paypal account. Bitcoin might be bad in terms of purchasing items online but transfering of money is easy as 123
It's true because you can easily transfer your money anytime as long as you have the internet, that really makes me amaze every time I do transfer of bitcoins and the fact that you can easily check in the blockchain makes it more convenient and comfortable for us.

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
Sponsoredby15
Sr. Member
****
Offline Offline

Activity: 644
Merit: 250


View Profile
August 14, 2016, 09:54:06 AM
 #253

Theres no way to know the actual number of people who uses bitcoin, because some of country are banning the bitcoin because their goverment don't what the currency. But in some country bitcoin are legal and supported by some goverment where they can use it also as they currency to invest.  Kiss
coinzat
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


Young but I'm not that bold


View Profile
August 14, 2016, 10:00:55 AM
 #254

the number of those using bitcoin can not be determined..because now much population are unto bitcoin...its growing widely and spread..
it is true that it can not be determined. but the number of bitcoin users are really low comparing with the 7 billions who live now on earth.
I guess that they are 5 millions around the world or less
blackmachinegun
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


View Profile
August 14, 2016, 10:01:36 AM
 #255

the number of those using bitcoin can not be determined..because now much population are unto bitcoin...its growing widely and spread..
yeah bitcoin although growth is slow though. no one can be sure exactly how many users bitcoin? there are many forums and there are a lot of groups. maybe we can use it to calculate the bitcoin users. but I think there are some people who use multiple accounts or unregistered?
bostiog1
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
August 14, 2016, 10:43:54 AM
 #256

Is there a way to determine the number of people who are actually using Bitcoin till date? Who would have access to such information? Meaning a way to find out, how many new people have used Bitcoin in 2016 , so that we can say exponential growth is natural not artificially created by hoarders.
personally i dont care how much people are using bitcoin .on freebitco.in are registred over 2 million peoples sk they are using bitcoin. i think over 5 million peoples use bitcoin

chixka000
Hero Member
*****
Offline Offline

Activity: 910
Merit: 500



View Profile
August 14, 2016, 01:40:20 PM
 #257

Is there a way to determine the number of people who are actually using Bitcoin till date? Who would have access to such information? Meaning a way to find out, how many new people have used Bitcoin in 2016 , so that we can say exponential growth is natural not artificially created by hoarders.
personally i dont care how much people are using bitcoin .on freebitco.in are registred over 2 million peoples sk they are using bitcoin. i think over 5 million peoples use bitcoin

5 million is i think too low. Bitcoin users will surely be in the 20 million users right now but it doesnt matter at all because as long as other country keeps on rejecting bitcoin we would always be the one affected.
QuestionAuthority
Legendary
*
Offline Offline

Activity: 2156
Merit: 1393


You lead and I'll watch you walk away.


View Profile
August 14, 2016, 01:43:14 PM
 #258

Is there a way to determine the number of people who are actually using Bitcoin till date? Who would have access to such information? Meaning a way to find out, how many new people have used Bitcoin in 2016 , so that we can say exponential growth is natural not artificially created by hoarders.
personally i dont care how much people are using bitcoin .on freebitco.in are registred over 2 million peoples sk they are using bitcoin. i think over 5 million peoples use bitcoin

Blockchain.info shows the number of unique addresses used daily. That number is currently fluctuating at between 325k and 425k. Less than a half million people are actively using Bitcoin. Remember, exchanges that have day traders will sometimes use thousands of addresses per day as a normal course of business. I myself, when I was trading heavily on BTCe would probably use 10-15 addresses and cause BTCe to use another 15 in response to my activity. That would bring the daily use by single individuals down to maybe 250k.

5 million! No fucking way! LOL

btccashacc
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
August 14, 2016, 02:18:11 PM
 #259

Is there a way to determine the number of people who are actually using Bitcoin till date? Who would have access to such information? Meaning a way to find out, how many new people have used Bitcoin in 2016 , so that we can say exponential growth is natural not artificially created by hoarders.
personally i dont care how much people are using bitcoin .on freebitco.in are registred over 2 million peoples sk they are using bitcoin. i think over 5 million peoples use bitcoin
well you can't estimate the number of bitcoin user by look on freebitcoin's members since everyone can create many account out there as much as you can, i think the only way is just by from an exchanger, in my country there are more than 165k Users are already registered on our local exchange, and this is exact number since we provide our real identity for verification purpose
btccashacc
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
August 14, 2016, 02:19:46 PM
 #260

Is there a way to determine the number of people who are actually using Bitcoin till date? Who would have access to such information? Meaning a way to find out, how many new people have used Bitcoin in 2016 , so that we can say exponential growth is natural not artificially created by hoarders.
personally i dont care how much people are using bitcoin .on freebitco.in are registred over 2 million peoples sk they are using bitcoin. i think over 5 million peoples use bitcoin
well you can't estimate the number of bitcoin user by look on freebitcoin's members since everyone can create many account out there as much as you can, i think the only way is just by from an exchanger, in my country there are more than 165k Users are already registered on our local exchange, and this is exact number since we provide our real identity for verification purpose, let's count for each country
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 [13] 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 ... 72 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!