Pages:
Author

Topic: [Started][AirDrop#3 - 25th March] - Electronic Dollar(eDollar) - page 55. (Read 67833 times)

member
Activity: 76
Merit: 10
What is missing for the exchange? Although these days lately has had many problems and are retired retidas and deposits but it seems that it is back to normal. I am very excited to see you soon to swell in the exchange this can be a great coin.
The logo! Its not finalized yet.
full member
Activity: 566
Merit: 113
it is not an easy thing for exchange to list a coin based on cryptonote guys,
so let them take their time to test it out.
better safe than sorry i believe.
full member
Activity: 392
Merit: 100
What is missing for the exchange? Although these days lately has had many problems and are retired retidas and deposits but it seems that it is back to normal. I am very excited to see you soon to swell in the exchange this can be a great coin.
full member
Activity: 392
Merit: 100
great project . waiting for GUI wallet
newbie
Activity: 5
Merit: 0
any news about Stocks.exchange?
newbie
Activity: 92
Merit: 0
How are you going to Visa-integrate a cryptonote coin?  VISA is going to want to know where transactions are coming from.
Not if you integrate a method that generate a disposable unique hash of every transaction and will be known only to you and can be used to verify its associated transaction and once done you can dispose it.... (its just an idea of my brain)

I support this idea, but still, blockchain things can be used, like how transactions work, they are anonymous. Anyways, when you add to the blockchain a contact to fiat coins, things change, because, there has to be an account holder name, also, for credit/debit cards, there needs to be the same. It's complicated. If transactions are kept anonymous, there is no problem, the big burden is adding fiat coins to the blockchain.

Regards
GilRH
member
Activity: 76
Merit: 10
How are you going to Visa-integrate a cryptonote coin?  VISA is going to want to know where transactions are coming from.
Not if you integrate a method that generate a disposable unique hash of every transaction and will be known only to you and can be used to verify its associated transaction and once done you can dispose it.... (its just an idea of my brain)
newbie
Activity: 41
Merit: 0
How are you going to Visa-integrate a cryptonote coin?  VISA is going to want to know where transactions are coming from.

I think it's long term vision, there are many technical protocols & agreements need to be made before that happen. The short term like exchange, wallet app, payment app and merchandised app can be easier to archive.
full member
Activity: 252
Merit: 100
How are you going to Visa-integrate a cryptonote coin?  VISA is going to want to know where transactions are coming from.
newbie
Activity: 126
Merit: 0
my daemon is not connecting to the blockchain. it is showing error. so i am not able to load my coins in to my wallet. i don't know what is the problem. please help me. this is what i'm getting

2018-01-12 06:41:15.743 11340   INFO    global  src/daemon/main.cpp:283 Edollar 'Mercury' (v0.1.0.0-89f0f5d)
2018-01-12 06:41:15.745 11340   INFO    global  src/daemon/protocol.h:55        Initializing cryptonote protocol...
2018-01-12 06:41:15.745 11340   INFO    global  src/daemon/protocol.h:60        Cryptonote protocol initialized OK
2018-01-12 06:41:15.748 11340   INFO    global  src/daemon/p2p.h:63     Initializing p2p server...
2018-01-12 06:41:20.322 11340   INFO    global  src/daemon/p2p.h:68     P2p server initialized OK
2018-01-12 06:41:20.323 11340   INFO    global  src/daemon/rpc.h:58     Initializing core rpc server...
2018-01-12 06:41:20.326 11340   INFO    global  contrib/epee/include/net/http_server_impl_base.h:75  Binding on 127.0.0.1:33031
2018-01-12 06:41:20.328 11340   INFO    global  src/daemon/rpc.h:63     Core rpc server initialized OK on port: 33031
2018-01-12 06:41:20.328 11340   INFO    global  src/daemon/core.h:73    Initializing core...
2018-01-12 06:41:20.330 11340   INFO    global  src/cryptonote_core/cryptonote_core.cpp:320     Loading blockchain from folder C:\ProgramData\edollar\lmdb ...
2018-01-12 06:41:20.336 11340   WARN    blockchain.db.lmdb      src/blockchain_db/lmdb/db_lmdb.cpp:72   Failed to open lmdb environment: Input/output error
2018-01-12 06:41:20.336 11340   ERROR   cn      src/cryptonote_core/cryptonote_core.cpp:396     Error opening database: Failed to open lmdb environment: Input/output error
2018-01-12 06:41:20.337 11340   INFO    global  src/daemon/rpc.h:90     Deinitializing rpc server...
2018-01-12 06:41:20.338 11340   INFO    global  src/daemon/p2p.h:90     Deinitializing p2p...



From the logs, It seem that you local db was damaged, It's better to delete the folder C:\ProgramData\edollar and resync db
newbie
Activity: 1
Merit: 0
my daemon is not connecting to the blockchain. it is showing error. so i am not able to load my coins in to my wallet. i don't know what is the problem. please help me. this is what i'm getting

2018-01-12 06:41:15.743 11340   INFO    global  src/daemon/main.cpp:283 Edollar 'Mercury' (v0.1.0.0-89f0f5d)
2018-01-12 06:41:15.745 11340   INFO    global  src/daemon/protocol.h:55        Initializing cryptonote protocol...
2018-01-12 06:41:15.745 11340   INFO    global  src/daemon/protocol.h:60        Cryptonote protocol initialized OK
2018-01-12 06:41:15.748 11340   INFO    global  src/daemon/p2p.h:63     Initializing p2p server...
2018-01-12 06:41:20.322 11340   INFO    global  src/daemon/p2p.h:68     P2p server initialized OK
2018-01-12 06:41:20.323 11340   INFO    global  src/daemon/rpc.h:58     Initializing core rpc server...
2018-01-12 06:41:20.326 11340   INFO    global  contrib/epee/include/net/http_server_impl_base.h:75  Binding on 127.0.0.1:33031
2018-01-12 06:41:20.328 11340   INFO    global  src/daemon/rpc.h:63     Core rpc server initialized OK on port: 33031
2018-01-12 06:41:20.328 11340   INFO    global  src/daemon/core.h:73    Initializing core...
2018-01-12 06:41:20.330 11340   INFO    global  src/cryptonote_core/cryptonote_core.cpp:320     Loading blockchain from folder C:\ProgramData\edollar\lmdb ...
2018-01-12 06:41:20.336 11340   WARN    blockchain.db.lmdb      src/blockchain_db/lmdb/db_lmdb.cpp:72   Failed to open lmdb environment: Input/output error
2018-01-12 06:41:20.336 11340   ERROR   cn      src/cryptonote_core/cryptonote_core.cpp:396     Error opening database: Failed to open lmdb environment: Input/output error
2018-01-12 06:41:20.337 11340   INFO    global  src/daemon/rpc.h:90     Deinitializing rpc server...
2018-01-12 06:41:20.338 11340   INFO    global  src/daemon/p2p.h:90     Deinitializing p2p...

full member
Activity: 322
Merit: 100
Edc on stock exchange soon?? Nice!!!

I hear stocks.exchange is being super slow with deposit/withdraw, but better to have slow exchange than no exchange!
full member
Activity: 266
Merit: 102
Edc on stock exchange soon?? Nice!!!
full member
Activity: 420
Merit: 108
Electronic Dollar so special
first time I see a download with 3 file
edollard.exe
edollar-wallet-cli.exe
edollar-wallet-rpc.exe

how to use actually?
never saw before, only use qt type wallet before

anyway daemon use 100% CPU when sync really too much burden, hope can have selection % used.

run daemon, wait till sync finished, then run wallet-cli
member
Activity: 602
Merit: 13
Electronic Dollar so special
first time I see a download with 3 file
edollard.exe
edollar-wallet-cli.exe
edollar-wallet-rpc.exe

how to use actually?
never saw before, only use qt type wallet before

anyway daemon use 100% CPU when sync really too much burden, hope can have selection % used.
newbie
Activity: 210
Merit: 0
i'm alos looking forward for the listing of the project. many exchanges uses voting system to bet listed. devs can organize such a campaign so that the growing community can also help it
newbie
Activity: 41
Merit: 0
Exchange ?? February?? Smiley

Have Nice Day!  Roll Eyes

well nobody know about it yet,
as far as i heard,they are already contacting stock exchange.
not many exchanges supporting this kind of project,
also if you look at the roadmap,
you can see that it will be listed on exchange in Q1 2018.
which mean it should be around january till may or around that time.

Just copy from discord channel:

Quote
edollar:
Just for more info that it was accepted and is under testing
https://media.discordapp.net/attachments/396174382906736643/400340053387247636/20180107_132424.png?width=332&height=425
But there are many new features, it need to be tested carefully
And may take more time to complete, compare to other cryptonote coin
full member
Activity: 632
Merit: 122
Exchange ?? February?? Smiley

Have Nice Day!  Roll Eyes

well nobody know about it yet,
as far as i heard,they are already contacting stock exchange.
not many exchanges supporting this kind of project,
also if you look at the roadmap,
you can see that it will be listed on exchange in Q1 2018.
which mean it should be around january till may or around that time.
jr. member
Activity: 159
Merit: 1
EDC Pools 2018 update

US https://pool.edollar.cash  >> online 1.4% Fee
SG http://pool.electronicdollar.org >> online 1.4% Fee
EU https://edc.luckypool.io >> online 1% Fee
EU http://edollar.cryptoserver.nl >> online 1% Fee
KR http://edc.epool.work  >> online 0%
West Eu http://edc.mine.nu/ >> online 1%

(Please choose a pool near you for best performance)
member
Activity: 76
Merit: 10
Hi, I was mining fine but when today I started the software it always said "Result rejected by pool" and I tought it was just some server faliure but then restarted the program and it said my Ip has been banned. Any solution?  Huh
Restart your router it will change your ip and try higher difficulty port to avoid  the same future issue
Pages:
Jump to: