Pages:
Author

Topic: [ANN][Datacoin] Next step: web applications inside blockchain (demo) - page 3. (Read 12069 times)

sr. member
Activity: 350
Merit: 250
DTC unofficial team
hmm apparently i am doing something wrong.

I did what you said and my ip is this 162.243.249.73 its a cloud ocean droplet.

but it does nothing except poping things on terminal of the server. it says error fetching data....


Edit:
WOW! It actually works! I suppose it just had to download all the blocks Tongue

http://162.243.249.73:8080/dtc/get/40a3eb9624528008a87d9119dbed4041d45c9f6483ecd52a7b24f9c8b4fdf548


Now i really would like to see more things with that Smiley For example how can i make my own simple webpage now? I am asking too much for now? Tongue
You should upload it with perl script from main repo - in that case your webpage will be saved with all metainfo required for correct work with DTC web server
legendary
Activity: 1428
Merit: 1001
getmonero.org
hmm apparently i am doing something wrong.

I did what you said and my ip is this 162.243.249.73 its a cloud ocean droplet.

but it does nothing except poping things on terminal of the server. it says error fetching data....


Edit:
WOW! It actually works! I suppose it just had to download all the blocks Tongue

http://162.243.249.73:8080/dtc/get/40a3eb9624528008a87d9119dbed4041d45c9f6483ecd52a7b24f9c8b4fdf548


Now i really would like to see more things with that Smiley For example how can i make my own simple webpage now? I am asking too much for now? Tongue
legendary
Activity: 1428
Merit: 1001
getmonero.org
Thank you very much! I will try it soon!
sr. member
Activity: 392
Merit: 250
I think oocooku post explain how to install properly. Exept the cpan module thingy.


Basically you do

Code:
cd
git clone https://github.com/foo1inge/datacoin-hp
cd datacoin-hp/src
make -f makefile.unix
sudo cp -f datacoind /usr/local/bin/


then

Code:
cd
git clone https://github.com/foo1inge/datacoin-browser

then

Code:
cpan App::cpanminus
You say "yes" then "sudo" then "yes"



and

Code:
cpanm HTTP::Server::Simple::CGI
cpanm Google::ProtocolBuffers
cpanm MIME::Base64
cpanm IO::Compress::Bzip2
cpanm IO::Uncompress::Bunzip2
cpanm Crypt::OpenSSL::RSA
cpanm JSON::RPC::Client
cpanm File::HomeDir
cpanm Data::Dumper


Then you can do :


Code:
datacoind --daemon
cd datacoin-browser/perl
perl dtc_http_server.pl --http-port=8080

It will start datacoin and the server.
If you close the windows or do ctrl+c, it will close the server too, so let it run like that
You can access the data with

http://localhost:8080/dtc/get/HASHTX

legendary
Activity: 1428
Merit: 1001
getmonero.org
i see big things for this coin.

how is mining going for everyone?

i have 20 cpus on it and have mined around 25 dtc so far.

Since diff is getting lower these days the income is bigger every day. I have 16 CPUs but i am adding more every week. I dont know how much i earn cause i jump pools and had some problems with mining stops. I am currently thinking of starting solo mining btw...


Also if someone makes a nice extremely step by step easy guide of how to setup the whole OP thing i will make a small cloud ocean droplet and do it also.
sr. member
Activity: 350
Merit: 250
i see big things for this coin.

how is mining going for everyone?

i have 20 cpus on it and have mined around 25 dtc so far.
legendary
Activity: 1428
Merit: 1001
getmonero.org
wow guys its beautiful! We can download things directly from the blockchain just with a link Smiley
hero member
Activity: 637
Merit: 500
I installed it on my server.
I run a bigger instance so it should be ok.

Here's the link to the blockexplorer updating in realtime.

http://108.161.145.4:8080/dtc/get/40a3eb9624528008a87d9119dbed4041d45c9f6483ecd52a7b24f9c8b4fdf548

So you fixed the problem? Wink


btw i wanna ask again. On block 131513 there is a 1022 byte pic. I tried your link, previously i have tried OP's link, and at block explorer it is saying data   Browse data in another tab. Now i press it but nothing happens. Should i see the image or at least the base64 of it?

My implementation on krypte.net supports raw data, use this link :

https://krypte.net/dtc/txid/7713847dd7bfc65ec2fc6323f9af5df62c4ba3aafaffc3187e707c3ba221debd

This must be stalin face on a very low res  Cheesy

EDIT: You must register in order to access DTC functionality.

...and https://krypte.net/dtc/txid/a2784925fe6a147c85ed8a4694d4f3e8f616141d7c7dc548b70e3d8f25a651fb 
has kitten in it - everyone loves kittens! Cheesy

but are you planning to add envelope support? Maybe it can work in next way: envelope access - by default, but if it fails, kryptenet tries to get raw data with your implementation

Yes, I already have a test working, but the envelope protocol is too broad, yesterday I took a look at the "protocol", it's just a data serialization tool but the protocol itself is not described in detail, so for example the big data feature could be implemented in more than one way. Downloading single envelope data is not a problem at the moment and I guess I could implement the upload in less than an hour . It would help though if the protocol had more in depth details.
TBH this project is taking more time from me than I could afford ATM and since I am not a big stakeholder my priorities are elsewhere. However, I (we) do plan to support this project on the long term and keep krypte.net up and running since I received some donations that ensure that at least the server costs are covered for some months.
sr. member
Activity: 350
Merit: 250
DTC unofficial team
I installed it on my server.
I run a bigger instance so it should be ok.

Here's the link to the blockexplorer updating in realtime.

http://108.161.145.4:8080/dtc/get/40a3eb9624528008a87d9119dbed4041d45c9f6483ecd52a7b24f9c8b4fdf548

So you fixed the problem? Wink


btw i wanna ask again. On block 131513 there is a 1022 byte pic. I tried your link, previously i have tried OP's link, and at block explorer it is saying data   Browse data in another tab. Now i press it but nothing happens. Should i see the image or at least the base64 of it?

My implementation on krypte.net supports raw data, use this link :

https://krypte.net/dtc/txid/7713847dd7bfc65ec2fc6323f9af5df62c4ba3aafaffc3187e707c3ba221debd

This must be stalin face on a very low res  Cheesy

EDIT: You must register in order to access DTC functionality.

...and https://krypte.net/dtc/txid/a2784925fe6a147c85ed8a4694d4f3e8f616141d7c7dc548b70e3d8f25a651fb 
has kitten in it - everyone loves kittens! Cheesy

but are you planning to add envelope support? Maybe it can work in next way: envelope access - by default, but if it fails, kryptenet tries to get raw data with your implementation
hero member
Activity: 637
Merit: 500
I installed it on my server.
I run a bigger instance so it should be ok.

Here's the link to the blockexplorer updating in realtime.

http://108.161.145.4:8080/dtc/get/40a3eb9624528008a87d9119dbed4041d45c9f6483ecd52a7b24f9c8b4fdf548

So you fixed the problem? Wink


btw i wanna ask again. On block 131513 there is a 1022 byte pic. I tried your link, previously i have tried OP's link, and at block explorer it is saying data   Browse data in another tab. Now i press it but nothing happens. Should i see the image or at least the base64 of it?

My implementation on krypte.net supports raw data, use this link :

https://krypte.net/dtc/txid/7713847dd7bfc65ec2fc6323f9af5df62c4ba3aafaffc3187e707c3ba221debd

This must be stalin face on a very low res  Cheesy

EDIT: You must register in order to access DTC functionality.
sr. member
Activity: 350
Merit: 250
DTC unofficial team
I installed it on my server.
I run a bigger instance so it should be ok.

Here's the link to the blockexplorer updating in realtime.

http://108.161.145.4:8080/dtc/get/40a3eb9624528008a87d9119dbed4041d45c9f6483ecd52a7b24f9c8b4fdf548

So you fixed the problem? Wink


btw i wanna ask again. On block 131513 there is a 1022 byte pic. I tried your link, previously i have tried OP's link, and at block explorer it is saying data   Browse data in another tab. Now i press it but nothing happens. Should i see the image or at least the base64 of it?
as I see, data should be in proper format (proto envelope) to be displayed in oocook's block explorer. but need to double-check that.
legendary
Activity: 1428
Merit: 1001
getmonero.org
I installed it on my server.
I run a bigger instance so it should be ok.

Here's the link to the blockexplorer updating in realtime.

http://108.161.145.4:8080/dtc/get/40a3eb9624528008a87d9119dbed4041d45c9f6483ecd52a7b24f9c8b4fdf548

So you fixed the problem? Wink


btw i wanna ask again. On block 131513 there is a 1022 byte pic. I tried your link, previously i have tried OP's link, and at block explorer it is saying data   Browse data in another tab. Now i press it but nothing happens. Should i see the image or at least the base64 of it?
full member
Activity: 238
Merit: 100
most interesting
sr. member
Activity: 392
Merit: 250
I installed it on my server.
I run a bigger instance so it should be ok.

Here's the link to the blockexplorer updating in realtime.

http://108.161.145.4:8080/dtc/get/40a3eb9624528008a87d9119dbed4041d45c9f6483ecd52a7b24f9c8b4fdf548
newbie
Activity: 11
Merit: 0
I love the idea of Datacoin!
newbie
Activity: 46
Merit: 0
Wow. Too bad I can't be online too often.
sr. member
Activity: 350
Merit: 250
DTC unofficial team
legendary
Activity: 2632
Merit: 2790
Shitcoin Minimalist
Easily the most innovative cryptocurrency out there.
sr. member
Activity: 350
Merit: 250
DTC unofficial team
I'll bump this thread several times just to show Datacoin possibilities to the whole community. 
sr. member
Activity: 350
Merit: 250
DTC unofficial team
Great work!

This blockchain explorer is really good : http://ec2-54-201-144-165.us-west-2.compute.amazonaws.com/dtc/get/40a3eb9624528008a87d9119dbed4041d45c9f6483ecd52a7b24f9c8b4fdf548

oocooku, If you want i can provide you with a better AWS instance

just noticed AJAX page loading, I've never seen this simple, but important feature in any block explorer Smiley
Pages:
Jump to: