Author

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

hero member
Activity: 546
Merit: 500
legendary
Activity: 1218
Merit: 1000
Hello team! I have been assigned to do an article on Crypti XCR

If anyone in the PR department wants to contact me I'd love to talk further  Smiley

ps. I'm also looking for a Crypti block explorer
member
Activity: 80
Merit: 10
Should a support oriented comments should be on another tread/board so no clutter here?
Maybe we can use the http://cryptitalk.com bug report for that?
hero member
Activity: 546
Merit: 500
There must be something wrong with my droplet configuration.

After I took a snapshot as a backup, (I switched the droplet off first - sudo poweroff), I rebooted the droplet, without changing anything and now nothing seems to work. It was working perfectly before I switched the droplet off took the snapshot and restarted, now nothing..  Huh


"Rebuild"

Do I just type

Code:
sudo rebuild

Sorry I'm a total noob at working with linux consoles.

EDIT : When I start my droplet it says there is 1 zombie process - I'm guessing that's Crypti?[/s]

So you're saying I should rebuild the droplet?

In your digital oceans dashboard

Destroy
then
Rebuild
Rebuild from your image or original

So basically start afresh again. Is there any reason, why the Crypti process would stop working entirely after rebooting the droplet?
sr. member
Activity: 490
Merit: 250
There must be something wrong with my droplet configuration.

After I took a snapshot as a backup, (I switched the droplet off first - sudo poweroff), I rebooted the droplet, without changing anything and now nothing seems to work. It was working perfectly before I switched the droplet off took the snapshot and restarted, now nothing..  Huh


"Rebuild"

Do I just type

Code:
sudo rebuild

Sorry I'm a total noob at working with linux consoles.

EDIT : When I start my droplet it says there is 1 zombie process - I'm guessing that's Crypti?[/s]

So you're saying I should rebuild the droplet?

In your digital oceans dashboard

Destroy
then
Rebuild
Rebuild from your image or original
hero member
Activity: 546
Merit: 500

Try this... I'm forging right now off my AWS but it's just that I'm on 0.1.3... we all just have to wait for them to release 0.1.4 so we are forging on the right fork... They are testing it now..

Code:
forever stop app.js
Then
Code:
forever start app.js




Still not working.

Could this be a problem :



what does this show?

Code:
forever list 

This here :



It seems to be running though.

Right bc Node.js is not a loop... and it ran the default ms

now how are you trying to load your wallet?

http://serverip:6040/ <- replace "serverip" with your Public IP

then enter your passphrase in the wallet

Yep that's how I'm trying to load my wallet, but nothing's loading

Did you open the port 6040 on your server? You have to add permission for TCP incomming connections to port 6040

No it worked perfectly up until I edited the config.json file. That's when I couldn't access it anymore
sr. member
Activity: 406
Merit: 250

Try this... I'm forging right now off my AWS but it's just that I'm on 0.1.3... we all just have to wait for them to release 0.1.4 so we are forging on the right fork... They are testing it now..

Code:
forever stop app.js
Then
Code:
forever start app.js




Still not working.

Could this be a problem :



what does this show?

Code:
forever list 

This here :



It seems to be running though.

Right bc Node.js is not a loop... and it ran the default ms

now how are you trying to load your wallet?

http://serverip:6040/ <- replace "serverip" with your Public IP

then enter your passphrase in the wallet

Yep that's how I'm trying to load my wallet, but nothing's loading

Did you open the port 6040 on your server? You have to add permission for TCP incomming connections to port 6040
hero member
Activity: 546
Merit: 500
There must be something wrong with my droplet configuration.

After I took a snapshot as a backup, (I switched the droplet off first - sudo poweroff), I rebooted the droplet, without changing anything and now nothing seems to work. It was working perfectly before I switched the droplet off took the snapshot and restarted, now nothing..  Huh


"Rebuild"

Do I just type

Code:
sudo rebuild

Sorry I'm a total noob at working with linux consoles.

EDIT : When I start my droplet it says there is 1 zombie process - I'm guessing that's Crypti?[/s]

So you're saying I should rebuild the droplet?
sr. member
Activity: 490
Merit: 250
There must be something wrong with my droplet configuration.

After I took a snapshot as a backup, (I switched the droplet off first - sudo poweroff), I rebooted the droplet, without changing anything and now nothing seems to work. It was working perfectly before I switched the droplet off took the snapshot and restarted, now nothing..  Huh


"Rebuild"
hero member
Activity: 546
Merit: 500
There must be something wrong with my droplet configuration.

After I took a snapshot as a backup, (I switched the droplet off first - sudo poweroff), I rebooted the droplet, without changing anything and now nothing seems to work. It was working perfectly before I switched the droplet off took the snapshot and restarted, now nothing..  Huh
sr. member
Activity: 490
Merit: 250



Shit I just finished installing, would it be possible to still do this process? i.e. can I run


node-gyp configure   

node-gyp build

In case the ed25519 didn't build properly.

Yes


Code:
cd 

Then

 
Code:
npm install https://github.com/dazoe/ed25519/tarball/master

Then
Code:
cd node_modules

Then
Code:
cd ed25519

And run:

   
Code:
node-gyp configure

And then:

   
Code:
node-gyp build

After it builds, go back to crypti folder and run the installation again:

Code:
cd

Code:
cd 0.1.3

Code:
   npm install


Install node.js process manager:

   
Code:
sudo npm install -g forever
hero member
Activity: 546
Merit: 500

Yep that's how I'm trying to load my wallet, but nothing's loading

Well I would ask you to PM your screen shoot of the config.json but it now has your passphrase in it... So I would suggest you open up config.json again and make sure you haven't deleted a " or something like that... I have changed my config.json many times and never crashed my AWS

What does your root dir look like?

Code:
cd
then
Code:
dir



Try this

Code:
forever stop app.js

Then

Code:
cd 

Then

 
Code:
npm install https://github.com/dazoe/ed25519/tarball/master

Then
Code:
cd node_modules

Then
Code:
cd ed25519

And run:

   
Code:
node-gyp configure

And then:

   
Code:
node-gyp build

After it builds, go back to crypti folder and run the installation again:

Code:
cd

Code:
cd 0.1.3

Code:
   npm install



Install node.js process manager:

   
Code:
sudo npm install -g forever



Shit I just finished installing, would it be possible to still do this process? i.e. can I run


node-gyp configure   

node-gyp build

In case the ed25519 didn't build properly.
sr. member
Activity: 490
Merit: 250

Yep that's how I'm trying to load my wallet, but nothing's loading

Well I would ask you to PM your screen shoot of the config.json but it now has your passphrase in it... So I would suggest you open up config.json again and make sure you haven't deleted a " or something like that... I have changed my config.json many times and never crashed my AWS

What does your root dir look like?

Code:
cd
then
Code:
dir

I'm restoring my initial backup and starting afresh. I didn't create a backup before I enabled forging, so I have to start over. Once I create a backup with everything working before forging is enabled I'll give it another try




If your going to start fresh then follow these steps at #4

Upload Crypti archive to server.
Code:
wget http://downloads.crypti.me/crypti-node/0.1.x/crypti-linux-0.1.3.zip

Unzip it:

Code:
sudo apt-get install unzip

Code:
unzip crypti-linux-0.1.3.zip

Go to crypti folder:

Code:
cd 0.1.3

Run command:

Code:
npm install

Code:
cd 

Then

 
Code:
npm install https://github.com/dazoe/ed25519/tarball/master

Then
Code:
cd node_modules

Then
Code:
cd ed25519

And run:

    
Code:
node-gyp configure

And then:

    
Code:
node-gyp build

After it builds, go back to crypti folder and run the installation again:

Code:
cd

Code:
cd 0.1.3

Code:
   npm install



Install node.js process manager:

    
Code:
sudo npm install -g forever

sr. member
Activity: 490
Merit: 250

Yep that's how I'm trying to load my wallet, but nothing's loading

Well I would ask you to PM your screen shoot of the config.json but it now has your passphrase in it... So I would suggest you open up config.json again and make sure you haven't deleted a " or something like that... I have changed my config.json many times and never crashed my AWS

What does your root dir look like?

Code:
cd
then
Code:
dir



Try this

Code:
forever stop app.js

Then

Code:
cd 

Then

 
Code:
npm install https://github.com/dazoe/ed25519/tarball/master

Then
Code:
cd node_modules

Then
Code:
cd ed25519

And run:

   
Code:
node-gyp configure

And then:

   
Code:
node-gyp build

After it builds, go back to crypti folder and run the installation again:

Code:
cd

Code:
cd 0.1.3

Code:
   npm install



Install node.js process manager:

   
Code:
sudo npm install -g forever

hero member
Activity: 546
Merit: 500

Yep that's how I'm trying to load my wallet, but nothing's loading

Well I would ask you to PM your screen shoot of the config.json but it now has your passphrase in it... So I would suggest you open up config.json again and make sure you haven't deleted a " or something like that... I have changed my config.json many times and never crashed my AWS

What does your root dir look like?

Code:
cd
then
Code:
dir

I'm restoring my initial backup and starting afresh. I didn't create a backup before I enabled forging, so I have to start over. Once I create a backup with everything working before forging is enabled I'll give it another try
sr. member
Activity: 490
Merit: 250

Yep that's how I'm trying to load my wallet, but nothing's loading

Well I would ask you to PM your screen shoot of the config.json but it now has your passphrase in it... So I would suggest you open up config.json again and make sure you haven't deleted a " or something like that... I have changed my config.json many times and never crashed my AWS

What does your root dir look like?

Code:
cd
then
Code:
dir
legendary
Activity: 1344
Merit: 1001
Da fAck with Cryptsy, how long we have to wait? This is unprofessional and embarrassing for an exchange!
SHAME ON YOU CRYPTSY!


I actually think cryptsy has been very fast and is working hard on their end. The issues for many stem from Bter I think or their own personal wallet not syncing to the current version. Our Dev team is working with all parties to ensure we get everyone on the same version and the once syncs are complete everyones balances will reflect what they should.

GreXX could you at least shorten me the info about forging. How many Crypti should I have into wallet to forget something daily? It would be very helpful.

The wallet associated with the passphrase you are sing for forging must have 1000 Crypti for forging to initiate.

I have more than that on my online wallet, more than 24 hours, and still nothing forged.

You need to manually enable forging.

Sorry but how? And where this is explained?

Check here : https://github.com/crypti/crypti-docs/blob/master/install.md#6-enable-forging

So on online wallet I will not forge at all yes?

Correct

OK so, clear answer at last. Thanks.
sr. member
Activity: 490
Merit: 250

Try this... I'm forging right now off my AWS but it's just that I'm on 0.1.3... we all just have to wait for them to release 0.1.4 so we are forging on the right fork... They are testing it now..

Code:
forever stop app.js
Then
Code:
forever start app.js




Still not working.

Could this be a problem :



what does this show?

Code:
forever list 

This here :



It seems to be running though.

Right bc Node.js is not a loop... and it ran the default ms

now how are you trying to load your wallet?

http://serverip:6040/ <- replace "serverip" with your Public IP

then enter your passphrase in the wallet

Yep that's how I'm trying to load my wallet, but nothing's loading

Well I would ask you to PM your screen shoot of the config.json but it now has your passphrase in it... So I would suggest you open up config.json again and make sure you haven't deleted a " or something like that... I have changed my config.json many times and never crashed my AWS
hero member
Activity: 546
Merit: 500
Da fAck with Cryptsy, how long we have to wait? This is unprofessional and embarrassing for an exchange!
SHAME ON YOU CRYPTSY!


I actually think cryptsy has been very fast and is working hard on their end. The issues for many stem from Bter I think or their own personal wallet not syncing to the current version. Our Dev team is working with all parties to ensure we get everyone on the same version and the once syncs are complete everyones balances will reflect what they should.

GreXX could you at least shorten me the info about forging. How many Crypti should I have into wallet to forget something daily? It would be very helpful.

The wallet associated with the passphrase you are sing for forging must have 1000 Crypti for forging to initiate.

I have more than that on my online wallet, more than 24 hours, and still nothing forged.

You need to manually enable forging.

Sorry but how? And where this is explained?

Check here : https://github.com/crypti/crypti-docs/blob/master/install.md#6-enable-forging

So on online wallet I will not forge at all yes?

Correct
legendary
Activity: 1344
Merit: 1001
Da fAck with Cryptsy, how long we have to wait? This is unprofessional and embarrassing for an exchange!
SHAME ON YOU CRYPTSY!


I actually think cryptsy has been very fast and is working hard on their end. The issues for many stem from Bter I think or their own personal wallet not syncing to the current version. Our Dev team is working with all parties to ensure we get everyone on the same version and the once syncs are complete everyones balances will reflect what they should.

GreXX could you at least shorten me the info about forging. How many Crypti should I have into wallet to forget something daily? It would be very helpful.

The wallet associated with the passphrase you are sing for forging must have 1000 Crypti for forging to initiate.

I have more than that on my online wallet, more than 24 hours, and still nothing forged.

You need to manually enable forging.

Sorry but how? And where this is explained?

Check here : https://github.com/crypti/crypti-docs/blob/master/install.md#6-enable-forging

So on online wallet I will not forge at all yes?
Jump to: