crackfoo
Legendary
Offline
Activity: 3570
Merit: 1126
|
|
May 20, 2014, 01:55:48 AM |
|
Come get your CAP! Now with individual worker stats! See your submitted/invalid share as well as hashing speed! http://www.hasher.ca2% fee PROP reward system DDoS Protected High Performance Backend Simple setup and usage Auto ProfitSwitching Ports (beta testing now) To mine: Username: your CAP wallet address OR your generated Public Key Password: anything URL (vardiff): stratum+tcp://stratum.hasher.ca:3634 CAP go straight to your wallet once the block is confirmed. We don't hold your CAP! Cheers and Happy Hashing!
|
ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
|
|
|
dreamwatcher
Legendary
Offline
Activity: 1064
Merit: 1000
|
|
May 20, 2014, 02:29:50 AM Last edit: May 20, 2014, 02:48:44 AM by dreamwatcher |
|
Unfortunately, this build will lead to exception issues, or rather lack of exception handling. I am unsure why these steps are not needed in the Bitcoin direct source, but every alt-coin I have compiled so far needs this and the cmake system for MOC files. I wrote up a quick guide (Which is a modified version of above) along with a download of pre-compiled leveldb libraries and some of the DLL that will be needed. Even doing a static compile will require one dll. http://scificointalk.com/index.php/topic,259.msg3937.html#msg3937Most significant changes: Install cmake: Download Cmake: http://www.cmake.org/files/v2.8/cmake-2.8.12.2-win32-x86.exe Run the install and check the option to add it to the path.
Switches when compiling the opensource QT environment: In Windows Command prompt: cd C:\Qt\4.8.5 configure -release -opensource -confirm-license -static -no-sql-sqlite -no-qt3support -exceptions -no-opengl -qt-zlib -qt-libpng -qt-libmng -no-libtiff -qt-libjpeg -no-dsp -no-vcproj -no-openssl -no-dbus -no-phonon -no-phonon-backend -no-multimedia -no-audio-backend -no-script -no-scripttools -no-declarative -no-declarative-debug -no-style-plastique -no-style-cleanlooks -no-style-motif -no-style-cde -nomake demos -nomake examples mingw32-make The QT compile will take some time, an hour+
You also need to make sure that the POSIX-DWARF version of mingw is in your path, not the latest version (which you only use for MSYS, hence the creation of the batch file to run it). You also need to make sure your compile kit in QT creator is pointing to the POSIX-DWARF version of mingw.
|
|
|
|
presstab
Legendary
Offline
Activity: 1330
Merit: 1000
Blockchain Developer
|
|
May 20, 2014, 03:02:51 AM |
|
Unfortunately, this build will lead to exception issues, or rather lack of exception handling. I am unsure why these steps are not needed in the Bitcoin direct source, but every alt-coin I have compiled so far needs this and the cmake system for MOC files. I wrote up a quick guide (Which is a modified version of above) along with a download of pre-compiled leveldb libraries and some of the DLL that will be needed. Even doing a static compile will require one dll. http://scificointalk.com/index.php/topic,259.msg3937.html#msg3937Most significant changes: Install cmake: Download Cmake: http://www.cmake.org/files/v2.8/cmake-2.8.12.2-win32-x86.exe Run the install and check the option to add it to the path.
Switches when compiling the opensource QT environment: In Windows Command prompt: cd C:\Qt\4.8.5 configure -release -opensource -confirm-license -static -no-sql-sqlite -no-qt3support -exceptions -no-opengl -qt-zlib -qt-libpng -qt-libmng -no-libtiff -qt-libjpeg -no-dsp -no-vcproj -no-openssl -no-dbus -no-phonon -no-phonon-backend -no-multimedia -no-audio-backend -no-script -no-scripttools -no-declarative -no-declarative-debug -no-style-plastique -no-style-cleanlooks -no-style-motif -no-style-cde -nomake demos -nomake examples mingw32-make The QT compile will take some time, an hour+
You also need to make sure that the POSIX-DWARF version of mingw is in your path, not the latest version (which you only use for MSYS, hence the creation of the batch file to run it). You also need to make sure your compile kit in QT creator is pointing to the POSIX-DWARF version of mingw. It compiles and runs fine for me.
|
|
|
|
dreamwatcher
Legendary
Offline
Activity: 1064
Merit: 1000
|
|
May 20, 2014, 03:17:10 AM |
|
It compiles and runs fine for me. Have you tried anything that would cause an exception that should be handled by the application? Try solo mining or sometimes just "get peerinfo". Without exception handling enabled in the QT compile environment, Windows will throw out some strange errors and leave the coin thread running in the background. Usually meaning one has to restart the computer to get the coin daemon to start up properly again. I am just offering my advice through what I learned with the KED relauch. I thought everything was compiled and running fine in Windows also until the exception bug reared its head. Then again , I could be wrong , but I have set up a few compile environments since without issue using the instructions I gave. Anyway, do it however you want, I won't mention it again
|
|
|
|
presstab
Legendary
Offline
Activity: 1330
Merit: 1000
Blockchain Developer
|
|
May 20, 2014, 03:21:02 AM Last edit: May 20, 2014, 03:38:52 AM by presstab |
|
It compiles and runs fine for me. Have you tried anything that would cause an exception that should be handled by the application? Try solo mining or sometimes just "get peerinfo". Without exception handling enabled in the QT compile environment, Windows will throw out some strange errors and leave the coin thread running in the background. Using meaning one has to restart the computer to get the coin daemon to start up properly again. I am just offering my advice through what I learned with the KED relauch. I thought everything was compiled and running fine in Windows also until the exception bug reared its head. Then again , I could be wrong , but I have set up a few compile environments since without issue using the instructions I gave. I don't solomine and RPC commands have always worked fine for me including getpeerinfo. I'll try the cmake route and see if there is any noticeable difference. I don't know how I will be able to tell though if I haven't noticed problems yet anyways. This is really interesting to know, thanks for linking to your guide I am going through it now. So I don't use qtcreator I do it all from terminal. When I run "cmake bottlecaps-qt.pro" it returns CMake error: the source directory is a file not a directory. Is cmake not directly replaceable with qmake? -edit I will take this to PM so the thread doesn't get clogged up with technical details of my compiling.
|
|
|
|
Tranz
Legendary
Offline
Activity: 1540
Merit: 1060
May the force bit with you.
|
|
May 20, 2014, 04:11:48 AM |
|
|
|
|
|
presstab
Legendary
Offline
Activity: 1330
Merit: 1000
Blockchain Developer
|
|
May 20, 2014, 04:34:21 AM |
|
Awesome commits tonight. That IPv6 bug has been really irritating me lately with other coins too, nice to see a fix.
|
|
|
|
David Latapie
|
|
May 21, 2014, 01:09:54 AM |
|
What is the interest rate for Bottlecaps?
|
|
|
|
presstab
Legendary
Offline
Activity: 1330
Merit: 1000
Blockchain Developer
|
|
May 21, 2014, 02:53:47 AM |
|
What is the interest rate for Bottlecaps?
I have never staked CAPs but I am pretty sure they are at 1%. In about two months the stake rate will gradually change to 200%.
|
|
|
|
ElTomeko27
|
|
May 21, 2014, 03:57:16 AM |
|
What is the interest rate for Bottlecaps?
I have never staked CAPs but I am pretty sure they are at 1%. In about two months the stake rate will gradually change to 200%. PressTab if now i have coins in 1.5.2 wallet it will count my coin age and stake weight in new wallet right?
|
|
|
|
digitalindustry
|
|
May 21, 2014, 04:37:44 AM |
|
I've got a question :
Did Vinni add Caps to coincasino in the end ?
: D
Great work with all the commits Tranz .
Great design .
|
- Twitter @Kolin_Quark
|
|
|
Tranz
Legendary
Offline
Activity: 1540
Merit: 1060
May the force bit with you.
|
|
May 21, 2014, 05:21:26 AM |
|
|
|
|
|
presstab
Legendary
Offline
Activity: 1330
Merit: 1000
Blockchain Developer
|
|
May 21, 2014, 05:40:31 AM |
|
What is the interest rate for Bottlecaps?
I have never staked CAPs but I am pretty sure they are at 1%. In about two months the stake rate will gradually change to 200%. PressTab if now i have coins in 1.5.2 wallet it will count my coin age and stake weight in new wallet right? Yep, your coins are held on the block chain and the wallet simply holds the key to those coins. But you will need to update your wallet once the new version comes out, but you can still use the same wallet.dat.
|
|
|
|
|
Oldminer
Legendary
Offline
Activity: 1022
Merit: 1001
|
|
May 21, 2014, 09:48:41 AM |
|
Well, from memory most Caps are found in fallout shelters so its all looking good for this coin
|
|
|
|
kingscrown
|
|
May 22, 2014, 12:23:50 AM |
|
any working pool bros ?
|
|
|
|
Tranz
Legendary
Offline
Activity: 1540
Merit: 1060
May the force bit with you.
|
|
May 22, 2014, 12:45:03 AM |
|
Does noot sync!
Add to your conf addnode=cap.nodes.btcrypt.net:7685 and it will sync. I've updated it to the latest version flound did above. Connected to 39 peers at the moment. S. Hi sheffters. I have added this as a dns node. I was able to get connected and sync'd using this without anything else. However there are a few things. When I do a nslookup I only see one address. It should be many addresses. See below Yours: nslookup cap.nodes.btcrypt.net
Non-authoritative answer: Name: cap.nodes.btcrypt.net Address: 87.106.246.28
Here is hbns: nslookup seed.hobonickels.info
Non-authoritative answer: Name: seed.hobonickels.info Addresses: 162.243.251.173 176.31.250.94 5.39.90.17 5.249.152.30 24.93.183.133 71.91.14.102 82.146.37.116 84.45.63.205 98.232.23.64
Your peer did supply me with other peers. About 2,000 worth. So I would be good for the future, but better for the dns node to point to other peers address right away. Anyway it is working for now, so thanks! Also if anyone wants to be a dns node, it would be good. 3 or 4 is a good number to keep the network healthy.
|
|
|
|
techbytes
Legendary
Offline
Activity: 1694
Merit: 1054
Point. Click. Blockchain
|
|
May 22, 2014, 01:22:48 AM |
|
|
|
|
|
Jamesco
|
|
May 22, 2014, 02:25:11 AM |
|
Looks like the price is starting to break out of the downtrend we just saw , felt like I was one of only a few putting up buy orders last few days,trying to snag some cheap Cap (i was battling one person for like 3 hours with constant 1 satoshi increases ). Could be another spike upwards again, depending on if we still have anyone dumping on us. No complaints either way from me . Great work on the updates Tranz and also presstab as well!
|
|
|
|
unick
|
|
May 22, 2014, 02:54:16 AM |
|
Does noot sync!
Add to your conf addnode=cap.nodes.btcrypt.net:7685 and it will sync. I've updated it to the latest version flound did above. Connected to 39 peers at the moment. S. Hi sheffters. I have added this as a dns node. I was able to get connected and sync'd using this without anything else. However there are a few things. When I do a nslookup I only see one address. It should be many addresses. See below Yours: nslookup cap.nodes.btcrypt.net
Non-authoritative answer: Name: cap.nodes.btcrypt.net Address: 87.106.246.28
Here is hbns: nslookup seed.hobonickels.info
Non-authoritative answer: Name: seed.hobonickels.info Addresses: 162.243.251.173 176.31.250.94 5.39.90.17 5.249.152.30 24.93.183.133 71.91.14.102 82.146.37.116 84.45.63.205 98.232.23.64
Your peer did supply me with other peers. About 2,000 worth. So I would be good for the future, but better for the dns node to point to other peers address right away. Anyway it is working for now, so thanks! Also if anyone wants to be a dns node, it would be good. 3 or 4 is a good number to keep the network healthy. do you have a link handy to how to set this up?
|
|
|
|
|