Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duggavo/MoneroBlock
Decentralized and trustless Monero block explorer
https://github.com/duggavo/MoneroBlock
block-explorer cryptocurrency monero
Last synced: 3 months ago
JSON representation
Decentralized and trustless Monero block explorer
- Host: GitHub
- URL: https://github.com/duggavo/MoneroBlock
- Owner: duggavo
- License: bsd-3-clause
- Created: 2022-08-28T08:39:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-23T16:31:33.000Z (about 2 years ago)
- Last Synced: 2023-04-27T19:33:57.435Z (over 1 year ago)
- Topics: block-explorer, cryptocurrency, monero
- Language: Go
- Homepage:
- Size: 33.2 KB
- Stars: 17
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
- awesome-monero - Moneroblock - Decentralized and trustless Monero block explorer (Blockchain Explorers / Other Wallets)
README
# MoneroBlock
MoneroBlock is a trustless block explorer for the Monero payment network.
## Running MoneroBlock
To run MoneroBlock download the prebuilt binaries from [here](https://github.com/duggavo/MoneroBlock/releases) for your OS and run them.
Once MoneroBlock is started open [127.0.0.1:31312](http://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 ` 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 `## 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`