Author

Topic: NXT :: descendant of Bitcoin - Updated Information - page 2042. (Read 2761645 times)

hero member
Activity: 784
Merit: 500
Anyone interested? The price for a t-shirt would be 350 Nxt (+ shipping within Europe 200 Nxt, outside Europe 400 Nxt)

I am not a graphic designer, this is just an idea Smiley

member
Activity: 98
Merit: 10
Ok, it should be here soon right ?

I hope so Smiley
full member
Activity: 143
Merit: 100
newcn

Did you do a ripple send to ra9eZxMbJrUcgV8ui7aPc161FgrqWScQxV?dt=12 the NXT you want to withdraw? That is peercover's address, in order to withdraw the ripple NXT you have to redeem it by sending it back to peercover. If you don't send it back, there is nothing to withdraw

James

no, I did nothing inside ripple about the withdraw,
so, I should send nxt to ra9eZxMbJrUcgV8ui7aPc161FgrqWScQxV inside ripple?
I shall have a try ASAP
thank you!

one more question: should I put  "dt=12" as the "destanation tag" in ripple?
full member
Activity: 154
Merit: 100
newcn

If you notice the ripple address you are to send it to has a ?dt=
That number is how the peercover server knows to send it to the NXT acct you put in
All fully automated, except for the part where you have to send back the ripple NXT to redeem it

James

I withdrew 2 times, and the following  RIPPLE_ADDR?dt=  are different, both for RIPPLE_ADDR and NN,
and several hours passed, the balance of my nxt account did not increase,
my nxt amount in my ripple wallet did not change,
I must did sth wrong! Huh


Check your email,you should receive a mail from peercover.

you r right, I got 3 emails from peercover:
Code:
NXT withdrawal pending
Send NXT to ra9eZxMbJrUcgV8ui7aPc161FgrqWScQxV?dt=12 for deposit into NXT wallet with address 16886318053889080545

NXT withdrawal pending
Send NXT to ra9eZxMbJrUcgV8ui7aPc161FgrqWScQxV?dt=29 for deposit into NXT wallet with address 16886318053889080545

1688....0545 is my nxt account, to which I withdrew some nxt .
but the ra9e....Qxv is not mine!


ra9eZxMbJrUcgV8ui7aPc161FgrqWScQxV?dt=12/29 is the peercover ripple gateway trust add, you send the NXT to that acc, then peercover will send  
NXT to your NXT ACC.  It shoud take about 1 day I think.
legendary
Activity: 1176
Merit: 1134
newcn

Did you do a ripple send to ra9eZxMbJrUcgV8ui7aPc161FgrqWScQxV?dt=12 the NXT you want to withdraw? That is peercover's address, in order to withdraw the ripple NXT you have to redeem it by sending it back to peercover. If you don't send it back, there is nothing to withdraw

James
newbie
Activity: 42
Merit: 0
I think your script only works when the process is crashed right ? The problem is that is does not crash but just runs but "hangs". So I would like to do a shutdown and restart of the process every 12 hours.

Well, you could kill off the process and then restart it, but the thing is the blockchain files could get corrupt, so you'd have to do some .bak files copying, so better wait till 0.4.8 anyway Smiley

Ok, it should be here soon right ?
member
Activity: 98
Merit: 10
I think your script only works when the process is crashed right ? The problem is that is does not crash but just runs but "hangs". So I would like to do a shutdown and restart of the process every 12 hours.

Well, you could kill off the process and then restart it, but the thing is the blockchain files could get corrupt, so you'd have to do some .bak files copying, so better wait till 0.4.8 anyway Smiley
legendary
Activity: 2142
Merit: 1010
Newbie
Turned out it's the DGEX reserve account with 75 mil  Cool
What is your source for this statement?  If true, it totally invalidates salsacz's video claim that 30% of NXT has changed owners in 21 days or my analysis that 20% had done so thru Dgex in 30 days...
https://nextcoin.org/index.php/topic,1658.msg15160.html#msg15160

In 10 years Graviton could say:
- I recall times when I had 7.5% of all world wealth in my pocket...
newbie
Activity: 42
Merit: 0
My Hallmarked VPS is running at Amazon for about 40 hours right now, I have 2 questions though :

1 : Does someone have an easy copy paste restart script? The node seems to hang every 12 hours or so(account will show negative and blocks won't be received anymore in the GUI), so I want to restart it.

2 : Right now I am paying about 0.0725 per hours (or 1.74$ per day), can it be done cheaper at another VPS?

Thanks.

Start with a $10/month plan for 1 GB RAM for hallmarked and upgrade if necessary, check out my signature guide. Version 0.4.8 is supposed to fix some memory leaks, so it should get more stable once it's released, so hang on till that happens Smiley

this script might help, save it as 'start.sh' and run:

nohup ./start.sh &

Code:
#!/bin/bash
while :
do
  ps ax | grep java | grep -vq grep || java -Xms700m -Xmx800m -jar start.jar
  sleep 30
done

I think your script only works when the process is crashed right ? The problem is that is does not crash but just runs but "hangs". So I would like to do a shutdown and restart of the process every 12 hours.
full member
Activity: 143
Merit: 100
newcn

If you notice the ripple address you are to send it to has a ?dt=
That number is how the peercover server knows to send it to the NXT acct you put in
All fully automated, except for the part where you have to send back the ripple NXT to redeem it

James

I withdrew 2 times, and the following  RIPPLE_ADDR?dt=  are different, both for RIPPLE_ADDR and NN,
and several hours passed, the balance of my nxt account did not increase,
my nxt amount in my ripple wallet did not change,
I must did sth wrong! Huh


Check your email,you should receive a mail from peercover.

you r right, I got 3 emails from peercover:
Code:
NXT withdrawal pending
Send NXT to ra9eZxMbJrUcgV8ui7aPc161FgrqWScQxV?dt=12 for deposit into NXT wallet with address 16886318053889080545

NXT withdrawal pending
Send NXT to ra9eZxMbJrUcgV8ui7aPc161FgrqWScQxV?dt=29 for deposit into NXT wallet with address 16886318053889080545

1688....0545 is my nxt account, to which I withdrew some nxt .
but the ra9e....Qxv is not mine!
member
Activity: 98
Merit: 10
My Hallmarked VPS is running at Amazon for about 40 hours right now, I have 2 questions though :

1 : Does someone have an easy copy paste restart script? The node seems to hang every 12 hours or so(account will show negative and blocks won't be received anymore in the GUI), so I want to restart it.

2 : Right now I am paying about 0.0725 per hours (or 1.74$ per day), can it be done cheaper at another VPS?

Thanks.

Start with a $10/month plan for 1 GB RAM for hallmarked and upgrade if necessary, check out my signature guide. Version 0.4.8 is supposed to fix some memory leaks, so it should get more stable once it's released, so hang on till that happens Smiley

this script might help, save it as 'start.sh' and run:

nohup ./start.sh &

Code:
#!/bin/bash
while :
do
  ps ax | grep java | grep -vq grep || java -Xms700m -Xmx800m -jar start.jar
  sleep 30
done
newbie
Activity: 42
Merit: 0
My Hallmarked VPS is running at Amazon for about 40 hours right now, I have 2 questions though :

1 : Does someone have an easy copy paste restart script? The node seems to hang every 12 hours or so(account will show negative and blocks won't be received anymore in the GUI), so I want to restart it.

2 : Right now I am paying about 0.0725 per hours (or 1.74$ per day), can it be done cheaper at another VPS?

Thanks.
hero member
Activity: 492
Merit: 500
Turned out it's the DGEX reserve account with 75 mil  Cool
What is your source for this statement?  If true, it totally invalidates salsacz's video claim that 30% of NXT has changed owners in 21 days or my analysis that 20% had done so thru Dgex in 30 days...

Wrong. This is/was receiving address of dgex. 1500 btc received:
https://blockchain.info/address/1LNKq42Hx6nsWCyBsxKCDqdF3btBbufnQT
legendary
Activity: 1806
Merit: 1001
Turned out it's the DGEX reserve account with 75 mil  Cool
What is your source for this statement?  If true, it totally invalidates salsacz's video claim that 30% of NXT has changed owners in 21 days or my analysis that 20% had done so thru Dgex in 30 days...

why would it invalidate anything?
reserve account doesn't mean DGEX necessarily owns all of NXTs in it, it's just users of DGEX store their NXTs there, it's their trade money.

Same goes for bitcoin exchanges, some of the biggest bitcoin wallets are actually exchange wallets will thousands of users owning bitcoins in those wallets.

That's right, I store everything on Dgex, for example.
hero member
Activity: 784
Merit: 500
Turned out it's the DGEX reserve account with 75 mil  Cool
What is your source for this statement?  If true, it totally invalidates salsacz's video claim that 30% of NXT has changed owners in 21 days or my analysis that 20% had done so thru Dgex in 30 days...

why would it invalidate anything?
reserve account doesn't mean DGEX necessarily owns all of NXTs in it, it's just users of DGEX store their NXTs there, it's their trade money.

Same goes for bitcoin exchanges, some of the biggest bitcoin wallets are actually exchange wallets will thousands of users owning bitcoins in those wallets.

Yes, I have also Nxts in that account Smiley
legendary
Activity: 1806
Merit: 1001
Turned out it's the DGEX reserve account with 75 mil  Cool
What is your source for this statement?  If true, it totally invalidates salsacz's video claim that 30% of NXT has changed owners in 21 days or my analysis that 20% had done so thru Dgex in 30 days...

News right from the top https://nextcoin.org/index.php/topic,1658.msg15160.html#msg15160

I don't know what it invalidates but it's good to know that the price raised not just because one guy decided to buy 7,5% of the emission.
member
Activity: 98
Merit: 10
Turned out it's the DGEX reserve account with 75 mil  Cool
What is your source for this statement?  If true, it totally invalidates salsacz's video claim that 30% of NXT has changed owners in 21 days or my analysis that 20% had done so thru Dgex in 30 days...

why would it invalidate anything?
reserve account doesn't mean DGEX necessarily owns all of NXTs in it, it's just users of DGEX store their NXTs there, it's their trade money.

Same goes for bitcoin exchanges, some of the biggest bitcoin wallets are actually exchanges' wallets with thousands of users owning bitcoins in those wallets.
hero member
Activity: 600
Merit: 500
Nxt-kit developer
Turned out it's the DGEX reserve account with 75 mil  Cool
What is your source for this statement?  If true, it totally invalidates salsacz's video claim that 30% of NXT has changed owners in 21 days or my analysis that 20% had done so thru Dgex in 30 days...
https://nextcoin.org/index.php/topic,1658.msg15160.html#msg15160
full member
Activity: 154
Merit: 100
newcn

If you notice the ripple address you are to send it to has a ?dt=
That number is how the peercover server knows to send it to the NXT acct you put in
All fully automated, except for the part where you have to send back the ripple NXT to redeem it

James

I withdrew 2 times, and the following  RIPPLE_ADDR?dt=  are different, both for RIPPLE_ADDR and NN,
and several hours passed, the balance of my nxt account did not increase,
my nxt amount in my ripple wallet did not change,
I must did sth wrong! Huh


Check your email,you should receive a mail from peercover.
full member
Activity: 196
Merit: 100
Turned out it's the DGEX reserve account with 75 mil  Cool
What is your source for this statement?  If true, it totally invalidates salsacz's video claim that 30% of NXT has changed owners in 21 days or my analysis that 20% had done so thru Dgex in 30 days...
Jump to: