You are viewing a single comment's thread from:

RE: Meeseeker on Hive

in HiveDevs5 years ago

Hey Inertia. I took a functioning DrPhil installation (Debian - Linux - voting on the steem chain) and I changed the redis url and the url inside drphil.yml in order to covert the drphil install to vote on Hive.

I am getting an error when after it waits and is about to cast a vote.

I did, "gem install meeseeker"
I did, "MEESEEKER_NODE_URL=https://api.openhive.network meeseeker sync"

And the bottom of the yml looks like...

:meeseeker_options:
:url: redis://127.0.0.1:6379/0
:chain_options:
:chain: steem
:url: https://api.openhive.network

The error


#<Steem::ArgumentError: {"error":"condenser_api.broadcast_transaction_synchronous: unknown key:unknown key: (or content has been deleted)"}>htooms voting for @acidyo/i-decided-to-write-a-quick-summary-on-r-cryptocurrency-about-the-shitshow-lately

I know the keys are good. Let me know if you have any ideas.

Sort:  

You might have a better time leaving meeseeker disabled. E.g.:

# See: https://github.com/inertia186/meeseeker
# :meeseeker_options:
#   :url: redis://127.0.0.1:6379/0

:chain_options:
  :chain: steem
  :url: https://api.openhive.network/

And for the moment, you do indeed need to keep :chain: steem in the config. I am working on getting Radiator to recognize hive, but for now, you just need to point at a hive node.