Newest Questions
2,405 questions
0
votes
1
answer
205
views
What causes this error: Error: Required configuration or TAPOS fields are not present
What causes this error?
Error: Required configuration or TAPOS fields are not present
I am pushing transactions to a mainnet block producer and I am receiving this error intermittently.
Any help would ...
0
votes
1
answer
31
views
Issue tokens via API
I can issue my own tokens via cleos, it works fine. But I can't find any reference on how to issue tokens via EOS API. Is there any way?
Thanks in advance.
0
votes
1
answer
172
views
How to generate the EOS keys from Mnemonic/Seed on Expo
I try to develop the eos crypto wallet app on Expo. But I can't find the solution to generate the eos keys from Mnemonic/seed phrases on Expo.
Once you know the solution, please let me know.
0
votes
0
answers
19
views
unstaking wax problem in eosauthority
i was unstaking wax in eosauthority, i waited 3 days after that i clicked the manually refund and it says Transaction failed - assertion failure with message: refund is not available yet.
0
votes
1
answer
50
views
What is the eosio private key when running on local?
I was trying to test the smart contract I created in my local but I am currently blocked as I can't create a new account. As per EOS documentation, I used the command below to create a new account:
...
1
vote
1
answer
45
views
I want to store additional data on the "submit_transaction" using transact on the api object
I am new to the eosio platform. My goal is to store additional data onto the testnet.eos.io and receive a transaction_id which I managed to do. However on searching my transaction_id I see my ...
0
votes
1
answer
101
views
Go Away: Wrong Chain
I am really not certain what happened here, but I was trying to change my keypair in the config.ini file because I could not get it to register as a block producer. And then after restarting it I have ...
1
vote
0
answers
57
views
How to catch transaction errors?
I'm trying to send a specific number of transactions per day to a smart contract.
Because of low CPU stake I easily get CPU error.
My goal is to catch this error and handle it in order to keep trying ...
0
votes
0
answers
29
views
How to import key to wallet using api
I want to import the key generated from the mnemonic to the wallet of eosio server using the api.
Please let me know the api like the work on the following cmd.
cleos wallet import ********************...
0
votes
0
answers
111
views
unable to unstake or withdraw tokens
I tried to withdraw my EOS from Simpleos wallet but was getting " Error: billed CPU time (286 us) is greater than the maximum billable CPU time for the transaction (0 us).
So ,I decided to stake ...
0
votes
1
answer
51
views
How does --contract-whitelist and --actor-whitelist work for nodeos?
Does the --actor-whitelist and --contract-whitelist work in the sense that if the list is set for that block producer that only those actors can perform transaction and only those contracts may be ...
0
votes
1
answer
437
views
Index - Constructor for must explicitly initialize the member which does not have a default constructor
I try to create two tables and mult_index, I received an error on output.
header file
#include <eosio/eosio.hpp>
#include <eosio/asset.hpp>
using namespace eosio;
CONTRACT game : public ...
1
vote
1
answer
328
views
How to extract data from atomic assets ATTRIBUTE_MAP
Title says it all. I'd like to get data from atomic assets' attribute map.
This is the link to their docs https://github.com/pinknetworkx/atomicassets-contract/wiki/Custom-Types#atomic_attrbiute tried ...
1
vote
0
answers
112
views
Staking NFT to withdraw a token
What would be a good example of a smart contract that will allow users to stake NFTs and withdraw an amount of a certain token on a daily basis?
0
votes
1
answer
26
views
How do you run nodeos as a non-root user?
I'm working on one node which is running on a testnet, and since I'm kinda new to this environment I'm wondering how can I drop privilege level to a non-root user for running a node on a server?
Can I ...