Pages:
Author

Topic: [ANN][GUI WALLET Linux/Windows] Electroneum Multipools GUI Wallet (Unofifcial) - page 2. (Read 5174 times)

newbie
Activity: 14
Merit: 0
thank you sir i found the coins
i was connected with electroneumd.exe --add-exclusive-node 167.114.229.99 for a day
but now i restarted electroneumd.exe --add-exclusive-node 167.114.229.99 it said i was 400 blocks behind
strange cause i checked status it said up to date

-can i import a paper wallet only once or to different cli wallets
-can i still send coins to the paper wallet and find them in the cli wallet?

thanks again ur  Cool


ps
i hope the rich richie read this
paperwallet:
to get the privateview and privatespend keys from the pdf i had to
make screenshot
create a jpg file from that screenshot
drop that file into chrometab
then install a chrome addon codereader
so finaly i got the key in ascii thats how we use it here with the cli
if millions of people want to use this might be nice to offer a better option to get these keys
donations: etnkJxnfZXxMgZFr2i857s5o4n4E7FerKeE5JvLgrpALas1RGKxhXvu5x4QdgSRy4AHkw9euGiJmPZR 1qrmCFoTv7aVr1Vn2Q5
full member
Activity: 174
Merit: 100
hi

i was trying to use the electroneum-wallet-cli (first steps)
i did buy etn coins at cryptopia

before i made a paperwallet
i was mining with the windows miner from the electroneum website to that paperwallet
so i wanted to see if there was a balance on that paperwallet

i did import that paperwallet to a new wallet
there was no balance

then i sent the etn i got from cryptopia to the paperwallet
i found that transaction on the blockchain with the electroneum blockexplorer

but i cant find the coins anywhere. not in the wallet i used to import the paperwallet
i did import the paperwallet to a new wallet. no ballance too

does this mean once u imported a paperwallet - the paperwallet does not exist anymore?

i am new to cryptos

i mean it looks like the coins are lost
so this might be important to others too not to loose coins like i did

thanks for help






try this , so that you dont' have to setup your node or anything to check your funds.

electroneum-wallet-cli.exe --daemon-host 167.114.229.99
Enter your wallet data and check if the ETN's are there.
If they are, close it and run:
electroneumd.exe --add-exclusive-node 167.114.229.99
Let it sync until it ends, when it ends, open the GUI and you're good to go
newbie
Activity: 14
Merit: 0
hi

i was trying to use the electroneum-wallet-cli (first steps)
i did buy etn coins at cryptopia

before i made a paperwallet
i was mining with the windows miner from the electroneum website to that paperwallet
so i wanted to see if there was a balance on that paperwallet

i did import that paperwallet to a new wallet
there was no balance

then i sent the etn i got from cryptopia to the paperwallet
i found that transaction on the blockchain with the electroneum blockexplorer

but i cant find the coins anywhere. not in the wallet i used to import the paperwallet
i did import the paperwallet to a new wallet. no ballance too

does this mean once u imported a paperwallet - the paperwallet does not exist anymore?

i am new to cryptos

i mean it looks like the coins are lost
so this might be important to others too not to loose coins like i did

thanks for help




member
Activity: 124
Merit: 10
The wallet is working now, the problem was with the daemon. I took me a while, how to get the exclusive node command to work. On win 7 i created shortcut to electroneumd.exe  and modify it, so It looks like this: X\gui electroneum-gui-wallet\electroneumd.exe" --add-exclusive-node 167.114.229.99
The X is the directory of you wallet.

Thanks dev for a very nice work, i sent you a little something for all you effort.
full member
Activity: 174
Merit: 100

You have the same issue as another issue, alhtough that is an upstream problem, I helped him solve it this way:

Run electroneumd like this

electroneumd --add-exclusive-node 167.114.229.99

That node is on my server and will always be online

If your using windows 10:
open the folder where  electroneumd.exe is extracted to.
pres shift right click then select open windows powershell.
type .\electroneumd --add-exclusive-node 167.114.229.99
that will get the blockchain to sync.
thanks for your help. Could not have done it with out your help.

[/quote]

No worries man, glad to help
sr. member
Activity: 574
Merit: 261
Screenshot. Daemon doesn`t look to be doing anything?


When I start the deamon this is what I get (see below), and it syncs with no problems.
I don't know if it will help, but it has with other coin wallets, and that is to delete the blockchain folder "C:\ProgramData\electroneum\" (I would rename it to be safe, rather than delete it) and let it resync. It could be a corrupted blockchain.
The blockchain is over 2GB, which should not be a problem for most people, but check there is enough room for it.

There are tips on how to improve syncing but I can't remember them.

Code:
2017-11-25 16:48:21.107 4128    INFO    global  src/daemon/main.cpp:279 Electron
eum 'Helium Hydra' (v0.11.0.0-53f8b3fa)
2017-11-25 16:48:21.107 4128    INFO    global  src/daemon/protocol.h:55
Initializing cryptonote protocol...
2017-11-25 16:48:21.123 4128    INFO    global  src/daemon/protocol.h:60
Cryptonote protocol initialized OK
2017-11-25 16:48:21.123 4128    INFO    global  src/daemon/p2p.h:63     Initiali
zing p2p server...
2017-11-25 16:48:47.971 4128    INFO    global  src/daemon/p2p.h:68     P2p serv
er initialized OK
2017-11-25 16:48:47.971 4128    INFO    global  src/daemon/rpc.h:58     Initiali
zing core rpc server...
2017-11-25 16:48:47.971 4128    INFO    global  contrib/epee/include/net/http_se
rver_impl_base.h:70     Binding on 127.0.0.1:26968
2017-11-25 16:48:47.986 4128    INFO    global  src/daemon/rpc.h:63     Core rpc
 server initialized OK on port: 26968
2017-11-25 16:48:47.986 4128    INFO    global  src/daemon/core.h:73    Initiali
zing core...
2017-11-25 16:48:47.986 4128    INFO    global  src/cryptonote_core/cryptonote_c
ore.cpp:323     Loading blockchain from folder C:\ProgramData\electroneum\lmdb .
..
2017-11-25 16:48:49.375 4128    INFO    global  src/cryptonote_core/cryptonote_c
ore.cpp:421     Loading checkpoints
2017-11-25 16:48:59.780 4128    WARN    net.dns src/common/dns_utils.cpp:487
WARNING: no two valid ElectroneumPulse DNS checkpoint records were received
2017-11-25 16:48:59.780 4128    INFO    global  src/daemon/core.h:78    Core ini
tialized OK
2017-11-25 16:48:59.780 4128    INFO    global  src/daemon/rpc.h:68     Starting
 core rpc server...
2017-11-25 16:48:59.780 [SRV_MAIN]      INFO    global  src/daemon/rpc.h:73
Core rpc server started ok
2017-11-25 16:48:59.780 [SRV_MAIN]      INFO    global  src/daemon/p2p.h:78
Starting p2p net loop...
2017-11-25 16:49:00.794 [P2P7]  INFO    global  src/cryptonote_core/cryptonote_c
ore.cpp:1247    ←[1;33m
**********************************************************************
The daemon will start synchronizing with the network. This may take a long time
to complete.

You can set the level of process detailization* through "set_log es>" command*,
where is between 0 (no details) and 4 (very verbose), or custom category
 based levels (eg, *:WARNING)

Use the "help" command to see the list of available commands.
**********************************************************************
←[0m
2017-11-25 16:49:00.841 [P2P7]  WARN    net.dns src/common/dns_utils.cpp:487
WARNING: no two valid ElectroneumPulse DNS checkpoint records were received
2017-11-25 16:49:01.527 [P2P6]  INFO    global  src/cryptonote_protocol/cryptono
te_protocol_handler.inl:302     [186.154.160.60:26967 OUT] Sync data returned a
new top block candidate: 39916 -> 40143 [Your node is 227 blocks (0 days) behind
]
SYNCHRONIZATION started
2017-11-25 16:49:24.443 [P2P7]  INFO    global  src/cryptonote_protocol/cryptono
te_protocol_handler.inl:1151    ←[1;33m[186.154.160.60:26967 OUT]  Synced 40016/
40143←[0m

full member
Activity: 174
Merit: 100
Nice work T(Tomás, Tiago, Teodoro, Tolentino? Wink) peralta.

Now let's just hope Electroneum doesn't end up in a ditch and actually rises up to the be a good thing. I hate to think that I'm wasting my time mining it.


Hhahahahaha, Tiago Cheesy

thanks man, it will rise, but there will probably be a dump first because of some investors's frustratio, I for one am totally supporting the project
full member
Activity: 174
Merit: 100
Screenshot. Daemon doesn`t look to be doing anything?






You have the same issue as another issue, alhtough that is an upstream problem, I helped him solve it this way:

Run electroneumd like this

electroneumd --add-exclusive-node 167.114.229.99

That node is on my server and will always be online
full member
Activity: 266
Merit: 100
“A fool and his money are soon parted”
Nice work T(Tomás, Tiago, Teodoro, Tolentino? Wink) peralta.

Now let's just hope Electroneum doesn't end up in a ditch and actually rises up to the be a good thing. I hate to think that I'm wasting my time mining it.
newbie
Activity: 46
Merit: 0
wallet works fine so far, nice work
member
Activity: 124
Merit: 10
Screenshot. Daemon doesn`t look to be doing anything?




full member
Activity: 174
Merit: 100
Thank you for clear instructions.

But when i check the balance in cli wallet, there is nothing and also when i enter the command to view secret and public keys, they are different from those entered.
 And also when i open gui wallet, after importing the keys file, it doesn`t look like it is synchronizing.

can you post a screenshot of the gui wallet?

I'd suggest you to run electroneumd.exe and let it run until it's fully synced and open the GUI wallet afterwards

member
Activity: 124
Merit: 10
Thank you for clear instructions.

But when i check the balance in cli wallet, there is nothing and also when i enter the command to view secret and public keys, they are different from those entered.
 And also when i open gui wallet, after importing the keys file, it doesn`t look like it is synchronizing.

Looking in the gui wallet, under show seed & keys, just the secret view key is correct, and i entered the correct informations in cli wallet.
sr. member
Activity: 574
Merit: 261
How do i import from my paper wallet, cli method looks complicated to me...

There is a guide on how to import your paper wallet into the cli wallet here; I've used it and it's really quite easy to use, just take your time.
https://medium.com/@xikimay_33996/importing-your-paper-wallet-to-your-cli-wallet-9e788be08a1a

..and how to use it..
https://medium.com/@xikimay_33996/how-to-create-an-electroneum-wallet-and-how-to-use-it-b00b787d5bd7

Tip:
To send all your ETN, in one go, to an exchange use command sweep_all ADDRESS PAYMENT_ID

Here is a list of wallet commands, took me a while to figure out this list is only available after wallet is opened.

Code:
address              Show current wallet public address
  address_book         address_book [(add (
[pid ])|ddress> [])|(delete )] - Print all entries in the addr
ess book, optionally adding/deleting an entry to/from it
  balance              Show current wallet balance
  bc_height            Show blockchain height
  check_tx_key         Check amount going to
in
  check_tx_proof       Check tx proof for payment going to
in
  donate               donate [] [payment_id] - Donate to the developme
nt team (donate.getmonero.org)
  export_key_images    Export a signed set of key images
  export_outputs       Export a set of outputs owned by this wallet
  fee                  Print information about fee and current transaction backlog
  get_tx_key           Get transaction key (r) for a given
  get_tx_note          Get a string note for a txid
  get_tx_proof         Generate a signature to prove payment to
in using the transa
ction secret key (r) without revealing it
  help                 Show this help
  import_key_images    Import signed key images list and verify their spent status
  import_outputs       Import set of outputs owned by this wallet
  incoming_transfers   incoming_transfers [available|unavailable] - Show incoming transfers, all or
filtered by availability
  integrated_address   integrated_address [PID] - Encode a payment ID into an integrated address for
 the current wallet public address (no argument uses a random payment ID), or decode an integrated a
ddress to standard address and payment ID
  locked_transfer      locked_transfer [] (Number of blocks t
o lock the transaction for, max 1000000) []
  password             Change wallet password
  payment_id           Generate a new random full size payment id - these will be unencrypted on the
 blockchain, see integrated_address for encrypted short payment ids
  payments             payments [ ... ] - Show payments for given payment ID[s
]
  refresh              Synchronize transactions and balance
  rescan_bc            Rescan blockchain from scratch
  rescan_spent         Rescan blockchain for spent outputs
  save                 Save wallet data
  save_bc              Save current blockchain data
  save_watch_only      Save a watch-only keys file
  seed                 Display Electrum-style mnemonic seed
  set                  Available options: seed language - set wallet seed language; always-confirm-transfers <1|0> - whether to confirm unsplit txes; print-ring-members <1|0> - whether to print detailed information about ring members during confirmation; store-tx-info <1|0> - whether to store outgoing tx info (destination address, payment ID, tx secret key) for future reference; default-ring-size - set default ring size (default is 5); auto-refresh <1|0> - whether to automatically sync new blocks from the daemon; refresh-type - set wallet refresh behaviour; priority [0|1|2|3|4] - default/unimportant/normal/elevated/priority fee; confirm-missing-payment-id <1|0>; ask-password <1|0>; unit - set default monero (sub-)unit; min-outputs-count [n] - try to keep at least that many outputs of value at least min-outputs-value; min-outputs-value [n] - try to keep at least min-outputs-count outputs of at least that value; merge-destinations <1|0> - whether to merge multiple payments to the same destination address; confirm-backlog <1|0> - whether to warn if there is transaction backlog
  set_log              set_log | - Change current log detail (level must be <0-4>
)
  set_tx_note          Set an arbitrary string note for a txid
  show_transfer        Show information about a transfer to/from this address
  show_transfers       show_transfers [in|out|pending|failed|pool] [ []] - S
how incoming/outgoing transfers within an optional height range
  sign                 Sign the contents of a file
  sign_transfer        Sign a transaction from a file
  spendkey             Display private spend key
  start_mining         start_mining [] - Start mining in daemon
  status               Show wallet status information
  stop_mining          Stop mining in daemon
  submit_transfer      Submit a signed transaction from a file
  sweep_all            sweep_all [ring_size] address [payment_id] - Send all unlocked balance to an
address
  sweep_below          sweep_below [ring_size] address [payment_id] - Send all un
locked outputs below the threshold to an address
  sweep_unmixable      Send all unmixable outputs to yourself with ring_size 1
  transfer             transfer [] []
[] - Transfer to
. is the priority of the transaction. The higher the priority, the higher the fee of the transaction. Valid values in priority order (from lowest to highest) are: unimportant, normal, elevated, priority. If omitted, the default value (see the command "set priority") is used. is the number of inputs to include for untraceability. Multiple payments can be made at once by adding etcetera (before the payment ID, if it's included)

  transfer_original    Same as transfer, but using an older transaction building algorithm
  unspent_outputs      unspent_outputs [ ] - Show unspent outputs within an
optional amount range
  verify               Verify a signature on the contents of a file
  viewkey              Display private view key
full member
Activity: 174
Merit: 100
How do i import from my paper wallet, cli method looks complicated to me...

Unfortunately the GUI wallet doesn't import from paper wallet yet, maybe in the future i'll implement it.

As for the CLI it's quite easy actually, considering you are a Windows user , try to follow this steps:

1) Download Official electroneum wallet (or mine , both have the official cli and software included)
2) Unzip it to a folder on your desktop
3) Start -> Run -> cmd
3) cd Desktop/electroneum (or the folder where you've put it in)
4) electroneum-wallet-cli --generate-from-keys WalletName
5) When asked if you want to save the file, say yes.
5) Enter the requested keys that are on your paper wallet
6) Enter a password that you won't forget (although you will be able to recover the wallet later with the paper wallet)

Save all the contents to a notepad or a text file and encrypt it and/or save it in a safe location..

Then open the GUI Wallet, select the language, then select the final option and open the Wallet you generated with it, and let it sync, it can take hours.

Hope this helps
member
Activity: 124
Merit: 10
How do i import from my paper wallet, cli method looks complicated to me...
full member
Activity: 174
Merit: 100
I am little confused here ,is this really working ? How to send the coins from paper wallet to this wallet if it's really working ?

BTW still I see below message


WE WILL BE BACK AS SOON AS POSSIBLE

AS YOU KNOW, AFTER EXPERIENCING A REAL, CREDIBLE, SECURITY THREAT, WE CLOSED ACCESS TO THE ELECTRONEUM WALLET SYSTEM AND APP TO ALLOW TIME TO COMPLETELY OVERHAUL OUR SOFTWARE AND NETWORK INFRASTRUCTURE.

WE'VE BEEN WORKING CLOSELY WITH AMAZON AWS (OUR NETWORK INFRASTRUCTURE PROVIDERS) AND WE'VE BEEN IMPLEMENTING SECURITY ENHANCEMENTS FROM OUR DISCUSSIONS WITH THEM AND FROM A THIRD PARTY SECURITY CONSULTANTS.

AFTER OFFICIALLY BECOMING ONE OF THE TOP 30 CRYPTOCURRENCIES IN THE WORLD ( http://HTTPS://COINMARKETCAP.COM/ ) AND FOLLOWING THE ADVICE OF OUR SECURITY CONSULTANTS, WE HAVE TAKEN THE DECISION THAT IN THE INTEREST OF OUR USERS' SECURITY WE SHOULD APPLY AN ENTERPRISE LEVEL SECURITY AUDIT AND EXTENSIVE PENETRATION TESTING BEFORE RELEASE.

WE’VE ENAGAGED THE SERVICES OF A SECURITY AGENCY THAT WORKS FOR THE US DEPARTMENT OF DEFENSE AS WELL AS COINBASE, SPOTIFY, UBER, BLOCKCHAIN AND DOZENS MORE TOP TECH COMPANIES. WE HAVE AGREED TERMS WITH HACKERONE (HACKERONE.COM) IN SAN FRANCISCO, ONE OF THE WORLD'S TOP SECURITY AND VULNERABILITY TESTING EXPERTS. HACKERONE ARE TO CARRY OUT VULNERABILITY AND PENETRATION TESTING OF OUR PLATFORM BEFORE LAUNCH. THE INDICATED TESTING TIMESCALES ARE THREE TO FOUR WEEKS.

I'D LIKE TO ONCE AGAIN APOLOGISE FOR THE INCONVENIENCE THAT THIS CONTINUED DELAY HAS CAUSED YOU. WE HAVE DONE THIS IN THE INTEREST OF ALL OUR USERS, AND TO ENSURE WE ARE IN THE BEST POSSIBLE POSITION TO ACHIEVE THE FIRST MASS ADOPTION OF A CRYPTOCURRENCY, AND BE AN ATTRACTIVE SECURE PAYMENT SOLUTION TO COMMERCIAL PARTNERS.

The windows version, like I mentioned, has a bug, I have already fixed it but haven't deployed it yet.
And yes the wallet works properly as it uses Electroneum Official Wallet Daemon as a backend.
As for the message you got , that is pretty normal, this is not an official GUI Wallet, but a 3rd party made by me.

full member
Activity: 152
Merit: 100
I am little confused here ,is this really working ? How to send the coins from paper wallet to this wallet if it's really working ?

BTW still I see below message


WE WILL BE BACK AS SOON AS POSSIBLE

AS YOU KNOW, AFTER EXPERIENCING A REAL, CREDIBLE, SECURITY THREAT, WE CLOSED ACCESS TO THE ELECTRONEUM WALLET SYSTEM AND APP TO ALLOW TIME TO COMPLETELY OVERHAUL OUR SOFTWARE AND NETWORK INFRASTRUCTURE.

WE'VE BEEN WORKING CLOSELY WITH AMAZON AWS (OUR NETWORK INFRASTRUCTURE PROVIDERS) AND WE'VE BEEN IMPLEMENTING SECURITY ENHANCEMENTS FROM OUR DISCUSSIONS WITH THEM AND FROM A THIRD PARTY SECURITY CONSULTANTS.

AFTER OFFICIALLY BECOMING ONE OF THE TOP 30 CRYPTOCURRENCIES IN THE WORLD ( http://HTTPS://COINMARKETCAP.COM/ ) AND FOLLOWING THE ADVICE OF OUR SECURITY CONSULTANTS, WE HAVE TAKEN THE DECISION THAT IN THE INTEREST OF OUR USERS' SECURITY WE SHOULD APPLY AN ENTERPRISE LEVEL SECURITY AUDIT AND EXTENSIVE PENETRATION TESTING BEFORE RELEASE.

WE’VE ENAGAGED THE SERVICES OF A SECURITY AGENCY THAT WORKS FOR THE US DEPARTMENT OF DEFENSE AS WELL AS COINBASE, SPOTIFY, UBER, BLOCKCHAIN AND DOZENS MORE TOP TECH COMPANIES. WE HAVE AGREED TERMS WITH HACKERONE (HACKERONE.COM) IN SAN FRANCISCO, ONE OF THE WORLD'S TOP SECURITY AND VULNERABILITY TESTING EXPERTS. HACKERONE ARE TO CARRY OUT VULNERABILITY AND PENETRATION TESTING OF OUR PLATFORM BEFORE LAUNCH. THE INDICATED TESTING TIMESCALES ARE THREE TO FOUR WEEKS.

I'D LIKE TO ONCE AGAIN APOLOGISE FOR THE INCONVENIENCE THAT THIS CONTINUED DELAY HAS CAUSED YOU. WE HAVE DONE THIS IN THE INTEREST OF ALL OUR USERS, AND TO ENSURE WE ARE IN THE BEST POSSIBLE POSITION TO ACHIEVE THE FIRST MASS ADOPTION OF A CRYPTOCURRENCY, AND BE AN ATTRACTIVE SECURE PAYMENT SOLUTION TO COMMERCIAL PARTNERS.
full member
Activity: 174
Merit: 100
Hey everyone, the hard drive where I had my windows build environment decided to die, i was not able to push the windows release with the bugfix.

It is fixed, tested, and working on linux.
I'll take some time, a day or so to rebuild the windows wallet because of this.

Sorry for the inconvenience!

Pages:
Jump to: