I don't know... I followed this tutorial line by line...
I'll start again from Part 2... maybe I missed a step... But I'm sure I didn't.
EDIT: ok.. so I did apt-get update and apt-get dist-upgrade again, just to be sure... I am 150% I did it the first time. If everything is updated and upgraded, why the heck did it do it again?
Ok, progress until step 8 (Reboot) - does this look ok?
Now, on Step 8, should I copy/paste current, or get RC2 !?
EDIT: seriously, sorry about the spam, but i did take the bloody day off for this and I'm extremely frustrated... I went ahead and substituted "beta" with "rc2" in the links for the more updated daemon. But its the exact same thing. here is the config
but when I try to run darkcoind, it says
I'll start again from Part 2... maybe I missed a step... But I'm sure I didn't.
EDIT: ok.. so I did apt-get update and apt-get dist-upgrade again, just to be sure... I am 150% I did it the first time. If everything is updated and upgraded, why the heck did it do it again?
Ok, progress until step 8 (Reboot) - does this look ok?
Now, on Step 8, should I copy/paste current, or get RC2 !?
EDIT: seriously, sorry about the spam, but i did take the bloody day off for this and I'm extremely frustrated... I went ahead and substituted "beta" with "rc2" in the links for the more updated daemon. But its the exact same thing. here is the config
Code:
GNU nano 2.2.6 File: /home/ubuntu/.darkcoin/darkcoin.conf
#----
rpcuser=not_my_real_login
rpcpassword=stupid_password_123
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
logtimestamps=1
maxconnections=256
#--------------------
# change ami_public_ip to public ip address which you connected by ssh
externalip=54.72.246.62
#---------------------
#------------
masternode=1
addnode=23.23.186.131
#----------
but when I try to run darkcoind, it says
Code:
ubuntu@ip-172-31-18-176:~$ darkcoind
terminate called after throwing an instance of 'std::runtime_error'
what(): locale::facet::_S_create_c_locale name not valid
Aborted (core dumped)
Last edited by a moderator: