Bitcoin Forum
May 03, 2024, 08:48:44 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 [262] 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 ... 610 »
  Print  
Author Topic: [XCR] Crypti | Dapps | Sidechains | Dapp Store | OPEN SOURCE | 100% own code | DPoS  (Read 804603 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
Wulfcastle
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500



View Profile WWW
August 23, 2014, 07:42:40 PM
 #5221


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.
1714726124
Hero Member
*
Offline Offline

Posts: 1714726124

View Profile Personal Message (Offline)

Ignore
1714726124
Reply with quote  #2

1714726124
Report to moderator
1714726124
Hero Member
*
Offline Offline

Posts: 1714726124

View Profile Personal Message (Offline)

Ignore
1714726124
Reply with quote  #2

1714726124
Report to moderator
1714726124
Hero Member
*
Offline Offline

Posts: 1714726124

View Profile Personal Message (Offline)

Ignore
1714726124
Reply with quote  #2

1714726124
Report to moderator
If you see garbage posts (off-topic, trolling, spam, no point, etc.), use the "report to moderator" links. All reports are investigated, though you will rarely be contacted about your reports.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
samsmith16
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250


View Profile WWW
August 23, 2014, 07:48:52 PM
 #5222




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


Royalties
pays interest on Term Deposits up to 15%!! Yes even Cold Storage!!
Wulfcastle
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500



View Profile WWW
August 23, 2014, 07:59:31 PM
 #5223

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
samsmith16
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250


View Profile WWW
August 23, 2014, 08:07:00 PM
 #5224

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"


Royalties
pays interest on Term Deposits up to 15%!! Yes even Cold Storage!!
Wulfcastle
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500



View Profile WWW
August 23, 2014, 08:12:11 PM
 #5225

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?
atleticofa
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


View Profile
August 23, 2014, 08:20:48 PM
 #5226


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
Wulfcastle
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500



View Profile WWW
August 23, 2014, 08:23:52 PM
 #5227


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
samsmith16
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250


View Profile WWW
August 23, 2014, 08:34:40 PM
 #5228

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


Royalties
pays interest on Term Deposits up to 15%!! Yes even Cold Storage!!
Wulfcastle
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500



View Profile WWW
August 23, 2014, 08:37:19 PM
 #5229

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?
hobogo
Member
**
Offline Offline

Activity: 80
Merit: 10



View Profile
August 23, 2014, 08:40:28 PM
 #5230

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?
thefunkybits
Legendary
*
Offline Offline

Activity: 1218
Merit: 1000


View Profile
August 23, 2014, 08:40:45 PM
 #5231

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
Wulfcastle
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500



View Profile WWW
August 23, 2014, 08:42:55 PM
 #5232

https://wallet.crypti.me/ - Down again....
samsmith16
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250


View Profile WWW
August 23, 2014, 08:43:41 PM
 #5233

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?

Lets PM.. I wanted this open incase you had problems others had as well... But now it looks like you have an isolated issue


Royalties
pays interest on Term Deposits up to 15%!! Yes even Cold Storage!!
atleticofa
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


View Profile
August 23, 2014, 08:44:16 PM
 #5234

https://wallet.crypti.me/ - Down again....

Not for me...

atleticofa
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


View Profile
August 23, 2014, 08:45:20 PM
 #5235

I can't understand why people are selling this coin so cheap.
hobogo
Member
**
Offline Offline

Activity: 80
Merit: 10



View Profile
August 23, 2014, 08:47:38 PM
 #5236


not for me either
elephantas1
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
August 23, 2014, 08:50:39 PM
 #5237

i withdrew 800 xcr from bter to cryptsy and its not appearing in balance what i should do? should i just wait?
hobogo
Member
**
Offline Offline

Activity: 80
Merit: 10



View Profile
August 23, 2014, 08:57:57 PM
 #5238

I can't understand why people are selling this coin so cheap.

Me too. I really like how the devs handling things so far, and this project got a huge potential.
It is expected to have some problems both in the beginning of the project and trough out its life cycle. how they handle those problems is important, and I saw some amazing things so far.
I think that the sellers haven't seen tec projects before..
Thou I'm only holding coins I feel like I'm a supporter of this project and that I'm being part of it. I would be ashamed to think about my capital gains at this point even if I though I could make such by trading.
poornamelessme
Hero Member
*****
Offline Offline

Activity: 1204
Merit: 509


View Profile
August 23, 2014, 09:01:43 PM
 #5239

I can't understand why people are selling this coin so cheap.

Me too. I really like how the devs handling things so far, and this project got a huge potential.
It is expected to have some problems both in the beginning of the project and trough out its life cycle. how they handle those problems is important, and I saw some amazing things so far.
I think that the sellers haven't seen tec projects before..
Thou I'm only holding coins I feel like I'm a supporter of this project and that I'm being part of it. I would be ashamed to think about my capital gains at this point even if I though I could make such by trading.

ICO people cashing out for immediate profits. Although if they truly wanted to do that, they should have done it yesterday when it was 3K+.

Slow growth is better anyway. I wouldn't mind another minor dip actually, as I have a small buy order still waiting to get filled.
digitron
Member
**
Offline Offline

Activity: 108
Merit: 10


View Profile
August 23, 2014, 09:20:36 PM
 #5240

i withdrew 800 xcr from bter to cryptsy and its not appearing in balance what i should do? should i just wait?

Same here, I sent some to Cryptsy and some to Polo, and no balance there after 12 / 36 hours. Opened a ticket with Polo, and with bter, but no reply... WTF?

⚫️⚫️⚫️ BlockPool.io  |        • Resources   • Website   • Slack
⚫️⚫️⚫️ BlockPool.io  |   Real World B2B Blockchain solutions  |   Join the TEC - May 1st - Jun 30th
⚫️⚫️⚫️ BlockPool.io  |                                                                 • Twitter   • Blog   • Facebook
Pages: « 1 ... 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 [262] 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 ... 610 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!