Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ICO] ⚡ Electroneum ⚡ Token Sale Sept 14th Mobile Mining Crypto Coin
by
Altex.ws
on 01/11/2017, 23:12:50 UTC
How can I transfer electroneum to cryptopia? I have paper wallet with Balance, from mining.

Any advice that leads to me successfully trade with this overprice on cryptopia will be rewarded in eth or etn

 0x9942cb65c66F1379904CD39b19E0d828aDBA7e9D   or   etnk74AQmpPYYvn3nTKjndCKU7CNBN7bYa5xg8fVYTBXBbhuDiRawf6Hu8BRW3HuHTYurpQcswEFBQK Dfdq5js4V1TLAqxGmkY   Kiss

does anybody know where I can check the balance of etn on my wallet adress???


Good grief.

For anyone wanting to know their balance if their pool is on the fritz, just run the daemon.

https://downloads.electroneum.com/ - scroll down a bit to 'Direct Miners' which is what they're calling the daemon and cli executables.

Download according to your OS and decompress. The linux one didn't work for me, so I compiled it myself, it doesn't have many dependencies, I already had all the non-optional ones anyway.

Destructions:
1. Fire up electroneumd and wait for it to sync
2. Fire up electroneum-wallet-cli like so to get it to give you details of your paper wallet:
       "electroneum-wallet-cli --generate-from-keys WALLET"   (On Win it's probably "electroneum-wallet-cli.exe...")
       - without the quotes, where WALLET is the wallet name you want, can be anything
       ...when prompted enter your public address and private key and view key from your paper wallet
       ...set a password
       ...wait while it syncs that address
3. Bugger about with it Cheesy - type "help" at the prompt for available commands - "balance" and "show_transfers in" (without the quotes!) are what most of you are looking for
4. Log back into that wallet if you've closed it with:
       "electroneum-wallet-cli --walletfile=WALLET"
       Note - as before, you need to have the daemon (electroneumd) running and synced again first

I cant get the dameon running I get this any advice
2017-11-01 23:09:39.550 6284    INFO    global  src/daemon/main.cpp:279 Electroneum 'Helium Hydra' (v0.11.0.0-53f8b3fa)
2017-11-01 23:09:39.552 6284    INFO    global  src/daemon/protocol.h:55        Initializing cryptonote protocol...
2017-11-01 23:09:39.552 6284    INFO    global  src/daemon/protocol.h:60        Cryptonote protocol initialized OK
2017-11-01 23:09:39.557 6284    INFO    global  src/daemon/p2p.h:63     Initializing p2p server...
2017-11-01 23:09:41.184 6284    INFO    global  src/daemon/p2p.h:68     P2p server initialized OK
2017-11-01 23:09:41.184 6284    INFO    global  src/daemon/rpc.h:58     Initializing core rpc server...
2017-11-01 23:09:41.189 6284    INFO    global  contrib/epee/include/net/http_server_impl_base.h:70  Binding on 127.0.0.1:26968
2017-11-01 23:09:41.189 6284    INFO    global  src/daemon/rpc.h:63     Core rpc server initialized OK on port: 26968
2017-11-01 23:09:41.190 6284    INFO    global  src/daemon/core.h:73    Initializing core...
2017-11-01 23:09:41.192 6284    INFO    global  src/cryptonote_core/cryptonote_core.cpp:323     Loading blockchain from folder C:\ProgramData\electroneum\lmdb ...
2017-11-01 23:09:41.202 6284    WARN    blockchain.db.lmdb      src/blockchain_db/lmdb/db_lmdb.cpp:72   Failed to query m_blocks: MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
2017-11-01 23:09:41.202 6284    ERROR   cn      src/cryptonote_core/cryptonote_core.cpp:399     Error opening database: Failed to query m_blocks: MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
2017-11-01 23:09:41.204 6284    INFO    global  src/daemon/rpc.h:90     Deinitializing rpc server...
2017-11-01 23:09:41.205 6284    INFO    global  src/daemon/p2p.h:90     Deinitializing p2p...
2017-11-01 23:09:41.218 6284    INFO    global  src/daemon/core.h:89    Deinitializing core...
2017-11-01 23:09:41.220 6284    ERROR   daemon  src/daemon/core.h:94    Failed to deinitialize core...
2017-11-01 23:09:41.223 6284    INFO    global  src/daemon/protocol.h:77        Stopping cryptonote protocol...
2017-11-01 23:09:41.223 6284    INFO    global  src/daemon/protocol.h:81        Cryptonote protocol stopped successfully