Author

Topic: [XCR] Crypti | Dapps | Sidechains | Dapp Store | OPEN SOURCE | 100% own code | DPoS - page 333. (Read 804700 times)

full member
Activity: 179
Merit: 100
Why is this coin so under valued? Less than 2,000 BTC?

As of now Crypti doesn't have any simple useble features other than sending XCR from wallet to wallet. Any coin can do that.

Everything is it offers is complicated and/or not availabe yet.

Why would it be worth more in this state?

Give it time, and as new features are released that are new and exciting, with the right PR Crypti could be worth what speculators think.
full member
Activity: 221
Merit: 100
I can't believe that Crypti's market cap is lower than NEM. It should be higher than NEM.
newbie
Activity: 36
Merit: 0
Why is this coin so under valued? Less than 2,000 BTC?
legendary
Activity: 1121
Merit: 1003

good, now hopefully we can get a one click installer for Windows. Within two weeks would be nice. regards,
Brian
member
Activity: 238
Merit: 10
Is the latest version of npm 1.4.21 or 1.3.10?

If its 1.4.21, does anyone have a step by step walkthrough to update it?

It depends on your Linux distro, however usually it's:

apt-get update

then

apt-get install node npm

I'm running ubuntu 14.04 and have run:

sudo apt-get install npm

which node -v indicates is version 1.3.10. But when you go to the link on the instructions:

https://packages.debian.org/unstable/main/npm

It indicates the latest version is 1.4.21. How can one find out which is the latest for your distro?
full member
Activity: 147
Merit: 100
Using 0.1.5b on Ubuntu 14.04, freshly installed (there was nothing there before this version), no config file changes.

I get nothing on 127.0.0.1:6040

Last log lines:

Code:
{"level":"error","message":"Error: Can't process block: 7034672699128886511","timestamp":"2014-08-25T14:35:55.434Z"}

Please try the 0.1.5 (without b) and let us know:
http://downloads.crypti.me/crypti-node/0.1.x/crypti-linux-0.1.5.zip

Installed 0.1.5 parallel to 0.1.5b. Stopped 0.1.5b and started 0.1.5:

last lines of the 2 MB logfile:
Code:
{"level":"info","message":"Processing new block...","timestamp":"2014-08-25T17:26:46.494Z"}
{"level":"error","message":"Invalid payload length: 7034672699128886511  length: 616 buffer length: 440","timestamp":"2014-08-25T17:26:46.494Z"}
{"level":"info","message":"Crypti stopped!","timestamp":"2014-08-25T17:26:46.494Z"}
{"level":"error","message":"Error: Can't process block: 7034672699128886511","timestamp":"2014-08-25T17:26:46.494Z"}
hero member
Activity: 756
Merit: 502
hero member
Activity: 756
Merit: 502
Is there an easy way to update without doing the installation ordeal?

If you going from 0.1.5b to 0.1.5, just replace the files with the 0.1.5 archive.
hero member
Activity: 756
Merit: 502
Is the latest version of npm 1.4.21 or 1.3.10?

If its 1.4.21, does anyone have a step by step walkthrough to update it?

It depends on your Linux distro, however usually it's:

apt-get update

then

apt-get install node npm
full member
Activity: 147
Merit: 100
Using 0.1.5b on Ubuntu 14.04, freshly installed (there was nothing there before this version), no config file changes.

I get nothing on 127.0.0.1:6040

Last log lines:

Code:
{"level":"error","message":"Error: Can't process block: 7034672699128886511","timestamp":"2014-08-25T14:35:55.434Z"}

Please try the 0.1.5 (without b) and let us know:
http://downloads.crypti.me/crypti-node/0.1.x/crypti-linux-0.1.5.zip

Is there an easy way to update without doing the installation ordeal?
member
Activity: 238
Merit: 10
Is the latest version of npm 1.4.21 or 1.3.10?

If its 1.4.21, does anyone have a step by step walkthrough to update it?

informer
hero member
Activity: 756
Merit: 502
Can someone tell me what this means:
Code:
{"level":"info","message":"Winner in cycle: 13094011353822571063C","timestamp":"2014-08-25T15:55:52.313Z"}

The address that forged the block for that time.
member
Activity: 238
Merit: 10
Can someone tell me what this means:

Code:
{"level":"info","message":"Winner in cycle: 13094011353822571063C","timestamp":"2014-08-25T15:55:52.313Z"}

informer
member
Activity: 165
Merit: 10
the 0.1.5 update works well, forged 5 blocks now with 19 hours of uptime, all empty blocks though Sad
hero member
Activity: 756
Merit: 502
Using 0.1.5b on Ubuntu 14.04, freshly installed (there was nothing there before this version), no config file changes.

I get nothing on 127.0.0.1:6040

Last log lines:

Code:
{"level":"error","message":"Error: Can't process block: 7034672699128886511","timestamp":"2014-08-25T14:35:55.434Z"}

Please try the 0.1.5 (without b) and let us know:
http://downloads.crypti.me/crypti-node/0.1.x/crypti-linux-0.1.5.zip
hero member
Activity: 756
Merit: 502
hey, what is the difference between 0.1.5 and 0.1.5b?

Small API hot-fix for certain send operations, released mostly for exchanges.
hero member
Activity: 756
Merit: 502
does anybody know what is happenng with deposits/widrawals... First my widrawal from Bter lasted for days now my deposit on Poloniex is not showing, I have checkd add and rest

It appears Poloniex still haven't upgraded to 0.1.5 with latest blockchain, we are trying to contact them.
full member
Activity: 238
Merit: 100
FRX: Ferocious Alpha
does anybody know what is happenng with deposits/widrawals... First my widrawal from Bter lasted for days now my deposit on Poloniex is not showing, I have checkd add and rest
full member
Activity: 150
Merit: 100
Is it possible to secure our own nodes with SSL?

Of course. But, if you are running it and accessing it on the same host there is no need to do that.

Yeah but I wanted to play around with having it accessible remotely over a secured connection. I have a domain name I needed to put to use for something lol. Gave me something to do. I never setup nginx before.
full member
Activity: 150
Merit: 100
Is it possible to secure our own nodes with SSL?

Yes, you can simply install ngnix in front of them and proxy traffic to port 6040:
http://www.bovav.com/enabling-ssl-for-your-nginx-and-node-js-box/

Worked perfectly, thank you.
Jump to: