Bitcoin Forum
June 19, 2024, 01:00:45 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Project Development / Re: Bitnomon: monitoring/visualization GUI for a Bitcoin node on: July 01, 2015, 12:59:06 AM
I've released a new version 0.1.1. No major changes but performs better under a large transaction backlog (by limiting the mempool scatter plot to 5000 points).
2  Other / Bitcoin Wiki / Re: Wiki mirror on: May 27, 2015, 11:20:55 PM
Thanks dsattler!

Now that the wiki is back up, I've updated to the latest dumps and imported all the images.
3  Other / Bitcoin Wiki / Wiki mirror on: May 25, 2015, 04:48:52 PM
The wiki seems to have gone down along with the forum after the recent hack. Hopefully theymos et al can get it restored soon. In the mean time, I've set up a mirror of the (English) wiki based on fairly recent dumps.

http://www.welshcomputing.com/bitcoin/wiki/en/Main_Page

About/limitations
4  Bitcoin / Project Development / Re: Bitnomon: monitoring/visualization GUI for a Bitcoin node on: February 13, 2015, 05:11:01 AM
What sort of information are you interested in displaying? One idea I had for Bitnomon was to give it a background mode where it just collects data over time, for something else to display. It's already storing traffic data in an RRDtool database, so putting those graphs on a web page would be pretty easy.
5  Bitcoin / Project Development / Bitnomon: monitoring/visualization GUI for a Bitcoin node on: February 03, 2015, 03:34:36 AM
Do you run a full node? Ever wondered what was going on inside it, beyond the basics in the debug window? Maybe something to display full screen and watch the blockchain go by?

Announcing Bitnomon: an open-source, cross-platform*, graphical monitoring application for Bitcoin nodes.


Technical support or other questions/comments are welcome here or privately.

* The current release targets Linux/Unix. The underlying technologies should support Windows and Mac, but easy installation options are not yet available. This is planned, assuming there's interest.
6  Bitcoin / Development & Technical Discussion / Re: The plain text password for JSON-RPC connections issue... on: February 03, 2015, 12:27:08 AM
Why not specify a password hash instead? And then just check if the hash of the password entered matches the one in the config file? But in the end, if the password is submitted via JSON-RPC/REST as plaintext, packet sniffing on the computer would do the job just as well.

It has to be stored in plain text or equivalent, otherwise the user would have to provide the password every time they ran bitcoin-cli or any other API client. If someone had root access to be able to sniff internal packets, they could also get the password by recording keystrokes.

Authenticating a local service with a shared secret stored in a file with restricted permissions is not uncommon, by the way; for example, the X11 protocol and MySQL (by default) work the same way. On some platforms, including Linux, it's possible to check the peer UID through a Unix-domain socket, but I imagine the developers want to minimize platform-specific code.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!