Author

Topic: [RADS] Radium - Decentralized Identities, Custom Assets, Elections, and More! - page 156. (Read 579162 times)

hero member
Activity: 525
Merit: 500
i see you release some new feature and im sure this is Big News but..
why the price very cheap now ..Huh when the pumper come..?  Angry Angry
please pump to 0.03 like ETH  Angry Angry Angry

or this is just fake good news   Angry Angry Angry

It's not the responsibility of the devs to pump the price.

You need to learn to be a bit more patient.

Plus it was up over 60% at one point today. Is that not enough?

Just saying.....
full member
Activity: 608
Merit: 100
i see you release some new feature and im sure this is Big News but..
why the price very cheap now ..Huh when the pumper come..?  Angry Angry
please pump to 0.03 like ETH  Angry Angry Angry

or this is just fake good news   Angry Angry Angry
member
Activity: 112
Merit: 10
Interesting new feature. This whole project is rather interesting. Smiley I'm keeping a close watch on this thread for a few weeks now, and I really like what I'm seeing here. Time to get involved    Smiley

Devs are really delivering their promise.
hero member
Activity: 644
Merit: 509
wow 3 update in 1day it's very Big news, Interesting to invest today Smiley
Thank's for cheap price, and let's see new highest price
full member
Activity: 196
Merit: 100
Marijuanacoin.org
Interesting new feature. This whole project is rather interesting. Smiley I'm keeping a close watch on this thread for a few weeks now, and I really like what I'm seeing here. Time to get involved    Smiley
hero member
Activity: 644
Merit: 500
Friday Update #3
SmartChain Verify



What it does:
     This website gives you the option to verify any file under 50 MB, without any downloads whatsoever.

How it works:
     The server will download the contents of the file, hash it, and verify it according to the SmartChain protocol. Once the login mechanic is functional, you will be able to pay as you go for the ability to verify files larger than 50 MB.


How to use it:
    - Go to the website at http://verify.projectradon.info/
    - Enter any direct download URL
    - Press enter or click on the check mark
    - A dialogue will appear with the corresponding verification information. If it is verified, it will allow you to directly download the file.

Feedback is appreciated.
Best regards,
-Tim M.
TM2013

    

full member
Activity: 211
Merit: 100
Nice update Dev Smiley
Thank's for your hardwork
hero member
Activity: 671
Merit: 501
Blockchain and stuff
Friday Update #2
SmartChain API



What it does:
     Provides a JSON API for accessing SmartChain Account and verified file information allowing development of third-party applications. SmartChain Account details can be accessed by username or Radium address lookup, and file information by sha256 hash. Address and username lookup returns the details of the SmartChain account associated with the address or username. Sha256 hash lookup returns whether the hash is of a file that has been verified on the SmartChain, and if so, by whom and when; the same information that is available both in the SmartChain client and One Click Verify.

How it works:
    The api can be called with the following methods:
          address=[address]
          username=[username]
          hash=[hash]

Examples:
http://smartchainapi.azurewebsites.net/?username=JJ12880 will return

Code:

"verified":"True",
"address":"XopyTfnfFMLWtjed1JNBn2B72JRrJaqXLD",
"username":"JJ12880",
"memo":"xRADON SuperNet Developer"
}

http://smartchainapi.azurewebsites.net/?address=XopyTfnfFMLWtjed1JNBn2B72JRrJaqXLD will return
Code:

   "error":"False",
   "verified":"True",
   "address":"XopyTfnfFMLWtjed1JNBn2B72JRrJaqXLD",
   "username":"JJ12880",
   "memo":"xRADON SuperNet Developer"
}

http://smartchainapi.azurewebsites.net/?hash=7708cd4a983ca4648ffbf2eaf6860a1725b17ae86f3e6490cf85a7d7b40266c1 will return

Code:

   "error":"false",
   "result":{ 
      "verified":"true",
      "address":"XopyTfnfFMLWtjed1JNBn2B72JRrJaqXLD",
      "username":"JJ12880",
      "title":"Radium SmartChain Phase 2.3 Client",
      "txid":"7e5ad1fbad158f20050df11fe59f4fbb9cc50c163883174804dfaa8b7e2eb091",
      "linuxtime":1454470814,
      "date":"2016-02-03T03:40:14Z",
      "block":357073
   }
}
hero member
Activity: 661
Merit: 500
ONE CLICK VERIFY SAVES THE DAY AGAIN!
hero member
Activity: 671
Merit: 501
Blockchain and stuff
Friday Update #1
Radium Wallet Quick Deploy Installer



What it does:
     Rapidly deploys a fully synced Radium wallet on any physical, cloud, virtual server, or personal computer running the windows operation system, all in under 10 minutes.

How it works:
     The installer contains the wallet, and a prepackaged image of the blockchain that is extracted and installed all at once. The blockchain image is current up to 3.17.16, so the remaining sync time is very small. Updated installers with fresher blockchain images will be built on a weekly basis. Be aware the file is large, approximately 268MB because it contains the entire blockchain.


Where to get it:
     The installer can be downloaded via:
          torrent mirror 1
          torrent mirror 2
          direct download 1
          direct download 2
          direct download 3

     PLEASE use the torrent options whenever possible, as the installer is large.

Can it be verified?
     YES! both the .torrent and the installer are SmartChain Verified.  Verify using One Click Verify before launching!

    
 
hero member
Activity: 525
Merit: 500
Good news must be coming. Up 32%  Cool
hero member
Activity: 671
Merit: 501
Blockchain and stuff
I heard some Azure stuff in trollbox, any comment on that?

Azure is on our radar, but as of right now there is no template in the process of being built. If/when that would occur, we will post about it. Ill have updates ready regarding the API and the rapid deployment system later this afternoon.

JJ
newbie
Activity: 22
Merit: 0
I think a public update on ion cloud progress will do good atm, @TM, could you do this?

Cheers!

We've been focusing on some other features such as OCV and phase 2.4 of the smartchain. The IonCloud is still being developed but priorities are priorities Smiley

Ty!

I think a public update on ion cloud progress will do good atm, @TM, could you do this?

Cheers!

We've been focusing on some other features such as OCV and phase 2.4 of the smartchain. The IonCloud is still being developed but priorities are priorities Smiley

This is correct. Ion Cloud is still being developed, but it is being developed in parallel with other aspects of the SmartChain. A new service for SmartChain verify has been in testing in the Slack channel, and will be posted here once I add the finishing touches. The service enables you to verify a file before downloading it. Feel free to join the Slack channel if you would be interested in testing it.

Ty!
legendary
Activity: 1330
Merit: 1000
I heard some Azure stuff in trollbox, any comment on that?
hero member
Activity: 644
Merit: 500
I think a public update on ion cloud progress will do good atm, @TM, could you do this?

Cheers!

We've been focusing on some other features such as OCV and phase 2.4 of the smartchain. The IonCloud is still being developed but priorities are priorities Smiley

This is correct. Ion Cloud is still being developed, but it is being developed in parallel with other aspects of the SmartChain. A new service for SmartChain verify has been in testing in the Slack channel, and will be posted here once I add the finishing touches. The service enables you to verify a file before downloading it. Feel free to join the Slack channel if you would be interested in testing it.
hero member
Activity: 517
Merit: 500
aka alaniz
I think a public update on ion cloud progress will do good atm, @TM, could you do this?

Cheers!

We've been focusing on some other features such as OCV and phase 2.4 of the smartchain. The IonCloud is still being developed but priorities are priorities Smiley
newbie
Activity: 22
Merit: 0
I think a public update on ion cloud progress will do good atm, @TM, could you do this?

Cheers!
hero member
Activity: 1022
Merit: 501
tx, its like 16 BTC, a lot Tongue

I believe in this coin

That makes two of us.

Any word on RADS applying for Azure any time soon?  Cool

This is not an official statement.. but RADS devs do have azure on their radar. They are being extremely intelligent by ironing out all the minor bugs before trying to get involved with such a large project.

Good things take time and taking time to prepare for the future and all possible functional extensions to the RADS platform is crucial for the project to be successful.

Lots of great things coming from the slack channel, come join the conversation and be part of a project that is delivering much more than simply "a store of value".

Can you send me an invite?
https://projectradon-slack.herokuapp.com/

Thanks
hero member
Activity: 644
Merit: 500
tx, its like 16 BTC, a lot Tongue

I believe in this coin

That makes two of us.

Any word on RADS applying for Azure any time soon?  Cool

This is not an official statement.. but RADS devs do have azure on their radar. They are being extremely intelligent by ironing out all the minor bugs before trying to get involved with such a large project.

Good things take time and taking time to prepare for the future and all possible functional extensions to the RADS platform is crucial for the project to be successful.

Lots of great things coming from the slack channel, come join the conversation and be part of a project that is delivering much more than simply "a store of value".

Can you send me an invite?
https://projectradon-slack.herokuapp.com/
hero member
Activity: 1022
Merit: 501
tx, its like 16 BTC, a lot Tongue

I believe in this coin

That makes two of us.

Any word on RADS applying for Azure any time soon?  Cool

This is not an official statement.. but RADS devs do have azure on their radar. They are being extremely intelligent by ironing out all the minor bugs before trying to get involved with such a large project.

Good things take time and taking time to prepare for the future and all possible functional extensions to the RADS platform is crucial for the project to be successful.

Lots of great things coming from the slack channel, come join the conversation and be part of a project that is delivering much more than simply "a store of value".

Can you send me an invite?
Jump to: