Search content
Sort by

Showing 20 of 78 results by gsambolin
Post
Topic
Board Announcements (Altcoins)
Re: Bottlecaps 2.1 UPDATE REQUIRED - HARDFORK JULY 4 2014 to 200% Annual PoS
by
gsambolin
on 10/07/2018, 15:30:59 UTC
Post
Topic
Board Mining (Altcoins)
Re: EWBF's Cuda Equihash Miner
by
gsambolin
on 04/07/2018, 03:27:29 UTC
Hi all,

I am trying to mine bitcoin gold with the new miner through simplemining and suprnova pool, EWBF v0.2, all I am  getting is GPU rejected shares, see setting bellow.

miner --server btg.suprnova.cc --port 8866 --algo 144_5 --pers BgoldPow --user daz59.miner1 --pass Worker 1234

Any help would be appreciated.



I am not sure where you got the port 8866 the help page says 8816, but I still can't get it to connect  at all much less rejected shares.  No luck even connecting.

Bump your virtual memory to 40000 and try it. Was having same problem. This fixed it.
Post
Topic
Board Announcements (Altcoins)
Re: Bottlecaps 2.1 UPDATE REQUIRED - HARDFORK JULY 4 2014 to 200% Annual PoS
by
gsambolin
on 04/07/2018, 02:42:18 UTC
Any word from Cryptopia ?
Post
Topic
Board Mining (Altcoins)
Re: [ANN] dstm's ZCash / Equihash Nvidia Miner v0.6.1 (Linux / Windows)
by
gsambolin
on 03/07/2018, 03:35:21 UTC

Hi, Equihash 144,5 (ZHash) will be implemented soon?

thanks

Hope it will be added before 1 July.

I am looking for dstm Equihash 144,5 implementation, too.

Waiting to test DSTM Equihash 144_5 myself as well
Post
Topic
Board Announcements (Altcoins)
Re: Funakoshi equihash cuda miner is now available
by
gsambolin
on 03/07/2018, 03:29:20 UTC
EWBF 4100   DSTM 4235  Funakoshi 4050   5x 1080ti + 1080.   for a 0.7-1% fee it would be ok.

What is the DSTM miner and where can I find it?  

7/2 - Update: found it here on bitcoin forum but it is not 144_5 ready.

Thanks in advance
Post
Topic
Board Mining (Altcoins)
Re: EWBF's Cuda Equihash Miner
by
gsambolin
on 02/07/2018, 04:19:01 UTC
Is line --pers BgoldPoW must be added to miner even on mainnet if i use, for example, Suprnova pool?

I had to use on the testnet so I assume you will need it for Suprnova Pool.   I will be mining there as well and it is in my config file already to go.
Post
Topic
Board Mining (Altcoins)
Re: EWBF's Cuda Equihash Miner
by
gsambolin
on 01/07/2018, 14:42:44 UTC
1060x6 averaging 22Mh/s using older Dell server board G43T, Intel E8500 3.16GHz, 8GB sys mem (set to System manage), tuned with Intel XTU utility, 3 cards EVGA. EWBF easily connects and looks quite promising as usual. Waiting for correct block height and ready to mine! DEV FEE left intact, every other miner gets and EWBF deserves it! Hope the DEV sticks with this 0.2 miner and keeps it tuned! THANKS EWBF!!

EDIT: looks like we are @ 535842 Blkhgt now...

What does it mean when you say DEV FEE left intact?   Are we paying someone to use EWBF, sorry for the naive question.

Some keep asking about the No fee option as in --fee 0 used back in earlier versions, and I laugh because look how many suffer with the Claymore miners yet pay that fee.... so I pay the 2% EWBF fee. It takes time coding these miners...

Ok so it sounds like there is a fee.  How is that being paid, through the miner program ?  Is it a one time fee or ongoing?
Post
Topic
Board Mining (Altcoins)
Re: EWBF's Cuda Equihash Miner
by
gsambolin
on 01/07/2018, 13:08:11 UTC
1060x6 averaging 22Mh/s using older Dell server board G43T, Intel E8500 3.16GHz, 8GB sys mem (set to System manage), tuned with Intel XTU utility, 3 cards EVGA. EWBF easily connects and looks quite promising as usual. Waiting for correct block height and ready to mine! DEV FEE left intact, every other miner gets and EWBF deserves it! Hope the DEV sticks with this 0.2 miner and keeps it tuned! THANKS EWBF!!

EDIT: looks like we are @ 535842 Blkhgt now...

What does it mean when you say DEV FEE left intact?   Are we paying someone to use EWBF, sorry for the naive question.
Post
Topic
Board Mining (Altcoins)
Re: EWBF's Cuda Equihash Miner
by
gsambolin
on 01/07/2018, 03:57:47 UTC
Just an observation and not sure how this is happening, these are the parameters

- Using EWBF V 0.2
- W10
- 3 * 1070 TI and 1 1050 TI
- Mining testnet net for Btg  http://btg-testnet.miningspot.net/miner/2N4cHD1gzU35ZJG1MsyXuSgj4AUPWbd164h

The issue becomes, when I mine with the miner in the bat file and all the parameters that go with it.  The number of sols reported on the test net page are correct and SHOW UP.
BUT
When I use all the miner command with just the config file and the config file has all the exact parameters the number of sols are not reported on the test net page.  

Works when I run it like this

miner  --algo 144_5 --pers BgoldPoW --server btg-testnet.miningspot.net --port 3857 --user 2N4cHD1gzU35ZJG1MsyXuSgj4AUPWxxxxxx --pass x --cuda_devices 0 1 2 3 4 5 --intensity 64 64 64 64 64 64 --templimit 80 --api 127.0.0.1:42000 --pec 1 --boff 0 --eexit 3 --tempunits C --log 3 --logfile BTG_miner_V2.log

DOES NOT WORK when I run it like this

miner --config miner.cfg

These are the parameters on in the miner.cfg file.  I am not sure if it is just a test net thing or not - Any suggestions ?

# Common parameters
# All the parameters here are similar to the command line arguments

[common]
cuda_devices 0 1 2 3 4 5
intensity    64 64 64 64 64 64
templimit    75
pec          1
boff         0
eexit        3
tempunits    c
log          3
logfile      BTG_miner_V2.log
api          127.0.0.1:42000
algo         144_5
pers         BgoldPOW

# The miner start work from this server
# When the server is fail, the miner will try to reconnect 3 times
# After three unsuccessful attempts, the miner will switch to the next server
# You can add up to 8 servers

# main server
[server]
server btg-testnet.miningspot.net
port   3857
user   2N4cHD1gzU35ZJG1MsyXuSgj4AUPWxxxxxx
pass   x

# additional server 1
[server]
server btg-testnet.miningspot.net
port   3857
user   2N4cHD1gzU35ZJG1MsyXuSgj4AUPWxxxxxx
pass   x
Post
Topic
Board Mining (Altcoins)
Re: EWBF's Cuda Equihash Miner
by
gsambolin
on 29/06/2018, 12:03:08 UTC
Is getting 29.5 sol/s on a 1070 card doing 144.5 ZHash. Is that about right?
you can some more

Uptime: 0d 02:54:32   
Server: btcz.suprnova.cc:6586   Connected
Statistics of the GPUs
GPU   Temp   Power   Speed   Efficiency   Accepted   Rejected
GeForce GTX 1070   59 C   154 W   33 Sol/s   0.21 Sol/W   225   0
GeForce GTX 1070   52 C   148 W   35 Sol/s   0.24 Sol/W   211   0
GeForce GTX 1070   58 C   145 W   32 Sol/s   0.22 Sol/W   237   0
GeForce GTX 1070   56 C   148 W   34 Sol/s   0.23 Sol/W   213   1
GeForce GTX 1070   63 C   155 W   33 Sol/s   0.21 Sol/W   226   0
GeForce GTX 1070   54 C   151 W   34 Sol/s   0.23 Sol/W   214   0
Total   -   901 W   201 Sol/s   0.22 Sol/W   1326   1
EWBF v0.2

Would you please share your MSI burner settings? I barely get 30

ubuntu, no MSI Smiley
GPU ~2000, MEM 8900, PL 160

Would you please share your SuprNova config settings?
Thanks in advance
Post
Topic
Board Announcements (Altcoins)
Re: Bottlecaps 2.1 UPDATE REQUIRED - HARDFORK JULY 4 2014 to 200% Annual PoS
by
gsambolin
on 06/06/2018, 00:00:49 UTC
Confirmed all coins offloaded from Cryptopia into my wallet. 

Waiting on @Tranz for good news
Their move !!!!
Post
Topic
Board Announcements (Altcoins)
Re: Bottlecaps 2.1 UPDATE REQUIRED - HARDFORK JULY 4 2014 to 200% Annual PoS
by
gsambolin
on 04/06/2018, 14:36:07 UTC
Confirmed Withdrawal of CAP is now OPEN on Cryptopia.

Post
Topic
Board Announcements (Altcoins)
Re: Bottlecaps 2.1 UPDATE REQUIRED - HARDFORK JULY 4 2014 to 200% Annual PoS
by
gsambolin
on 03/06/2018, 15:17:34 UTC
All coins sent.

http://cap.altcoinwarz.com/address/EjKqdRaop9UBkwx1PgzPK32jeCUcfqMFp3

That leaves 22 Million in the purse.

I am going to offer Cryptopia 12 million to allow CAP to stay. 1 million per month.

I also want to give 1 million to the person running the block explorer. Please post an address if you would like the bounty.



@Tranz On March 19th in a thread started by you and ending with @spidersbox on March 21st per the threads here.  @spidersbox got the BE up and running for you/us and he did if I read the thread correctly.   Smiley   

The agreement back then was 1MM a month for 12 months to keep it up and running.  I am not a BE expert just going back in the threads as this did ring a bell. I would check in with him, to verify that it indeed was him.  Again it is what I read and understood.   

Hope that helps
Post
Topic
Board Announcements (Altcoins)
Re: Bottlecaps 2.1 UPDATE REQUIRED - HARDFORK JULY 4 2014 to 200% Annual PoS
by
gsambolin
on 02/06/2018, 14:32:44 UTC
First 5 million has been sent.

79a6d74eaa2ac58a53bdafd09f3d0db680d9e4478db23e9bf5b5a3f3aa88b7d0

Waiting on confirmation from Crytopia before sending the rest.

Confirmation received. Sending the rest today.

@Tranz thanks again for all your work !!!
Post
Topic
Board Announcements (Altcoins)
Re: Bottlecaps 2.1 UPDATE REQUIRED - HARDFORK JULY 4 2014 to 200% Annual PoS
by
gsambolin
on 30/05/2018, 13:07:39 UTC
Cryptopia has informed they are are fully sync'd and have received the 1 million. I am trying to find the best way to send the remaining coins, but also to ensure people can withdrawal. I am looking for someone how has a large number on the site, is on the correct version, and correct height;   as seen at http://cap.altcoinwarz.com/ or by looking at the current checkpoint and getinfo.

Please let me know if you fit this bill and we can work with Crypoptia to ensure all is well before the full amount is sent..

Thanks!

I don't see any reasons why you shouldn't send all the coins right away.

For those with coins stuck on cryptopia it is much better that the coins are in cryptopias possession than yours.

This exactly.

The real reason is he's having to much fun using all our coins to mint with.

From the beginning @Tranz has done nothing but cooperate and working with Cryptopia to get EVERYONE'S coins back.  Truth be told, the coin itself is almost worthless.  Those of us hanging on, are doing so probably more for sentimental reasons than anything else.  If anyone has a better Idea on what he is doing or how he is going about it then BELLY UP TO THE BAR and do something.  But to whine about the fact that he still has them, and minting with them, makes no progress and creates unnecessary noise.  Nobody works for free these days so why should he.  I don't know him personally nor interacted with him outside of this forum.  But as noted, he is the only real person that has stuck through this debacle since the beginning .

LEAD, FOLLOW, OR GET OUT OF THE WAY  
But whining is just nonsense.  
Post
Topic
Board Announcements (Altcoins)
Re: Bottlecaps 2.1 UPDATE REQUIRED - HARDFORK JULY 4 2014 to 200% Annual PoS
by
gsambolin
on 30/05/2018, 03:30:50 UTC
Cryptopia has informed they are are fully sync'd and have received the 1 million. I am trying to find the best way to send the remaining coins, but also to ensure people can withdrawal. I am looking for someone how has a large number on the site, is on the correct version, and correct height;   as seen at http://cap.altcoinwarz.com/ or by looking at the current checkpoint and getinfo.

Please let me know if you fit this bill and we can work with Crypoptia to ensure all is well before the full amount is sent..

Thanks!

@Tranz so these are my details let me know if this helps or you need something else.  Will do my best to try and answer. As of 11:26 PM E.S.T.

1. I am on wallet version: v2.3.0.0-g-Caps2.0
2. I cannot post screen shots here due to being a newbie but I can post links with Lightshot
3. I Currently have 198,730  Bottlecaps on Cryptopia  see screen shot here:  https://prntscr.com/jocmep
4. Screen shot of Information tab from wallet:  https://prntscr.com/jocu77
5. This my screen shot from getinfo from my wallet:  https://prntscr.com/jocumg
6. This is the screen shot from getcheckpoint:  https://prntscr.com/jocv0i
7. This is the screen shot from cap.altcoinwarz.com: https://prntscr.com/jocvcw

If this fits your bill and you need further assistance let me know.
Here to help.   
Post
Topic
Board Announcements (Altcoins)
Re: Bottlecaps 2.1 UPDATE REQUIRED - HARDFORK JULY 4 2014 to 200% Annual PoS
by
gsambolin
on 25/05/2018, 03:27:31 UTC
Got a note from Cryptopia.

They had a problem on a block a while back ago, during block download. I did what I could to help them through it. They are back to syncing the block chain, they seem to be about half way done, and expect another 10-14 days. I will let you know if I hear anything else.

@Tranz thanks for the update !
Post
Topic
Board Announcements (Altcoins)
Re: Bottlecaps 2.1 UPDATE REQUIRED - HARDFORK JULY 4 2014 to 200% Annual PoS
by
gsambolin
on 23/04/2018, 03:12:46 UTC
So cryptopia now has or at least I come to find out today that they have a De-listings page


https://help.cryptopia.co.nz/en/t/delistings


CAP is NOT On there.  There could be some hope here.

Post
Topic
Board Announcements (Altcoins)
Re: Bottlecaps 2.1 UPDATE REQUIRED - HARDFORK JULY 4 2014 to 200% Annual PoS
by
gsambolin
on 19/04/2018, 22:27:03 UTC
Did Cryptopia ever receive evrything they needed?

- coins returned?
- block explorer?
- etc
- etc

@tranz was leading the charge on this.
Post
Topic
Board Announcements (Altcoins)
Re: Bottlecaps 2.1 UPDATE REQUIRED - HARDFORK JULY 4 2014 to 200% Annual PoS
by
gsambolin
on 11/04/2018, 18:26:01 UTC
I went on Cryptopia today

- you can NO LONGER withdraw your coins
- Coininfo does not show the proper wallet version.  Does not show any wallet version for that matter
- Block Height is zero

@tranz any more word from Cryptopia?

Yeah I'm going to say that Cryptopia reneged on their return of coins to their users... they're back to giving cookie cutter responses.

In other words, we ain't gettin shit.

@Tranz

Did Tranz every finally send them all their coins?