Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not find a valid gem 'bitcoin-ruby-node' (>= 0) in any repository #4

Open
igorbarinov opened this issue Jun 4, 2015 · 5 comments

Comments

@igorbarinov
Copy link

Here is error log

ubuntu@ip-172-31-36-36:~$ gem install bitcoin-ruby-node
ERROR: Could not find a valid gem 'bitcoin-ruby-node' (>= 0) in any repository
ERROR: Possible alternatives: bitcoin-ruby, bitcoin_node, bitcoin_payable, bitcoinde, bitcointoyou

How to install it?

@igorbarinov
Copy link
Author

Found gem install bitcoin_node. Is it right one?

it gives me
[2015-06-04T21:00:01.940300 #25990] INFO -- NODE: Parsing inv
/home/ubuntu/.rvm/gems/ruby-head/gems/bitcoin_node-0.0.2/lib/bitcoin_node/protocol.rb:182:in inspect': inspected result must be ASCII only or use the default external encoding (Encoding::CompatibilityError) from /home/ubuntu/.rvm/gems/ruby-head/gems/bitcoin_node-0.0.2/lib/bitcoin_node/protocol.rb:182:into_s'
from /home/ubuntu/.rvm/gems/ruby-head/gems/bitcoin_node-0.0.2/lib/bitcoin_node/p2p/client.rb:98:in p' from /home/ubuntu/.rvm/gems/ruby-head/gems/bitcoin_node-0.0.2/lib/bitcoin_node/p2p/client.rb:98:inparse'
from /home/ubuntu/.rvm/gems/ruby-head/gems/bitcoin_node-0.0.2/lib/bitcoin_node/p2p/client.rb:53:in parse' from /home/ubuntu/.rvm/gems/ruby-head/gems/bitcoin_node-0.0.2/lib/bitcoin_node/p2p/client.rb:32:inblock in send'
from /home/ubuntu/.rvm/gems/ruby-head/gems/bitcoin_node-0.0.2/lib/bitcoin_node/p2p/client.rb:28:in loop' from /home/ubuntu/.rvm/gems/ruby-head/gems/bitcoin_node-0.0.2/lib/bitcoin_node/p2p/client.rb:28:insend'
from /home/ubuntu/.rvm/gems/ruby-head/gems/bitcoin_node-0.0.2/lib/bitcoin_node/p2p/client.rb:82:in block in parse' from /home/ubuntu/.rvm/gems/ruby-head/gems/bitcoin_node-0.0.2/lib/bitcoin_node/p2p/client.rb:56:incall'
from /home/ubuntu/.rvm/gems/ruby-head/gems/bitcoin_node-0.0.2/lib/bitcoin_node/p2p/client.rb:56:in parse' from /home/ubuntu/.rvm/gems/ruby-head/gems/bitcoin_node-0.0.2/lib/bitcoin_node/p2p/client.rb:32:inblock in send'
from /home/ubuntu/.rvm/gems/ruby-head/gems/bitcoin_node-0.0.2/lib/bitcoin_node/p2p/client.rb:28:in loop' from /home/ubuntu/.rvm/gems/ruby-head/gems/bitcoin_node-0.0.2/lib/bitcoin_node/p2p/client.rb:28:insend'
from /home/ubuntu/.rvm/gems/ruby-head/gems/bitcoin_node-0.0.2/bin/bitcoin_node:13:in `block (2 levels) in <top (required)>'

@igorbarinov
Copy link
Author

I used ruby 2.1 and it caused this error.
after switching to 1.9.3 the error disappear

@mhanne
Copy link
Owner

mhanne commented Jun 5, 2015

Hi, I'm sorry but there isn't a gem for the bitcoin node yet. It needs some patches from my git repo that aren't in bitcoin-ruby upstream, and I couldn't figure out how to write a gemspec for that. Please just clone the repo and run bundler for now... Getting this sorted out is on my todo list, but not with the highest of priorities - tell me if it would be important to you.

The bitcoin_node gem is something different: https://github.com/simcap/bitcoin_node

@patha046
Copy link

Hi @mhanne, I am working on a project on blockchain and it would be very helpful if this issue is sorted.

@SIKOo971
Copy link

SIKOo971 commented Jan 4, 2019

bro is there any solution to install your blockexplorer with bitcored

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants