Bitcoin Forum
May 26, 2024, 07:51:57 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 89 ... 139 »
761  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Thrones(Masternodes) | Mergedmining | Time Stamp | Name Stamp on: August 01, 2016, 12:59:56 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



762  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Thrones(Masternodes) | Mergedmining | Time Stamp | Name Stamp on: August 01, 2016, 11:26:11 AM
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?

Hi,

You should be seeing a balance change.

What is the IP of your Throne?  I will check that it is active and visible.
763  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Thrones(Masternodes) | Mergedmining | Time Stamp | Name Stamp on: August 01, 2016, 09:10:32 AM
19 active Thrones/masternodes.  19 very profitable active Thrones to be more accurate!
764  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Thrones(Masternodes) | Mergedmining | Time Stamp | Name Stamp on: July 31, 2016, 05:00:59 PM
Hi, thank for the help i am using debian 7 and i followed this how to: https://docs.google.com/document/d/1UpkwoKuowRZhtlM8u3NW9JbqrAMaPMY9VJScq3TJWoE/edit

i used this
Code:
git clone https://github.com/Crowndev/crowncoin.git
cd crowncoin/
git checkout master

which one is the source to be used for the compiling then?



The guide i wrote has Ubuntu 16.04 specific commands, you mite get away with 14.04

could ypu please provide me with a .zip file with the latest working code? i would like to try it in debian 7 i have a lost of things running in this server actually

Apologies.  Master had not been updated yet.  Checkout current-dev instead.

Linux builds won't be ready for a day or two so you will have to compile yourself.
765  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Thrones(Masternodes) | Mergedmining | Time Stamp | Name Stamp on: July 31, 2016, 04:42:32 PM
Hi guys i am getting a small problem configuring the Throne, when i write
Code:
crowncoin-cli -help
in console i get:

Code:
addmultisigaddress nrequired ["key",...] ( "account" )
addnode "node" "add|remove|onetry"
backupwallet "destination"
createmultisig nrequired ["key",...]
createrawtransaction [{"txid":"id","vout":n},...] {"address":amount,...}
decoderawtransaction "hexstring"
decodescript "hex"
dumpprivkey "bitcoinaddress"
dumpwallet "filename"
getaccount "bitcoinaddress"
getaccountaddress "account"
getaddednodeinfo dns ( "node" )
getaddressesbyaccount "account"
getauxblock (hash auxpow)
getbalance ( "account" minconf )
getbestblockhash
getblock "hash" ( verbose )
getblockchaininfo
getblockcount
getblockhash index
getblocktemplate ( "jsonrequestobject" )
getconnectioncount
getdifficulty
getgenerate
gethashespersec
getinfo
getmininginfo
getnettotals
getnetworkhashps ( blocks height )
getnetworkinfo
getnewaddress ( "account" )
getpeerinfo
getrawchangeaddress
getrawmempool ( verbose )
getrawtransaction "txid" ( verbose )
getreceivedbyaccount "account" ( minconf )
getreceivedbyaddress "bitcoinaddress" ( minconf )
gettransaction "txid"
gettxout "txid" n ( includemempool )
gettxoutsetinfo
getunconfirmedbalance
getwalletinfo
getwork ( "data" )
help ( "command" )
importprivkey "bitcoinprivkey" ( "label" rescan )
importwallet "filename"
keypoolrefill ( newsize )
listaccounts ( minconf )
listaddressgroupings
listlockunspent
listreceivedbyaccount ( minconf includeempty )
listreceivedbyaddress ( minconf includeempty )
listsinceblock ( "blockhash" target-confirmations )
listtransactions ( "account" count from )
listunspent ( minconf maxconf  ["address",...] )
lockunspent unlock [{"txid":"txid","vout":n},...]
move "fromaccount" "toaccount" amount ( minconf "comment" )
name_getaddress "name"
name_register "name" "address"
ping
sendfrom "fromaccount" "tobitcoinaddress" amount ( minconf "comment" "comment-to" )
sendmany "fromaccount" {"address":amount,...} ( minconf "comment" )
sendrawtransaction "hexstring" ( allowhighfees )
sendtoaddress "bitcoinaddress" amount ( "comment" "comment-to" )
sendtoaddress "name" amount ( "comment" "comment-to" )
setaccount "bitcoinaddress" "account"
setgenerate generate ( genproclimit )
settxfee amount
signmessage "bitcoinaddress" "message"
signrawtransaction "hexstring" ( [{"txid":"id","vout":n,"scriptPubKey":"hex","redeemScript":"hex"},...] ["privatekey1",...] sighashtype )
stop
submitblock "hexdata" ( "jsonparametersobject" )
timestamp "hex-data"
validateaddress "bitcoinaddress"
verifychain ( checklevel numblocks )
verifymessage "bitcoinaddress" "signature" "message"
walletlock
walletpassphrase "passphrase" timeout
walletpassphrasechange "oldpassphrase" "newpassphrase"

throne and genkey are not in the list and when i try to ./crowncoin-cli throne genkey or  crowncoin-cli throne genkey i get:
Code:
error: {"code":-32601,"message":"Method not found"}

some help is welcomed





Hi.

Sounds like you've got the old build.  Have we forgotten to update a link or are you running an old version?  Which OS are you using?
766  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Thrones(Masternodes) | Mergedmining | Time Stamp | Name Stamp on: July 31, 2016, 04:31:16 PM
How much you want?

Could somebody please sell some CRW please?  Barely anything available on C-Cex!

Not for me, was just remarking at how few people seem willing to sell their CRW on Bittrex!

I wish Bittrex :p

My bad.

Bittrex application will be going in this week.
767  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Thrones(Masternodes) | Mergedmining | Time Stamp | Name Stamp on: July 31, 2016, 03:45:34 PM
How much you want?

Could somebody please sell some CRW please?  Barely anything available on C-Cex!

Not for me, was just remarking at how few people seem willing to sell their CRW on Bittrex!
768  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Thrones(Masternodes) | Mergedmining | Time Stamp | Name Stamp on: July 31, 2016, 09:06:36 AM
Could somebody please sell some CRW please?  Barely anything available on C-Cex!
769  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Thrones(Masternodes) | Mergedmining | Time Stamp | Name Stamp on: July 30, 2016, 04:12:19 PM
So how much you can give for android wallet..   If I start to work on it now?...

Thanks for the offer but we really don't need one now so I wouldn't be prepared to pay anything for one.

When the price is higher in the future, we might consider it.

These are early days.  An android wallet isn't useful to anybody right now.
770  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Thrones(Masternodes) | Mergedmining | Time Stamp | Name Stamp on: July 30, 2016, 04:02:27 PM
At current price, my ten thrones will be paying £403 per month!  Considering 100k CRW would cost about £350 that really isn't bad at all.
771  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Thrones(Masternodes) | Mergedmining | Time Stamp | Name Stamp on: July 30, 2016, 04:02:02 PM
Hi do you need an Android wallet ?

Yes, but its not a top priority for us at the moment.  Its something that we'll want to do in a couple of months when the price is higher.
772  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Thrones(Masternodes) | Mergedmining | Time Stamp | Name Stamp on: July 30, 2016, 10:34:19 AM
I have launched 10 thrones.  All block rewards that I receive between now and September 1st will be going to the development fund.

Any block rewards that I received from the five thrones that I used during testing will be set aside to compensate any miners who felt cheated if they updated their client without knowing that 40% of block rewards were going to thrones.

I will not launch any new thrones until significantly more have been launched by the community.

Get involved!  Its a win win situation.  The more thrones we have, the stronger the service network, the better our services and the more valuable the CRW you earn will become!
773  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Thrones(Masternodes) | Mergedmining | Time Stamp | Name Stamp on: July 30, 2016, 09:25:21 AM
Not sure how I did it but my Thrones are paying out very nicely!

People should really set up a throne!
774  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Thrones(Masternodes) | Mergedmining | Time Stamp | Name Stamp on: July 30, 2016, 08:52:38 AM
Awesome news!

Sadly not for me though.  My five thrones are dropping off after a few hours and not getting paid despite being listed as active.

Very weird as thrones were rock solid for weeks during testing.  I must have done something wrong.  Will scour log files and report back.
775  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Thrones(Masternodes) | Mergedmining | Time Stamp | Name Stamp on: July 29, 2016, 06:02:52 PM
Awesome updates, thank you! Smiley

I'd love to set up a throne - how do I important CRW from the paper into the windows desktop wallet? Smiley

Thank you!

In the QT console on your PC, type

walletpassphrase "YourLongPassphrase" 600

importprivkey "YourLongPrivkeyFromYourPaperWallet:)"

And "walletlock" when you're done  Smiley
776  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Thrones(Masternodes) | Mergedmining | Time Stamp | Name Stamp on: July 29, 2016, 05:16:53 PM
I can confirm that start-many is working with the latest build.  I'll package up the binaries tomorrow morning and get them uploaded. Sadly I don't have time tonight. 

{
"overall" : "Successfully started 5 thrones, failed to start 0, total 5",
"detail" : {
"status" : {
"alias" : "CT1",
"result" : "successful"
},
"status" : {
"alias" : "CT2",
"result" : "successful"
},
"status" : {
"alias" : "CT3",
"result" : "successful"
},
"status" : {
"alias" : "CT4",
"result" : "successful"
},
"status" : {
"alias" : "CT5",
"result" : "successful"
}
}
}
777  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Supernodes | Mergedmining | Time Stamping | Address names on: July 28, 2016, 04:13:30 PM
Right, I'm getting  a strange error trying start-many

What I should see is this:

"Successfully started 0 thrones, failed to start 2, total 2",

What I am actually seeing is:

"Successfully started 0 thrones, failed to start 0, total 0",

I did a bit of digging on the Dash wiki and that hints that the throne.conf file is in the wrong location, but I can vouch that it is not


We may have a fix for this...

Infernoman swooped in and saved the day!

All we need now is somebody to update the builds!  I'm starting to get pretty excited about getting this moving.
778  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Supernodes | Mergedmining | Time Stamping | Address names on: July 28, 2016, 01:11:56 PM
Right, I'm getting  a strange error trying start-many

What I should see is this:

"Successfully started 0 thrones, failed to start 2, total 2",

What I am actually seeing is:

"Successfully started 0 thrones, failed to start 0, total 0",

I did a bit of digging on the Dash wiki and that hints that the throne.conf file is in the wrong location, but I can vouch that it is not


Try crowncoin.conf maybe?

No, should definitely be throne.conf which supersedes crowncoin.conf if you're using start-many.

Great that we've got individual Thrones up and running but I'm not going to be starting all of mine one by one Wink

That's why I'm hoping you can get it to work so I don't have to make 10 thrones one by one Tongue
I have two stable Thrones online now...

Have you noticed that one Throne has been active for 20 days? Will they need to update their clients before enforcement?


Always good to update but they shouldn't need to before enforcement
779  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Supernodes | Mergedmining | Time Stamping | Address names on: July 28, 2016, 01:05:51 PM
Right, I'm getting  a strange error trying start-many

What I should see is this:

"Successfully started 0 thrones, failed to start 2, total 2",

What I am actually seeing is:

"Successfully started 0 thrones, failed to start 0, total 0",

I did a bit of digging on the Dash wiki and that hints that the throne.conf file is in the wrong location, but I can vouch that it is not


Try crowncoin.conf maybe?

No, should definitely be throne.conf which supersedes crowncoin.conf if you're using start-many.

Great that we've got individual Thrones up and running but I'm not going to be starting all of mine one by one Wink
780  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Supernodes | Mergedmining | Time Stamping | Address names on: July 28, 2016, 12:59:13 PM
Right, I'm getting  a strange error trying start-many

What I should see is this:

"Successfully started 0 thrones, failed to start 2, total 2",

What I am actually seeing is:

"Successfully started 0 thrones, failed to start 0, total 0",

I did a bit of digging on the Dash wiki and that hints that the throne.conf file is in the wrong location, but I can vouch that it is not
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 89 ... 139 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!