304 Trons active so far. Next step: 500 Trons
I'd love to partake, but have been unsuccessful in multiple attempts within the past month. The cold and hot node both display a 0 balance. The cold node shows an initial status as enabled but the timer never starts and the throne shows up as missing after a short period of time. If anyone has a moment to take a look at the steps I followed and can pinpoint any errors along the way, it would be greatly appreciated.
I followed the ubuntu guide for 16.10 and would assume as listed below that the issue is due to entering the chmod 444 crown/crown.conf command as I get the error "no such file or directory."
exactly 10,000 crw contained on single address
throne genkey obtained
transaction id obtained
cloud server launched: ubuntu 16.10,1 cpu, 768mb, 1000gb bandwidth
external ip noted
password changed in view console
logged into server via putty
used following script outlined in guide:
nano /usr/local/bin/build.sh
#!/bin/bash
sudo mkdir -p /var/cache/swap/
sudo dd if=/dev/zero of=/var/cache/swap/myswap bs=1M count=2048
sudo mkswap /var/cache/swap/myswap
sudo swapon /var/cache/swap/myswap
sudo apt-get update -y
sudo apt-get upgrade -y
sudo apt-get install git-all dh-autoreconf pkg-config build-essential libtool autotools-dev libssl-dev libevent-dev bsdmainutils libboost-all-dev -y
sudo apt-add-repository ppa:bitcoin/bitcoin
sudo apt-get update -y
sudo apt-get install libdb4.8-dev libdb4.8++-dev -y
mkdir -p src && cd src
git clone
https://github.com/Crowndev/crowncoin.git -b master
cd crowncoin/
./autogen.sh && ./configure && sudo make install -j 2
cd
cd src/crowncoin/src
./crownd
nano ~/.crown/crown.conf
CTRL + 0 ENTER
XTRL + X
chmod +x /usr/local/bin/build.sh Entered, nothing seemingly happens
/usr/local/bin/./build.sh Entered, script executes
ends at nano file, entered:
rpcuser=Throne1
rpcpassword=****
listen=1
server=1
daemon=1
externalip=vps host ip
throne=1
throneprivkey=throne genkey entered
CONTROL + O ENTER
CONTROL + X ENTER
This takes me to the root directory
chmod 444 crown/crown.conf - I get the warning 'crown/crown.conf' no such file or directory
cd src/crowncoin/src
./crownd - crown server starts
when I type ./crown-cli getinfo I get the following:
"version" : 120061,
"protocolversion" : 70040,
"walletversion" : 61000,
"balance" : 0.00000000,
"darksend_balance" : 0.00000000,
"blocks" : 2416,
"timeoffset" : 0,
In the throne.conf I enter: throne1 vpshostaddress:9340 thronegenkey transactionid 1
in qt, typed walletpassphrase my passwd 120
throne start-all
overall" : "Successfully started 1 thrones, failed to start 0, total 1",
"detail" : {
"status" : {
"alias" : "Throne1",
"result" : "successful"
"connections" : 10,
"proxy" : "",
"difficulty" : 1.00000000,
"testnet" : false,
"keypoololdest" : 1487410263,
"keypoolsize" : 1001,
"paytxfee" : 0.00000000,
"relayfee" : 0.00010000,
"errors" : ""
when I type 'throne list' it shows as enabled but will become missing before I receive a payout