Bitcoin Forum
May 02, 2024, 07:19:07 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3] 4 »  All
  Print  
Author Topic: [ANN][GUI WALLET Linux/Windows] Electroneum Multipools GUI Wallet (Unofifcial)  (Read 5147 times)
tperalta82 (OP)
Full Member
***
Offline Offline

Activity: 174
Merit: 100


View Profile
November 25, 2017, 02:21:38 PM
 #41

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
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714677547
Hero Member
*
Offline Offline

Posts: 1714677547

View Profile Personal Message (Offline)

Ignore
1714677547
Reply with quote  #2

1714677547
Report to moderator
tperalta82 (OP)
Full Member
***
Offline Offline

Activity: 174
Merit: 100


View Profile
November 25, 2017, 02:22:20 PM
 #42

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
Call_Me_Bambi
Sr. Member
****
Offline Offline

Activity: 574
Merit: 261


View Profile
November 25, 2017, 05:03:05 PM
 #43

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 <level|categori
es>" command*,
where <level> 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

tperalta82 (OP)
Full Member
***
Offline Offline

Activity: 174
Merit: 100


View Profile
November 26, 2017, 06:34:29 AM
 #44


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
simonetti
Member
**
Offline Offline

Activity: 124
Merit: 10


View Profile
November 26, 2017, 10:23:32 AM
 #45

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.
coinone
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
November 28, 2017, 04:46:03 PM
 #46

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




tperalta82 (OP)
Full Member
***
Offline Offline

Activity: 174
Merit: 100


View Profile
November 28, 2017, 05:33:46 PM
 #47

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
coinone
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
November 28, 2017, 06:07:19 PM
Last edit: November 28, 2017, 07:14:38 PM by coinone
 #48

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
tperalta82 (OP)
Full Member
***
Offline Offline

Activity: 174
Merit: 100


View Profile
November 28, 2017, 07:59:02 PM
 #49

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

Yeah you can send and receive everything to/from the paper wallet address and use the gui/cli wallet
tbearhere
Legendary
*
Offline Offline

Activity: 3136
Merit: 1003



View Profile
December 08, 2017, 01:52:15 AM
 #50

Did you make a GUI wallet for windows 8? Thx  Smiley
50ShadesOfDamon
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile
December 09, 2017, 02:46:28 AM
 #51

Odd..... I synced yesterday and my coins showed. The wallet locked up several times. I restarted the computer, the wallet, and let it sync all day while I was at work and now my coins are GONE! Beware...
bensam1231
Legendary
*
Offline Offline

Activity: 1750
Merit: 1024


View Profile
December 09, 2017, 11:45:55 PM
 #52

Yeah, balances don't show up in the wallet... Either a scam or doesn't work properly. Rescanning balances doesn't do anything.

I buy private Nvidia miners. Send information and/or inquiries to my PM box.
tperalta82 (OP)
Full Member
***
Offline Offline

Activity: 174
Merit: 100


View Profile
December 11, 2017, 12:42:38 PM
 #53

It's not a bug in the wallet, regenerate your wallet using the keys, and start at height 0

Wait some minutes for the total scan, your coins will be there.

Also happened to me using official CLI wallet.
And btw, the GUI is just an RPC frontend to the wallet, the walelt included in the zip, is the official one, you can check the sums yourself.

This is not a scam.
tperalta82 (OP)
Full Member
***
Offline Offline

Activity: 174
Merit: 100


View Profile
December 11, 2017, 12:43:19 PM
 #54

Odd..... I synced yesterday and my coins showed. The wallet locked up several times. I restarted the computer, the wallet, and let it sync all day while I was at work and now my coins are GONE! Beware...

Your coins are not gone, regenerate wallet from your keys using the CLI, everything will bethere
tperalta82 (OP)
Full Member
***
Offline Offline

Activity: 174
Merit: 100


View Profile
December 11, 2017, 12:43:46 PM
 #55

Yeah, balances don't show up in the wallet... Either a scam or doesn't work properly. Rescanning balances doesn't do anything.

Check my previous 2 comments.
tperalta82 (OP)
Full Member
***
Offline Offline

Activity: 174
Merit: 100


View Profile
December 18, 2017, 04:39:26 PM
 #56

hi there . still couldnt sync to blockchain using

.\electroneumd --add-exclusive-node 167.114.229.99

frustrated . looking for solution almost a month now .

The node was down for maintenance (you must understand this is a node run by me, not the electroneum team)
 Can you try now?
bonjo75
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
December 22, 2017, 05:33:07 PM
 #57

Hello guys,

I already have a cli wallet with some ETN. How can just update my wallet with GUI in the easiest way?

thanks
50ShadesOfDamon
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile
December 24, 2017, 01:09:52 AM
 #58

So did you stop running your node so that those of us could not get our coins? Program is inaccessible now.
Paapolinho
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
December 24, 2017, 02:22:50 PM
 #59

Hi,

I´m also completely new to this coin and this kind of wallet. I´ve created an Paperwallet and stored the needed keys. Also i´ve mined some ETN  to this paper wallet. Now i´m trying to get this gui wallet to run. I´ve downloaded the files, unzipped it and now i´m running the electroneumd.exe. How long does it take to synch usually? It is running 4 hours now and I´m still 42 days behind. Is this normal?

Is that right? My next steps should be, after the synch has finished.

1. electronium-wallet-cli.exe --generate-from-keys mywallet.etn  from the wallet folder.
2. enter publiv key, enter private spend key, enter private view key
3. create pw and confirm  pw.
4. Restore from a specific date. Type in todays date.
5. Enter Y when prompted.

So far so good. Now i have to open electronium-wallet-cli.exe?
Do I have to use a new cmd window and keep the electroniumd.exe window open?
Or can i use the same window?
I tried it several times now, with another tutorial. And it doesn´t work. I just wanna make sure this is the right order now.
Is there something missing?

Many thanks in advance,
Paapo
browndog785
Newbie
*
Offline Offline

Activity: 60
Merit: 0


View Profile
December 29, 2017, 10:30:38 PM
 #60

Don't bother with this unofficial GUI wallet.
Just use the official command line cli-wallet from here https://github.com/electroneum/electroneum/releases
You can find tutorials on YouTube on how to use it.
Pages: « 1 2 [3] 4 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!