pablofot
Newbie
Offline
Activity: 5
Merit: 0
|
|
January 25, 2015, 02:56:27 AM |
|
Hi: This is my gapminer-cpu 64 config: gapminer-cpu.exe -o mine3.gap.nonce-pool.com -p 3385 -u pablofot -x ****** --retries -1 -t 2 --stratum but as it starts appears "Found share stale!" and "pps:0 / 0 tests/s 0 / 0" again and again.., and my worker at the pool page is never active. What am I doing wrong? Thanks for your reply. Pablo.
|
|
|
|
Damadegyptian
Member
Offline
Activity: 69
Merit: 10
|
|
January 25, 2015, 11:00:10 PM |
|
Hi: This is my gapminer-cpu 64 config: gapminer-cpu.exe -o mine3.gap.nonce-pool.com -p 3385 -u pablofot -x ****** --retries -1 -t 2 --stratum but as it starts appears "Found share stale!" and "pps:0 / 0 tests/s 0 / 0" again and again.., and my worker at the pool page is never active. What am I doing wrong? Thanks for your reply. Pablo.
TRY gapminer-cpu.exe -o mine3.gap.nonce-pool.com -p 3385 -u pablofot -x ****** -t 2 --stratum INSTEAD
|
|
|
|
pablofot
Newbie
Offline
Activity: 5
Merit: 0
|
|
January 26, 2015, 12:31:15 AM |
|
Thank you, but the same: "Found share stale!" and "pps:0 / 0 tests/s 0 / 0" again and again..
|
|
|
|
qqqq
Legendary
Offline
Activity: 1596
Merit: 1011
|
|
January 27, 2015, 08:00:26 AM Last edit: January 27, 2015, 10:32:38 AM by qqqq |
|
j0nn9 did you test your last version for cpu in solo ? I believe it's not finding blocks, previous ver is ok! Got 1.900.000 pps.
|
|
|
|
j0nn9 (OP)
|
|
January 28, 2015, 03:42:56 AM |
|
Thank you, but the same: "Found share stale!" and "pps:0 / 0 tests/s 0 / 0" again and again..
Hi, you forgot to add the worker name, try: gapminer-cpu.exe -o mine3.gap.nonce-pool.com -p 3385 -u pablofot .<worker> -x <worker password> -t 2 --stratum You can create a worker here: http://gap.nonce-pool.com/index.php?page=account&action=workers
|
Gapcoin - The largest, decentralized prime gap search
|
|
|
pablofot
Newbie
Offline
Activity: 5
Merit: 0
|
|
January 28, 2015, 04:03:00 AM |
|
Thank you, j0nn9 : That was the problem, I am mining OK now. Good luck. Pablo.
|
|
|
|
qqqq
Legendary
Offline
Activity: 1596
Merit: 1011
|
|
January 28, 2015, 04:25:51 AM |
|
j0nn9, so how about that ?
|
|
|
|
j0nn9 (OP)
|
|
January 28, 2015, 04:35:13 AM |
|
j0nn9 did you test your last version for cpu in solo ? I believe it's not finding blocks, previous ver is ok! Got 1.900.000 pps.
Thanks for the hint! Just tested both the linux and windows version on testnet. Linux version seems to be fine, but you are right with the windows version, it doesn't work solo. I'll fix this! Till then you should be fine using the the previous one (dcct's mode). The speed should be equal.
|
Gapcoin - The largest, decentralized prime gap search
|
|
|
qqqq
Legendary
Offline
Activity: 1596
Merit: 1011
|
|
January 28, 2015, 04:42:52 AM |
|
Ok, thank you!
|
|
|
|
AdamWhite
|
|
January 28, 2015, 04:47:03 AM |
|
ANy reason why the price is rising today
|
|
|
|
elzamarakshina
Newbie
Offline
Activity: 1
Merit: 0
|
|
January 28, 2015, 08:25:49 PM |
|
|
|
|
|
BitcoinFX
Legendary
Offline
Activity: 2646
Merit: 1722
https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF
|
|
January 29, 2015, 01:33:41 AM Last edit: January 29, 2015, 02:34:55 AM by BitcoinFX |
|
Notice from: http://gap.nonce-pool.com ... "Folks please start moving your miners to the stratum port 3385. Longpoll port 4205 will be shut down on Feb. 1st"This post will be linked from my CPU mining guide - http://gapcoin.grn.cc - to provide instructions for updating, as follows: ~ After logging into your cloud instance: wget github.com/gapcoin/GapMiner/releases/download/gapminer-rev4/linux.zip N.B. Downloading the new Rev-4 package when updating will probably auto save as linux.zip.1 and not linux.zip Check or refer to: Saving to: ‘linux.zip.1’ at the end of wget after downloading Rev-4 to make sure you 7zip the correct package linux/64/cpu/gapminer-cpu -o mine3.gap.nonce-pool.com -p 3385 -u YOURusername.YOURworker -x YOURpassword --retries -1 -t 1 --stratum N.B. 1. new path i.e. linux/64/cpu/gapminer-cpu 2. no http:// required for stratum 3. new port 3385 4. --startum FREE $5 Gapcoin CPU Cloud Mining Guide at: http://gapcoin.grn.ccThanks! EDIT: - Gapcoin Cloud Mining Guide is being updated next. - Updated.
|
|
|
|
costicam
Newbie
Offline
Activity: 14
Merit: 0
|
|
January 29, 2015, 07:09:12 AM |
|
can anybody tell me how to build gapminer_dcct_mod.zip with mingw ?
I get some linking errors, a makefile that works would be nice... or well any help is appreciated
|
|
|
|
j0nn9 (OP)
|
|
February 01, 2015, 12:13:37 AM |
|
can anybody tell me how to build gapminer_dcct_mod.zip with mingw ?
I get some linking errors, a makefile that works would be nice... or well any help is appreciated
You'll probably need to compile all missing libraries for Windows. But you maybe could install some of those libraries within the mingw environment, but I didn't tried that. For example, a makefile to compile gapminer_dcct with all libraries linked statically would look like this: SRC = ./src BIN = ./bin CC = g++ CXXFLAGS = -O3 -c -lm -pthread \ --param max-inline-insns-single=1000 \ -Wno-write-strings \ -I/c/deps64/boost_1_55_0 \ -I/c/deps64/gmp-6.0.0 \ -I/c/deps64/mpfr-3.1.2/src \ -I/c/deps64/openssl-1.0.1h/include \ -I/c/deps64/jansson-2.7/src \ -I/c/deps64/curl-7.24.0/include -DWINDOWS -DCURL_STATICLIB -lcurl LDFLAGS = -static -lcrypto -lmpfr -lgmp -pthread -O3 \ -lssl -lcrypto -lws2_32 -lz -lws2_32 -lgmp -lmpfr -ljansson -lm \ /c/deps64/boost_1_55_0/stage/lib/libboost_system-mgw49-mt-s-1_55.a \ -L/c/deps64/gmp-6.0.0/.libs \ -L/c/deps64/mpfr-3.1.2/src/.libs \ -L/c/deps64/curl-7.24.0/lib/.libs/ \ -L/c/deps64/jansson-2.7/src/.libs \ -L/c/deps64/openssl-1.0.1h/ -lcurl -lws2_32 -lz
.PHONY: clean test all install
# default target all: link $(CC) $(ALL_OBJ) $(LDFLAGS) -o $(BIN)/gapminer
install: all cp $(BIN)/gapminer /usr/bin/
ALL_SRC = $(shell find $(SRC) -type f -name '*.cpp') ALL_OBJ = $(ALL_SRC:%.cpp=%.o)
%.o: %.cpp $(CC) $(CXXFLAGS) $^ -o $@
compile: $(ALL_OBJ) $(ALL_OBJ)
prepare: @mkdir -p bin
link: prepare compile
clean: rm -rf $(BIN) rm -f $(ALL_OBJ) $(ALL_OBJ)
All dependent libraries are built within the directory C:\deps64 The libraries are given eighter by the -L switch or the direct path to the static compiled library file. Another tutorial which might help you: https://bitcointalk.org/index.php?topic=149479.0If you discover any weird problems, I suggest building a compiler environment on a fresh windows installation, for example using virtualbox.
|
Gapcoin - The largest, decentralized prime gap search
|
|
|
BitcoinFX
Legendary
Offline
Activity: 2646
Merit: 1722
https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF
|
|
February 02, 2015, 12:35:16 PM |
|
Herewith, the first physical Gapcoin crypto currency card. Gapcoin Crypto Currency Card Wallet - Limited Edition - Issue No. 1 of 1010 day eBay auction: http://www.ebay.com/itm/111589388874Item Specification: A unique and stylish UPVC (credit-card sized) Gapcoin crypto currency wallet pre-loaded with 101 Gapcoin (GAP) featuring: - tamper-proof hologram and bar code sticker to safeguard the private key. - unique wallet address with scannable QR code for easy loading and receiving Gapcoin payments. - distinctive Gapcoin logo. - rigid 0.76mm UPVC card plus a transparent card protection cover. - a way to easily gift Gapcoin to others or to secure your own GAP into "cold storage". - limited edition - 1 of only 10 individually numbered Gapcoin crypto currency card wallets. Preloaded with 101 Gapcoin (GAP). https://bchain.info/GAP/addr/GTTPcGB8SdoFLBo7o8GrQ7tLi91n3bxDjiTX ID: 5454efac7a64eb35066a2c514e08a49cbe90d68c3f0b6acdfeaa3fb42a0c9e84 N.B. each of the 10 limited edition cards will be auctioned when the current auction has sold.
|
|
|
|
GreekBitcoin
Legendary
Offline
Activity: 1428
Merit: 1001
getmonero.org
|
|
February 02, 2015, 01:25:55 PM |
|
Thats actually very nice! I would bid for that but i dont have paypal funds right now and no way to send funds to paypal so i wont be able to pay for it. Should i bid for it anyway, then we cancel it and i pay with GAP, BTC or XMR ? Also maybe you should add more info about the safety of the card.
|
|
|
|
BitcoinFX
Legendary
Offline
Activity: 2646
Merit: 1722
https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF
|
|
February 02, 2015, 04:11:03 PM |
|
Thats actually very nice! I would bid for that but i dont have paypal funds right now and no way to send funds to paypal so i wont be able to pay for it. Should i bid for it anyway, then we cancel it and i pay with GAP, BTC or XMR ? Also maybe you should add more info about the safety of the card. Thanks! The eBay auction is bound by eBay's T's and C's on the bidding process, so card 1 of 10 will go to the highest bidder on eBay. I would be happy to auction off one of the other single cards in the set for BTC, although I'm not sure if its OK to do an alt. coin auction on bitcointalk at present or if their would be enough interest ? Perhaps just the prime number cards in the set, being 2, 3, 5, 7 In terms of security and safety for the cards, yes that is being work on. I'm building this up as a small business, as I still think that examples of physical crypto currency is very important. I have a temporary holding website for the project which is in development at http://cryptocards.link - the initial concept was originally funded with crypto currencies on StartJOIN and we have already produced batches of StartCOIN and Sterlingcoin crypto currency cards. I'm currently funding a similar project for Bitcoin on StartJOIN: https://www.startjoin.com/bitcoin_cc - where you can also find photos of the actual cards in the Update Tab. Here is an example of 100 Limited Edition cryto cards that I produced for Sterlingcoin for the recent Bitcoin Expo London 2015 - https://bitcointalk.org/index.php?topic=721936.msg10235501#msg10235501Although it doesn't apply to our current cards - I'm also looking at using only bio-degradable plastics for future versions of the cards. We are also looking to produce bespoke custom cards for each crypto currency using only the customers existing wallet address and QR code. With regards to Gapcoin this just seemed like a good way to try and get some additional interest for the project, so that we might eventually get a new world record prime gap.
|
|
|
|
ThousandFaces
Newbie
Offline
Activity: 55
Merit: 0
|
|
February 04, 2015, 08:33:15 PM |
|
Is there an update on the Windows miner working? Noticed the website latest news mentioned issues. Thanks!
|
|
|
|
|
qqqq
Legendary
Offline
Activity: 1596
Merit: 1011
|
|
February 08, 2015, 07:19:53 AM |
|
|
|
|
|
|