Questions tagged [tomochain]

6 questions
1
vote
0 answers

Signing Stopped , with 6 signers nodes

I ran a private tomochain network with 6 signers , due to a server issue , i had to restart all nodes , but after restart the nodes are unable to sign Following are the related logs - Signed recently, must wait for others len(masternodes)=6…
alas
  • 11
  • 1
0
votes
1 answer

Run TomoChain node get error "etherbase must be explicitly specified"

We sending this command tomo --rpc --port 30304 --rpcport 8547 --rpccorsdomain "*" --rpcaddr "127.0.0.1" --rpcapi admin,db,eth,debug,net,shh,txpool,personal,web3 Load all like ethereum and then: Fatal: Can't verify masternode permission: etherbase…
Nguyen Sy Thanh Son
  • 5,300
  • 1
  • 23
  • 33
0
votes
1 answer

Error "Only support send transaction with ipc" when create a transaction in TomoChain node

I've faced some problem when try to work with TOMO block chain. but i can't send message to this channel I'm using web3 python to working with Tomo testnet rpc. When creating transaction i got this error ValueError: {'code': -32600, 'message': 'Only…
Nguyen Sy Thanh Son
  • 5,300
  • 1
  • 23
  • 33
0
votes
1 answer

Does tomochain RPC support eth_get_logs and eth_get_transaction_receipt?

I'm working on the integration of Tomochain with our service. I'm wondering if these API methods are supported by Tomochain node. eth_get_transaction_receipt eth_get_logs
dimicountzero
  • 131
  • 1
  • 6
0
votes
1 answer

How can I run a TomoChain fullnode with pruned chaindata

I am running TomoChain node with tmn. Now, I would like to use pruned chaindata to save my storage.
Nguyen Sy Thanh Son
  • 5,300
  • 1
  • 23
  • 33
-1
votes
1 answer

truffle installation issue "-bash : truffle: command not found"

i am trying to set up the environment for developing dapps on my mac using https://medium.com/tomochain/how-to-build-a-dapp-on-tomochain-85532a1192e7 tutorial. upon installing truffle, i am unable to use truffle commands from project directories. i…