n-y-z-o / nyzoVerifier

Verifier for the Nyzo cryptocurrency
The Unlicense
73 stars 42 forks source link

Testnet can't send nyzo #40

Open Mairkur opened 3 years ago

Mairkur commented 3 years ago

Hello I'm trying to launch my own testnet by following an old nyzo note https://tech.nyzo.co/releaseNotes/v492.

I created two aws ec2 instances to start it I followed the instructions. For one instance the private key is : 0101010101010101-​0101010101010101-​0101010101010101-​0101010101010101 (key_80410g410g410g410g410g410g410g410g410g410g41CTrfoxsm id__88H8W.TS2w6m_mbsbjQYoobaqND_7qgi6_dSz06S3U.tTSxdyJti 8a88e3dd7409f195-​fd52db2d3cba5d72-​ca6709bf1d94121b-​f3748801b40f6f5c)

I have no informations on how to send nyzo to an adress.

I started nyzo client by using sudo java -jar build/libs/nyzoVerifier-1.0.jar co.nyzo.verifier.client.Client

The CC command give this result :

╔══════════════════════════╦═══╦═════════════════════╗
║ block height             ║   ║ 3                   ║
║ coins in system          ║ + ║ ∩100,000,000.000000 ║
║ locked account sum       ║ - ║ ∩100,000,000.000000 ║
║ unlock threshold         ║ + ║ ∩0.000000           ║
║ unlock transfer sum      ║ - ║ ∩0.000000           ║
║ seed account balance     ║ - ║ ∩0.000000           ║
║ transfer account balance ║ - ║ ∩0.000000           ║
║ cycle account balance    ║ - ║ ∩0.000000           ║
║ coins in circulation     ║ = ║ ∩0.000000           ║
╚══════════════════════════╩═══╩═════════════════════╝

I tried to use the commande ST to send a transaction with this parameters :

sender key : key_80410g410g410g410g410g410g410g410g410g410g41CTrfoxsm 
receiver ID: id__84u4w_Ge._.0B7yovgQ.pLuytm8XXBak.NoNt7w~B_qQFzyzrCfQ
sender data: test
amount: 1000

But I got an error from my two verifiers :

transaction not accepted by 4cf7...1c0b: There was a problem and your transaction was not accepted by the system (error="This sender was not found in the system."). To prote
ct yourself against possible coin theft, please wait to resubmit this transaction. Refer to the Nyzo white paper for full details on why this is necessary, how long you need
 to wait, and to understand how Nyzo provides stronger protection than other blockchains against this type of potential vulnerability.
transaction not accepted by 8a88...6f5c: There was a problem and your transaction was not accepted by the system (error="This sender was not found in the system."). To prote
ct yourself against possible coin theft, please wait to resubmit this transaction. Refer to the Nyzo white paper for full details on why this is necessary, how long you need
 to wait, and to understand how Nyzo provides stronger protection than other blockchains against this type of potential vulnerability.
waiting for block...

What is the way of making transaction in a testnet ? What kind of transaction do I need to make in the genesis block to have not locked nyzo ? :)