Bitcoin Forum
May 25, 2024, 07:53:07 AM *
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 »
641  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Crowncoin. Merged Mining | Time Stamping | Name Your Address on: June 13, 2016, 11:50:27 PM
The short answer is just like a Dash masternode.

Thanks for that, managed to get it up & running  Smiley

You managed to run a Throne?

Yup - setting up the second now. Has the windows wallet been updated yet?

We're still waiting on wallet builds for windows aswell as GUI to be included.

Once we have those we can start pushing for pools to update
642  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Crowncoin. Merged Mining | Time Stamping | Name Your Address on: June 13, 2016, 10:26:05 PM
The short answer is just like a Dash masternode.

Thanks for that, managed to get it up & running  Smiley

You managed to run a Throne?
643  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Crowncoin. Merged Mining | Time Stamping | Name Your Address on: June 13, 2016, 09:22:20 PM
Right, that's five Thrones running.  I'm going to park it there for a while.

Sounds like you did that with ease!?

You said you clone your Thrones, does this make it simple to create several?

BTW, the new Thrones wallet will include a GUI for setting up Thrones

I launched one VPS, compiled the daemon, synced the blockchain and created a crowncoin.conf.  I then created a snapshot of that VPS.

I launched four other VPS instances using that snapshot.  All I had to do was delete wallet.dat so that I could import the private key of a 10,000CRW vin without the vin from the previous Throne and edit the IP address and throne key in the conf file.  Once that was done, all I had to do was start each Throne.

Takes about five minutes each.

 Cool

Looking forward to your guide! Are you going to include all the goodies, like swap files and snapshot commands? Wink
644  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Crowncoin. Merged Mining | Time Stamping | Name Your Address on: June 13, 2016, 08:51:17 PM
Right, that's five Thrones running.  I'm going to park it there for a while.

Sounds like you did that with ease!?

You said you clone your Thrones, does this make it simple to create several?

BTW, the new Thrones wallet will include a GUI for setting up Thrones
645  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Crowncoin. Merged Mining | Time Stamping | Name Your Address on: June 13, 2016, 06:26:14 PM
Does anyone know where the majority of crowncoins hash comes from? we'll need to contact them very soon
646  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Crowncoin. Merged Mining | Time Stamping | Name Your Address on: June 13, 2016, 06:05:19 PM
Code:
ubuntu@server-2:~/src/crowncoin/src$ ./crowncoin-cli thronelist
{
    "149.202.164.150:9340" : "ENABLED"
}

First Throne is online.

Congratulations stone! I knew you could do it! Cheesy

Take alook at my newest version of potential income from Thrones. This is as close to accurate figures as we're going to get

https://docs.google.com/spreadsheets/d/1x4KjbxtqGPKghajJb3scJBL6ED3B_CCBbYES6N6CR28/edit#gid=1746240759
647  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Crowncoin. Merged Mining | Time Stamping | Name Your Address on: June 13, 2016, 12:59:05 PM
Can anyone help us with the above problem?

I use Xubuntu 14.04 LTS 64bit & this is what I use for compiling my daemons - works for me every time.

From within the downloaded directory (crowncoin):

Code:
chmod +x autogen.sh
chmod +x share/genbuild.sh
chmod +x src/leveldb/build_detect_platform
./autogen.sh
./configure --disable-tests --without-gui
make clean
make

Then:

Code:
cd src
strip crowncoind
chmod +x crowncoind

No need to install, I just run it from whatever dierectory it's in.

16.04 is a relatively new release, so if it still fails it's probably due to missing packages that haven't been released for the newer version yet. There are some bugs with every new release, which is why I wait a few months before updating to the latest version.

So from root you just use those commands and the wallet will build?
I'll give it a go!   Thanks

Edit: Tried your command and i seem to be getting much more compiled then with the previous commands used, but still doesn't work

Code:
 rpcrawtransaction.cpp:299:77:   required from here
/usr/include/boost/variant/get.hpp:178:5: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE<false>’
     BOOST_STATIC_ASSERT_MSG(

https://github.com/Crowndev/crowncoin/pull/2

Thank you for the code! As soon as dev get's home (evening) we will merge this into the code.
648  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Crowncoin. Merged Mining | Time Stamping | Name Your Address on: June 12, 2016, 09:28:08 PM
Can anyone help us with the above problem?

I use Xubuntu 14.04 LTS 64bit & this is what I use for compiling my daemons - works for me every time.

From within the downloaded directory (crowncoin):

Code:
chmod +x autogen.sh
chmod +x share/genbuild.sh
chmod +x src/leveldb/build_detect_platform
./autogen.sh
./configure --disable-tests --without-gui
make clean
make

Then:

Code:
cd src
strip crowncoind
chmod +x crowncoind

No need to install, I just run it from whatever dierectory it's in.

16.04 is a relatively new release, so if it still fails it's probably due to missing packages that haven't been released for the newer version yet. There are some bugs with every new release, which is why I wait a few months before updating to the latest version.

So from root you just use those commands and the wallet will build?
I'll give it a go!   Thanks

Edit: Tried your command and i seem to be getting much more compiled then with the previous commands used, but still doesn't work

Code:
 rpcrawtransaction.cpp:299:77:   required from here
/usr/include/boost/variant/get.hpp:178:5: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE<false>’
     BOOST_STATIC_ASSERT_MSG(
649  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Crowncoin. Merged Mining | Time Stamping | Name Your Address on: June 12, 2016, 06:31:11 PM
Can anyone help us with the above problem?
650  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Crowncoin. Merged Mining | Time Stamping | Name Your Address on: June 09, 2016, 09:03:19 PM
Sorry everyone, I had the spreadsheet locked up.

It's now open to the public

https://docs.google.com/spreadsheets/d/1x4KjbxtqGPKghajJb3scJBL6ED3B_CCBbYES6N6CR28/edit#gid=0
651  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Crowncoin. Merged Mining | Time Stamping | Name Your Address on: June 09, 2016, 07:53:09 PM
Will the Thrones feature require to hold the collateral 10,000 CRW in an unencrypted wallet (so that the daemon can sign messages on demand or something), or can the wallet be encrypted as well?

Hi domob,

Absolutely, you can encrypt your Throne wallet.

We're still testing, we could use some help! Ima get a chat going in the Crowncoin slack so we can discuss testing, if youd like to join.

{Slack link}
652  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Crowncoin. Merged Mining | Time Stamping | Name Your Address on: June 09, 2016, 07:08:49 AM
Thrones code is currently being tested. Hopefully we can have Thrones on mainnet within 24hours!

Everyone ready for the gold rush?? Theres going to be a period of time where only a few people have Thrones and will be spliting 40% of the coinbase reward between them. I'm going to be one of them Tongue
653  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Crowncoin. Merged Mining | Time Stamping | Name Your Address on: June 08, 2016, 03:48:57 PM
I'm looking to buy a fairly large amount of CRW.  PM me if interested in selling.

Would prefer to trade on an exchange to save using escrow.

The bounty for adding Thrones has a significant amount of Crowncoin as part of the deal.
The dev may not want to keep all the coins we give him.

So I can ask him and at what price he'd like to sell at

Pm me an around figure you wanna buy

Welcome Smiley
654  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Crowncoin. Merged Mining | Time Stamping | Name Your Address on: June 08, 2016, 10:39:59 AM
----- Crowncoin Thrones Implementation Update -----

Crowncoin will soon become the first crypto currency with merged mining and Thrones (masternodes).

The coinbase reward will stand at 60%/40% to miners and Thrones (6 CRW per block to miners and 4 CRW per block to Thrones, currently.)

The collateral needed will be 10,000 CRW to take a seat. In the future, when we have a healthy established group of Thrones the amount needed for collateral will be considered to drop.

Basicly we're trying to incentivise more long term full nodes on the network.

We hope to be testing within the next 24 hours!

If you want to see this project succeed, please help out in testnet.
More info on testing coming soon.

655  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Crowncoin. Merged Mining | Time Stamping | Name Your Address on: June 06, 2016, 05:25:55 AM
From what i'v been told the team is behind the move and agree it'll be beneficial to Crowncoin.

I can agree that it will bring SOME nodes. But nowhere near what your planning because you don't have near enough marketing or miners to do so. Who wants to setup a masternode for a coin when blocks aren't being processed by miners? Or the difficulty is too high because miners left? I myself only run full nodes for Transfercoin. And I do run masternodes for Transfercoin as well. BUT that is my project. I have the funds to run masternode's for other coins but choose not to. Because the payment for running the node doesn't cover the resources used.

You can pick up a vps for $2 these days.

look at the 100 node section on this sheet. As long as its profitable to host a node, people will

https://docs.google.com/spreadsheets/d/1x4KjbxtqGPKghajJb3scJBL6ED3B_CCBbYES6N6CR28/edit#gid=0
656  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Crowncoin. Merged Mining | Time Stamping | Name Your Address on: June 05, 2016, 11:22:23 AM
All info on development will be updated on here ASAP
657  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ◈◈BITCREDIT◈◈ FIRST BLOCKCHAIN BASED CRYPTO P2P LENDING ◈◈ on: June 05, 2016, 11:06:47 AM
I'm assuming it's okay leave my coins on bittrex?

You must put all coins in your qt wallet.

Be careful though, I withdrew 26,000 from bittrex, coins showed as unconfirmed and still are, that was over 24 hours ago.
658  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Crowncoin. Merged Mining | Time Stamping | Name Your Address on: June 05, 2016, 09:40:06 AM
On ignore you go - put a skirt on tonight  Wink a cheap trick in the cryptocurrency world

That's fine.

Thank you for the detailed & mature explanation.


I don't have a clue what's going on here.

Can we keep the conversation to current development? The issue of paid full nodes it hot.
We are very close to agreeing on methods of implementation and i'd like as many people on board as possible.

I'm still unconvinced that adding paid full nodes to Crowncoin is a bad thing. Infact, IMO they will benefit Crowncoin.
From what i'v been told the team is behind the move and agree it'll be beneficial to Crowncoin.

Also with the implementation of paid full nodes, crowncoin will become unique in it's own right. Crowncoin will become the
first crypto currency that has merged mining with bitcoin and masternodes. This will attract new fans and investors, subsequently
making Crowncoin more appealing to merge mine. More pools will pick us up and hashrate will rise.

We will have one unbelievably secure network, with potentially over a P/h of consistent network hashrate and 250 full nodes within 6 months!

How is this bad?

Some speculation on paid full node income

https://docs.google.com/spreadsheets/d/1x4KjbxtqGPKghajJb3scJBL6ED3B_CCBbYES6N6CR28/edit#gid=631622617
659  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ◈◈BITCREDIT◈◈ FIRST BLOCKCHAIN BASED CRYPTO P2P LENDING ◈◈ on: June 05, 2016, 08:34:55 AM
Again

Please VERIFY YOUR BALANCES

BALANCES BCR v 1.0

Nope

I'm waiting on another 20k+
660  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Crowncoin. Merged Mining | Time Stamping | Name Your Address on: June 03, 2016, 11:10:24 PM

More pools won't bring a substantial amount of full nodes. If every MM pool mined CRW it would add 20, max!


That's not quite true - miners who use merge mined pools would more than likely have their own wallets also. If just one pool had 200 miners, then they would more than likely have a CRW wallet to withdraw their coins to. Times that by 20 (pools) & the number will be far more accurate. Also, p2pool users who merge mine CRW run full wallets.


With masternodes (or whatever we call them) we could be looking at 250 full nodes within 6 months and 500 within 18 months.


Where are you getting this info from?


But until you can come up with a better idea to attract hundereds of full nodes, we're going to keep planning.


We did. More PR & marketing. Get the word out there.

ED: I also think you shaoul add the option in the poll to say no to masternodes (or whatever you want to call them).

1. Most pool miners won't have a Crowncoin wallet open 24/7/365. Most will send coins straight to an exchange to sell and will never see a qt wallet.
    We need full nodes that are active all day, all year and their sole purpose to be a full node.
    Dash has around 4000 full nodes right now thanks to masternodes. No amount of MM will ever get us to anywhere near 400 let alone 4000.

2. It's speculation. Based on relative comparable marketcap (bitcredits) has a marketcap of $40k and has 250 'basenodes'.
    This is achievable within 6months imo.

3. Again, no matter how much advertising or promo we do, we'll never get the results masternodes will provide.

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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!