juanfranblanco on master
Create2 contract address calcul… (compare)
juanfranblanco on master
More .net 5 Hd wallet .net 5 Hd wallet testing .net 5.0 (compare)
juanfranblanco on master
#655 adding cancellation token … (compare)
juanfranblanco on master
Rsk custom field now uses hex .Net5 initial migration, Abi de… Hd blazor test start migration … (compare)
juanfranblanco on master
Adding a seed to secure random … (compare)
juanfranblanco on master
#654 ManagedAccountTransactionM… Merge branch 'master' of https:… (compare)
juanfranblanco on master
Update bug_report.md (compare)
juanfranblanco on master
Update README.md (compare)
juanfranblanco on master
Signer adding overload DIDs initial commit Merge branch 'master' of https:… (compare)
juanfranblanco on master
Update README.md (compare)
juanfranblanco on master
Update README.md (compare)
juanfranblanco on master
Update README.md (compare)
juanfranblanco on master
#646 fix hdwallet added blazor … (compare)
juanfranblanco on master
Signing performance (start) + … Merge branch 'master' of https:… (compare)
juanfranblanco on master
boolean flag to get compressed … Merge pull request #642 from me… (compare)
juanfranblanco on master
Handling empty reponses eom, re… (compare)
juanfranblanco on master
Websocket client, allow to rece… Merge branch 'master' of https:… (compare)
juanfranblanco on master
Revert "JsonRpc/Logger: fix pos… Merge pull request #638 from Ne… (compare)
juanfranblanco on revert-637-fixPossibleNRE
Revert "JsonRpc/Logger: fix pos… (compare)
juanfranblanco on master
JsonRpc/Logger: fix possible Nu… Merge pull request #637 from kn… (compare)
`#community support
channel
`#community support
channel
`#community support
channel
private static void Client_Error(object sender, Exception ex,
EthNewBlockHeadersObservableSubscription blockHeaderSubscription)
{
// how can i reconnect client here?!
} `
Hi, I am testing out AWS Ethereum Preview but I am getting the following error:
Error occurred when trying to send rpc requests(s)
No connection could be made because the target machine actively refused it.
I am able to access the EthExplorerURL and I can see it is running.
Here is the code I am using (I randomly replaced some values in the url, etc):
private string url = "http://internal-aaaaa-loadb-eoupd7d03333-479993741.us-east-1.elb.amazonaws.com:8545/";
private string privateKey = "0x0ADfCCa4B2a1132F82923246AcA086D7E24EA324";
var account = new Account(privateKey);
var web3 = new Web3(account, url);
var senderAddress = "0x0ADfCCa4B2a1132F824885423A23S3E24EA324";
var password = "password";
// from .abi file
var abi = @"[{'anonymous':false,'inputs':[{'indexed':true,'internalType':'int256','name':'a','type':'int256'},{'indexed':true,'internalType':'address','name':'sender','type':'address'},{'indexed':false,'internalType':'int256','name':'result','type':'int256'}],'name':'Multiplied','type':'event'},{'inputs':[{'internalType':'int256','name':'a','type':'int256'}],'name':'multiply','outputs':[{'internalType':'int256','name':'r','type':'int256'}],'stateMutability':'payable','type':'function'},{'inputs':[{'internalType':'int256','name':'multiplier','type':'int256'}],'name':'test','outputs':[],'stateMutability':'nonpayable','type':'function'}]";
// from .bin file
var byteCode = "608060405234801561001057600080fd5b50610323806100206000396000f3fe6080604052600436106100295760003560e01c80631df4f1441461002e5780639b22c05d14610057575b600080fd5b61004161003c3660046101eb565b610079565b60405161004e9190610210565b60405180910390f35b34801561006357600080fd5b506100776100723660046101eb565b61014d565b005b600060405180604001604052806001151581526020016040518060400160405280600381526020016261613160e81b81525081525060016040516100bc90610203565b908152604051602091819003820190208251815460ff191690151517815582820151805191926100f492600185019290910190610152565b5050600054610104915083610219565b9050336001600160a01b0316827f841774c8b4d8511a3974d7040b5bc3c603d304c926ad25d168dacd04e25c4bed836040516101409190610210565b60405180910390a3919050565b600055565b82805461015e9061029c565b90600052602060002090601f01602090048101928261018057600085556101c6565b82601f1061019957805160ff19168380011785556101c6565b828001600101855582156101c6579182015b828111156101c65782518255916020019190600101906101ab565b506101d29291506101d6565b5090565b5b808211156101d257600081556001016101d7565b6000602082840312156101fc578081fd5b5035919050565b606160f81b815260010190565b90815260200190565b60006001600160ff1b038184138284138082168684048611161561023f5761023f6102d7565b600160ff1b8487128281168783058912161561025d5761025d6102d7565b858712925087820587128484161615610278576102786102d7565b8785058712818416161561028e5761028e6102d7565b505050929093029392505050565b6002810460018216806102b057607f821691505b602082108114156102d157634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fdfea2646970667358221220b964446d64b932886176c74e956cbfd766f766b75e0d93dbdd93267d64b1fbce64736f6c63430008000033";
var unlockResult = await web3.Personal.UnlockAccount.SendRequestAsync(senderAddress, password, new HexBigInteger(120));
@juanfranblanco I attached My Code picture as I said i have long wait on SendRequestwaitforRecieptAsync and it never add to Etherscan.io , if its need Mining for add Transaction Block Please Guid me and give Sample Code
hi, I got the same situation, did you fix the problem?