Pages:
Author

Topic: [ANN] Datacoin - Censorship-Free Data Storage - page 65. (Read 66642 times)

newbie
Activity: 106
Merit: 0
Need Chinese translation
member
Activity: 81
Merit: 16
MEGA download asks for a login and then presents an empty drive.

Not sure what to do.



Thanks for pointing that out, I have updated the link in my last post.
sr. member
Activity: 481
Merit: 252
MEGA download asks for a login and then presents an empty drive.

Not sure what to do.

member
Activity: 81
Merit: 16
demo - 01
hyperledger -  dtc wallet balance

ibm-marbles-dtc_01.tar.gz

download: https://mega.nz/#!hTIylRwY!5IYysWovtYl4viegt4fHViQrwd5eIjGgRffrwj0H-JI


userA attempts to drag/drop marble to userB within the same organization,
dtc wallet balance is checked, if userA has sufficient balance marble is transfered,
orderer sends block to peer, peer commits block.
userA attempts to transfer marble to userB with an insufficient balance, marble returns to userA, error is output to console and
orderer does not send block.

note: this is experimental so there will be bugz


for more information checkout
https://github.com/dtc20017/marbles

cheers,

dtc2017
sr. member
Activity: 481
Merit: 252
That is amazing.  Awesome to see Datacoin integrated into Hyperledger.

IBM has been driving Hyperledger into business applications.  We solve so many problems with this integration.

-extro
member
Activity: 81
Merit: 16
Blockchain Connect-a-thon: Trading Marbles

https://www.youtube.com/watch?v=jhB15Hi_Yok&t=2s

Currently putting together our version  Cool

member
Activity: 81
Merit: 16
When our official website gets updated it would be good to have a model displaying Hyperledger/Datacoin intergration.
Something like this to assist new users


sr. member
Activity: 592
Merit: 259
Hi Samsei,

Anyone got new nodes? My wallet isn't syncing.

    One of the beta clients on GitHub should help with peer location.

Best Regards,
-Chicago
newbie
Activity: 15
Merit: 0
addnode=102.248.183.201
addnode=105.225.236.106
addnode=125.215.137.66
addnode=128.71.253.232
addnode=139.162.210.78
addnode=144.76.64.49
addnode=148.251.2.141
addnode=154.66.207.206
addnode=169.0.206.191
addnode=173.90.128.136
addnode=178.222.203.206
addnode=35.192.35.62
addnode=45.63.115.238
addnode=5.8.126.127
addnode=5.9.20.80
addnode=67.7.102.194
addnode=75.142.96.77
addnode=78.46.37.209
addnode=82.36.172.103
addnode=88.98.87.243
addnode=92.110.174.51
addnode=92.4.3.103
addnode=94.130.139.90
addnode=104.236.250.232
addnode=89.76.250.116
addnode=188.163.80.203
addnode=195.128.79.121
addnode=119.9.108.125
member
Activity: 85
Merit: 10
Anyone got new nodes? My wallet isn't syncing.
hero member
Activity: 796
Merit: 505
can not connect to the pool,is there something wrong?

2017-11-01:
Daemon database corrupted - rebuilding...

Yup, ATM rebuild is at 2016-09... it is taking loooooong time ;-/
newbie
Activity: 44
Merit: 0
can not connect to the pool,is there something wrong?

2017-11-01:
Daemon database corrupted - rebuilding...
newbie
Activity: 47
Merit: 0
can not connect to the pool,is there something wrong?
sr. member
Activity: 481
Merit: 252
sr. member
Activity: 592
Merit: 259
How can I get this coin except mining?

Datacoin is traded on the BTC Pop exchange.
legendary
Activity: 1098
Merit: 1000
Angel investor.
How can I get this coin except mining?
sr. member
Activity: 1248
Merit: 297
Pool issues.

Good morning,
Is anyone else having issues with the pool?

My miner is working as normal, but the worker is not showing up on the Account tab, and i have hit 3 blocks, all accepted, but only 1 is showing in the pool, and has been accrued to my balance.
I can see other peoples stats are up to date, i have not changed any settings, and ideas what may be wrong?
Don't want to mine for hours to find no coins.

J
full member
Activity: 143
Merit: 100
So sexy, it hurts.

Hi Team,

Big thanks to MarcusDE for letting us know about CryptoID!
(also a thank you to fairglu for CryptoID itself! it appears to be a great resource!)

Datacoin appears fully synced!
https://chainz.cryptoid.info/dtc/

On that note, if anyone knows of any other helpful tools or resources that would benefit Datacoin, please bring them to the group and don't hesitate to ask for assistance to make them happen.

We at HugPuddle do have some limited resources that we're more than willing to utilize to make things happen.

We believe in decentralized entities (especially immutable decentralized archiving) to bring about a greater good for The People... Datacoin clearly fits in this mission.

Kind Regards,
The AtomSea
member
Activity: 81
Merit: 16


I have also been busy with Hyperledger Composer Web Playgound:   https://composer-playground.mybluemix.net.
Very nice.  You program your business onto the blockchain via smart contracts.  All is then collected into a .bna file which I presume is then deployed on a server.  Correct me if I am wrong.

So you say the Datacoins will be represented on Hyperledger via a REST API.  With constant communication to the Datacoin blockchain via a local Datacoin client?

-extro

Hi Extro,

Yep it works out something like that, there are of course other things you have to do before you
can deploy i.e unit tests but I was just keeping things short and snappy for our forum readers
I highly recommend the main development tutorial which takes you through the entire process in detail.

As for integration I was speculating about how it could done based on what I had
read up to that point, I will probably take a look to see what other blockchains have accomplished
you can see a few listed there on the Hyper members link I posted.

For the moment I am only focused on building our smart contracts platform and trying to
scam a couple of free Bluemix peers from IBM Smiley


BTW - We need a hyper graphic for the OP (you may need to resize)





Cheers,


dtc2017
sr. member
Activity: 481
Merit: 252
Quote from: dtc2017

A quick update:

I rediscovered Hyperledger composer, using the online testing environment I have been able to create 2 participant types and an asset and then transfer asset ownership from one user to another - all very simple.
then installed ubuntu 64bit and full composer, from the cli I then created a Datacoin test network again with 2 participants and an asset. This can now be published to a .bna file and deployed to a peer.

Integration
I am still working things out but what it seems we can do use the node.js process included with composer to expose the Datacoin test network as a rest api.
Then we can pull data from dtc network and convert that data into assets on the hyperledger network.
I'm still exploring the limits of the testing environment.

cheers
dtc2017


I have also been busy with Hyperledger Composer Web Playgound:   https://composer-playground.mybluemix.net.
Very nice.  You program your business onto the blockchain via smart contracts.  All is then collected into a .bna file which I presume is then deployed on a server.  Correct me if I am wrong.

So you say the Datacoins will be represented on Hyperledger via a REST API.  With constant communication to the Datacoin blockchain via a local Datacoin client?

-extro
Pages:
Jump to: