Bitcoin Forum
May 26, 2024, 12:52:09 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 [38] 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 ... 139 »
741  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Thrones(Masternodes) | Mergedmining | Time Stamp | Name Stamp on: August 08, 2016, 02:07:19 PM
I'm looking to set up something for us to help track bugs and issues.

I was planning on using Jira but it is too advanced for our purposes and isn't free any more.

I was planning on installing https://www.bugzilla.org/ on a VPS and using that.

Any thoughts?

Does anybody know a good free bug tracking tool?
742  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Thrones(Masternodes) | Mergedmining | Time Stamp | Name Stamp on: August 08, 2016, 02:03:54 PM

Crowncoin is an undervalued project. Its great to see some interest lately.
The market cap rise is a sign that Thrones supernodes are seen as a positive move.

Nice price action on c-cex

https://c-cex.com/?p=crw-btc

I suppose its about time I started to write a white paper about our plans for the Crowncoin application platform!
743  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Thrones(Masternodes) | Mergedmining | Time Stamp | Name Stamp on: August 06, 2016, 03:07:01 PM
NOT NECESSARY FOR MINERS

I have tested the new wallet build that infernoman kindly donated
to Crowncoin.

Looks like it works, only 1 Throne per IP address from now on

I will post new wallet builds when I have them all.


Good work.

51 masternodes/thrones active today.
744  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Thrones(Masternodes) | Mergedmining | Time Stamp | Name Stamp on: August 05, 2016, 07:46:10 AM
Some really nice dev progress happening.

We've identified a few minor issues with Throne code which will be sorted soon.  In the meantime, the 2nd tier of the Crowncoin network is stable and paying out like clockwork.

26 days until enforcement.  When we get closer to the day I will be releasing a whitepaper with details of the first service that will be delivered on the Crowncoin service network.

High network hash rate, rising price, profitable masternodes and a blossoming service network.  The future is bright.
745  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Thrones(Masternodes) | Mergedmining | Time Stamp | Name Stamp on: August 04, 2016, 07:18:36 PM
Well, I have to modify the crowncoin.coinf manually obviously...can't automate everything   Wink
746  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Thrones(Masternodes) | Mergedmining | Time Stamp | Name Stamp on: August 04, 2016, 07:18:05 PM
I just tried throne stop-many and got this:

{
"overall" : "Successfully stopped 0 thrones, failed to stop 10, total 10",
"detail" : {
"status" : {
"alias" : "CT1",
"result" : "failed",
"errorMessage" : "Darksend Throne List doesn't include our Throne, Shutting down Throne pinging service! CTxIn(COutPoint(0000000000, 4294967295), coinbase )"


Doesn't seem right.  If it can start the thrones, it should be able to stop them

Any ideas?

"Darksend Throne List doesn't include our Throne"

Could the "darksend" be causing problems?

Can't really answer that.  

Assuming that is an artifact from when we forked Dash for the masternode code.  

Does your script work well? Are you trying to include the stop-many function into the script?

Really well.  I've just finished scripting the whole process so all I need to do is spin up a new VPS instance, dump my script on it and run it!

Not bad for a techno-cretin.
747  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Thrones(Masternodes) | Mergedmining | Time Stamp | Name Stamp on: August 04, 2016, 06:10:43 PM
I just tried throne stop-many and got this:

{
"overall" : "Successfully stopped 0 thrones, failed to stop 10, total 10",
"detail" : {
"status" : {
"alias" : "CT1",
"result" : "failed",
"errorMessage" : "Darksend Throne List doesn't include our Throne, Shutting down Throne pinging service! CTxIn(COutPoint(0000000000, 4294967295), coinbase )"


Doesn't seem right.  If it can start the thrones, it should be able to stop them

Any ideas?

"Darksend Throne List doesn't include our Throne"

Could the "darksend" be causing problems?

Can't really answer that. 

Assuming that is an artifact from when we forked Dash for the masternode code. 
748  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Thrones(Masternodes) | Mergedmining | Time Stamp | Name Stamp on: August 04, 2016, 05:55:34 PM
I just tried throne stop-many and got this:

{
"overall" : "Successfully stopped 0 thrones, failed to stop 10, total 10",
"detail" : {
"status" : {
"alias" : "CT1",
"result" : "failed",
"errorMessage" : "Darksend Throne List doesn't include our Throne, Shutting down Throne pinging service! CTxIn(COutPoint(0000000000, 4294967295), coinbase )"


Doesn't seem right.  If it can start the thrones, it should be able to stop them

Any ideas?
749  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Thrones(Masternodes) | Mergedmining | Time Stamp | Name Stamp on: August 04, 2016, 05:09:04 PM
I want to get ready for running more Thrones so I'm working on a simple script to update them for when we release updates in the future.

#!/bin/bash
echo "########### This script will update your Throne"
sleep 5
crowncoin-cli stop
sudo rm -rf ~/.crowncoin/crowncoin
rm peers.dat debug.log db.log mncache.dat
git clone https://github.com/Crowndev/crowncoin.git -b master
cd ~/.crowncoin/crowncoin
./autogen.sh && ./configure  && sudo make install -j 2
ls -s ~/.crowncoin/crowncoin/src /usr/local/bin
sleep 1
echo "########### Restarting the updated Throne"
sleep 1
crowncoind

My thrones have earned me the dev fund over $200 in the last two weeks!
750  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Thrones(Masternodes) | Mergedmining | Time Stamp | Name Stamp on: August 03, 2016, 09:12:32 AM
To the owner of

1GgsrLCAsHASNvH9fcgMsB3KNNH93djDt5

You're only mining 6 CRW total per block... 4 of these are going to Thrones/masternodes.

Is there a problem on your end?


I'd say there is definitely a problem their end!

Lets include a ban for those wallet versions in the next update.
751  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Thrones(Masternodes) | Mergedmining | Time Stamp | Name Stamp on: August 02, 2016, 05:59:27 PM
Looks like people starting to mine.

How many Thrones online?

Network hashrate at 400TH Tongue

33 at the moment
752  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Thrones(Masternodes) | Mergedmining | Time Stamp | Name Stamp on: August 02, 2016, 01:59:20 PM

If Crowncoin was on that list it would be in 7th place out of 21 in terms of value.

Why aren't we on that list?
753  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Thrones(Masternodes) | Mergedmining | Time Stamp | Name Stamp on: August 02, 2016, 01:12:15 PM
Is there another sha256 merge mineable coin that is anywhere near the price of CRW?!

Yes. NMC, SIL, & I0C are way higher than CRW. CRW is about level with HUC.

Thanks.  Have you got a link to a list?
754  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Thrones(Masternodes) | Mergedmining | Time Stamp | Name Stamp on: August 02, 2016, 12:25:41 PM
Is there another sha256 merge mineable coin that is anywhere near the price of CRW?!
755  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Thrones(Masternodes) | Mergedmining | Time Stamp | Name Stamp on: August 02, 2016, 12:13:42 PM
Hash rate still over 200TH too.  Traction is increasing.
756  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Thrones(Masternodes) | Mergedmining | Time Stamp | Name Stamp on: August 02, 2016, 11:59:35 AM
How many thrones have been set up now?

Should be ten more coming online soon after that market buy from this morning.  I wonder who just stocked up with CRW?

I missed the volume this morn Sad

Now its covered up by small buy orders

100k was bought?

Just over 100k.  Its going to be increasingly more difficult to get cheap CRW soon as more people want to get a slice of the service network pie.
757  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Thrones(Masternodes) | Mergedmining | Time Stamp | Name Stamp on: August 02, 2016, 11:40:49 AM
How many thrones have been set up now?

Should be ten more coming online soon after that market buy from this morning.  I wonder who just stocked up with CRW?
758  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Thrones(Masternodes) | Mergedmining | Time Stamp | Name Stamp on: August 02, 2016, 11:37:33 AM
Its possible to host multiple thrones on on VPS but it is a bad idea for a number of reasons.

1)  You need multiple IPs assigned to the same VPS instance.  Extra IPs are not cost effective from most VPS providers.
2)  The throne config become *very* complicated. 
3)  You need a higher spec VPS instance to run all of your thrones which means it isn't usually cheaper than having individual VPS instances.

In a nutshell, it becomes complicated and expensive.
759  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Thrones(Masternodes) | Mergedmining | Time Stamp | Name Stamp on: August 01, 2016, 08:00:46 PM
If we have a competition for hosting thrones, how do we

Make sure they keep the throne online after the comp?

55k Total bounty is around 0.30 btc or $190

I think 1st 10k 2nd 9k 3rd 8k ect is really generous

I don't think we can do anything to ensure that the throne stays online for a period of time.

Maybe we pay out the prizes to the first thrones to reach 500 payments?  Or does that make things incredibly complicated?
760  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Thrones(Masternodes) | Mergedmining | Time Stamp | Name Stamp on: August 01, 2016, 05:52:29 PM
Hi defuntec, node is working nice, but i have one question where i can check the incomes generated by this? because  if i check my address i no see balance increase, thanks in advance, is it credited to the throne private key related address?

Only the wallet with the 10k will change.

This is the LOCAL wallet, not VPS, if that's any help

Also, i cannon't see your node on the throne list

Ouch, i forgot the most easy part,    ./crowncoin-cli throne start, my fault, could you check please if you see my throne now (185.115.243.223)?


36CRW in your first hour Grin

Wow it is so nice, more than one hundred CRW, very very nice, i thought i would get 5 or 6 CRW per day but the reality is much better than that, dev do you think would be good for the coin to make some kind of promotion actions? like twitter campaign or signatures campaign?



Of course, your throne will get less profitable as more thrones are set up but the figures don't lie! 

We could do with all of the help we can get to encourage people to set up thrones. 

We need a healthy number of several hundred thrones in order to deliver our decentralized services in the optimal way.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 [38] 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 ... 139 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!