Author

Topic: [ANN][CRW] CROWN (SHA256) | Platform | Governance | Systemnodes | Masternodes | - page 140. (Read 316951 times)

full member
Activity: 171
Merit: 100


304 Trons active so far. Next step: 500 Trons

chmod 444 crown/crown.conf - I get the warning 'crown/crown.conf' no such file or directory


Can you try chmod 444 .crown/crown.conf

Instead?
I'll try this later.


304 Trons active so far. Next step: 500 Trons

chmod 444 crown/crown.conf - I get the warning 'crown/crown.conf' no such file or directory


Can you try chmod 444 .crown/crown.conf

Instead?

And do your throne private keys match in the throne.conf and on the VPS your trying to start? the troneprivkey from the vps' crown.conf should be the key in throne.conf of the wallet with the 10 000 coins.

Yep
legendary
Activity: 964
Merit: 1000


304 Trons active so far. Next step: 500 Trons

chmod 444 crown/crown.conf - I get the warning 'crown/crown.conf' no such file or directory


Can you try chmod 444 .crown/crown.conf

Instead?

And do your throne private keys match in the throne.conf and on the VPS your trying to start? the troneprivkey from the vps' crown.conf should be the key in throne.conf of the wallet with the 10 000 coins.
legendary
Activity: 1092
Merit: 1000


304 Trons active so far. Next step: 500 Trons

chmod 444 crown/crown.conf - I get the warning 'crown/crown.conf' no such file or directory


Can you try chmod 444 .crown/crown.conf

Instead?
full member
Activity: 171
Merit: 100


304 Trons active so far. Next step: 500 Trons
The cold and hot node both display a 0 balance.

This is your issue. your cold node NEEDS to contain the 10 000 coins to start your hot node.

On your hotnode. you should have the details for the throne in crown.conf. this is considered a hot node because it is waiting for remote activation from your cold node. you can find this using "crown-cli throne status" on your hot node. The one that contains NO coins on it.

The wallet with the 10 000 coins should not contain anything to do with thrones in the crown.conf file. And it uses the throne.conf file. The client that has the throne.conf and is sending out the throne start command. MUST contain the 10 000 coins to run the node.

The cold node does indeed contain the 10k crw assigned to a single address. The conf of the hot node contains the throne gen key obtained on the cold node. Nothing is in the conf on the cold node. The throne.conf file contains the requisite info from the guide

If the 10 000 coins are in the wallet the balance of the wallet should show as 10 000 not 0. You said both the cold node and hot node displayed a balance of 0?

Sorry, the hot node displays a balance of 0. The cold node has a total balance greater than 10000 ( 10k attributed to a single address ). I misremembered and thought when I typed throne start in the cold node similarly to when getting crown client info from the hot node, the text output showed a 0 balance. This is not the case.
legendary
Activity: 964
Merit: 1000


304 Trons active so far. Next step: 500 Trons
The cold and hot node both display a 0 balance.

This is your issue. your cold node NEEDS to contain the 10 000 coins to start your hot node.

On your hotnode. you should have the details for the throne in crown.conf. this is considered a hot node because it is waiting for remote activation from your cold node. you can find this using "crown-cli throne status" on your hot node. The one that contains NO coins on it.

The wallet with the 10 000 coins should not contain anything to do with thrones in the crown.conf file. And it uses the throne.conf file. The client that has the throne.conf and is sending out the throne start command. MUST contain the 10 000 coins to run the node.

The cold node does indeed contain the 10k crw assigned to a single address. The conf of the hot node contains the throne gen key obtained on the cold node. Nothing is in the conf on the cold node. The throne.conf file contains the requisite info from the guide

If the 10 000 coins are in the wallet the balance of the wallet should show as 10 000 not 0. You said both the cold node and hot node displayed a balance of 0?
hero member
Activity: 805
Merit: 500
full member
Activity: 171
Merit: 100


304 Trons active so far. Next step: 500 Trons
The cold and hot node both display a 0 balance.

This is your issue. your cold node NEEDS to contain the 10 000 coins to start your hot node.

On your hotnode. you should have the details for the throne in crown.conf. this is considered a hot node because it is waiting for remote activation from your cold node. you can find this using "crown-cli throne status" on your hot node. The one that contains NO coins on it.

The wallet with the 10 000 coins should not contain anything to do with thrones in the crown.conf file. And it uses the throne.conf file. The client that has the throne.conf and is sending out the throne start command. MUST contain the 10 000 coins to run the node.

The cold node does indeed contain the 10k crw assigned to a single address. The conf of the hot node contains the throne gen key obtained on the cold node. Nothing is in the conf on the cold node. The throne.conf file contains the requisite info from the guide
legendary
Activity: 964
Merit: 1000


304 Trons active so far. Next step: 500 Trons
The cold and hot node both display a 0 balance.

This is your issue. your cold node NEEDS to contain the 10 000 coins to start your hot node.

On your hotnode. you should have the details for the throne in crown.conf. this is considered a hot node because it is waiting for remote activation from your cold node. you can find this using "crown-cli throne status" on your hot node. The one that contains NO coins on it.

The wallet with the 10 000 coins should not contain anything to do with thrones in the crown.conf file. And it uses the throne.conf file. The client that has the throne.conf and is sending out the throne start command. MUST contain the 10 000 coins to run the node.
full member
Activity: 171
Merit: 100


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
sr. member
Activity: 370
Merit: 250
After a long talk with some of the users on c-cex we noticed there was an error with the OP So i'm going to make a statement on the issue quickly.

The question was related to superblocks and what the governance "fee" was for. It was being misinterpreted slightly and caused a bit of a misunderstanding. The coins for the proposals and superblocks are only able to payout a maximum of 10% of the block reward for the month, and there can be up to 1 superblock per month. This is the reason we have chosen to reduce the block reward. Is so that the overall supply isn't affected when we decide to enable superblocks. Starting from block 1,265,000 a reduction of 10% to the block reward was introduced, to get ready for the introduction of superblocks, and proposals.

Originally the block reward in the OP was structured as 4.5/4.5/1 which is technically incorrect, since the governance fee is not controlled by us. And does not go into a designated fund at all but rather gets mined in a superblock and the proposal that gets chosen by the throne voting gets rewarded. In the future when superblocks do get enabled, It won't affect our overall supply. But until that time. The reward is being slightly reduced which in turn causes the projected supply to reduce as well.

Looks like the misunderstanding has been settled now and the Mod has taken care of that!!
legendary
Activity: 964
Merit: 1000
After a long talk with some of the users on c-cex we noticed there was an error with the OP So i'm going to make a statement on the issue quickly.

The question was related to superblocks and what the governance "fee" was for. It was being misinterpreted slightly and caused a bit of a misunderstanding. The coins for the proposals and superblocks are only able to payout a maximum of 10% of the block reward for the month, and there can be up to 1 superblock per month. This is the reason we have chosen to reduce the block reward. Is so that the overall supply isn't affected when we decide to enable superblocks. Starting from block 1,265,000 a reduction of 10% to the block reward was introduced, to get ready for the introduction of superblocks, and proposals.

Originally the block reward in the OP was structured as 4.5/4.5/1 which is technically incorrect, since the governance fee is not controlled by us. And does not go into a designated fund at all but rather gets mined in a superblock and the proposal that gets chosen by the throne voting gets rewarded. In the future when superblocks do get enabled, It won't affect our overall supply. But until that time. The reward is being slightly reduced which in turn causes the projected supply to reduce as well.
sr. member
Activity: 630
Merit: 257
Hi.  I worked out my loss (took a while to work out how many coins I mined) and decided to ask for 50% compensation from the dev fund. I decided upon 50% because I already benefit from the fact I was protecting my own investment.  I received my compensation in the form of 8,933 CRW.

Ahhh, I must have gotten forgotten in the madness Wink

Infernoman! (or whoever deals with the payout). If you want to just send to the pools payout address for mergemining.com that would be fine with me as it'll get distributed to the miners automagically.

1KebRP3votHfCcY1bFy54bZa9GsHM49Q27


Done Wink 5k sent Wink 8663e949f73d1df860ffd9cc2fd51c992b410c892989633e5a4d1a7be2be2ffc

Thanks Infernoman!
legendary
Activity: 1764
Merit: 1022
  Is the new wallet out that has the hot wallet throne fix?


It will be included in the next official release but until then a release was made on my own github with the fix in place. https://github.com/Infernoman/Crown/releases/tag/fix-hot-throne

We're working on getting another release together in the next few weeks im guessing, worry not, this one won't be mandatory. and thrones on old protocol version will still get paid. Trying to do this as practically as possible.

My Throne is up and running. Thanks!
legendary
Activity: 964
Merit: 1000
  Is the new wallet out that has the hot wallet throne fix?


It will be included in the next official release but until then a release was made on my own github with the fix in place. https://github.com/Infernoman/Crown/releases/tag/fix-hot-throne

We're working on getting another release together in the next few weeks im guessing, worry not, this one won't be mandatory. and thrones on old protocol version will still get paid. Trying to do this as practically as possible.
legendary
Activity: 1764
Merit: 1022
  Is the new wallet out that has the hot wallet throne fix?
legendary
Activity: 1092
Merit: 1000
Hi.  I worked out my loss (took a while to work out how many coins I mined) and decided to ask for 50% compensation from the dev fund. I decided upon 50% because I already benefit from the fact I was protecting my own investment.  I received my compensation in the form of 8,933 CRW.

Ahhh, I must have gotten forgotten in the madness Wink

Infernoman! (or whoever deals with the payout). If you want to just send to the pools payout address for mergemining.com that would be fine with me as it'll get distributed to the miners automagically.

1KebRP3votHfCcY1bFy54bZa9GsHM49Q27


Done Wink 5k sent Wink 8663e949f73d1df860ffd9cc2fd51c992b410c892989633e5a4d1a7be2be2ffc

And 5k sent to you sir - 364bced90db10c8530e939779163f177e12017ab402e615ba8a9029c11e77d7e
legendary
Activity: 964
Merit: 1000
Hi.  I worked out my loss (took a while to work out how many coins I mined) and decided to ask for 50% compensation from the dev fund. I decided upon 50% because I already benefit from the fact I was protecting my own investment.  I received my compensation in the form of 8,933 CRW.

Ahhh, I must have gotten forgotten in the madness Wink

Infernoman! (or whoever deals with the payout). If you want to just send to the pools payout address for mergemining.com that would be fine with me as it'll get distributed to the miners automagically.

1KebRP3votHfCcY1bFy54bZa9GsHM49Q27


Done Wink 5k sent Wink 8663e949f73d1df860ffd9cc2fd51c992b410c892989633e5a4d1a7be2be2ffc
legendary
Activity: 1722
Merit: 1002
Decentralize Everything
We're working on stonehedge too Smiley I'll keep you updated with how that goes, like i said quite a few members from the team put out for hashing, originally on infernopool, then on mmpool after i fell asleep and infernopool crashed lol...

stonehedge rented around the same as you did, so i'll keep an eye on his final losses. and base a payment for you off of his? I would like to make sure that nobody got killed too badly. we're all trying to make sure that losses we're minimal. and a bit of the dev funds is being used to keep everyone happy Smiley

Any news on this infernoman? Never did read anything more about it.

Hi.  I worked out my loss (took a while to work out how many coins I mined) and decided to ask for 50% compensation from the dev fund. I decided upon 50% because I already benefit from the fact I was protecting my own investment.  I received my compensation in the form of 8,933 CRW.


Hey stonehedge, have you had an opportunity to look at my pm by chance?

Hi, really sorry for missing that.  I don't get email notifications from BCT for some reason.

I'll read it now.
hero member
Activity: 805
Merit: 500


304 Trons active so far. Next step: 500 Trons
hero member
Activity: 805
Merit: 500


Android wallet will be released very soon, final testing going on.  Wink

Guys are there any mobile wallet options for iphone users? I have an iphone  Huh

Don't worry i'm also an iphone user Wink after we get a test release going on android i'll get back onto the IOS wallet Smiley

Feeling relieved  Wink
Jump to: