Pages:
Author

Topic: [ANN][Datacoin] Datacoin blockchain start announcement (Minor code upd + logo) - page 43. (Read 171852 times)

sr. member
Activity: 350
Merit: 250
DTC unofficial team
Hey how (if it does) does datacoin reward those who run a full node? That seems like the most important part of datacoind is the storage and not the transactions. I'm sure I'm missing something. Thanks!
The same as for Bitcoin, those who process transactions can get transaction fees. But as discussed earlier, there is no possibility to add reward for storage as it can lead to cheating. Maybe this issue will be solved in future.
full member
Activity: 163
Merit: 100
Hey how (if it does) does datacoin reward those who run a full node? That seems like the most important part of datacoind is the storage and not the transactions. I'm sure I'm missing something. Thanks!
hero member
Activity: 637
Merit: 500
Cross posting from the krypte thread, hope it picks your interest :

Just wanted to share that we have successfully uploaded a big file (290K ok, not that big) into the datacoin blockchain, download functionality is already implemented at https://krypte.net , we will put the upload big file functionality in place later today or tomorrow.

Also, I have been thinking about how to give exposure to Datacoin, one possibility would be to accept payments in other currencies to upload data to the Datacoin network. This also would alleviate the current lack of a serious exchange and leverage Datacoin as a service utility, not just a currency.
We could offer krypte.net users the opportunity to sell their DTC in exchange of BTC or other alts, we are not sure about that point. And implementing this is somehow harder, anyway I would like to know what do you people think about it.

EDIT: Donation addresses for the krypte : DTC DLjcy3vu8KhMGbqbEtRcrGQUEweuMpiZqs , BTC 1BynKGAvBNprNLDFmix8LXtt8g5yGch1iD
hero member
Activity: 1666
Merit: 565
sr. member
Activity: 350
Merit: 250
DTC unofficial team
how many coins i get for day with an amd X4 945 3ghz?
you need to start mining for some minutes, and then use http://datacoin.info/calc.html
hero member
Activity: 1666
Merit: 565
how many coins i get for day with an amd X4 945 3ghz?
legendary
Activity: 1792
Merit: 1008
/dev/null
@oocook5u
check your pull requests Wink

also something that dosnt work is adding data with sendmany:
Code:
datacoind sendmany SendOut '{"DMqiuhrowAAbVtc4UBu8U1hAkqC15CuVuy":1.0}' 120 1 "sendmany+data test" "RGF0YWNvaW4gZmF1Y2V0IHBheW91dCEgV2FudCBzb21lIERUQz8gVmlzaXQgaHR0cDovL2ZhdWNldC5kYXRhY29pbi5kYXJrZ2FtZXguY2ghCg=="
error: {"code":-1,"message":"sendmany {address:amount,...} [minconf=1] [comment] [data]\namounts are double-precision floating point numbers is a base64 encoded data chunk"}
but according to the synopsis, this should be accepted!

You have more params than needed in your command line, what is the "1" for ?
Also, does that mean that you can send an arbitrary amount of data ? Or the fee rules equally apply to sendmany (and send for what matters) ?.
oh thanks, shame on me!

works now Smiley
well, i wanted to put some text in the faucet donation transactions to identify it later (in case of address changes) and for testing usage of course.

here my test tx:
Code:
datacoind sendmany test '{"DMqiuhrowAAbVtc4UBu8U1hAkqC15CuVuy":1.0}' 1 "sendmany+data test" "RGF0YWNvaW4gZmF1Y2V0IHBheW91dCEgV2FudCBzb21lIERUQz8gVmlzaXQgaHR0cDovL2ZhdWNldC5kYXRhY29pbi5kYXJrZ2FtZXguY2ghCg=="
    {
        "account" : "test",
        "address" : "DMqiuhrowAAbVtc4UBu8U1hAkqC15CuVuy",
        "category" : "send",
        "amount" : -1.00000000,
        "fee" : -0.05000000,
        "confirmations" : 14,
        "blockhash" : "be0799641fdaae8d6ddf5dc015183ca912e62e0c3ce933a67267c3cd0ada3b77",
        "blockindex" : 1,
        "blocktime" : 1390324522,
        "txid" : "c09c61c8e4bd1874fcc186f403aa10a2a91f2da35636c08e29800fdd981dc8c9",
        "time" : 1390324310,
        "data" : "RGF0YWNvaW4gZmF1Y2V0IHBheW91dCEgV2FudCBzb21lIERUQz8gVmlzaXQgaHR0cDovL2ZhdWNldC5kYXRhY29pbi5kYXJrZ2FtZXguY2ghCg==",
        "timereceived" : 1390324310,
        "comment" : "sendmany+data test"
    }
http://www.chainbrowser.com/datacoin/tx/c09c61c8e4bd1874fcc186f403aa10a2a91f2da35636c08e29800fdd981dc8c9/
http://www.chainbrowser.com/datacoin/file/576/
hero member
Activity: 637
Merit: 500
@oocook5u
check your pull requests Wink

also something that dosnt work is adding data with sendmany:
Code:
datacoind sendmany SendOut '{"DMqiuhrowAAbVtc4UBu8U1hAkqC15CuVuy":1.0}' 120 1 "sendmany+data test" "RGF0YWNvaW4gZmF1Y2V0IHBheW91dCEgV2FudCBzb21lIERUQz8gVmlzaXQgaHR0cDovL2ZhdWNldC5kYXRhY29pbi5kYXJrZ2FtZXguY2ghCg=="
error: {"code":-1,"message":"sendmany {address:amount,...} [minconf=1] [comment] [data]\namounts are double-precision floating point numbers is a base64 encoded data chunk"}
but according to the synopsis, this should be accepted!

You have more params than needed in your command line, what is the "1" for ?
Also, does that mean that you can send an arbitrary amount of data ? Or the fee rules equally apply to sendmany (and send for what matters) ?.
legendary
Activity: 1792
Merit: 1008
/dev/null
@oocook5u
check your pull requests Wink

nvm this part, solved.
also something that dosnt work is adding data with sendmany:
Code:
datacoind sendmany SendOut '{"DMqiuhrowAAbVtc4UBu8U1hAkqC15CuVuy":1.0}' 120 1 "sendmany+data test" "RGF0YWNvaW4gZmF1Y2V0IHBheW91dCEgV2FudCBzb21lIERUQz8gVmlzaXQgaHR0cDovL2ZhdWNldC5kYXRhY29pbi5kYXJrZ2FtZXguY2ghCg=="
error: {"code":-1,"message":"sendmany {address:amount,...} [minconf=1] [comment] [data]\namounts are double-precision floating point numbers is a base64 encoded data chunk"}
but according to the synopsis, this should be accepted!
sr. member
Activity: 350
Merit: 250
DTC unofficial team
Service question - how datacoin can compete with Dropbox for example?
Hmm, it's question like 'how TOR can compete with ordinary Internet' Tongue Different purposes, DB is not direct competitor
legendary
Activity: 1428
Merit: 1001
getmonero.org
Why won't the Datacoin wallet sync?

did you add some addnodes? http://datacoin.info/addnodes

soon with the dnsseeder there wont be such problems.


But i also want to ask something. As far as you know what is the best miner for pool right now? i am still using primeminer RC1. Is there any newer out or any faster one?

Also external miner for solo is still unstable?

i want to make some guides but i am not sure about these questions.
sr. member
Activity: 378
Merit: 250
Why won't the Datacoin wallet sync?
legendary
Activity: 1792
Merit: 1008
/dev/null
here we go, a datacoin faucet (but empty currently until some ppl fill it Tongue)

http://faucet.datacoin.darkgamex.ch/

i sent a few DTC. I also tested it with tor. Is there a way to ban tor ips?

yes, havent done it (yet). will do it ASAP.

EDIT: and done Smiley
legendary
Activity: 1428
Merit: 1001
getmonero.org
here we go, a datacoin faucet (but empty currently until some ppl fill it Tongue)

http://faucet.datacoin.darkgamex.ch/

i sent a few DTC. I also tested it with tor. Is there a way to ban tor ips?
legendary
Activity: 1428
Merit: 1001
getmonero.org
here we go, a datacoin faucet (but empty currently until some ppl fill it Tongue)

http://faucet.datacoin.darkgamex.ch/

Very nice! Thank you very much! I will send a few DTC in a while Smiley
hero member
Activity: 756
Merit: 502
Service question - how datacoin can compete with Dropbox for example?
legendary
Activity: 1792
Merit: 1008
/dev/null
here we go, a datacoin faucet (but empty currently until some ppl fill it Tongue)

http://faucet.datacoin.darkgamex.ch/
sr. member
Activity: 490
Merit: 250
+1 for the only one serious alt in  there around. Sometimes we need to get things sorted out with all that shit-cloned or scam releases those days
legendary
Activity: 1428
Merit: 1001
getmonero.org
https://github.com/foo1inge/datacoin-hp/pull/3
pull req, once its applied and new builds are out, you enjoy a working dnsseed (ie, you always find peers to connect to "automagically")
you can build from here to test it if your interested: https://github.com/K1773R/datacoin-hp

Very nice! I hope dev adds it soon. And also windows version!
legendary
Activity: 1792
Merit: 1008
/dev/null
https://github.com/foo1inge/datacoin-hp/pull/3
pull req, once its applied and new builds are out, you enjoy a working dnsseed (ie, you always find peers to connect to "automagically")
you can build from here to test it if your interested: https://github.com/K1773R/datacoin-hp
Pages:
Jump to: