Bitcoin Forum
August 07, 2024, 04:17:24 AM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ICO CLOSED] Inchain - insurance for the crypto economy on: December 16, 2016, 03:53:26 PM
Is it fucking possible no one used Parity or Mist wallet in ICO? Frustrated here to the max, and seems like no one, even Inchain people can help. No I don't want to experiment with my wallet!

I used mist to buy them.. their instructions are missing a crucial step. To use myetherwallet which I did, open your keystore file for the account you used in mist to send the funds. Only then will myetherwallet show the tokens for this ico. Follow the steps thereafter to initiate the refund. Just creating a new account at myetherwallet does nothing, shows no tokens. Importing your keystore file (account) from mist into myetherwallet that you used, shows the tokens you bought, from there the instructions are straightforward.
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ICO CLOSED] Inchain - insurance for the crypto economy on: December 05, 2016, 01:47:57 AM
From the Geth refund code:

Code:
var refunder = web3.eth.contract(refunderAbi).at(refunderAddr);
var myAddr = ...;

refunder.transfer.sendTransaction(myAddr, 0, {from: myAddr, gas: 100000}, function(e,a){console.log(e,a);});

That "var myAddr = ...;" line, is that a line where we put address from where we sent ETH to ICO? If so, why is that not mentioned anywhere?

Yeah that is where you put the address from where you sent the eth from. Even so it returns errors. Where is the simple mist instructions to watch the contract and call refund??? This will be the easiest the abi from those console instructions is this but instructions are missing how to call the refund.  This will be easier for those that have never used the console and all refunds should be done directly in mist.

Code:
[{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_investor","type":"address"}],"name":"balanceOf","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transfer","outputs":[{"name":"","type":"bool"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_preimage","type":"bytes32"}],"name":"claim","outputs":[{"name":"","type":"bool"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_preimage","type":"bytes32"}],"name":"cancel","outputs":[{"name":"","type":"bool"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_old","type":"address"},{"name":"_new","type":"address"}],"name":"changeAddress","outputs":[{"name":"","type":"bool"}],"payable":false,"type":"function"},{"anonymous":false,"inputs":[{"indexed":true,"name":"investor","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"investor","type":"address"},{"indexed":false,"name":"newAddress","type":"address"}],"name":"Change","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"investor","type":"address"}],"name":"Cancel","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"code","type":"uint256"}],"name":"Error","type":"event"}]



3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ICO CLOSED] Inchain - insurance for the crypto economy on: December 03, 2016, 02:24:57 PM
Just received the eth refund email looks okay, at first the address or tx in the account on inchain was not the original sending address but on the refund look up the correct sending address for the refund is correct. so far it all looks okay, survey is easy to do if you want the discount, now it looks like we must wait for the other 2 escrow members to wake up. dude who posted his your email address is linked in the survey address, you may want to delete that before it gets flooded with spam etc


 
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!