GithubHelp home page GithubHelp logo

heco-chain-docs's People

Contributors

alanzhou24 avatar kevinho avatar lishicheng888 avatar ms4720 avatar nanyan avatar vvpink avatar wangsai-silence avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

heco-chain-docs's Issues

520

提错了

按照教程走,无法同步

按照https://docs.hecochain.com/#/dev/install教程一步一步走,
仅仅将 syncmode 改为 full,连接 8545端口,

> eth.syncing
false

image

[root@admin heco]# cat config.toml
[Eth]
SyncMode = "full"
DiscoveryURLs = []
TrieCleanCacheRejournal= 300000000000

[Eth.Miner]
GasFloor = 8000000
GasCeil = 8000000
GasPrice = 0
Recommit = 3000000000
Noverify = false

[Eth.Ethash]
CacheDir = "ethash"
CachesInMem = 2
CachesOnDisk = 3
CachesLockMmap = false
DatasetDir = "/data/heco/data/.ethash"
DatasetsInMem = 1
DatasetsOnDisk = 2
DatasetsLockMmap = false
PowMode = 0

[Eth.TxPool]
Locals = []
NoLocals = false
Journal = "transactions.rlp"
Rejournal = 3600000000000
PriceLimit = 1
PriceBump = 10
AccountSlots = 16
GlobalSlots = 4096
AccountQueue = 64
GlobalQueue = 1024
Lifetime = 10800000000000

[Node]
DataDir = "/data/heco/data"
InsecureUnlockAllowed = true
NoUSB = true
IPCPath = "geth.ipc"
HTTPHost = "0.0.0.0"
HTTPPort = 8545
HTTPCors = [""]
HTTPVirtualHosts = ["
"]
HTTPModules = ['eth', 'net', 'web3']

WSHost = "0.0.0.0"
WSPort = 8546
WSModules = ['eth', 'net', 'web3']

GraphQLVirtualHosts = ["localhost"]

[Node.P2P]
MaxPeers = 50
NoDiscovery = false

ListenAddr = ":32668"
EnableMsgEvents = false

[Node.HTTPTimeouts]
ReadTimeout = 30000000000
WriteTimeout = 30000000000
IdleTimeout = 120000000000

举报诈骗项目MFD

火币heco团队你们好,
举报一个诈骗项目MFD,总共累计诈骗约200万usdt,并且已经转入了火币的地址。
这是诈骗方的地址:
https://hecoinfo.com/address/0xda36e64877b4fae41385cd55a12b79bd1259094b,
近期token转账记录来看,把所有的usdt转入了:https://hecoinfo.com/address/0xdb95801820b5c5eb4e337096a7c6de7bc266a6e9#tokentxns
并且提现到火币。
骗子创建实施诈骗的合约:
https://hecoinfo.com/token/0x7b8085a07f1c40322f60c06f022c132ecf64d232#balances

我并没有投入太多,但是看到骗子在heco上肆无忌惮,横行市场,诈骗用户,孰不可忍,希望火币能进行调查并且给一个合理的答复。

web3 lib support

Hi,
Do you support web3 lib in nodejs or python ?

I try to get the latest block and it always returns me value 0.
In addition, it seems that I cannot retrieve transaction receipts neither for latest blocks (return is null).
From the log file, I saw it written :

Imported new block headers count=1 elapsed=1.795ms number=17,394,889 hash=794b4e..b05617

The number seems to be the latest block. I used SyncMode snap to run my node.
What should I do in this case to have a full access to node data?

Thanks

Testnet Bootstrap

Testnet Bootstrap servers are working ?
I'm stuck with this message. Same setup works properly for mainnet.

INFO [07-07|12:31:32.117] Looking for peers peercount=0 tried=2 static=0

ERROR[03-23|16:38:11.003] ExecuteMsg failed err="invalid opcode: opcode 0xfe not defined" ret= panic: invalid opcode: opcode 0xfe not defined

The 1st send transaction is successful, but I am making such an error as a result of the 2nd send transaction.

ERROR[03-23|16:38:11.003] ExecuteMsg failed err="invalid opcode: opcode 0xfe not defined" ret=
panic: invalid opcode: opcode 0xfe not defined

goroutine 88 [running]:
github.com/ethereum/go-ethereum/consensus/congress.(*Congress).FinalizeAndAssemble(0xc00011d860, 0x19ebf18, 0xc000421000, 0xc002e1cd80, 0xc0011c6d00, 0xc000010698, 0x1, 0x1, 0xc0040a9210, 0x0, ...)
github.com/ethereum/go-ethereum/consensus/congress/congress.go:727 +0xd86
github.com/ethereum/go-ethereum/miner.(*worker).commit(0xc0002a6780, 0xc0040a9210, 0x0, 0x2, 0x0, 0xc0017b2a01, 0xc0ff3dfcc02e2a96, 0x23b01cf0a2, 0x263b000, 0x0, ...)
github.com/ethereum/go-ethereum/miner/worker.go:1060 +0x1ef
github.com/ethereum/go-ethereum/miner.(*worker).commitNewWork(0xc0002a6780, 0xc0017b2a78, 0x1, 0x641c8071)
github.com/ethereum/go-ethereum/miner/worker.go:1048 +0x845
github.com/ethereum/go-ethereum/miner.(*worker).mainLoop(0xc0002a6780)
github.com/ethereum/go-ethereum/miner/worker.go:474 +0x8a7
created by github.com/ethereum/go-ethereum/miner.newWorker
github.com/ethereum/go-ethereum/miner/worker.go:241 +0x5d6

http-testnet.hecochain.com timeout

Hi.
I'm trying to deploy token to https://http-testnet.hecochain.com
from truffle with this config
hecotestnet: {
provider: () => new HDWalletProvider(mnemonic,
https://http-testnet.hecochain.com),
network_id: 256,
from: '0x6709dBd0870397d613D479d8790AD2d1191F34bA',
skipDryRun: true
},

but i'm getting
Error: There was a timeout while attempting to connect to the network.

but I can ping http-testnet.hecochain.com ad it is ok

what is wrong please help

调用节点的getPastLogs 提示 maximin block range 5000 报错

我在DAPP 通过rpc来查询日志,调用以下命令,RPC返回报错

web3.eth.getPastLogs({
    fromBlock: '0',
    toBlock: 'latest',
    ...
})

image

HECO平均3秒出一个块,如果只能查询5000个块,相当于最大只能在15000秒 约为 4.16小时 的范围内进行轮询遍历。
如果DAPP中需要获取用户在合约中的事件,假设合约上线30天,则需要查询173次,才能获取完整合约事件。

ETH 和 BSC上也并未有这个限制。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.