|
northranger79510
Sr. Member
Offline
Activity: 308
Merit: 250
Riecoin and Huntercoin to rule all!
|
|
February 13, 2014, 07:31:22 PM |
|
Hey MaxSoInc, any update on the lite wallet?
|
|
|
|
northranger79510
Sr. Member
Offline
Activity: 308
Merit: 250
Riecoin and Huntercoin to rule all!
|
|
February 13, 2014, 08:26:55 PM |
|
Oh my. Look at the buyers buying up DTC on Bter.com
|
|
|
|
maxsolnc
|
|
February 13, 2014, 08:45:01 PM |
|
Hey MaxSoInc, any update on the lite wallet?
hey, I'm not SoInc, but MaxSolnc but you made me laugh frankly speaking, I don't know anything about lite wallet. Oocook5u still didn't answer any of my PMs. I hope he'll come with some great features - you see, he doesn't speak much, but he does many great things when he comes. So... let's wait. I own datacoin.info and I promise that it won't go down like datacointalk.
|
DTC: DMcKNp47fNtgM7sritK9GfJEQ1DzME5nwk BTC: 1FgUGra685ZwkrX5VnRvfaYp4bHJhC7x4H
|
|
|
tiaguitah
Member
Offline
Activity: 111
Merit: 10
|
|
February 15, 2014, 12:29:08 AM |
|
Hey MaxSoInc, any update on the lite wallet?
hey, I'm not SoInc, but MaxSolnc but you made me laugh frankly speaking, I don't know anything about lite wallet. Oocook5u still didn't answer any of my PMs. I hope he'll come with some great features - you see, he doesn't speak much, but he does many great things when he comes. So... let's wait. I own datacoin.info and I promise that it won't go down like datacointalk. thanks for that maxsolnc!
|
|
|
|
northranger79510
Sr. Member
Offline
Activity: 308
Merit: 250
Riecoin and Huntercoin to rule all!
|
|
February 15, 2014, 02:27:58 AM |
|
Yup! Thanks! Hopefully the dev will deliver and DTC will moonride
|
|
|
|
jpmi1
|
|
February 15, 2014, 03:24:31 AM |
|
|
YinCoin YangCoin ☯☯ RELAUNCH First Ever POS/POW Alternator! Multipool! ☯ ☯ https://poloniex.com/exchange/btc_yinXPM:AeuQPMAGRLyWbWkVgAtE4JcfSyGHATUkmG DTC:D9mwyQo9xPAPWCtKYhthnX2uSPivcjKyLN
|
|
|
HostFat
Staff
Legendary
Offline
Activity: 4270
Merit: 1209
I support freedom of choice
|
|
February 15, 2014, 03:59:47 PM |
|
It would be cool to have ann app like this whisper.sh or this Secret.ly using the Datacoin blockchain
|
|
|
|
sfireman
Full Member
Offline
Activity: 206
Merit: 100
Decentralized Ascending Auctions on Blockchain
|
|
February 15, 2014, 06:19:46 PM Last edit: February 15, 2014, 06:34:39 PM by sfireman |
|
HostFat, I'm working on one web application for DataCoin, more details coming soon in the next few weeks. Would be nice to see DataCoin dev, I'd like to discuss datacoin http server, we need to integrate somekind of authentication inside DataCoin QT client, then we will be able to ship http server in standard distro and this will be really great. Please contact me if you have access to datacoin qt client sources and know how to add this feature, without authentication I hardly can imagine existance of web applications
|
|
|
|
sfireman
Full Member
Offline
Activity: 206
Merit: 100
Decentralized Ascending Auctions on Blockchain
|
|
February 16, 2014, 07:58:33 AM |
|
Can anyone help me to run DataCoin in testnet? I need a few nodes to sync, but cannot find any. Don't want to waste my small amount of coins, developing/testing in main network P.S. if I won't reach oocook5u in coming week I will have to start develop my own http server :\ Where is he?!?
|
|
|
|
Joehun
Newbie
Offline
Activity: 17
Merit: 0
|
|
February 16, 2014, 09:28:51 AM |
|
is datacoin dying? i m worried.... Hi! It would be important that the block explorer do work properly and sometimes the devs say some words like "we are still working". Because the credit is very important in every case of all new products. DTC is new one and imho just few factors that make dtc stable like it exits on bter and for instance: we are talking about it on this forum. Let me repeat it is not too trustful that the devs do not say anything for days (weeks?). Let me mention my case: I have only 200 dtc, but I'm mining it, because it is most promissing coin on the table. But i'm thinking on more mining if I see it is dying.
|
|
|
|
cryptrol
|
|
February 16, 2014, 10:29:51 AM |
|
we need to integrate somekind of authentication inside DataCoin QT client, then we will be able to ship http server in standard distro and this will be really great.
Why do you need authentication build on the client? You already have the rpc auth, and it would be trivial to bypass since everything would be executed locally.
|
|
|
|
sfireman
Full Member
Offline
Activity: 206
Merit: 100
Decentralized Ascending Auctions on Blockchain
|
|
February 16, 2014, 10:47:19 AM |
|
we need to integrate somekind of authentication inside DataCoin QT client, then we will be able to ship http server in standard distro and this will be really great.
Why do you need authentication build on the client? You already have the rpc auth, and it would be trivial to bypass since everything would be executed locally. We are going to have multiple applications inside DataCoin blockchain in the future. User need some clear and easy way to block/allow each application from using his DataCoin wallet. Web Application itself executed inside browser, confirmation request(authorization) comes from local application(DataCoin QT client) or maybe local http server, so it won't be trivial task to bypass this authentication unless you can hack browser and get out of this sandbox with some kind of exploit. Many other software already rely on this security. Current http server implementation does not support any private methods that works with user wallet, so my application is not possible at all with current DataCoin software I need to access user balance/send transactions/data from my application. I think I continue working on other parts of my application in the next week, but I really have to talk with oocook5u, don't want to write my own http server...
|
|
|
|
sfireman
Full Member
Offline
Activity: 206
Merit: 100
Decentralized Ascending Auctions on Blockchain
|
|
February 16, 2014, 11:00:05 AM Last edit: February 16, 2014, 11:11:25 AM by sfireman |
|
How I do see DataCoin http server: - transparent http proxy for all JSON-RPC methods - ask user permission for using private methods(i.e. "Do you allow application XXX to use your DataCoin wallet?") - can load the latest version of file, based on information from block chain Maybe oocook5u already works on it, I don't know... He just disappeared without any updates/eta Would be really great if someone willing to help me with http server, I just can't do all this alone, application itself and http server, which should work the same under windows/linux/mac and be as small as it's possible(thats why oocook5u was talking about making it in c++)
|
|
|
|
sfireman
Full Member
Offline
Activity: 206
Merit: 100
Decentralized Ascending Auctions on Blockchain
|
|
February 16, 2014, 12:22:21 PM |
|
Hell... why there is senddata rpc method on DataCoin QT console, but there is no getdata?... %) Should I use getrawtransaction and pull my data from json?...
|
|
|
|
cryptrol
|
|
February 16, 2014, 12:43:34 PM |
|
Hell... why there is senddata rpc method on DataCoin QT console, but there is no getdata?... %) Should I use getrawtransaction and pull my data from json?...
Which version are you using ? The non-HP version was released with both methods (I recall). Anyway it just takes two RPC calls to get the data for a transaction : DATA = getrawtransaction TXID DDATA = decoderawtransaction DATA
Data is in DDATA['data']
|
|
|
|
sfireman
Full Member
Offline
Activity: 206
Merit: 100
Decentralized Ascending Auctions on Blockchain
|
|
February 16, 2014, 12:51:09 PM Last edit: February 16, 2014, 01:09:46 PM by sfireman |
|
Hm strange, here is quote from my DataCoin QT wallet(latest version):
16:50:27 Дoбpo пoжaлoвaть в RPC-кoнcoль Datacoin. Иcпoльзyйтe cтpeлки ввepx и вниз для пpocмoтpa иcтopии и Ctrl-L для oчиcтки экpaнa. Haпишитe help для пpocмoтpa дocтyпныx кoмaнд.
16:50:45 getdata 5e5fd144e34406a65defae44ec98498e4c5f349a6d00ba4b211d23f17361b510
16:50:45 Method not found (code -32601)
Here is my getinfo: 17:09:21 getinfo
17:09:21 { "version" : "v0.1.2.0dtc-hp11-unk-beta", "protocolversion" : 70001, "walletversion" : 60000, "balance" : 9.81149368, "blocks" : 191535, "moneysupply" : 2303223.25421882, "timeoffset" : 0, "connections" : 0, "proxy" : "", "testnet" : false, "keypoololdest" : 1386678055, "keypoolsize" : 101, "paytxfee" : 0.00000000, "errors" : "" }
Though, yea. I can pull data anyway from getrawtransaction with verbose=1
|
|
|
|
sfireman
Full Member
Offline
Activity: 206
Merit: 100
Decentralized Ascending Auctions on Blockchain
|
|
February 17, 2014, 03:49:13 PM |
|
I've started development of my own http server for DataCoin project, I still can't reach oocook5u and his http server is totally unusable for my needs. Hope, I will be able to push this till release xD are oocook5u ever alive?!
|
|
|
|
maxsolnc
|
|
February 17, 2014, 03:58:42 PM |
|
I've started development of my own http server for DataCoin project, I still can't reach oocook5u and his http server is totally unusable for my needs. Hope, I will be able to push this till release xD are oocook5u ever alive?!
I also want to know that, but... no info still
|
DTC: DMcKNp47fNtgM7sritK9GfJEQ1DzME5nwk BTC: 1FgUGra685ZwkrX5VnRvfaYp4bHJhC7x4H
|
|
|
|
|