Bitcoin Forum
April 26, 2024, 06:35:33 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3]  All
  Print  
Author Topic: Block explorers oligopoly.  (Read 837 times)
coinableS
Legendary
*
Offline Offline

Activity: 1442
Merit: 1179



View Profile WWW
May 29, 2021, 12:49:56 AM
 #41

scantxoutset

You can run a pruned node on your machine locally and scan for UTXO's for ANY address (doesn't have to be imported to your wallet) by using the scantxoutset command. It takes a few minutes, but not nearly as long as a rescan. Doesn't take up a ton of space, and better than using a blockexplorer.

To query one address: scantxoutset start '[{"desc":"addr(1SomeAddress)"}]'
Or for multiple addresses: scantxoutset start '[{"desc":"addr(1SomeAddress)"},{"desc":"addr(1AnotherAddressToCheck)"}]'

1714156533
Hero Member
*
Offline Offline

Posts: 1714156533

View Profile Personal Message (Offline)

Ignore
1714156533
Reply with quote  #2

1714156533
Report to moderator
1714156533
Hero Member
*
Offline Offline

Posts: 1714156533

View Profile Personal Message (Offline)

Ignore
1714156533
Reply with quote  #2

1714156533
Report to moderator
You can see the statistics of your reports to moderators on the "Report to moderator" pages.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714156533
Hero Member
*
Offline Offline

Posts: 1714156533

View Profile Personal Message (Offline)

Ignore
1714156533
Reply with quote  #2

1714156533
Report to moderator
Pmalek
Legendary
*
Offline Offline

Activity: 2744
Merit: 7105



View Profile
May 29, 2021, 07:21:53 PM
 #42

Sure, all the transactions are available on the public blockchain... but can you tell which ones are mine? Huh
The ones that appear on the public ChipMixer spreadsheet are yours Wink. Anyone could follow the movement of those coins (or get a chain analysis company to do it) until you mix them, do a CoinJoin, or send them to an exchange where you could exchange them for a different coin and withdraw them. I know that's not what you meant, just saying.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
pooya87
Legendary
*
Offline Offline

Activity: 3430
Merit: 10504



View Profile
May 30, 2021, 02:52:15 AM
Merited by Pmalek (1)
 #43

Sure, all the transactions are available on the public blockchain... but can you tell which ones are mine? Huh
The ones that appear on the public ChipMixer spreadsheet are yours Wink. Anyone could follow the movement of those coins (or get a chain analysis company to do it) until you mix them, do a CoinJoin, or send them to an exchange where you could exchange them for a different coin and withdraw them. I know that's not what you meant, just saying.
The point is that by looking at the "public blockchain" you can not know which transaction belongs to who. And you didn't do that here either, you looked at a centralized database (ie. google spreadsheets) that HCP (and others) have willingly linked their (virtual) identity to those transactions.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
kano
Legendary
*
Offline Offline

Activity: 4466
Merit: 1800


Linux since 1997 RedHat 4


View Profile
May 31, 2021, 02:22:57 AM
 #44

scantxoutset

You can run a pruned node on your machine locally and scan for UTXO's for ANY address (doesn't have to be imported to your wallet) by using the scantxoutset command. It takes a few minutes, but not nearly as long as a rescan. Doesn't take up a ton of space, and better than using a blockexplorer.

To query one address: scantxoutset start '[{"desc":"addr(1SomeAddress)"}]'
Or for multiple addresses: scantxoutset start '[{"desc":"addr(1SomeAddress)"},{"desc":"addr(1AnotherAddressToCheck)"}]'
Since a pruned node does not have all transactions in the block chain, only those limited to what the pruned node stores, it cannot show you any long term history and will certainly return nothing for any confirmed transactions older than the amount pruned.

Pool: https://kano.is - low 0.5% fee PPLNS 3 Days - Most reliable Solo with ONLY 0.5% fee   Bitcointalk thread: Forum
Discord support invite at https://kano.is/ Majority developer of the ckpool code - k for kano
The ONLY active original developer of cgminer. Original master git: https://github.com/kanoi/cgminer
coinableS
Legendary
*
Offline Offline

Activity: 1442
Merit: 1179



View Profile WWW
May 31, 2021, 05:08:47 AM
 #45

scantxoutset

You can run a pruned node on your machine locally and scan for UTXO's for ANY address (doesn't have to be imported to your wallet) by using the scantxoutset command. It takes a few minutes, but not nearly as long as a rescan. Doesn't take up a ton of space, and better than using a blockexplorer.

To query one address: scantxoutset start '[{"desc":"addr(1SomeAddress)"}]'
Or for multiple addresses: scantxoutset start '[{"desc":"addr(1SomeAddress)"},{"desc":"addr(1AnotherAddressToCheck)"}]'
Since a pruned node does not have all transactions in the block chain, only those limited to what the pruned node stores, it cannot show you any long term history and will certainly return nothing for any confirmed transactions older than the amount pruned.


scantxoutset scans the utxo set to match a certain output descriptor. Pruned nodes don't have all the block data, but they have a full UTXO set that's precisely how pruned nodes work.

SFR10
Legendary
*
Offline Offline

Activity: 2982
Merit: 3409


Crypto Swap Exchange


View Profile WWW
May 31, 2021, 05:24:47 AM
 #46

Are there small blockexplorers that you guys know or use?
Yes, refer to the following list: List of useful Bitcoin block explorers
- Ignore all of the ratings since it's subjective.

Do you think is there a room for a new block explorer?
There's always room for one more if it brings something "new" to the table Wink

I don't think I've ever enjoyed reading this many comments and arguments [after the first few posts] on any thread.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
kano
Legendary
*
Offline Offline

Activity: 4466
Merit: 1800


Linux since 1997 RedHat 4


View Profile
May 31, 2021, 07:27:59 AM
 #47

...
scantxoutset scans the utxo set to match a certain output descriptor. Pruned nodes don't have all the block data, but they have a full UTXO set that's precisely how pruned nodes work.
That of course doesn't include history.
So you wont get the historical spend transactions and their matching receives they spent.

Pool: https://kano.is - low 0.5% fee PPLNS 3 Days - Most reliable Solo with ONLY 0.5% fee   Bitcointalk thread: Forum
Discord support invite at https://kano.is/ Majority developer of the ckpool code - k for kano
The ONLY active original developer of cgminer. Original master git: https://github.com/kanoi/cgminer
DaveF
Legendary
*
Offline Offline

Activity: 3458
Merit: 6235


Crypto Swap Exchange


View Profile WWW
May 31, 2021, 09:00:48 PM
Merited by kryme (1)
 #48

If you want to run a block explorer but don't want to get into setting up a database or learning how, there are some "nodes in a box" out there that have them.
All you need is some bandwidth, the available storage space and a computer that can run a base VM and you can install some of them. Others work on a RPi

https://www.mynodebtc.com/ is one of the more popular ones.

-Dave

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
ABCbits
Legendary
*
Offline Offline

Activity: 2856
Merit: 7407


Crypto Swap Exchange


View Profile
June 01, 2021, 11:04:47 AM
Merited by DaveF (1)
 #49

If you want to run a block explorer but don't want to get into setting up a database or learning how, there are some "nodes in a box" out there that have them.
All you need is some bandwidth, the available storage space and a computer that can run a base VM and you can install some of them. Others work on a RPi

https://www.mynodebtc.com/ is one of the more popular ones.

-Dave


Since i've tried myNode in past, you still need to learn to setting up something (although it's easier). Few examples (if you use myNode on VM),
1. Enable CPU virtualization on BIOS.
2. Configure VirtualBox to connect myNode with your USB external HDD/SSD.
3. Other optional stuff which mentioned on guide page (https://www.mynodebtc.com/guides).

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
DaveF
Legendary
*
Offline Offline

Activity: 3458
Merit: 6235


Crypto Swap Exchange


View Profile WWW
June 01, 2021, 01:31:52 PM
 #50

Since i've tried myNode in past, you still need to learn to setting up something (although it's easier). Few examples (if you use myNode on VM),
1. Enable CPU virtualization on BIOS.
2. Configure VirtualBox to connect myNode with your USB external HDD/SSD.
3. Other optional stuff which mentioned on guide page (https://www.mynodebtc.com/guides).

1) Most PCs these days have virtualization turned on by default.
2) Only if you have it on an external drive. My mynode is running all on my "D" drive on my Windows box.
3) True.

And although not 100% simple the regular updates are much easier to do as opposed to upgrading something you put together yourself.

I have to see if I can find it, I have a vague memory of a couple of years ago someone creating an explorer in a box using the bitpay insight explorer.

-Dave

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
kryme
Copper Member
Member
**
Offline Offline

Activity: 335
Merit: 35


View Profile
June 01, 2021, 08:19:10 PM
 #51

If you want to run a block explorer but don't want to get into setting up a database or learning how, there are some "nodes in a box" out there that have them.
All you need is some bandwidth, the available storage space and a computer that can run a base VM and you can install some of them. Others work on a RPi

https://www.mynodebtc.com/ is one of the more popular ones.

-Dave


I've been curious about running block explorers for a while and haven't really looked into it. I hope this is as easy as you say it is. Do you know if I can host this publicly (that's my long-term goal).

DaveF
Legendary
*
Offline Offline

Activity: 3458
Merit: 6235


Crypto Swap Exchange


View Profile WWW
June 01, 2021, 08:43:42 PM
 #52

I've been curious about running block explorers for a while and haven't really looked into it. I hope this is as easy as you say it is. Do you know if I can host this publicly (that's my long-term goal).

If you are using the mynode node in a box

I can either go with yes.....with a but.
Or
No.....with a however.

The web side of mynode.com is not particularly secured.
The explorer by default is not on a standard port.
and if gets hammered with traffic, since it's not particularity efficient it will not keep up.

I don't know how well you know linux but another simple one to install is https://github.com/iquidus/explorer
You need to know a bit but not a lot.

-Dave

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
NotATether
Legendary
*
Offline Offline

Activity: 1582
Merit: 6687


bitcoincleanup.com / bitmixlist.org


View Profile WWW
June 02, 2021, 01:17:30 PM
Merited by ABCbits (1)
 #53

1) Most PCs these days have virtualization turned on by default.

Really? I usually found it's turned off by default. Additionally on Windows, you might have problem with Hyper-V (if you use VirtualBox.

You can have multiple hypervisors installed side-by-side, just don't run them all together or there will be system stability problems. Most hypervisors will stop you from launching it if they detect another hypervisor is running e.g. I know VMware will refuse to run if Hyper-V is installed and enabled at windows boot.



But I wouldn't run a block explorer in a VM in the first place, you lose the opportunity to utilize hyperthreading and all those extra threads the explorer could've used.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
DaveF
Legendary
*
Offline Offline

Activity: 3458
Merit: 6235


Crypto Swap Exchange


View Profile WWW
June 02, 2021, 01:49:31 PM
 #54

1) Most PCs these days have virtualization turned on by default.

Really? I usually found it's turned off by default. Additionally on Windows, you might have problem with Hyper-V (if you use VirtualBox.


Guess it depends on the maker or model line.
Just about all the Dell workstations I have worked on in the last 10 years have had it turned on by default.
Since that is 90%+ of what I deal with I thought it was universal.

Also know a bit how to secure your server.



But I wouldn't run a block explorer in a VM in the first place, you lose the opportunity to utilize hyperthreading and all those extra threads the explorer could've used.

Both true.

Still looking for the explorer in a box that I mentioned above. I know I downloaded it and ran it. No idea where I put the image or if I even saved it or if it was a VHD / VHDX / VDI or some other format.
Being a data hoarder can be a pain at times.

-Dave


█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
NotATether
Legendary
*
Offline Offline

Activity: 1582
Merit: 6687


bitcoincleanup.com / bitmixlist.org


View Profile WWW
June 02, 2021, 04:43:40 PM
 #55

Still looking for the explorer in a box that I mentioned above. I know I downloaded it and ran it. No idea where I put the image or if I even saved it or if it was a VHD / VHDX / VDI or some other format.
Being a data hoarder can be a pain at times.

Setting up bitcoind & mynode/Esplora/iquidus (these block explorer names can be a PITA to remember sometimes) on Virtualbox and then copying the VDI file somewhere to use as a template later should also function as a sort of image, no?

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
DaveF
Legendary
*
Offline Offline

Activity: 3458
Merit: 6235


Crypto Swap Exchange


View Profile WWW
June 02, 2021, 07:03:21 PM
 #56

Setting up bitcoind & mynode/Esplora/iquidus (these block explorer names can be a PITA to remember sometimes) on Virtualbox and then copying the VDI file somewhere to use as a template later should also function as a sort of image, no?

Yes, but this was a prepacked install.
nginx as a reverse proxy
let's encrypt installed
etc.
It really was boot...edit a few config files...drink beer.

But, I remember there were some issues that I was going to look at "tomorrow" but never got to.
Had not even thought about it till I saw this thread.

-Dave

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
DaveF
Legendary
*
Offline Offline

Activity: 3458
Merit: 6235


Crypto Swap Exchange


View Profile WWW
June 03, 2021, 11:52:32 AM
 #57

...
Wouldn't Docker image more efficient in this case? ...

Possibly but...while we are drifting far OT from the original post VM vs Container is not IMO that simple.

Running on my main workstation at the office Which is Win 10 I have VMs that include Win10, UBU 18, UBU 16 and a CentOS box.

If you know every thing you are going to play with can share a common OS then Docker is good. But if you are booting and testing / using a lot of different things then you are back to VMs

It's like the Hyper-V vs. VMWare argument. There are many things that either one does better then the other. But trying to get someone to "switch sides" is like fighting a holy war.

-Dave

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Pages: « 1 2 [3]  All
  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!