Bitcoin Forum
April 28, 2024, 06:48:01 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 ... 261 »
  Print  
Author Topic: [ANN][CRW] CROWN (MN-PoS) | Platform | NFT framework | Governance | Masternodes  (Read 316607 times)
IconFirm
Hero Member
*****
Offline Offline

Activity: 1438
Merit: 574


Always ask questions. #StandWithHongKong


View Profile WWW
July 17, 2016, 12:56:43 AM
 #721

Code:
2016-07-16 23:15:43 ERROR: CBlockUndo::ReadFromDisk : Checksum mismatch
2016-07-16 23:15:43 ERROR: VerifyDB() : *** found bad undo data at 885532, hash=371a4b699206720f3b0ac8157e5905a18d828e3ac7993c5eeb9f7fac48071496

either reindex, or redownload blockchain, block 885532 seems to be the problem.

reindexing fixed it  Smiley

PIA went evil: https://bitcointalk.org/index.php?topic=5203968.msg53160131#msg53160131 Unofficial & Uncensored SYSCOIN thread: https://bitcointalk.org/index.php?topic=4748031.0    Do not trust Yobit/HitBTC/BiteBTC/coinsbit/p2pb2b/Mercatox/C-cex/Poloniex/WEX/KuCoin/LiveCoin/TheRockTrading/Bitfinex/ADAB/Okex/TradeSatoshi/Gate.io/Changelly/Freewallet.org/crex24 scam exchanges or ICO's by known scammers like HashCoins/Ambisafe/Bountyhive - they WILL scam you! Use diligence & research. Buy coins, sell coins - don't invest in stupid shit. If your questions aren't answered - don't touch it.
I HATE TABLES I HATE TABLES I HA(╯°□°)╯︵ ┻━┻ TABLES I HATE TABLES I HATE TABLES
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714330081
Hero Member
*
Offline Offline

Posts: 1714330081

View Profile Personal Message (Offline)

Ignore
1714330081
Reply with quote  #2

1714330081
Report to moderator
CHAOSiTEC
Legendary
*
Offline Offline

Activity: 1358
Merit: 1002


View Profile
July 17, 2016, 08:26:47 AM
 #722

updated files, minor flaw fixed:

command line tools plus qt wallet (non install version)
https://www.dropbox.com/s/u26b72xz7yyhedr/Crowncoin-latest-win64.zip?dl=0

same as above, install version:
https://www.dropbox.com/s/6by57e6ri5dm2z1/crowncoin-latest-win64-setup.exe?dl=0

mac version - waiting for testing...


linux version, everyone running the Current-dev version needs to update as well via
git pull

node-vps.com - Tron / Masternode hosting services
stonehedge
Legendary
*
Offline Offline

Activity: 1652
Merit: 1002


Decentralize Everything


View Profile
July 17, 2016, 08:29:34 AM
 #723

Code:
2016-07-16 23:15:43 ERROR: CBlockUndo::ReadFromDisk : Checksum mismatch
2016-07-16 23:15:43 ERROR: VerifyDB() : *** found bad undo data at 885532, hash=371a4b699206720f3b0ac8157e5905a18d828e3ac7993c5eeb9f7fac48071496

either reindex, or redownload blockchain, block 885532 seems to be the problem.

reindexing fixed it  Smiley

I wonder what caused the issue then?  Thanks for your help identifying the problem.
defunctec
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
July 17, 2016, 11:53:06 AM
 #724

I'll test Linux and windows wallet as soon as I get home!
stonehedge
Legendary
*
Offline Offline

Activity: 1652
Merit: 1002


Decentralize Everything


View Profile
July 17, 2016, 12:29:56 PM
 #725

Mac QT seems to be running fine for me.  Some more confirmations would be welcome though.
CHAOSiTEC
Legendary
*
Offline Offline

Activity: 1358
Merit: 1002


View Profile
July 17, 2016, 12:44:22 PM
Last edit: July 17, 2016, 02:28:42 PM by CHAOSiTEC
 #726

Mac QT seems to be running fine for me.  Some more confirmations would be welcome though.

here is a link for others to test:
https://www.dropbox.com/s/03f8csjouyj8q1f/Crowncoin-Qt.dmg?dl=0

------

To everyone running thrones, please update to latest git

------

If you want to run a throne do the following to download the correct git tree:

git clone https://github.com/Crowndev/crowncoin -b Current-dev
./autogen.sh
./configure
make

then follow guide posted earlier in the thread...
Which reminds me, can we please get the guide linked to the OP... Thanks


edit: forgot to write github.com in link...

node-vps.com - Tron / Masternode hosting services
crowncoin_knight
Hero Member
*****
Offline Offline

Activity: 805
Merit: 500


View Profile WWW
July 17, 2016, 03:14:14 PM
 #727

Mac QT seems to be running fine for me.  Some more confirmations would be welcome though.

My Mac QT is ok too

crowncoin_knight
Hero Member
*****
Offline Offline

Activity: 805
Merit: 500


View Profile WWW
July 17, 2016, 03:15:21 PM
 #728

I have added the thrones guide to OP

Mac QT seems to be running fine for me.  Some more confirmations would be welcome though.

here is a link for others to test:
https://www.dropbox.com/s/03f8csjouyj8q1f/Crowncoin-Qt.dmg?dl=0

------

To everyone running thrones, please update to latest git

------

If you want to run a throne do the following to download the correct git tree:

git clone https://github.com/Crowndev/crowncoin -b Current-dev
./autogen.sh
./configure
make

then follow guide posted earlier in the thread...
Which reminds me, can we please get the guide linked to the OP... Thanks


edit: forgot to write github.com in link...


CHAOSiTEC
Legendary
*
Offline Offline

Activity: 1358
Merit: 1002


View Profile
July 18, 2016, 11:28:29 AM
 #729

Updated compile - *hopefully* this fixes the coldwallet setup for crowncoin thrones

win64 setup:
https://www.dropbox.com/s/heo11p4v22442sj/crowncoin-0.9.2-win64-setup.exe?dl=0

win64 zip:
https://www.dropbox.com/s/7sky5wmg1c6hqc4/crowncoin-latest-win64.7z?dl=0

MacOSX:
https://www.dropbox.com/s/wkpilhw8x2o8z53/Crowncoin-Qt.dmg?dl=0

Also update your vps with fresh sources
git pull

or grab them
git clone https://github.com/Crowndev/crowncoin.git -b Current-dev

hopefully setting up cold wallet thrones via gui instructions work

although you need to add
daemon=1

to the config file presented after adding a throne in the throne gui

i have not tested yet, im heading out the door... but i will tonight

node-vps.com - Tron / Masternode hosting services
stonehedge
Legendary
*
Offline Offline

Activity: 1652
Merit: 1002


Decentralize Everything


View Profile
July 27, 2016, 10:29:03 AM
 #730

Right, time for some long overdue testing.

I'm going to try to set up 5 nodes/thrones using a hot/cold arrangement and windows QT.

I'm very excited about the potential that Thrones have.  It could be the perfect decentralised application platform if we do things right.
stonehedge
Legendary
*
Offline Offline

Activity: 1652
Merit: 1002


Decentralize Everything


View Profile
July 27, 2016, 10:41:35 AM
 #731

Could we update the thread title to use the word masternodes somehow?  People won't initially know what a throne is when they see the word. We'd need to update the OP too.

I reckon people don't realise that we're putting together a decentralised application platform with incentivised nodes.

defunctec
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
July 27, 2016, 10:50:25 AM
 #732

Could we update the thread title to use the word masternodes somehow?  People won't initially know what a throne is when they see the word. We'd need to update the OP too.

I reckon people don't realise that we're putting together a decentralised application platform with incentivised nodes.



I agree with that!

We have loads of tech and no PR

We've had help from legendary Dev's such as domob to implement time stamping,name stamping and merge mining. Chaositec (and others) for Throne's (masternodes), but we haven't had time to promote it all Sad

Can we work on a big update once we iron out the guide?
stonehedge
Legendary
*
Offline Offline

Activity: 1652
Merit: 1002


Decentralize Everything


View Profile
July 27, 2016, 10:53:07 AM
 #733

Could we update the thread title to use the word masternodes somehow?  People won't initially know what a throne is when they see the word. We'd need to update the OP too.

I reckon people don't realise that we're putting together a decentralised application platform with incentivised nodes.



I agree with that!

We have loads of tech and no PR

We've had help from legendary Dev's such as domob to implement time stamping,name stamping and merge mining. Chaositec (and others) for Throne's (masternodes), but we haven't had time to promote it all Sad

Can we work on a big update once we iron out the guide?

An update would be good but we need some other ideas.  Once a few people take notice of what we're doing I think things will grow from there.

How about a giveaway or competition? I'd be happy to give away a few throne's worth of coins.

Any ideas?
defunctec
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
July 27, 2016, 11:01:56 AM
 #734

Could we update the thread title to use the word masternodes somehow?  People won't initially know what a throne is when they see the word. We'd need to update the OP too.

I reckon people don't realise that we're putting together a decentralised application platform with incentivised nodes.



I agree with that!

We have loads of tech and no PR

We've had help from legendary Dev's such as domob to implement time stamping,name stamping and merge mining. Chaositec (and others) for Throne's (masternodes), but we haven't had time to promote it all Sad

Can we work on a big update once we iron out the guide?

An update would be good but we need some other ideas.  Once a few people take notice of what we're doing I think things will grow from there.

How about a giveaway or competition? I'd be happy to give away a few throne's worth of coins.

Any ideas?

How about a giveaway AND a competition?  Cool
defunctec
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
July 27, 2016, 11:44:30 AM
 #735

Could we update the thread title to use the word masternodes somehow?  People won't initially know what a throne is when they see the word. We'd need to update the OP too.

I reckon people don't realise that we're putting together a decentralised application platform with incentivised nodes.



I agree with that!

We have loads of tech and no PR

We've had help from legendary Dev's such as domob to implement time stamping,name stamping and merge mining. Chaositec (and others) for Throne's (masternodes), but we haven't had time to promote it all Sad

Can we work on a big update once we iron out the guide?

An update would be good but we need some other ideas.  Once a few people take notice of what we're doing I think things will grow from there.

How about a giveaway or competition? I'd be happy to give away a few throne's worth of coins.

Any ideas?

How about a giveaway AND a competition?  Cool

We could have a competition for the best Guide to setting up a Throne.

Conditions - Ease of use - Visually descriptive - Easy to update
Payout - 1st 25k 2nd 15k 3rd 10k

The giveaway could be for ideas. Specific ideas on what decentralised apps could
be implemented to the second tier network (Thrones)

Conditions - Must be viable - Different to other ideas
Payout - 1000 CRW per idea, max 15 ideas.

Just a silly idea, maybe you can mix it up
stonehedge
Legendary
*
Offline Offline

Activity: 1652
Merit: 1002


Decentralize Everything


View Profile
July 27, 2016, 02:43:05 PM
 #736

Right.  Have compiled successfully on 14.04.  Will try again on 16.04 later.

Just waiting on the blockchain to sync and i'll be ready to test the first few cold nodes.

Did Chaositec get the pool working?  Would be good to point some hash power with the new build at it to test block reward payments.
crowncoin_knight
Hero Member
*****
Offline Offline

Activity: 805
Merit: 500


View Profile WWW
July 27, 2016, 02:50:26 PM
 #737

Nice buying going on on c cex!

stonehedge
Legendary
*
Offline Offline

Activity: 1652
Merit: 1002


Decentralize Everything


View Profile
July 27, 2016, 02:56:44 PM
 #738

Nice buying going on on c cex!


I can't for the life of me see where the market volume figure is on c-cex!
crowncoin_knight
Hero Member
*****
Offline Offline

Activity: 805
Merit: 500


View Profile WWW
July 27, 2016, 03:00:34 PM
 #739

Right hand upper side under the coin logo

Nice buying going on on c cex!


I can't for the life of me see where the market volume figure is on c-cex!

stonehedge
Legendary
*
Offline Offline

Activity: 1652
Merit: 1002


Decentralize Everything


View Profile
July 27, 2016, 03:02:35 PM
 #740

Right hand upper side under the coin logo

Nice buying going on on c cex!


I can't for the life of me see where the market volume figure is on c-cex!

lol, hiding in plain view!

Right, who knows how to run Darkcoin/Dash masternodes and wants to earn some coins?  Thrones proudly re-use Evan Duffield's 2nd tier network code and we need some help writing guides and helping the community set up thrones.

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 ... 261 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!