Bitcoin Forum
April 26, 2024, 10:28:46 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 [38] 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 »
  Print  
Author Topic: [ANN] [EMD] - Emerald Crypto - PoW - Scrypt - low Difficulty - CPU mining  (Read 96670 times)
CryptoBrokerIO
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile WWW
August 12, 2017, 12:58:15 AM
 #741

Crypto Broker Mining Pool - Added Emerald

https://pool.cryptobroker.io/emd

  • Auto-Profit Switching Port (Equihash & Scrypt)
  • Automatic Payouts
  • Affiliate Commission

The mining pool update allows users to mine the most profitable coin based on algorithm. Automatic payouts can be setup to withdrawal coins to your exchange of choice. Servers have been upgraded and redundancies/alerts enhanced offering a more reliable mining pool setup.

added to www.emeraldcrypto.de

Thanks for the support Smiley
1714170526
Hero Member
*
Offline Offline

Posts: 1714170526

View Profile Personal Message (Offline)

Ignore
1714170526
Reply with quote  #2

1714170526
Report to moderator
Make sure you back up your wallet regularly! Unlike a bank account, nobody can help you if you lose access to your BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714170526
Hero Member
*
Offline Offline

Posts: 1714170526

View Profile Personal Message (Offline)

Ignore
1714170526
Reply with quote  #2

1714170526
Report to moderator
starpsy
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
August 12, 2017, 03:10:19 AM
 #742

I installed the wallet on a different computer. It's connected now. Bootstrap loading is taking a while though.

How do I configure the minerd.exe program? The Emerald website states:

start the miner

     ./minerd -t <threads> -a scrypt -o stratum+tcp://crypto.office-on-the.net:12125 -u <your Emerald address> -p x


Where does this go and what goes in the <threads> placeholder? I'm assuming the <> marks are removed.

Right now when I click on the minerd.exe file, it flashes a small screen for a second and disappears.

Also, do I have to add nodes to my wallet configuration?


lol...

The wallet is importing the blocks now. It's still not connected though.
Maybe an issue with your firewall?
I don't know of too many internet service providers that block those higher ports.
Have you ran any other wallets before?

I've never run any others. It might well be an issue with my firewall. Not sure how to check though.
usually when you first run the wallet, a windows system window will open and ask if you want to block or allow access.

in the control panel, click on windows firewall
click on "allow an app or feature through ..."
see if Emerald is in the list

Windows shows that my firewall is managed by the Norton firewall I have. I checked the Norton firewall settings, Emerald is on the list, and it has a setting of "allow" all inbound and outbound connections.
Guess we will wait for the bootstrap to finish.
I've never used the bootstrap - so I don't know if it will connect while loading it
Spidersbox
Legendary
*
Offline Offline

Activity: 1294
Merit: 1039


View Profile
August 12, 2017, 03:57:02 AM
 #743

I installed the wallet on a different computer. It's connected now. Bootstrap loading is taking a while though.

How do I configure the minerd.exe program? The Emerald website states:

start the miner

     ./minerd -t <threads> -a scrypt -o stratum+tcp://crypto.office-on-the.net:12125 -u <your Emerald address> -p x


Where does this go and what goes in the <threads> placeholder? I'm assuming the <> marks are removed.

Right now when I click on the minerd.exe file, it flashes a small screen for a second and disappears.

Also, do I have to add nodes to my wallet configuration?
There is no need for addnodes
When the wallet starts, it looks at a dedicated node for connections.

as for cpu mining - the ./minerd is for linux


For windows, if you want to join a pool, the easiest would be to make a batch file.
open up notepad and saving as START.BAT

Code:
minerd --url stratum+tcp://thepool.address.goes.here:poolportnumber --userpass USERNAME.WORKERNAME:PASSWORD
the start.bat should go into the same folder as the minerd.exe

You will of course need to sign up for a pool, there should be several listed on the Emerald web site - just click the link in your wallet to open a browser to the home page.
Most pools have a help section that will explain things better, like how to make a worker, what port number to use ...

If you want to simply use your wallet to mine, you can add the line:
gen=1

to your emerald.conf file.(which you might have to create - in the same directory as the wallet.dat file C:\Users\yourname\AppData\Roaming\Emerald )

emerald.conf
Code:
rpcuser=bla-bla
rpcpassword=bla-bla-bla
gen=1

The gen=1 turns on the miner that's built into most wallets -
unfortunately, mining difficulty is high enough that I would be surprised if you found more that one block in a 24 hour time.

most mining pools are setup so that you get a share of each block found in proportion to the work you do.
starpsy
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
August 12, 2017, 04:19:12 AM
 #744


Mining from a pool, the emerald.conf file that I have to make will contain:

rpcuser=bla-bla
rpcpassword=bla-bla-bla


Where do I get the rpcuser and rpcpassword from?

I installed the wallet on a different computer. It's connected now. Bootstrap loading is taking a while though.

How do I configure the minerd.exe program? The Emerald website states:

start the miner

     ./minerd -t <threads> -a scrypt -o stratum+tcp://crypto.office-on-the.net:12125 -u <your Emerald address> -p x


Where does this go and what goes in the <threads> placeholder? I'm assuming the <> marks are removed.

Right now when I click on the minerd.exe file, it flashes a small screen for a second and disappears.

Also, do I have to add nodes to my wallet configuration?
There is no need for addnodes
When the wallet starts, it looks at a dedicated node for connections.

as for cpu mining - the ./minerd is for linux


For windows, if you want to join a pool, the easiest would be to make a batch file.
open up notepad and saving as START.BAT

Code:
minerd --url stratum+tcp://thepool.address.goes.here:poolportnumber --userpass USERNAME.WORKERNAME:PASSWORD
the start.bat should go into the same folder as the minerd.exe

You will of course need to sign up for a pool, there should be several listed on the Emerald web site - just click the link in your wallet to open a browser to the home page.
Most pools have a help section that will explain things better, like how to make a worker, what port number to use ...

If you want to simply use your wallet to mine, you can add the line:
gen=1

to your emerald.conf file.(which you might have to create - in the same directory as the wallet.dat file C:\Users\yourname\AppData\Roaming\Emerald )

emerald.conf
Code:
rpcuser=bla-bla
rpcpassword=bla-bla-bla
gen=1

The gen=1 turns on the miner that's built into most wallets -
unfortunately, mining difficulty is high enough that I would be surprised if you found more that one block in a 24 hour time.

most mining pools are setup so that you get a share of each block found in proportion to the work you do.
Spidersbox
Legendary
*
Offline Offline

Activity: 1294
Merit: 1039


View Profile
August 12, 2017, 04:28:32 AM
 #745


Mining from a pool, the emerald.conf file that I have to make will contain:

rpcuser=bla-bla
rpcpassword=bla-bla-bla


Where do I get the rpcuser and rpcpassword from?

make up what you want.
you will not have to remember them.

Normally, windows-QT wallet's don't require a config file.
So if you want to add things like:
addnode=
gen=
maxconnections=

you would have to create the config file.

If you are going to mine with a pool, you do not have to mess with a config file - it is not needed.
starpsy
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
August 12, 2017, 04:44:31 AM
 #746

OK. Thanks for the help. I have one more issue.

I stopped the wallet while it was loading from bootstrap. After opening it back up again, it's stuck. The connections are there, but the import is stuck.


Mining from a pool, the emerald.conf file that I have to make will contain:

rpcuser=bla-bla
rpcpassword=bla-bla-bla


Where do I get the rpcuser and rpcpassword from?

make up what you want.
you will not have to remember them.

Normally, windows-QT wallet's don't require a config file.
So if you want to add things like:
addnode=
gen=
maxconnections=

you would have to create the config file.

If you are going to mine with a pool, you do not have to mess with a config file - it is not needed.
Spidersbox
Legendary
*
Offline Offline

Activity: 1294
Merit: 1039


View Profile
August 12, 2017, 04:53:33 AM
 #747

OK. Thanks for the help. I have one more issue.

I stopped the wallet while it was loading from bootstrap. After opening it back up again, it's stuck. The connections are there, but the import is stuck.

well now.
I have never tried using the bottstrap - so  have never ran into that problem.
My first thought is the wallet is "starting over" with the import - but you can't see anything happening until it gets back up to the block you stopped it at.
You should be able to tell if the hard drive light on your pc is mostly on - or flickering a lot.
Spidersbox
Legendary
*
Offline Offline

Activity: 1294
Merit: 1039


View Profile
August 12, 2017, 05:00:37 AM
 #748

the other option would be to try again (what a pain)
shut down the wallet.
remove everything in the Emerald folder except the wallet.dat and bootstrap file (emerald.conf if you need it)
and start the wallet again

note:
the wallet file is what holds your emerald addresses.
If you ever mess up that file - you will loose your coins. There is no way to remake those addresses - unless you make a backup of the wallet.dat file

very important once you start getting emerald crypto (or any other cryptos)

there are a few ways to backup your wallet and/or addresses - but we can go over that later. one thing at a time.
starpsy
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
August 12, 2017, 05:15:32 AM
Last edit: August 13, 2017, 05:41:20 AM by starpsy
 #749

It started back up, thankfully. What a relief. Now, ...lol... my antivrus program keeps removing minerd.exe.

I specifically excluded minerd's path in my antivirus program (Norton).




OK. Thanks for the help. I have one more issue.

I stopped the wallet while it was loading from bootstrap. After opening it back up again, it's stuck. The connections are there, but the import is stuck.

well now.
I have never tried using the bottstrap - so  have never ran into that problem.
My first thought is the wallet is "starting over" with the import - but you can't see anything happening until it gets back up to the block you stopped it at.
You should be able to tell if the hard drive light on your pc is mostly on - or flickering a lot.

Spidersbox
Legendary
*
Offline Offline

Activity: 1294
Merit: 1039


View Profile
August 12, 2017, 05:27:05 AM
 #750

It started back up, thankfully. What a relief. Now, ...lol... my antivrus program keeps removing minerd.exe.

I specifically excluded minerd's path in my antivirus program (Norton).

Looks like CryptoBroker won't work with minerd.exe either.

Guess you could put together a second computer just for mining.
If you do - I would suggest making a gpu mining rig. you can start with one gpu (video card) like a R9 270 from AMD. there are better cards but they cost more.
Last time I bought one, a r9 270 was around $200

Of course you could install the gpu in your windows machine and use a different mining program - there are lots to chose from

Then again, if you are going to really get into it - maybe make a mining rig using linux  - lot's and lot's of "how to's" on the net.
esramarka
Jr. Member
*
Offline Offline

Activity: 56
Merit: 10


View Profile
August 20, 2017, 10:56:30 PM
 #751

Hi. Anybody knows what happened to this coin? Dead? Huh
pazor_true
Legendary
*
Offline Offline

Activity: 1460
Merit: 1025


i love Emerald (EMD)


View Profile
August 20, 2017, 10:58:59 PM
 #752

Hi. Anybody knows what happened to this coin? Dead? Huh

hey,
why do you think this ?
do you miss something ?

BTC 12jiBjT2GSWYk2HwYdPqsQMuLqZ1br9D37 - i am Pazor
pazor_true
Legendary
*
Offline Offline

Activity: 1460
Merit: 1025


i love Emerald (EMD)


View Profile
August 22, 2017, 10:31:23 PM
Last edit: August 22, 2017, 10:51:55 PM by pazor_true
 #753

hey guys...
there is an EMD slack channel called investors_corner.

this is for EMD investors/holders with over 150k EMD.
if you are you a EMD holder with 150k EMD and more pm me and i will invite you in this channel.

let us talk about EMD

BTC 12jiBjT2GSWYk2HwYdPqsQMuLqZ1br9D37 - i am Pazor
badger88
Newbie
*
Offline Offline

Activity: 83
Merit: 0


View Profile
August 23, 2017, 11:36:42 PM
 #754


do nodes have requirements or make any emerald ?
pazor_true
Legendary
*
Offline Offline

Activity: 1460
Merit: 1025


i love Emerald (EMD)


View Profile
August 24, 2017, 01:19:06 PM
 #755


no special requirements needed. just run the EMD wallet and you are running a node.

BTC 12jiBjT2GSWYk2HwYdPqsQMuLqZ1br9D37 - i am Pazor
pazor_true
Legendary
*
Offline Offline

Activity: 1460
Merit: 1025


i love Emerald (EMD)


View Profile
August 26, 2017, 08:09:54 AM
 #756


i am looking for large EMD amounts for buying.
pm me

BTC 12jiBjT2GSWYk2HwYdPqsQMuLqZ1br9D37 - i am Pazor
pazor_true
Legendary
*
Offline Offline

Activity: 1460
Merit: 1025


i love Emerald (EMD)


View Profile
August 26, 2017, 01:01:41 PM
 #757


no special requirements needed. just run the EMD wallet and you are running a node.


Hi id really like to mine emd but now searching since several houres for the right wallet and only find the versions that are unsyncronised since 280 weeks.
someone please can tell me where to find the right wallet?

hi,

please read the FAQ on www.emeraldcrypto.de
about quicker sync and download the right wallet

BTC 12jiBjT2GSWYk2HwYdPqsQMuLqZ1br9D37 - i am Pazor
pazor_true
Legendary
*
Offline Offline

Activity: 1460
Merit: 1025


i love Emerald (EMD)


View Profile
September 05, 2017, 10:19:20 AM
 #758


Emerald Crypto was mentioned on www.goto2025.com

http://www.goto2025.com/blog/goto2025-team-supports-emd-emerald-cryptocoin


yes... first results of the promotion tour on Athens, Greece

We build for the future and you are welcome to join us.

BTC 12jiBjT2GSWYk2HwYdPqsQMuLqZ1br9D37 - i am Pazor
Spidersbox
Legendary
*
Offline Offline

Activity: 1294
Merit: 1039


View Profile
September 05, 2017, 02:16:03 PM
 #759


Emerald Crypto was mentioned on www.goto2025.com

http://www.goto2025.com/blog/goto2025-team-supports-emd-emerald-cryptocoin


yes... first results of the promotion tour on Athens, Greece

We build for the future and you are welcome to join us.

nice.
an avalanche starts with one snowflake
everus
Newbie
*
Offline Offline

Activity: 137
Merit: 0


View Profile WWW
September 05, 2017, 02:19:18 PM
 #760


Emerald Crypto was mentioned on www.goto2025.com

http://www.goto2025.com/blog/goto2025-team-supports-emd-emerald-cryptocoin


yes... first results of the promotion tour on Athens, Greece

We build for the future and you are welcome to join us.


Interesting project this, will be following for sure  Smiley
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 [38] 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 »
  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!