|
|
|
|
|
|
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, which will follow the rules of the network no matter what miners do. Even if every miner decided to create 1000 bitcoins per block, full nodes would stick to the rules and reject those blocks.
|
|
|
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
|
|
|
|
enerbyte
|
 |
November 22, 2014, 08:45:30 PM |
|
what are the future plans for gapcoin? is it possible to implement Stealth Address? I believe the implementation of new features would help to attract new investors and mining. This also benefits amount of records that can break. ps: sorry for my english.
|
|
|
|
j0nn9 (OP)
|
 |
November 23, 2014, 01:29:45 AM |
|
Is there a chance that this list will be updated with the latest miners: dcct cpu and the gpu miner? I get 350k pps with an AMD Phenom II x6 1055t at stock clocks and 250k~275k with an AMD HD7970 at 1150/1500 clocks. I agree that you need to upgrade. how to do it? Yes, when enough people submit their new stats, I could delete the old ones
|
Gapcoin - The largest, decentralized prime gap search
|
|
|
j0nn9 (OP)
|
 |
November 23, 2014, 01:49:11 AM |
|
what are the future plans for gapcoin? is it possible to implement Stealth Address? I believe the implementation of new features would help to attract new investors and mining. This also benefits amount of records that can break. ps: sorry for my english.
For the near future, I think Gapcoin's main focus lies in science. Theoretically Stealth Addresses could be implemented in Gapcoin. Gapcoin is on github, so if you don't want to wait till I implement a feature, you can just implement it yourself and submit a pull request. Gapcoin is also already an organisation on github, so if you want, you could become a Gapcoin developer yourself https://github.com/gapcoin/gapcoinCurrently I think we should get more media attention, We already have a good story about reaching the 13th place in the world record list within the first month. I already wrote to some altcoin related news sites, but i didn't got much responses till now.
|
Gapcoin - The largest, decentralized prime gap search
|
|
|
enerbyte
|
 |
November 23, 2014, 02:14:38 AM |
|
what are the future plans for gapcoin? is it possible to implement Stealth Address? I believe the implementation of new features would help to attract new investors and mining. This also benefits amount of records that can break. ps: sorry for my english.
For the near future, I think Gapcoin's main focus lies in science. Theoretically Stealth Addresses could be implemented in Gapcoin. Gapcoin is on github, so if you don't want to wait till I implement a feature, you can just implement it yourself and submit a pull request. Gapcoin is also already an organisation on github, so if you want, you could become a Gapcoin developer yourself https://github.com/gapcoin/gapcoinCurrently I think we should get more media attention, We already have a good story about reaching the 13th place in the world record list within the first month. I already wrote to some altcoin related news sites, but i didn't got much responses till now. thanks for the reply, unfortunately I am not a developer, without doubts gapcoin is a great contribution to science, my questions were directed to see the possibility of even more amazing that currency. Greetings!
|
|
|
|
grizscom
|
 |
November 23, 2014, 03:48:37 AM Last edit: November 23, 2014, 06:07:58 AM by grizscom |
|
I can not compile the modded CPU-Miner by dcct at Ubuntu 12.04 x64, I receive this: g++ -Wall -Wextra -c -Winline -Wformat -Wformat-security -pthread --param max-inline-insns-single=1000 -lm -Wno-write-strings -march=native -O3 src/Stratum.cpp -o src/Stratum.o src/Stratum.cpp: In static member function «static void Stratum::init(std::string*, std::string*)»: src/Stratum.cpp:112:9: error: «connect» is not element of «boost::asio» src/Stratum.cpp:112:9: warning: suggested alternatives: /usr/include/x86_64-linux-gnu/sys/socket.h:129:12: warning: «connect» /usr/include/boost/asio/detail/impl/socket_ops.ipp:383:5: warning: «boost::asio::detail::socket_ops::connect» make: *** [src/Stratum.o] Error 1
That is surprisingly, but at Ubuntu 12.04 x86 it is successful done. Also the official GapMiner did not compile with same error. The compiled version says: ./gapminer: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.16' not found (required by ./gapminer) ./gapminer: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.17' not found (required by ./gapminer)
Can someone help with it?
|
|
|
|
e1ghtSpace
Legendary
Offline
Activity: 1526
Merit: 1001
Crypto since 2014
|
 |
November 23, 2014, 07:37:15 AM |
|
I can not compile the modded CPU-Miner by dcct at Ubuntu 12.04 x64, I receive this: g++ -Wall -Wextra -c -Winline -Wformat -Wformat-security -pthread --param max-inline-insns-single=1000 -lm -Wno-write-strings -march=native -O3 src/Stratum.cpp -o src/Stratum.o src/Stratum.cpp: In static member function «static void Stratum::init(std::string*, std::string*)»: src/Stratum.cpp:112:9: error: «connect» is not element of «boost::asio» src/Stratum.cpp:112:9: warning: suggested alternatives: /usr/include/x86_64-linux-gnu/sys/socket.h:129:12: warning: «connect» /usr/include/boost/asio/detail/impl/socket_ops.ipp:383:5: warning: «boost::asio::detail::socket_ops::connect» make: *** [src/Stratum.o] Error 1
That is surprisingly, but at Ubuntu 12.04 x86 it is successful done. Also the official GapMiner did not compile with same error. The compiled version says: ./gapminer: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.16' not found (required by ./gapminer) ./gapminer: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.17' not found (required by ./gapminer)
Can someone help with it? Try this command: sudo apt-get install build-essential
|
|
|
|
grizscom
|
 |
November 23, 2014, 08:12:45 AM Last edit: November 23, 2014, 08:48:51 AM by grizscom |
|
Try this command: sudo apt-get install build-essential
does not help root@gap:/# sudo apt-get install build-essential Reading package lists... Done Building dependency tree Reading state information... Done build-essential is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
I have wrote: at x86 ver same ubuntu it is compiled.
|
|
|
|
e1ghtSpace
Legendary
Offline
Activity: 1526
Merit: 1001
Crypto since 2014
|
 |
November 23, 2014, 08:53:46 AM |
|
Try this command: sudo apt-get install build-essential
does not help root@gap:/# sudo apt-get install build-essential Reading package lists... Done Building dependency tree Reading state information... Done build-essential is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
I have wrote: at x86 ver same ubuntu it is compiled. Okay, try this; sudo apt-get update sudo apt-get install libc6 Sorry if it doesn't help.
|
|
|
|
grizscom
|
 |
November 23, 2014, 08:55:14 AM Last edit: November 23, 2014, 09:55:35 AM by grizscom |
|
2e1ghtSpace: It is not right way.(
Problem is still existing.
|
|
|
|
dcct
|
 |
November 23, 2014, 01:52:21 PM |
|
Sorry if it doesn't help.
You could try this: apt-get install libboost-all-dev
|
|
|
|
grizscom
|
 |
November 23, 2014, 02:15:13 PM |
|
You could try this: apt-get install libboost-all-dev
libboost-all-dev is already the newest version.
|
|
|
|
dcct
|
 |
November 23, 2014, 02:19:11 PM |
|
You could try this: apt-get install libboost-all-dev
libboost-all-dev is already the newest version.
I usually get this error if libboost-iostreams-dev is missing, but it should be included in the -all-package.
|
|
|
|
grizscom
|
 |
November 23, 2014, 03:57:59 PM |
|
libboost-iostreams-dev is already installed
|
|
|
|
|
q327K091
Legendary
Offline
Activity: 1792
Merit: 1010
|
 |
November 24, 2014, 01:42:05 AM Last edit: November 24, 2014, 01:52:38 AM by q327K091 |
|
excellent looks like 200,000 PPS can now only get you 5 GAP a day, this sure will have big impact on pricing, checking charts... charts as expected, public/media is largely unaware, they have little clue what is going on in general  anyone that has status on progress on nvidia GPU miner that has right OpenCL sieve code please let know.. if accomplished it will x4 current global PPS rate and produce record results one after another btw posting ubuntu apt-get install in case this helps someone full sequence that worked for me on AWS, you still have time sudo apt-get update sudo apt-get install build-essential sudo apt-get install git sudo apt-get install autoconf sudo apt-get install libdb++-dev sudo apt-get install libdb++-dev sudo apt-get install libboost1.54-all-dev sudo apt-get install pkg-config sudo apt-get install libssl-dev sudo apt-get install libgmp-dev sudo apt-get install libmpfr-dev sudo apt-get install libcurl4-gnutls-dev sudo apt-get install libjansson-dev sudo apt-get install htop git clone https://github.com/gapcoin/GapMiner.gitcd GapMiner/src git clone https://github.com/gapcoin/Gapcoin-PoWCore.git PoWCore cd ../
|
|
|
|
grizscom
|
 |
November 24, 2014, 05:07:15 AM |
|
Thank you all who helped. My trouble is solved. The problem were simple: at the system was an old version (1.46) of the package libboost-all-dev, but needed a 1.48
What is about second pool? Is it needed? I can setup it for community.
|
|
|
|
drumingspz
|
 |
November 24, 2014, 05:50:14 AM |
|
Thank you all who helped. My trouble is solved. The problem were simple: at the system was an old version (1.46) of the package libboost-all-dev, but needed a 1.48
What is about second pool? Is it needed? I can setup it for community.
The more pools the better IMHO. Glad that you finally got this working!
|
░░░░░░░▄▄█████▄▄▄░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ ░░░░▄██████████████▄░░░░░░░░░░░░░░░░░░░▄██████▄▄░░░░░░ ░░▄██████████████████▄░░░░░░░░░░░░░░▄████████████▄░░░░ ░██████████████████████▄░░░░░░░░░░▄████████████████▄░░ ▄███████████████████████▄░░░░░░░▄████████████████████░ ██████████████████████████▄░░░▄███████████████████████ █████████████████████████████████████████████████████▀ █████████████████████████▀░░░░░▀████████████████████▀░ ░██████████████████████▀░░░░░░░░░▀█████████████████▀░░ ░░███████████████████▀░░░░░░░░░░░░░░▀████████████▀░░░░ ░░░▀███████████████▀░░░░░░░░░░░░░░░░░░▀▀██████▀▀░░░░░░ ░░░░░░▀█████████▀░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
| mira | | ▀▀ ██ ██ ██ ██ ██ ██ ▄▄ | | | ▀▀ ██ ██ ██ ██ ██ ██ ▄▄ | | | |
[/center]
|
|
|
Aleh777
|
 |
November 24, 2014, 07:38:32 AM |
|
excellent looks like 200,000 PPS can now only get you 5 GAP a day, this sure will have big impact on pricing, checking charts... Mining Darkcoin in 6.3 Mh and change in Gapcoin=22 Gapcoin per day.
|
|
|
|
q327K091
Legendary
Offline
Activity: 1792
Merit: 1010
|
 |
November 24, 2014, 07:47:29 AM |
|
excellent looks like 200,000 PPS can now only get you 5 GAP a day, this sure will have big impact on pricing, checking charts... Mining Darkcoin in 6.3 Mh and change in Gapcoin=22 Gapcoin per day. now that is smart  and you also value GAP over Dark, and Dark is very very good (dev team/infra/concepts..)
|
|
|
|
|