iotexgroup | Неотсортированное

Telegram-канал iotexgroup - IoTeX Official Group

28854

IoTeX Official Group. https://iotex.io

Подписаться на канал

IoTeX Official Group

Hi
I removed my io pay wallet and installed it again but it shows my funds zero , whereas i had about 2000 iotex
you can check it out here

https://iotexscan.io/address/io1808qj5zsrd6xezxj4kcaf7y8pylsmdcqrfdq0m?format=io

What's the problem?

Читать полностью…

IoTeX Official Group

@ronswanson7

Читать полностью…

IoTeX Official Group

Kindly hold on while @zimne & @jrynkiew respond to you.

Читать полностью…

IoTeX Official Group

I tried sending request manually through postman, in that case I received the reply, but I am not sure, if it is correct

Читать полностью…

IoTeX Official Group

Why bitget withdrawal is still blocked for iotex ?

Читать полностью…

IoTeX Official Group

Which project supports liquid staking on iotex?

Читать полностью…

IoTeX Official Group

What error do you encounter?

Читать полностью…

IoTeX Official Group

They have team members answering in their chat /channel/cyclonegroup, so you can contact them and ask for future plans.

Yes, for now there is no visual activity, but their team is still working

Читать полностью…

IoTeX Official Group

No any update on 2023

Читать полностью…

IoTeX Official Group

That drip through which we got different tokens for the users who were burn drop eligible and needed to activate after 30 days

Читать полностью…

IoTeX Official Group

Scammer! Please report and block! Real admins/moderators/team member will never pm you first! And all official support can be done only in our official channels!

Читать полностью…

IoTeX Official Group

Hi, is the drip still working?

Читать полностью…

IoTeX Official Group

Import your trust wallet to iopay (iopay.me) and withdraw without error.

Here is a guard:
https://community.iotex.io/t/migrate-your-iotex-wallet-from-trust-wallet-to-iopay/2352

Читать полностью…

IoTeX Official Group

Who knows, what's the problem?

Читать полностью…

IoTeX Official Group

Hi friends
I can't withdraw my iotx from trust wallet.i received error

Читать полностью…

IoTeX Official Group

The best thing you could do is print out all variable and all response in your code to the serial output in between functions to identify where the error is

Читать полностью…

IoTeX Official Group

At what step exactly are you getting the error? Any screenshots?

Читать полностью…

IoTeX Official Group

if this error was after importing from trust wallet to iopay then I guess you should give it time as team are actively working with trust wallet.

stay tuned for further instruction.

Читать полностью…

IoTeX Official Group

#include <Arduino.h>

#ifdef ESP32
#include <WiFi.h>
#endif
#ifdef ESP8266
#include <ESP8266WiFi.h>
#include <ESP8266HTTPClient.h>
#include <WiFiClient.h>
#endif
#ifdef SAMD21G18A
#include <WiFiNINA.h>
#endif

#include <map>
#include "IoTeX-blockchain-client.h"
#include "secrets.h"
#include "abi.h"

constexpr const char ip[] = IOTEX_GATEWAY_IP;
constexpr const int port = IOTEX_GATEWAY_PORT;
constexpr const char wifiSsid[] = SECRET_WIFI_SSID;
constexpr const char wifiPass[] = SECRET_WIFI_PASS;

// Create the IoTeX client connection
Connection<Api> connection(ip, port, "");

// Enum that represents the status of the lock
enum LockStatus { LOCK_OPEN, LOCK_CLOSED };

// The address
const char contractAddress[] = SECRET_CONTRACT_ADDRESS_IO;

// The address which performs the action
const char fromAddress[] = IOTEX_ADDRESS_IO;

// The contract object
Contract contract(abiJson);

// The call data
String callData = "";
ParameterValuesDictionary params;

// The execution action
Execution execution;

void initWiFi()
{
#if defined(ESP32)
WiFi.mode(WIFI_STA);
#define LED_BUILTIN 2
#endif
WiFi.begin(wifiSsid, wifiPass);
Serial.print(F("Connecting to WiFi .."));
while (WiFi.status() != WL_CONNECTED)
{
Serial.print('.');
delay(1000);
}
Serial.println(F("Connected. IP: "));
Serial.println(WiFi.localIP());
}

void setup()
{
IotexHelpers.setGlobalLogLevel(IotexLogLevel::DEBUG);
IotexHelpers.setModuleLogLevel("HTTP", IotexLogLevel::DEBUG);
Serial.begin(115200);

#if defined(SAMD21G18A)
delay(5000); // Delay for 5000 seconds to allow a serial connection to be established
#endif

// Connect to the wifi network
initWiFi();

// Set the lock pin to out
pinMode(LOCK_PIN, OUTPUT);
digitalWrite(LOCK_PIN, LOW);

contract.generateCallData("isOpen", params, callData);

// Print the info
Serial.print("Calling isOpen on contract ");
Serial.print(contractAddress);
Serial.print("with data: 0x");
Serial.println(callData);

// Create the execution action
execution.data = callData;
strcpy(execution.contract, contractAddress);
}

void loop()
{
// Read the contract
ReadContractResponse response;
ResultCode result = connection.api.wallets.readContract(execution, fromAddress, 200000, &response);
Serial.print("Result : ");
Serial.println(IotexHelpers.GetResultString(result));
Serial.print("Return data: ");
Serial.println(response.data);

// Decode the data
Serial.println("Decoding the data...");
bool isOpen = decodeBool(response.data.c_str());
if (result != ResultCode::SUCCESS)
{
Serial.println("Failed to decode data");
}
else
{
String status = isOpen == true ? "OPEN" : "CLOSED";
Serial.println("Status read from blockchain is: " + status);
Serial.println("--------------------------------------------------\r\n");
}

// Open or close the lock based on the value we have read from the contract
SetLockStatus(isOpen ? LockStatus::LOCK_OPEN : LockStatus::LOCK_CLOSED);

// Poll the status every second
delay(1000);
}

void SetLockStatus(LockStatus status)
{
int pinStatus = LOW;
if (status == LockStatus::LOCK_OPEN)
{
pinStatus = HIGH;
}
digitalWrite(LOCK_PIN, pinStatus);
}

So this is the code, I have complied and uploaded on ESP32 with Arduino IDE, this project has 2 more files, secrets.h and abi.h(can be found on the above link)

Читать полностью…

IoTeX Official Group

Yes, here is what you need to know about iotex liquid staking.

https://iotex.io/blog/liquid-staking-iotex-uniiotx/

Читать полностью…

IoTeX Official Group

You can check this governance proposal https://community.iotex.io/t/passed-burn-drop-tokenomics-updates/9127 where IoTeX community members voted for Tokenimics updates which include AirDrips changes

Читать полностью…

IoTeX Official Group

the withdrawal problem from the trust wallet is not solved,

Читать полностью…

IoTeX Official Group

Yes scammer
Admins/team members WILL NEVER DM FIRST or call you. If you have any problems related to IoTeX, don't be shy to ask here or in the support channel. Wait for us to respond.

Be careful of any dodgy websites offering quick fix for your wallet, or airdrops, there's no such thing at the moment and again verify with us first.

Читать полностью…

IoTeX Official Group

No, not dead, all official updates from their side you can find in official channels /channel/cycloneprotocol & https://x.com/cycloneprotocol?s=21&amp;t=5pTQjYneaH_Evxx1erg7Jw

Читать полностью…

IoTeX Official Group

What drip are you asking?

Читать полностью…

IoTeX Official Group

Cyclone protocol is a dead?

Читать полностью…

IoTeX Official Group

Same error,when I wanted to send to iopay

Читать полностью…

IoTeX Official Group

Sure. Team are already working on resolving this issues ASAP. Atm this is workable.

https://community.iotex.io/t/migrate-your-iotex-wallet-from-trust-wallet-to-iopay/2352

Читать полностью…

IoTeX Official Group

Yes, all users have this problem, I hope dear friends and admins will help to solve this problem and solve the worries of all users in the world.

Читать полностью…

IoTeX Official Group

‼️ Your gateway into IoTeX = your gateway into DePIN

Welcome to the beta launch of http://wallet.iotex.io.

The all-in-one command center for buying, trading, bridging, staking and accessing dApps on IoTeX. 🕹

Читать полностью…
Подписаться на канал