Skip to content

Decentralized and trustless Monero block explorer

License

Notifications You must be signed in to change notification settings

wowario/MoneroBlock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MoneroBlock

MoneroBlock is a trustless block explorer for the Monero payment network.

Running MoneroBlock

To run MoneroBlock download the prebuilt binaries from here for your OS and run them. Once MoneroBlock is started open 127.0.0.1:31312 with your browser.

note: You need monerod running in your computer for MoneroBlock to work, unless you are using a remote daemon.

Running with a remote daemon

Use moneroblock --daemon <Remote daemon address> to start MoneroBlock with a remote node. If you wish to use Tor to connect to the remote daemon, start moneroblock with: moneroblock --proxy socks5://127.0.0.1:9050 --daemon <Remote daemon address>

Compiling from source

You need Go and Git installed to compile MoneroBlock.

git clone https://github.com/duggavo/MoneroBlock && cd ./MoneroBlock
go get ./...
go build -ldflags="-s -w" ./

Donate

If you wish to support the MoneroBlock development please donate any amount:

Monero: 892HHTyDg5mJm5eWJWZ8L1ZMYnnWExciQFFkpsgLh1DfVUXfUFj6z1X2jDD2ZRQLiwWYskeyNkrtpAHse4M3G29uBfiYgVL Wownero: WW439rW1B6p4pA9oca1Aip6h2dneUCHTL9qdn5fstfkB1DzokvrU2hYGASDUcyfaa9gv5kXS82TUhRALMGJGFmBA26jAz3qM5ss

About

Decentralized and trustless Monero block explorer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 66.1%
  • HTML 19.0%
  • Dockerfile 7.6%
  • CSS 7.3%