Bitcoin Forum
April 25, 2024, 09:55:39 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 [4] 5 6 7 8 »
61  Alternate cryptocurrencies / Altcoin Discussion / Re: [Nxt] API of Nxt on: January 07, 2014, 10:09:16 AM
about the sendMoney API, there's a parameter "referencedTransaction",
the explanation in wiki is"REFTRANSACTION is an option reference to a previous Nxt transaction ID"
can I set it to the previous transaction-ID of the sender account?
Is it ok to left the parameter empty(since it is an option)?

U can leave it empty or set to any transaction id. Ur transaction won't be confirmed until the referenced transaction is.

I see, so the referencedTransaction  makes some dependence for the transaction,
if the  referencedTransaction failed, the sendMoney transaction will be canceled, right?
it's a good feature!
62  Alternate cryptocurrencies / Altcoin Discussion / Re: [Nxt] API of Nxt on: January 07, 2014, 09:46:21 AM
about the sendMoney API, there's a parameter "referencedTransaction",
the explanation in wiki is"REFTRANSACTION is an option reference to a previous Nxt transaction ID"
can I set it to the previous transaction-ID of the sender account?
Is it ok to left the parameter empty(since it is an option)?
63  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nxt :: descendant of Bitcoin - Updated Information on: January 07, 2014, 04:11:56 AM
does anybody know about mcjavar?

We were in the middle of a transaction, he sent me NXT, I sent BTC, he disappeared Sad
I hope he is just offline, but timing is a bit distressing.

I received 13K, so I sent the full 2BTC, expecting 20334 more NXT to arrive. His acct he sent it from is empty: 11433600460445633305

****
My BTC: 12UBzX8csUVpaPYya8aw7WWU8L3sQ6X6xo

Please send the 2 BTC to this address and I will deliver the other 20334 from my main account, but I want to make sure that you receive the first 13k..
****

bitcoin transaction
5a173ed430eb61274a518d87b2ef8d128c8685aea39ed90e3d2feca6341f32db

James

P.S. I know I shouldn't have sent all 2BTC, but I had dealt with him before, never expected any funny business over 1.2 BTC We really need a safe place to trade NXT!

Sorry James, but you went offline after I've sent you the Nxt so I thought we will continue tomorrow. I just woke up and will get to my PC in about 5 minutes, just takes a s... Smiley

good news to jl777
he will be happy when he wakeup
64  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nxt :: descendant of Bitcoin - Updated Information on: January 07, 2014, 01:41:37 AM
NEWS

The last chance to claim unclaimed coins is over.

We have ~13M coins left and they'll be spent for rewards, bounties and development. Now we are running a reward program. I ask the community to post here links (with short description and link to BTT profile) to projects/persons that helped to promote Nxt. Only projects launched before the 3rd of Jan can apply. There will be several categories, BCNext will choose 3 best participants from each category. I'll contact project owners via BTT personal message to get Nxt account ids for reward payments. The 1st place will receive 50'000, 2nd - 30'000 and 3rd - 20'000 NXT.

Categories:
- Exchanges
- Faucets
- Giveaways
- Utilities (blockchain explorer or http://nxtra.org/nodes/, for example)
- Videos
- Articles
- Bug reports
- Tech support
- Public nodes deployment
- Clients

Please, mark project/person names with bold blue font.

We r supposed to complete the list within 24 hours starting from now.

if it is still open

rickyjames
Category: Giveaways
Project : Pursuit of EpicThomas
65  Local / 中文 (Chinese) / Re: 从非官方下载的钱包要注意了! on: January 06, 2014, 05:15:28 PM
我觉得那些山寨币的钱包要特别注意,
说不定哪个里面就放了木马
66  Local / 山寨币 / Re: 基于ripple系统的新币CTC 送币 on: January 05, 2014, 02:30:10 PM
rMm2eTsNaG2iABgqTVYqM8UdZGwL2vfZCV
trusted
67  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nxt :: descendant of Bitcoin - Updated Information on: January 05, 2014, 01:44:13 PM
Who is the owner of Peercover NXT/XRP exchange?

Edit: Did they conduct REAL NXT trades?

jl777 work for them
yes, I've done several trades there

Do u know who the owner is? He is supposed to receive a reward.

I don't know, jl777 should know
68  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nxt :: descendant of Bitcoin - Updated Information on: January 05, 2014, 01:33:58 PM
Who is the owner of Peercover NXT/XRP exchange?

Edit: Did they conduct REAL NXT trades?

jl777 work for them
yes, I've done several trades there
69  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTG]Bitgold : wealth creation! IPO and Giveaways! on: January 05, 2014, 04:42:32 AM
1NzzfeHCgN8fF6mSG1UeBFCVd2cxKbGyHk
thank you!
70  Alternate cryptocurrencies / Altcoin Discussion / Re: uplisting NXT to btc-e? on: January 05, 2014, 02:34:47 AM
only  if nxt release its source code will big/serious platforms like btc-e list it
71  Other / Beginners & Help / Re: who can explain how signing/verifing message works? on: January 04, 2014, 12:41:30 PM
The verfication is done with your public key.

Basicly its a o = m^d (mod N)

where o is the signature, m is the message and d is the private key
Because RSA has some vulnerabilites, the message gets hashed first.

To check the signature you calulate o^e = m (mod N)
where e is the public key to the former used private key.

If the hashes match the message wasnt changed durring transport.

This works because ed = 1 (mod phi(N))
while e and N again are part of the public key
and d is the private key



If you want more details, read the rfc 3447, its explained for RSA, but the principle is still the same

Link: http://tools.ietf.org/html/rfc3447#page-27



Edit: phi(x) is eulers phi function ( http://en.wikipedia.org/wiki/Euler%27s_totient_function )

thank you very much!
72  Alternate cryptocurrencies / Altcoin Discussion / Re: [Nxt] API of Nxt on: January 04, 2014, 05:21:23 AM
hello,
   I am thinking about a way to secure my account for the time being. If I generate an account ID outside nxt client(just use sha256/curve25519 to generate account id, not logon to the client), and send my NXTs to this account, is it safer or more dangerous than the ordinary way?
   In this case, even the nxt client don't know my privatekey/publickey, it should be safer. However, since the accountid is only 64 bits interger, the probability of collision is much higher than 256 bits publickey. I read from other threads that when a new passphrase is log on, the system will check the publickey to avoid the conincidence of collision. But in my case, I generate the account outside nxt client, there's no corresponding public key exist in the system, what if a person logon later with different passwd but the accountid happen to be the same as mine? does my balance all go to his account?
73  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nxt :: descendant of Bitcoin - Updated Information on: January 02, 2014, 12:52:03 PM
So what happened here? I see my NXT have been stolen as well. I only downloaded the client from this thread. Is there any plans to revert the blockchain? Honestly if there is no plans to somehow correct this, I am giving up on this. This is very disappointing.

Account: 8439060069775407509

I'm sorry to hear that. simillar things to me.
check your browser history, maybe some clues could be found
74  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nxt :: descendant of Bitcoin - Updated Information on: January 02, 2014, 12:02:19 PM
In summary,what I found from Chrome history:
from download history, the malware link was:
http://162.243.246.223/nxt-client-0.4.8.zip
sha256: 948ce760c379f13f4ea9def6babaa36b0d706bf91098f1d64945fdde3eac5f06

the creation time and modification time of the zip file on my local disk was:
Code:
creation time:2013‎.‎12‎.‎31‎,‏‎20:31:14
‎modified time:2013‎.‎12‎.‎31,‏‎20:35:16

in that time period, I only accessed two pages:
Code:
20:29 https://bitcointalk.org/index.php?topic=345619.11740
20:30 https://bitcointalk.org/index.php?topic=345619.0

from the download history, I probably downloaded the malware from the first page,that is:
http://info.nxtcrypto.org/nxt-client-0.4.8.zip
(I found the new version and checked it on the first page, and it's true, there's an update there, but I don't like the mega site, its slow from my home, so I downloaded the link from the first page)
the thief might changed the link directly,
 or he might changed IP address of info.nxtcrypto.org
current IP of info.nxtcrypto.org is 46.28.204.121,
which is different from 162.243.246.223


the following are some clues about the accounts where my nxt goes:
2 of my accounts were stolen, one of them lost 18198 nxt, the nxt goes to an account which only has one transaction, the account is 9793828175536096502, the nxt is still in this account, I find nothing from this account.

another account of mine, which had 93 nxt balance, was stolen to an account which have many transactions, I found sth from this account:6164081464868000542, the first transaction to this account happened at 16 DEC, which refers to another acc:496131565008433801, in this account, there're 3 incoming transactions from acc:6635869272840226493, which I remember is the account of dgex, each withdraw at dgex are coming from this account(at least for me), so, if the thief is the owner of acc:6164081464868000542 and acc:496131565008433801, he probably has an id in dgex!
75  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nxt :: descendant of Bitcoin - Updated Information on: January 02, 2014, 05:55:02 AM
About my another account that was stolen:
this account is my first account,and it has a weaker passphrase,
so I left it, and almost never use it.
the last time I logon with this account, if I remember it right, was 2013.12.30 09:05:27 GMT, when I assigned a few aliases. and at that time, the client I used should be 0.4.7e!!!
so, friends, be careful about your account!!!!


I recalled another thing about the client,
my 360safeguard(a security software on my PC) reported several times that java(or start.bat which start the client, I don't remember exactly) was uploading private information when I had the client running!  the client version might be earlier than 0.4.7e!!!
so, WARNING again!!!
76  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nxt :: descendant of Bitcoin - Updated Information on: January 02, 2014, 05:39:07 AM
About my another account that was stolen:
this account is my first account,and it has a weaker passphrase,
so I left it, and almost never use it.
the last time I logon with this account, if I remember it right, was 2013.12.30 09:05:27 GMT, when I assigned a few aliases. and at that time, the client I used should be 0.4.7e!!!
so, friends, be careful about your account!!!!



When did you download the client?

I shall look into it. I deleted former versions,
it could be difficult since  they all have the same name "nxt.zip"
77  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nxt :: descendant of Bitcoin - Updated Information on: January 02, 2014, 05:36:55 AM
thank you for remind! I just changed it
78  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nxt :: descendant of Bitcoin - Updated Information on: January 02, 2014, 05:25:02 AM
About my another account that was stolen:
this account is my first account,and it has a weaker passphrase,
so I left it, and almost never use it.
the last time I logon with this account, if I remember it right, was 2013.12.30 09:05:27 GMT, when I assigned a few aliases. and at that time, the client I used should be 0.4.7e!!!
so, friends, be careful about your account!!!!
79  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nxt :: descendant of Bitcoin - Updated Information on: January 02, 2014, 05:04:56 AM
another account of mine was also stolen, it happened exactly the same time as former one, but only 93 nxt lost.
the accounts my money goes:
9793828175536096502  balance 18197, contains all my stolen nxt
6164081464868000542  balance  9528,   my 92 nxt goes here

the transactions happend at 2014.1.1 12:04:50 GMT
80  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Nxt :: descendant of Bitcoin - Updated Information on: January 02, 2014, 03:42:43 AM

Im the DNS admin for all nxtcrypto.org sites.  46.28.204.121 has always been the address, since info got created; its never been 162.243.246.223.  No one else has access to change the records.

Someone else admins the info website, the guy Intel from these forums here.

So did you ever download 0.4.8 from any other place than the info site?  If that is the only place you downloaded from then there are only 2 explanations I can think of.  Either I changed the IP in DNS temporarily to make people download a bogus client, or intel made a temporary redirect to a bogus client at 162.243.246.223.  Which would have been dumb, it would have been much much simpler for him to just temporarily post a bogus client directly on his info site.

So step back, take a few deep breaths, go through your chrome history, and be detailed and tell us how you got the bogus client.

I'm sorry, I didn't know you r the admin of nxtcrypto.org DNS,
but In my post, I didn't accuse the DNS admin either, I just  talked about the possibilities,
and now you elliminated one(I trust you from your eliear posts!).
the thief might be an expert on computer/networks, he might have some skills we don't understand.
the chrome history is ok, I didn't miss anything, but the thief might changed the history, that's also an possibility
Pages: « 1 2 3 [4] 5 6 7 8 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!