tm2013
|
|
March 16, 2016, 05:43:35 PM |
|
tx, its like 16 BTC, a lot I believe in this coin That makes two of us. Any word on RADS applying for Azure any time soon? 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/
|
|
|
|
cryptoheadd
|
|
March 16, 2016, 06:35:40 PM |
|
tx, its like 16 BTC, a lot I believe in this coin That makes two of us. Any word on RADS applying for Azure any time soon? 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
|
|
|
|
MMORPG
Newbie
Offline
Activity: 22
Merit: 0
|
|
March 17, 2016, 07:47:38 PM |
|
I think a public update on ion cloud progress will do good atm, @TM, could you do this?
Cheers!
|
|
|
|
bitkapp
|
|
March 17, 2016, 08:40:19 PM |
|
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
|
|
|
|
tm2013
|
|
March 17, 2016, 10:23:26 PM |
|
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 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.
|
|
|
|
cyberhacker
Legendary
Offline
Activity: 1330
Merit: 1000
|
|
March 18, 2016, 04:16:56 AM |
|
I heard some Azure stuff in trollbox, any comment on that?
|
|
|
|
MMORPG
Newbie
Offline
Activity: 22
Merit: 0
|
|
March 18, 2016, 11:26:45 AM |
|
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 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 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!
|
|
|
|
JJ12880
|
|
March 18, 2016, 11:55:27 AM |
|
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
|
|
|
|
Haunebu81
|
|
March 18, 2016, 04:41:29 PM |
|
Good news must be coming. Up 32%
|
|
|
|
JJ12880
|
|
March 18, 2016, 07:34:35 PM |
|
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!
|
|
|
|
Selsonblue
|
|
March 18, 2016, 07:46:17 PM |
|
ONE CLICK VERIFY SAVES THE DAY AGAIN!
|
|
|
|
JJ12880
|
|
March 18, 2016, 08:01:46 PM |
|
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 { "verified":"True", "address":"XopyTfnfFMLWtjed1JNBn2B72JRrJaqXLD", "username":"JJ12880", "memo":"xRADON SuperNet Developer" } http://smartchainapi.azurewebsites.net/?address=XopyTfnfFMLWtjed1JNBn2B72JRrJaqXLD will return{ "error":"False", "verified":"True", "address":"XopyTfnfFMLWtjed1JNBn2B72JRrJaqXLD", "username":"JJ12880", "memo":"xRADON SuperNet Developer" }
http://smartchainapi.azurewebsites.net/?hash=7708cd4a983ca4648ffbf2eaf6860a1725b17ae86f3e6490cf85a7d7b40266c1 will return{ "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 } }
|
|
|
|
|
tm2013
|
|
March 19, 2016, 12:58:55 AM |
|
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
|
|
|
|
PrizZzrak
Full Member
Offline
Activity: 196
Merit: 100
Marijuanacoin.org
|
|
March 19, 2016, 01:17:57 AM |
|
Interesting new feature. This whole project is rather interesting. 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
|
|
|
|
hendra147
|
|
March 19, 2016, 02:10:17 AM |
|
wow 3 update in 1day it's very Big news, Interesting to invest today Thank's for cheap price, and let's see new highest price
|
|
|
|
moncorp
Member
Offline
Activity: 112
Merit: 10
|
|
March 19, 2016, 02:21:05 AM |
|
Interesting new feature. This whole project is rather interesting. 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 Devs are really delivering their promise.
|
Radium - Bringing Advanced Utility to the Blockchain with the Radium SmartChain!
|
|
|
|
Haunebu81
|
|
March 19, 2016, 03:08:17 AM |
|
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.....
|
|
|
|
jasemoney
Legendary
Offline
Activity: 1610
Merit: 1008
Forget-about-it
|
|
March 19, 2016, 03:10:28 AM Last edit: March 19, 2016, 03:22:12 AM by jasemoney |
|
you guys are asshats. all anyone mentions is the price. wtf is "fake good news" take your noob account and frown faces out of here. this coin is here to be useable. todays 3 updates were to make it much easier to validate files and check statuses. why dont you go and build something that uses these udates and add some value to the coin yourself? business is slow and everyones become very greedy with #altsareback having huge returns in hours/days. Radium is already up 100x since the smartchain original release on a coin thats ~1 year old. if your looking for a quick 2x, 10x, or a whale 100x... radium may not be the right coin at the moment. look at the roadmap and whats expected. 2.4 release isnt planned on being anything new just useability, ion cloud a ways away, and azure probably wont be in the next weeks. where do you expect the hype to bring this coin to the level your expecting to come out of nowhere from? I entirely expect $rads to trend upwards but ive been wrong before. though with the current development environment there is still TONS to look forward to. upcoming smartchain 2.4 release will add database features to the smartchain allowing easier use just like the api and verify site are adding easier use today. long term ion cloud development anyone can follow on github. it took maidsafe 6 years as i understand and project radons plan is to have something useful possibly in 3-6 months. microsoft azure is on the radar but smartchain needs tweaking to fit their templates. it is expected to be targeted harder after 2.4 is released that way it doesnt have to be remade in a months time. long term stability is key so when people do start developing real use cases (the shit that makes rads worth money) they arent forced to re-integrate under constant updates due to bugs/changes being found/made. in short: calm down and hold or calm down and sell if you cant wait. there is a lot to look forward to as i said. (disclaimer i hold rads and am not a developer or a tester)
|
$MAID & $BTC other than that some short hodls and some long held garbage.
|
|
|
|