Author

Topic: [old thread] - RISE | DPOS | APPS & DAPPS - page 158. (Read 653289 times)

hero member
Activity: 588
Merit: 500
September 23, 2016, 01:50:55 AM
if rise is delisted in bittrex, its safe to say the price will be 1sat.

There is a few b trading volume daily, bittrex won't delist it very soon. If in next year, the volume keeps under 0.5 btc, bittrex may delist it.

you gotta be kidding me right?
Its bearly 1btc in 24 hr volume.
I'd say this coin has had its day.

Volume was low today because of Wallet Maintenance at Bittrex. Maintenance has been completed and trading has resumed.



I think there is no volume because everyone who is clever already sold his stack so that the only coins left are in the hands of the devs and some whales.
They don't trade and sit on it, explaining the low volume.

You released some stuff and no trading going on, the exciting days of this coin are over
sr. member
Activity: 378
Merit: 250
RISE Community Manager
September 23, 2016, 12:32:51 AM
if rise is delisted in bittrex, its safe to say the price will be 1sat.

There is a few b trading volume daily, bittrex won't delist it very soon. If in next year, the volume keeps under 0.5 btc, bittrex may delist it.

you gotta be kidding me right?
Its bearly 1btc in 24 hr volume.
I'd say this coin has had its day.

Volume was low today because of Wallet Maintenance at Bittrex. Maintenance has been completed and trading has resumed.

full member
Activity: 149
Merit: 100
September 22, 2016, 10:35:15 PM
if rise is delisted in bittrex, its safe to say the price will be 1sat.

There is a few b trading volume daily, bittrex won't delist it very soon. If in next year, the volume keeps under 0.5 btc, bittrex may delist it.

you gotta be kidding me right?
Its bearly 1btc in 24 hr volume.
I'd say this coin has had its day.
member
Activity: 91
Merit: 10
September 22, 2016, 08:17:47 PM
if rise is delisted in bittrex, its safe to say the price will be 1sat.

There is a few b trading volume daily, bittrex won't delist it very soon. If in next year, the volume keeps under 0.5 btc, bittrex may delist it.
hero member
Activity: 924
Merit: 501
CryptoTalk.Org - Get Paid for every Post!
September 22, 2016, 08:09:45 PM
When you start with marketing, Just call me for portuguese translation.

All the best
full member
Activity: 149
Merit: 100
September 22, 2016, 07:46:20 PM
if rise is delisted in bittrex, its safe to say the price will be 1sat.
sr. member
Activity: 378
Merit: 250
RISE Community Manager
September 22, 2016, 06:32:45 PM
RiseVision  McVenture
                                      Hi !!!
Very good news you spread all the time,and it is evident that the work is in full swing you have on the project.Thank you!
But I have a question for you:
1.Why these news are laid out just on bitcoin talk?
2 When worthy marketing?
3 When the Rice is on other exchanges?
Thank you!

Hello @arhibalt,

To answer your questions:
1) News on RISE is not only reported on bitcointalk. In fact the best place to read what's happening with RISE is on our own RISE forum at http://forum.rise.vision
2) We will start marketing after the new Delegate Code is released and we've put out a few PoCs (Proofs of Concept).
3) We can't predict when a new exchange will list RISE.

hero member
Activity: 623
Merit: 500
Fortune favours the bold!
September 22, 2016, 12:42:10 PM
Wallet Maintenance      bittrex.com Huh


We are going to contact them if the wallet is not up and running in a couple of hours. We are also frustrated by the inconvenience. Stay patient Smiley

Please fix the wallet. This should be priority number one right now.
full member
Activity: 415
Merit: 101
September 22, 2016, 12:37:56 PM
RiseVision  McVenture
                                      Hi !!!
Very good news you spread all the time,and it is evident that the work is in full swing you have on the project.Thank you!
But I have a question for you:
1.Why these news are laid out just on bitcoin talk?
2 When worthy marketing?
3 When the Rice is on other exchanges?
Thank you!
hero member
Activity: 714
Merit: 500
RISE Project Manager
September 22, 2016, 11:46:07 AM
Update:

Here's a link to our Python SDK.

Please do test it out and provide us with feedback.

https://github.com/RiseVision/Rise-SDK-Python

Plenty more updates to come as we roll out the entire roadmap over the coming months.

New delegate code coming very soon to open up public delegate forging.

Good job, but how to use it... Do you have documentation of python sdk.

Sure, here it is! Smiley

https://github.com/RiseVision/Rise-SDK-Python/wiki

Just look for the wiki tab in the Rise github for our docs.
full member
Activity: 129
Merit: 100
September 22, 2016, 11:37:35 AM
Update:

Here's a link to our Python SDK.

Please do test it out and provide us with feedback.

https://github.com/RiseVision/Rise-SDK-Python

Plenty more updates to come as we roll out the entire roadmap over the coming months.

New delegate code coming very soon to open up public delegate forging.

Good job, but how to use it... Do you have documentation of python sdk.
full member
Activity: 192
Merit: 100
September 22, 2016, 11:28:59 AM
looks like github has been very inactive. Is anyone on the team full time?
sr. member
Activity: 478
Merit: 250
September 22, 2016, 11:03:49 AM
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



good job,wish the prise go up!
full member
Activity: 196
Merit: 100
RISE Team Account
September 22, 2016, 09:55:41 AM
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


newbie
Activity: 47
Merit: 0
September 22, 2016, 09:10:19 AM
Wallet Maintenance      bittrex.com Huh


We are going to contact them if the wallet is not up and running in a couple of hours. We are also frustrated by the inconvenience. Stay patient Smiley
newbie
Activity: 349
Merit: 0
September 22, 2016, 01:23:51 AM
 Wallet Maintenance      bittrex.com Huh
sr. member
Activity: 378
Merit: 250
RISE Community Manager
September 21, 2016, 08:48:26 AM
Update:

Here's a link to our Python SDK.

Please do test it out and provide us with feedback.

https://github.com/RiseVision/Rise-SDK-Python

Plenty more updates to come as we roll out the entire roadmap over the coming months.

New delegate code coming very soon to open up public delegate forging.

Thank you very much for python SDK, I am looking forward to try it out !


Welcome xdrzrex Smiley Nice to see a Python developer here. Looking forward to your feedback.

newbie
Activity: 42
Merit: 0
September 21, 2016, 06:50:22 AM
Update:

Here's a link to our Python SDK.

Please do test it out and provide us with feedback.

https://github.com/RiseVision/Rise-SDK-Python

Plenty more updates to come as we roll out the entire roadmap over the coming months.

New delegate code coming very soon to open up public delegate forging.

Thank you very much for python SDK, I am looking forward to try it out !
full member
Activity: 196
Merit: 100
RISE Team Account
September 20, 2016, 02:34:39 PM
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.

hero member
Activity: 714
Merit: 500
RISE Project Manager
September 20, 2016, 10:53:08 AM
Update:

Here's a link to our Python SDK.

Please do test it out and provide us with feedback.

https://github.com/RiseVision/Rise-SDK-Python

Plenty more updates to come as we roll out the entire roadmap over the coming months.

New delegate code coming very soon to open up public delegate forging.
Jump to: