Pages:
Author

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

newbie
Activity: 39
Merit: 0
http://edollar.hashblocks.top

0% fee! (Until 100 workers, after 0.5%)
Payout 20 EDC, once per hour!
Welcome!

Now I have 85% of pools hashrate))
Please, help us - pool is VERY stable!!
I will join you for a while today  Smiley
newbie
Activity: 8
Merit: 0
i have a paper wallet. how can i check the balance
use https://explorer.edollar.cash/
but doesn't show any info when i entered the wallet address

I was searching for the same answer...I think for cryptonight coins we can't get the balance from just the blockchain explorer because of its anonymity features.

Am I wrong? Anybody knows?


newbie
Activity: 180
Merit: 0
http://edollar.hashblocks.top

0% fee! (Until 100 workers, after 0.5%)
Payout 20 EDC, once per hour!
Welcome!

Now I have 85% of pools hashrate))
Please, help us - pool is VERY stable!!

That's an argument to not use your pool!?! It's best to spread the hashrate around, not concentrate it in one pool!



No, he meant to use his pool, he has too few miners so that only him with some hundreds hashrate can take most of the pool hashrate.
full member
Activity: 420
Merit: 184
http://edollar.hashblocks.top

0% fee! (Until 100 workers, after 0.5%)
Payout 20 EDC, once per hour!
Welcome!

Now I have 85% of pools hashrate))
Please, help us - pool is VERY stable!!

That's an argument to not use your pool!?! It's best to spread the hashrate around, not concentrate it in one pool!

newbie
Activity: 210
Merit: 0
i have a paper wallet. how can i check the balance
use https://explorer.edollar.cash/
but doesn't show any info when i entered the wallet address
sr. member
Activity: 367
Merit: 255
http://edollar.hashblocks.top

0% fee! (Until 100 workers, after 0.5%)
Payout 20 EDC, once per hour!
Welcome!

Now I have 85% of pools hashrate))
Please, help us - pool is VERY stable!!
newbie
Activity: 14
Merit: 0
@edollar.cash : have masternode for EDC?
newbie
Activity: 126
Merit: 0
How to set Minimum Payment Threshold on official pool? It says 2 EDC bat there is no payment


We changed min payout to 100 EDC and payment interval to 30 minutes, we will update info in payment tab.
newbie
Activity: 1
Merit: 0
How to set Minimum Payment Threshold on official pool? It says 2 EDC but there is no payment
member
Activity: 602
Merit: 13
anyone can help?

the official pool provided cpuminer link don't have file for win 32-bit  Sad

so meaning I have no way to join pool mining?

You can do a google search for window 32 bits cpuminer,
Here is a link that you can download one https://github.com/pooler/cpuminer/releases

I already using it, only for scrypt and cannot do cryptonight mining
newbie
Activity: 180
Merit: 0
Does dynamic diff affect my reward amount? Sometime new block is detected continuously and my diff varies a lot without any accepted shares. Is this expected?
newbie
Activity: 41
Merit: 0
anyone can help?

the official pool provided cpuminer link don't have file for win 32-bit  Sad

so meaning I have no way to join pool mining?

You can do a google search for window 32 bits cpuminer,
Here is a link that you can download one https://github.com/pooler/cpuminer/releases
full member
Activity: 392
Merit: 100
What exchanges is this coin listed and what is it current price.
member
Activity: 602
Merit: 13
anyone can help?

the official pool provided cpuminer link don't have file for win 32-bit  Sad

so meaning I have no way to join pool mining?
full member
Activity: 196
Merit: 100
I suppose that due to the stock.exchange problems of the days back, the inclusion in the exchange is delayed, is not it? Well let's have patience because this project has a huge potential. Many encourage the developers and continue to mine as champions!

Yeah, stocks.exchange is overwhelmed. They had to suspend operations entirely twice today. They have enough troubles with existing coins, I'm not sure how long it'll take them to get new coins up...
member
Activity: 175
Merit: 11
"Decentralization is religion"
Hello!
Ive generated my wallet here - https://edollar.cash/wallet_generator.html
How can I enter my wall now?

You mean access your wallet? You'll need to download the edollar wallet and import your generated wallet using the seed

Sorry, what the command in wallet for importing?

How could I import existing wallet (created on edollar.cash/wallet_generator.html) to the offline wallet dev ? :-?  Huh Huh The offline command wallet always auto create a new one ...
If you are using linux
run the following command
Code:
./edollar-wallet-cli --restore-deterministic-wallet
Then flow the instruction in the terminal

If you are using windows
because window does not allow you to run .exe file directly from cmd, here is what you may do:
- Using notepad or any text editor program to create a file, ex: my_wallet.bat (Note that it should be .bat file, not .txt file)
- past this text to your file: --restore-deterministic-wallet and save file (Replace  to your real path, ex: C:\edollar-win64\edollar-wallet-cli.exe)
- Run the file you've just created and follow construction in cmd


I did it as requested, however a new wallet is being generated as per below. Am I doing something wrong? I entered the Seed that was given to me when I created the wallet a few days ago using wallet generator
I just would like to check the balance of my wallet...

Code:
Edollar 'Mercury' (v0.1.0.0-51bf95f)
Logging to C:\Users\josem\OneDrive\Documentos\mining\edollar-win64\edollar-wallet-cli.log
Specify a new wallet file name for your restored wallet (e.g., MyWallet).
Wallet file name (or Ctrl-C to quit): mywallet
Generating new wallet...
Specify Electrum seed:


Im affraid that you have to sync the wallet with network.. there is no gui wallet im aware of for edollar

first run edollard.exe and wait until it syncs with network (might take ~15-20 minutes)

the restore the wallet (on the point Specify Electrum seed: enter the words you have hopefully saved when generating wallet)

in wallet type help for available commands

hopefully DEVs are working on a gui wallet
newbie
Activity: 9
Merit: 1
Hello!
Ive generated my wallet here - https://edollar.cash/wallet_generator.html
How can I enter my wall now?

You mean access your wallet? You'll need to download the edollar wallet and import your generated wallet using the seed

Sorry, what the command in wallet for importing?

How could I import existing wallet (created on edollar.cash/wallet_generator.html) to the offline wallet dev ? :-?  Huh Huh The offline command wallet always auto create a new one ...
If you are using linux
run the following command
Code:
./edollar-wallet-cli --restore-deterministic-wallet
Then flow the instruction in the terminal

If you are using windows
because window does not allow you to run .exe file directly from cmd, here is what you may do:
- Using notepad or any text editor program to create a file, ex: my_wallet.bat (Note that it should be .bat file, not .txt file)
- past this text to your file: --restore-deterministic-wallet and save file (Replace  to your real path, ex: C:\edollar-win64\edollar-wallet-cli.exe)
- Run the file you've just created and follow construction in cmd


I did it as requested, however a new wallet is being generated as per below. Am I doing something wrong? I entered the Seed that was given to me when I created the wallet a few days ago using wallet generator
I just would like to check the balance of my wallet...

Code:
Edollar 'Mercury' (v0.1.0.0-51bf95f)
Logging to C:\Users\josem\OneDrive\Documentos\mining\edollar-win64\edollar-wallet-cli.log
Specify a new wallet file name for your restored wallet (e.g., MyWallet).
Wallet file name (or Ctrl-C to quit): mywallet
Generating new wallet...
Specify Electrum seed:

newbie
Activity: 39
Merit: 0
To back up wallet to another location are all the files needed in the edollar-win64 folder? Can I simple copy and paste that onto a USB stick etc?
newbie
Activity: 126
Merit: 0
Hello!
Ive generated my wallet here - https://edollar.cash/wallet_generator.html
How can I enter my wall now?

You mean access your wallet? You'll need to download the edollar wallet and import your generated wallet using the seed

Sorry, what the command in wallet for importing?

How could I import existing wallet (created on edollar.cash/wallet_generator.html) to the offline wallet dev ? :-?  Huh Huh The offline command wallet always auto create a new one ...
If you are using linux
run the following command
Code:
./edollar-wallet-cli --restore-deterministic-wallet
Then flow the instruction in the terminal

If you are using windows
because window does not allow you to run .exe file directly from cmd, here is what you may do:
- Using notepad or any text editor program to create a file, ex: my_wallet.bat (Note that it should be .bat file, not .txt file)
- past this text to your file: --restore-deterministic-wallet and save file (Replace  to your real path, ex: C:\edollar-win64\edollar-wallet-cli.exe)
- Run the file you've just created and follow construction in cmd
newbie
Activity: 42
Merit: 0
Hello!
Ive generated my wallet here - https://edollar.cash/wallet_generator.html
How can I enter my wall now?

You mean access your wallet? You'll need to download the edollar wallet and import your generated wallet using the seed

Sorry, what the command in wallet for importing?

edollar-wallet-cli  --generate-from-keys NEWWALLET.edc

Enter seed key and spend key

Thanks
Pages:
Jump to: