Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: Enkrypto_Storm on October 09, 2017, 01:30:42 AM



Title: Need help creating windows wallet
Post by: Enkrypto_Storm on October 09, 2017, 01:30:42 AM
I made a quick fork of litecoin, changed it up a bit, and successfully created an altcoin to toy around with. Problem is, when I try to run the command:

Code:
sudo bin/gbuild ..funbucks/contrib/guidian-descriptors/deps-win32.yml
(funbucks being the name of the currency, lol)

I get the output:
Code:
************* WARNING: kvm not loaded, this will probably not work out

/usr/lib/ruby/1.9.1/psych.rb:297:in `initialize': No such file or directory - ..funbucks/contrib/guidian-descriptors/deps-win32.yml (Errno::ENOENT)
from /usr/lib/ruby/1.9.1/psych.rb:297:in `open'
from /usr/lib/ruby/1.9.1/psych.rb:297:in `load_file'
from bin/gbuild:201:in `<main>'

I know that the kvm not loaded warning must be due to the fact that I don't have hardware acceleration enabled, but what concerns me is the "No such file or directory" part. I've run the command
Code:
sudo apt-get install apache2 git apt-cacher-ng python-vm-builder qemu-kvm ruby qemu-utils
so ruby must be installed.

What am I doing wrong?

Edit: After going through the GUI, I did find a file in /usr/lib/ruby/1.91/psych called psych.rb. Why is the terminal telling me that this directory does not exist?

Edit 2: After double checking, it appears that I can only navigate to this directory using the GUI. The 'ruby' folder doesn't come up in the terminal. Wtf?