Pages:
Author

Topic: [ANN] [EQB] [REBOOT...] EquestrianBit - currency of friendship - page 20. (Read 26334 times)

legendary
Activity: 3248
Merit: 1070
i sent him an email, but i have not any scrreen to show as a proof of my work...
hero member
Activity: 602
Merit: 500
Good news! Pool should be fixed soon.

Ok i re registered in pool but where is the balance mined yesterday?

probably a scam

not really. Admin sent email:

____________
So... due to error, shares weren't recorded and user balances are irreversibly lost. But don't worry! You will get your coins! Just send me proof of your mining hashrate and I will pay you manually.

Also, only way of fixing the pool was reinstalling it, so you will have to register again.

Sorry for the inconvenience
Lemon - pool admin
____________

so I guess just send him an email if you lost your coins.
full member
Activity: 126
Merit: 100
any mac wallet soon?
legendary
Activity: 3248
Merit: 1070
Good news! Pool should be fixed soon.

Ok i re registered in pool but where is the balance mined yesterday?

probably a scam
hero member
Activity: 770
Merit: 500
Good news! Pool should be fixed soon.

Ok i re registered in pool but where is the balance mined yesterday?
hero member
Activity: 589
Merit: 500
Good news! Pool should be fixed soon.
full member
Activity: 210
Merit: 100
hero member
Activity: 1036
Merit: 606
How do I check the debug? New to solo mining on CGminer. When I run the .bat file, I get No suitable long-poll found for http://127.0.0.1:14011.
Afterwards, it just keeps saying New block detected on network over and over.

The debug.log is s in the %APPDATA% coin folder. You can also check it from the debug window in the wallet. You don't need a long-poll to solo mine if you are connecting to the nodes. You can add a pool stratum as a failover address in cgminer to get the block info from the stratum server as well. You won't see any output in cgminer, unless there is an error or you solve a block. The new block messages mean you are getting the blockchain info.
newbie
Activity: 40
Merit: 0
Ah I just found one, but I think orphaned Tongue Thanks!
hero member
Activity: 574
Merit: 500
How about some compensation for yesterday?
hero member
Activity: 686
Merit: 500
newbie
Activity: 40
Merit: 0
hero member
Activity: 1036
Merit: 606
I really don't have a clue why i'm mining this... i was mining suncoin but there the pools are also unstable, i was moving from hobbitcoin to saturncoin then sun now this one, really bad day, always had to change coins.
These low diff coins are a great way to learn how to solo mine and learn how it works. Nothing beats solving blocks solo!

I gave it a try yesterday, but i fucking don't have a clue how i need to do it. So i have a lunix bux with Ubinus or something like that on it. THere I run my cgminer script.

I believe for solo mining you need to take the source from the linux box and compile it and this create a wallet? I think, but what next how do you know that what you're mining is going to your wallet?

You need the coin wallet and coin.conf file to solo mine. Open the wallet let it sync and close the wallet. Make a coin.conf file with the coin name e.g for this coin it's "equestrianbit.conf" add the rpc info and nodes, then place it in the coins folder in the %APPDATA% directory where the wallet.dat file is located.

Create a shortcut to the wallet.exe and in the properties add a "-server" argument e.g: "C:\Wallets\equestrianbit-1.0.1\equestrianbit-qt.exe" -server. Start the wallet using the shortcut you just created and then start cgminer like you would to mine with a pool, but instead of the stratum server, set the output to your localhost and rpc login info like:

cgminer --scrypt -o http://127.0.0.1:4011 -u PinkiePie -p ChimiCherryChanga

After it starts check the debug file to make sure you are receiving blocks:

2014-02-17 23:54:46 ProcessBlock: ACCEPTED
2014-02-17 23:54:46 getblocks -1 to 0000000000000000000000000000000000000000000000000000000000000000 limit 500
2014-02-17 23:54:46 getblocks -1 to 0000000000000000000000000000000000000000000000000000000000000000 limit 500
2014-02-17 23:54:47 CreateNewBlock(): total size 1000
2014-02-17 23:54:47 getblocks -1 to 0000000000000000000000000000000000000000000000000000000000000000 limit 500
2014-02-17 23:54:51 received block 9987a931a38e4be0587b0b2355c03f1d8450c6e304afe14a9946fff23bd2527c
2014-02-17 23:54:51 Committing 1 changed transactions to coin database...
2014-02-17 23:54:51 SetBestChain: new best=9987a931a38e4be0587b0b2355c03f1d8450c6e304afe14a9946fff23bd2527c  height=1526  log2_work=37.385075  tx=1527  date=2014-02-17 23:54:43 progress=0.000244
2014-02-17 23:54:51 ProcessBlock: ACCEPTED
2014-02-17 23:54:51 getblocks -1 to 0000000000000000000000000000000000000000000000000000000000000000 limit 500
2014-02-17 23:54:51 getblocks -1 to 0000000000000000000000000000000000000000000000000000000000000000 limit 500
2014-02-17 23:54:51 getblocks -1 to 0000000000000000000000000000000000000000000000000000000000000000 limit 500
2014-02-17 23:54:52 CreateNewBlock(): total size 1000
2014-02-17 23:54:52 getblocks -1 to 0000000000000000000000000000000000000000000000000000000000000000 limit 500
2014-02-17 23:54:52 getblocks -1 to 0000000000000000000000000000000000000000000000000000000000000000 limit 500
2014-02-17 23:55:15 received block a069661aa817862a4bf9bc3e817525e49fe49028d84bd44b62186f67413bcf6e
2014-02-17 23:55:15 Committing 1 changed transactions to coin database...
2014-02-17 23:55:15 SetBestChain: new best=a069661aa817862a4bf9bc3e817525e49fe49028d84bd44b62186f67413bcf6e  height=1527  log2_work=37.39368  tx=1528  date=2014-02-17 23:55:09 progress=0.000244
2014-02-17 23:55:15 ProcessBlock: ACCEPTED
2014-02-17 23:55:15 getblocks -1 to 0000000000000000000000000000000000000000000000000000000000000000 limit 500
2014-02-17 23:55:16 CreateNewBlock(): total size 1000
2014-02-17 23:55:16 getblocks -1 to 0000000000000000000000000000000000000000000000000000000000000000 limit 500
2014-02-17 23:55:46 received block c51e34cc852b9ee4b62383fad949b047251e59ff22c289b5681f63ab1b7b7be3
2014-02-17 23:55:46 Committing 1 changed transactions to coin database...
2014-02-17 23:55:46 SetBestChain: new best=c51e34cc852b9ee4b62383fad949b047251e59ff22c289b5681f63ab1b7b7be3  height=1528  log2_work=37.402235  tx=1529  date=2014-02-17 23:55:13 progress=0.000245
2014-02-17 23:55:46 ProcessBlock: ACCEPTED
2014-02-17 23:55:47 CreateNewBlock(): total size 1000
2014-02-17 23:55:47 getblocks -1 to 0000000000000000000000000000000000000000000000000000000000000000 limit 500
2014-02-17 23:55:47 getblocks -1 to 0000000000000000000000000000000000000000000000000000000000000000 limit 500
2014-02-17 23:55:47 getblocks -1 to 0000000000000000000000000000000000000000000000000000000000000000 limit 500
2014-02-17 23:55:47 getblocks -1 to 0000000000000000000000000000000000000000000000000000000000000000 limit 500
2014-02-17 23:55:47 getblocks -1 to 0000000000000000000000000000000000000000000000000000000000000000 limit 500

Once you find a block you will get a transaction notification and a pick-axe will show up in the wallet. The newly minted coins will show as 'immature' in the wallet until after 120 confirmations, they can be spent.
hero member
Activity: 686
Merit: 500
I really don't have a clue why i'm mining this... i was mining suncoin but there the pools are also unstable, i was moving from hobbitcoin to saturncoin then sun now this one, really bad day, always had to change coins.
These low diff coins are a great way to learn how to solo mine and learn how it works. Nothing beats solving blocks solo!

I gave it a try yesterday, but i fucking don't have a clue how i need to do it. So i have a lunix bux with Ubinus or something like that on it. THere I run my cgminer script.

I believe for solo mining you need to take the source from the linux box and compile it and this create a wallet? I think, but what next how do you know that what you're mining is going to your wallet?


You need the wallet running on the same computer(i am on windows have no clue of linux) and you have to connect to the wallet with the localhost as server address and the port you set in the conf file.
legendary
Activity: 1120
Merit: 1000
I really don't have a clue why i'm mining this... i was mining suncoin but there the pools are also unstable, i was moving from hobbitcoin to saturncoin then sun now this one, really bad day, always had to change coins.
These low diff coins are a great way to learn how to solo mine and learn how it works. Nothing beats solving blocks solo!

I gave it a try yesterday, but i fucking don't have a clue how i need to do it. So i have a lunix bux with Ubinus or something like that on it. THere I run my cgminer script.

I believe for solo mining you need to take the source from the linux box and compile it and this create a wallet? I think, but what next how do you know that what you're mining is going to your wallet?
hero member
Activity: 1036
Merit: 606
I really don't have a clue why i'm mining this... i was mining suncoin but there the pools are also unstable, i was moving from hobbitcoin to saturncoin then sun now this one, really bad day, always had to change coins.
These low diff coins are a great way to learn how to solo mine and learn how it works. Nothing beats solving blocks solo!
legendary
Activity: 1120
Merit: 1000
I really don't have a clue why i'm mining this... i was mining suncoin but there the pools are also unstable, i was moving from hobbitcoin to saturncoin then sun now this one, really bad day, always had to change coins.
hero member
Activity: 686
Merit: 500
Again this email confirmation is not working ....


E-mail confirmations are required for editing your details, changing your password, and withdrawals



Did you checked your spam folder? I got email instantly

I receive a mail, i selected that mail and use that to login, so that is not the problem, but i'm now in, but i cannot modify my wallet address as it is grey out...

Input your pin at the bottom of the page and press unlock, and visit the edit page from the link you get by email

Nice, didn't know that you need to unlock it too Smiley

I just realized this too recently in another pool, BTW it is quite a nice security function
hero member
Activity: 1036
Merit: 606
I've solo mined for 30 minutes and solved 3 blocks of 5,000 hashing at ~420 KH/s. One of them was an orphan, but 2 of of 3 ain't bad! Long live EQuestrianBit! Cheesy
legendary
Activity: 1120
Merit: 1000
Again this email confirmation is not working ....


E-mail confirmations are required for editing your details, changing your password, and withdrawals



Did you checked your spam folder? I got email instantly

I receive a mail, i selected that mail and use that to login, so that is not the problem, but i'm now in, but i cannot modify my wallet address as it is grey out...

Input your pin at the bottom of the page and press unlock, and visit the edit page from the link you get by email

Nice, didn't know that you need to unlock it too Smiley
Pages:
Jump to: