Author

Topic: Posted 10000000000 times but no one helped me (Read 119 times)

member
Activity: 243
Merit: 18
Sorry, I can't help you, but I think you should try to ask in an ETH community for help,  you can try to ask on Reddit.  You cut also try to contact myetherwallet support
or maybe in medium, telegram or linked in. many communities can be asked about such technical problems. I don't think it's appropriate to share it in an altcoin discussion because it discusses the altcoin market and the latest news.

Altcoin discussion is where this post belongs, it just like OP said the quality in bitcointalk has lowered, you will find less tech convos on here and just plain BS from people without the slightest clue of technology.
member
Activity: 714
Merit: 11
BountyMarketCap
Sorry, I can't help you, but I think you should try to ask in an ETH community for help,  you can try to ask on Reddit.  You cut also try to contact myetherwallet support
or maybe in medium, telegram or linked in. many communities can be asked about such technical problems. I don't think it's appropriate to share it in an altcoin discussion because it discusses the altcoin market and the latest news.
hero member
Activity: 1372
Merit: 647
Not sure if this is what you're looking for. To get the Raw Transaction code using MEW Offline, all you need to do is click the "Generate Transaction" button, it will show both "Raw Transaction" and "Signed Transaction". (see step 4)

What's steps have you done already? Since you didn't mention, I did a sample offline transaction process just for you to see:

1. You go online, and "Generate Information" which are the "Gas Price" and "Nonce" using your "FROM" address
     - fill out FROM address
     - click "Generate Information" button
     - save a copy of the "Gas Price" and "Nonce"


2. Go on your Offline computer (MEW Send Offline page) and fill out all the information needed, you'll input the "Gas Price" and "Nonce" that you generated earlier. Don't forget to double/triple check all the information.


3. Unlock your wallet using your Private Key - Select Private key > Enter Private Key - click "Unlock" button


4. "Generate Transaction" button, "Raw Transaction" field and "Signed Transaction Field" will show up after unlocking the wallet. CHECK again all the details that you filled out earlier. If you're done, click "Generate Transaction" button. After click, the "Raw Transaction" data and "Signed Transaction" data will show up. Copy the "Signed Transaction" and proceed to step 5


5. You now need to go in your Online computer
     - MEW Send Offline page
     - Scroll dwon
     - Paste your "Signed Transaction" that you generated and copied earlier
     - click "Send Transaction"


Congrats! You're done.
You can check MEW's official post (can be seen on Knowledge Base): How To Make An Offline Transaction

PS. Address and Private Key used were only for test purposes. The wallet was newly generated for this.
hero member
Activity: 1358
Merit: 509
I am afraid I am also ignorant about it. But I found this article on google :
https://medium.com/blockchain-musings/how-to-create-raw-transactions-in-ethereum-part-1-1df91abdba7c
jr. member
Activity: 103
Merit: 2
is there any technical guy out there



Should i say then the quality of this forum degraded ?
jr. member
Activity: 103
Merit: 2
https://vintage.myetherwallet.com/#offline-transaction >>>>  This is called cold or offline transaction where you have to generate the RAW code and later you can publish the code online to make the transaction)


I need the Eth Raw transaction code in java . Have surfed online but dint get the accurate solution.


Suppose
I have these field ( the same https://vintage.myetherwallet.com/#offline-transaction , this site works to generate transaction )


1.To Address
2. Amount (ERC token selection or ETH)
3. Token symbol
4. Token quantity
5. Nounce ( This is known as transaction count , but i will collect this online through api and later i will put in this field )
6. Gas amount
7. Gas price
8. Private key


Now i need the RAW transaction code. Thats all.


Jump to: