Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ICO] ⚡ Electroneum ⚡ Token Sale Sept 14th Mobile Mining Crypto Coin
by
thelonecrouton
on 01/11/2017, 22:03:02 UTC
don't mine with 4% pool fee
try these pools
https://etn.uax.io/
http://electroneum.hashparty.io/#
working way much better with no technical issues

i went on your pool to look up my adress, it says not found. Why?
here is my adress:

etnjzsNoayqFT25QsWmUNJaXsJo8sj69HPcVsEpN4dtxUY8L3waiYwFPc37BWVtpRnQt8oewGa3VVGs 3rX51vMSz5QeuxKawS6

Unless you are mining on that pool, it's going to know nothing about you.




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