Search content
Sort by

Showing 20 of 260 results by RiseVision
Post
Topic
Board Announcements (Altcoins)
RISE VISION PLC - Official Thread - DPOS / DAPPS / Side-Chains
by
RiseVision
on 28/03/2018, 11:55:37 UTC
RISE - An ecosystem for blockchain developers


 
What is RISE?

RISE offers a platform for Decentralized Distributed Applications (DAPPs), powered by a community driven Delegated Proof of Stake (DPoS) blockchain. RISE enables developers to interact and build on the blockchain in multiple programming languages.
 
Here's how it works

Decentralized Distributed Applications - Applications built on RISE will be both distributed and decentralized, as a copy of the blockchain will reside on multiple nodes and if one node fails the network can still operate. Each DAPP created with RISE development tools will run on RISE side chain technology connecting to the main chain.

Developer Tools - RISE aims to offer developers Software Development Kits (SDKs) to enable the creation of Decentralized Distributed Applications (DAPPs). Developers will also be able to interact with the RISE blockchain through Application Programming Interfaces (APIs) in multiple code languages such as TypeScript/JavaScript, Python, C# and Ruby.

Delegated Proof of Stake Blockchain - RISE operates a DPOS network of RISE nodes, maintained by 101 Delegates nodes that are elected by the RISE community through voting with their RISE wallets. The vote weight of each wallet is in proportion to the amount of RISE it contains. The more RISE you have in your wallet, the more ‘voting power’ you have. Voting has a fee of 1 RISE and you can only vote for 1 Delegate per wallet. Elected active Delegates are rewarded for running nodes to secure the network. You can explore DPOS Tools here: https://dpostools.com/

TypeScript Code Base - RISE is one of the first blockchain projects to have its core code base written in TypeScript. TypeScript is a strict syntactical superset of JavaScript, developed and maintained by Microsoft, typically used for large web development projects. It enforces good coding standards, increases maintainability and helps to speed up future development of scalable projects. RISE core is in mainnet and source code can be found here: https://github.com/RiseVision/rise-node


RISE Social Network Sites

Post
Topic
Board Announcements (Altcoins)
Re: RISE | Under Construction | Building A Brand New Codebase
by
RiseVision
on 27/11/2016, 13:05:47 UTC
Alpha Testing For New Rise Codebase

We hope to have a date (within the next couple of weeks) for when our prototype will be ready for a closed round of testing in the alpha phase.

Before open public testing we'd like to get opinions from a maximum of 15 testers, which can be anybody from the Rise community to iron out any major bugs before passing on to an open beta.

Details will be released shortly on how to apply for the initial round of testing.

There will be a bug bounty offered for those that help us to find and identify improvements to the new Rise code throughout testing phases.
Post
Topic
Board Announcements (Altcoins)
Re:                                                                             RISE
by
RiseVision
on 22/09/2016, 14:55:41 UTC
Rise Documentation for the Node.JS, Python and C# SDK's are Published.

Rise Node.js SDK Introduction

All methods in the SDK will return an object. The object will always include "success" and "error" keys.

"success" : True or False dependent on success.
"error" : Provided when response is unsuccessful.
Each SDK entry contains an example call to help provide understanding of how to use the call. The examples also include
Code:
; use this for easy identification of what needs to be changed for the call to function.

Basics

Whenever you use the SDK you will need to import it into whatever code you are working on. After which you will need to set the host. Below is an example of importing the risesdk for use and setting the host to localhost on port 4444.
Code:
var risesdk = require("risesdk");
risesdk.nodeAddress = "localhost:4444";

Accounts


SDK methods related to Account functionality.

Open account

Request information about an account.

Code:
risesdk.api.accounts.open("", callback)



To read on and access all documentation head over to our wiki: https://github.com/RiseVision/Rise-SDK-NodeJS/wiki


Post
Topic
Board Announcements (Altcoins)
Re: RISE | Building Blockchain Based App Development Environments
by
RiseVision
on 20/09/2016, 19:34:39 UTC
Why the OP  Risevision, hasnt been online for 3 weeks?

The OP Risevision is a team account we used mostly in the beginning. We may still use that account at times but primarily the RISE community managers will continue to maintain consistent communication with the RISE community.
 

^^

It tends to be easier for us to communicate using individual accounts as opposed to logging into the team account (RiseVision).

New website is in development and once it's released we'll be revamping the OP to match it... Also, we want to continue to encourage people to use forum.rise.vision as well as this thread.

Developer updates are almost always posted on the Rise forum before here.

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][LSK] Lisk | Blockchain Application Platform for JavaScript Developers
by
RiseVision
on 01/09/2016, 11:26:56 UTC
In relation to this post in the Rise thread a couple of weeks back:

You collected a huge amount of money (probably 3x as much as Crypti which had good development going on for nearly 2 years) and I expect that you can contribute something on your own, so we at Lisk can copy it too.  Grin

Thank you guys! Good luck with your efforts.

Please do check out, test and use whatever you need from the work we've done so far including a Windows wallet plus NodeJS and C# SDK's.

https://github.com/RiseVision/Rise-Wallet-Windows/releases


C# SDK is nearly complete, and released in an Alpha State. The Windows Wallet uses this SDK for it’s connections to the Rise Network.

https://github.com/RiseVision/Rise-SDK-CSharp/releases


NodeJS SDK is ready for Alpha testing as well. The Public API is complete, peer API is coming soon.

https://github.com/RiseVision/Rise-SDK-NodeJS/releases


Hey, one question please.

How can people trust you when you can't even code a simple site?

You've got gaping security holes in your site like this XSS

https://rise.vision/keystone/signin?from=/keystone/dev-updates_%3C/script%3E%3Cscript%3Ealert(document.cookie)%3C/script%3E

And it's been pointed like a month now, and you're pretty much unable to fix it.

So tell me scum buddy, why are you here?

We posted here in relation to Max's post in our thread a couple of weeks back because he was curious to see some developments from us (as stated in the post above already).

In terms of trust the code is open source therefore anybody can do their own due diligence.

There have been no complaints about security holes, no reports on our forum, in slack, pms or help desk.

If you found a hole, please do report it to us through one of those mediums and it will be addressed based on severity.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][LSK] Lisk | Blockchain Application Platform for JavaScript Developers
by
RiseVision
on 01/09/2016, 08:35:33 UTC
In relation to this post in the Rise thread a couple of weeks back:

You collected a huge amount of money (probably 3x as much as Crypti which had good development going on for nearly 2 years) and I expect that you can contribute something on your own, so we at Lisk can copy it too.  Grin

Thank you guys! Good luck with your efforts.

Please do check out, test and use whatever you need from the work we've done so far including a Windows wallet plus NodeJS and C# SDK's.

https://github.com/RiseVision/Rise-Wallet-Windows/releases


C# SDK is nearly complete, and released in an Alpha State. The Windows Wallet uses this SDK for it’s connections to the Rise Network.

https://github.com/RiseVision/Rise-SDK-CSharp/releases


NodeJS SDK is ready for Alpha testing as well. The Public API is complete, peer API is coming soon.

https://github.com/RiseVision/Rise-SDK-NodeJS/releases
Post
Topic
Board Announcements (Altcoins)
Re: RISE | Building Blockchain Based App Development Environments
by
RiseVision
on 17/08/2016, 22:23:29 UTC

Congratulations !

And you expect from regular good news
Wink

Thanks for the congrats! I'm excited to be on board the Rise team - and yes, I'll be the one helping to convey good news on a regular basis.

Welcome aboard RiseGal! Smiley
Post
Topic
Board Announcements (Altcoins)
Re: RISE | Building Blockchain Based App Development Environments
by
RiseVision
on 12/08/2016, 07:46:51 UTC
Post
Topic
Board Announcements (Altcoins)
Re: RISE | Building Blockchain Based App Development Environments
by
RiseVision
on 08/08/2016, 20:48:37 UTC
delegate issue still not finish...??, hmm.. so the roadmap is extending i presume, results and good news taking longer than we expected

why delegate must be 101? woulnt be more interesting if the forging made equal to everyone, so everyone deserve to have same chance?
this is like standard in Rise Core i think that they can change it .... but i don't know if they have enough skill for that to recode core to work good with more then 101 delegates

this dpos scheme sucks, they have 15% inflation rate in the first year, obviously it is harmful to rise, but they seldom talked about this. we had vote before, but they did nothing to stopn= high inflation.
they said that community will vote on what they will spend this coins something like ( bounties, destroy or development funds)... anyway with growing amount of rise that have team then  more they want project to be succeed.

who exacly is earning this 15% per year now?
the delegate forging.

Correct!

We hope to have delegate forging open to the public very soon, meaning public delegates will get the block rewards, but in the meantime the forged blocks are being held by the team and we'll put them to constructive use.

For example we can provide different scenarios and offer votes on how to best spend them for the progression of the project.
Post
Topic
Board Announcements (Altcoins)
Re: RISE | Building Blockchain Based App Development Environments
by
RiseVision
on 29/07/2016, 21:31:38 UTC
End of Week Development Update:

http://forum.rise.vision/topic/15/dev-team-end-of-week-update

A bigger announcement is due for Monday!
Post
Topic
Board Announcements (Altcoins)
Re: RISE | ICO CLOSED | RISE WITHDRAWAL ENABLED | MAINNET LIVE | TRADING ON BITTREX
by
RiseVision
on 28/07/2016, 06:43:14 UTC
Sign up to the official Rise Forum!

Drop by and say hello in the members introduction section:

http://forum.rise.vision/topic/5/members-introduction


52 People registered on the Rise Forum to date. We can do better!!

Rise had thousands of individual investors, as we witnessed during the ICO period so there are many people out there yet to sign up on the forum and become active.

Don't be a passive investor, start contributing and helping the community grow via increased public activity and communications! Wink
Post
Topic
Board Announcements (Altcoins)
Re: RISE | ICO CLOSED | RISE WITHDRAWAL ENABLED | MAINNET LIVE | TRADING ON BITTREX
by
RiseVision
on 25/07/2016, 18:48:59 UTC
Two More Full Time Developers Officially Onboard With Rise:

Congratulations and welcome aboard to Richard and Nathan who have joined the Rise project and will be coding from Justins "Kitchen Office" until they find a more suitable work space.

Expect to see a ton more of development updates on a continuted basis from now on.

At the moment the team is focused on resolving the public delegates forking issue.

To start with they are building in a function for the delegates to validate the blockheight prior to starting work on a block, to ensure they are on the same node.

After that they will work on keeping all the nodes in sync with each other.

For the time being Richard and Nathan are working on the above with Justins direction whilst Justin is beginning architecture for the other tasks.

Wish them all the best of luck over the coming months!! Wink


Rise "Kitchen Office" The Beginning:





Another team member will be announced next Monday!



Post
Topic
Board Announcements (Altcoins)
Re: RISE | ICO CLOSED | RISE WITHDRAWAL ENABLED | MAINNET LIVE | TRADING ON BITTREX
by
RiseVision
on 19/07/2016, 21:20:45 UTC
Dev, in the OP Comparison with LISK, how many of those Features, Useability, Security, etc with Green check marks are now a reality in RISE?
And which Programming Languages are now supported in the blockchain?

Based on Github.... 0.0%...in fact, i feel terrible that i even supported and spam threads to support this coin... still waiting for my reward, in fact... you will be rewarded,blablabla... even no single RISE.... no single BTC... nothing... only the same amount of people that join the signature compagn without doing any promotion at all... luciky i notice the bug in their signature calculation else it was even less and they would have keep another 150k more, because rewards were more then 50% lower... give me a dev that doesn't promise anything but at least work for his coin then a dev that promise a lot and is only eating. Normally i never regret in promoting a coin as people reward me for this service but here.... i really regret it 100%...

Placebo your enthusiasm for the project was appreciated during the ICO and it's a shame that your message wasn't spotted earlier. It's hard to keep up with absolutely everybody that is waiting on payments, the vast majority of which have now been processed.

You could of contacted a team member much faster in slack rather than changing your stance entirely and admitting to spamming something that you appear to have no faith in at all.
Post
Topic
Board Announcements (Altcoins)
Re: RISE | ICO CLOSED | RISE WITHDRAWAL ENABLED | MAINNET LIVE | TRADING ON BITTREX
by
RiseVision
on 17/07/2016, 21:06:53 UTC
Annnnnndddd still waiting for sig bounty Huh

Hi,

If you still haven't received anything for Twitter bounty you should contact sci-fi rem or message Alty in slack.
Post
Topic
Board Announcements (Altcoins)
Re: RISE | ICO CLOSED | RISE WITHDRAWAL ENABLED | MAINNET LIVE | TRADING ON BITTREX
by
RiseVision
on 09/07/2016, 17:17:48 UTC
I'll ask again, since nobody replied last time, how come coinmktcap and the block explorer shows a coin supply greater than 100M which is also constantly rising

Since they are running genesis delegates each block rewards them. 15 new RISE each 30 seconds - which I think should be disabled for now just like it's with LISK.

They should really disable it this time. its going to devalue RISE in the end, its a basic law as there is no demand for RISE yet. Seen like the team is busier doing something else.
Has RISE ever announce to have their own discussion board?

Once we have our forum, Rise community will be able to vote on how the Rise we are collecting with our delegates is spent.

There is also a pole running atm to decide whether or not we change the block rewards.

https://bitcointalk.org/index.php?topic=1533894.0;viewResults
Post
Topic
Board Announcements (Altcoins)
Re: RISE | ICO CLOSED | RISE WITHDRAWAL ENABLED | MAINNET LIVE | TRADING ON BITTREX
by
RiseVision
on 08/07/2016, 16:17:50 UTC
Update:

Related Blog Post:

We are in the process of confirming the two developers that will work full time alongside Justin on the Rise codebase.

On top of that we are hiring an extra person who will take on an "executive director" postition. His role will be to demonstrate Rise to organisations and showcase the potential of blockchain technology in real world applications using the Rise platform. Full public profile will be included in the next update along with more details of what our executive director will be aiming to achieve.

To quote Justin from earlier today in Slack:

Quote
We are finishing up legal reviews, business and financial paperwork, finding office space, HR, and all of the other stuff that goes with running a business. Once everyone is fully onboard, and all of our paperwork is in place, we will modify the roadmap and start executing on that roadmap.

Twitter Bounty:

Over 200 payments have gone out and we'll get caught up with the rest of submissions by Sunday.

Rise Forum:


An independant forum dedicated to Rise is on it's way and should be released tomorrow we just have some content and graphical touches to add, so when they come in we can make the forum live.

PR and Marketing:

We have an intitial marketing budget for the next six months that will allow for attending and speaking at conferences to spread the word about Rise and what we are doing in this space. The marketing budget will be reassessed at the end of the half year period and there will be adjustments made for the next 6 months as needed. Articles and press releases are on the way. An article is expected in the next week that includes an interview with lead developer Justin.


To recap, the focus atm is in getting the right structure in place to set Rise up for a solid future.
Post
Topic
Board Announcements (Altcoins)
Re: RISE | ICO CLOSED | RISE WITHDRAWAL ENABLED | MAINNET LIVE | TRADING ON BITTREX
by
RiseVision
on 05/07/2016, 18:05:14 UTC
OK. I don't know why I get no response.
Not from RiseVision (RISE Team Account) und not from McVenture (RISE Community Manager).

Very simple questions:
https://bitcointalk.org/index.php?topic=1445947.msg15455167#msg15455167
https://bitcointalk.org/index.php?topic=1445947.msg15458327#msg15458327
https://bitcointalk.org/index.php?topic=1445947.msg15473993#msg15473993
 
And I sent a PM to Rise Vision - also no answer.


Well, I'm done here. Have fun with this "user friendly" project.


Hi s0nix,

Appologies for the delay, if you need faster response at any time please join the slack channel.

Admittedly the team was fairly absent over July 4th weekend when you posted your questions, but everyone is back to normal now.

To answer your questions.

1: There is a forum coming soon that you'll be able to advertise for votes but you can also make a proposal here and I'll list it in the OP.

2: We have additional development team members being integrated right now, they will work on re-writing code, under Justin's supervision, to make it safe for non genesis delegates to forge without forking the network... we'll post progress reports on this as they come in.

 
Post
Topic
Board Announcements (Altcoins)
Re: RISE | ICO CLOSED | RISE WITHDRAWAL ENABLED | MAINNET LIVE | TRADING ON BITTREX
by
RiseVision
on 05/07/2016, 05:21:24 UTC
I haven't received my signature bounty yet. Are they still paying out?

It was July 4th weeekend so bounty payments slowed down.

We'll start getting caught up with the latest requests today.
Post
Topic
Board Announcements (Altcoins)
Re: RISE | ICO CLOSED | RISE WITHDRAWAL ENABLED | MAINNET LIVE | TRADING ON BITTREX
by
RiseVision
on 04/07/2016, 16:26:45 UTC
Rise Price Ticker:

One of our active community members @wiskunde has developed an Android App called 'Coin Price Ticker' and added support for RISE!

Keep track of the RISE price at all times. Download here:

https://play.google.com/store/apps/details?id=wiskunde.nl.coinpriceticker&hl=en



Post
Topic
Board Announcements (Altcoins)
Re: RISE | ICO CLOSED | RISE WITHDRAWAL ENABLED | MAINNET LIVE | 1700 BTC+
by
RiseVision
on 04/07/2016, 16:16:08 UTC
Asking for your vote as delegate

Hi All,
I'm running a rise node and like to be one of the 101 delgate. I can't offer you the super perfect protection and the node runs at a "normal" hosted vps. But if you like cookies like I do - you may vote for me as delegate.

How you vote ?
Well put away teh cookies in your hand and check the Forging section in the rise.wallet - you can find me under the (reserver-) delegate with the name cookiemonster.

If you vote for me just drop me a PM and I will backvote for you.

cookie


@risevision may I ask you to add this proposal to the OP - Thanyk you very much.
Cookie

Your delegate proposal is now listed in the OP! Smiley