require "getblockhashes" rpc method for insight explorer. #24
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Core-Wallets/Auroracoin#24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
i have setup latest insight explorer for auroracoin here:
http://213.126.73.99:3001/
it does not fetching blocks because insight api require support for "getblockhashes" rpc method to fetch multiple blocks.
Bitcoin doesn't have this. Which coin introduced this? Could you give a link to the source code?
Bitpay version of bitcoin has implemented it.
pull request of getblockhashes and some indexes: https://github.com/bitpay/bitcoin/pull/6
Resolved with commit
0e33e48. Closing.