Bitcoin Forum
May 05, 2024, 01:56:15 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: How many BottleCaps do you own?
None - 86 (39.1%)
1-1k - 30 (13.6%)
1k-10k - 28 (12.7%)
More than 10k - 76 (34.5%)
Total Voters: 220

Pages: « 1 ... 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 [93] 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 ... 219 »
  Print  
Author Topic: Bottlecaps 2.1 UPDATE REQUIRED - HARDFORK JULY 4 2014 to 200% Annual PoS  (Read 388604 times)
crackfoo
Legendary
*
Offline Offline

Activity: 3458
Merit: 1126



View Profile WWW
May 20, 2014, 01:55:48 AM
 #1841

Come get your CAP!

Now with individual worker stats! See your submitted/invalid share as well as hashing speed!



http://www.hasher.ca

2% 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!
1714874175
Hero Member
*
Offline Offline

Posts: 1714874175

View Profile Personal Message (Offline)

Ignore
1714874175
Reply with quote  #2

1714874175
Report to moderator
The Bitcoin network protocol was designed to be extremely flexible. It can be used to create timed transactions, escrow transactions, multi-signature transactions, etc. The current features of the client only hint at what will be possible in the future.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714874175
Hero Member
*
Offline Offline

Posts: 1714874175

View Profile Personal Message (Offline)

Ignore
1714874175
Reply with quote  #2

1714874175
Report to moderator
dreamwatcher
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000


View Profile WWW
May 20, 2014, 02:29:50 AM
Last edit: May 20, 2014, 02:48:44 AM by dreamwatcher
 #1842

Well, so far we're 2 for 2.

Pretty much follow this guide, but use bottlecaps instead of bitcoin. https://bitcointalk.org/index.php?topic=149479.0

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#msg3937

Most significant changes:

Install cmake:

Code:
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:
Code:
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 Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
May 20, 2014, 03:02:51 AM
 #1843

Well, so far we're 2 for 2.

Pretty much follow this guide, but use bottlecaps instead of bitcoin. https://bitcointalk.org/index.php?topic=149479.0

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#msg3937

Most significant changes:

Install cmake:

Code:
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:
Code:
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.

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
dreamwatcher
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000


View Profile WWW
May 20, 2014, 03:17:10 AM
 #1844

Quote
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  Smiley
presstab
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
May 20, 2014, 03:21:02 AM
Last edit: May 20, 2014, 03:38:52 AM by presstab
 #1845

Quote
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.  Smiley

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.

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
Tranz
Legendary
*
Offline Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
May 20, 2014, 04:11:48 AM
 #1846

Commits for the night:

Add copy transaction Id:
https://github.com/Tranz5/bottlecaps/commit/6b70241a166efd62866d8925c278508a8b79babb

getLastBlockDate fix:
https://github.com/Tranz5/bottlecaps/commit/85d6529a87a2cd58feadb27c6a4139e87d57369c

Freedesktop fix:
https://github.com/Tranz5/bottlecaps/commit/a683c5bc8fa4ff2799820f31a7c12ccafb3ac6ae

Add optional size to keypoolrefill:
https://github.com/Tranz5/bottlecaps/commit/d3c24820af369012ee3c7ed262edccbd1b4b075e

Coin Control Fix for Mac (hat tip Presstab):
https://github.com/Tranz5/bottlecaps/commit/46aa25ed6ff58a4c0b076fb414bbae92672ec674

Change how stake blocks are checked:
https://github.com/Tranz5/bottlecaps/commit/da048f5a4e53205ed4078701f3f6215872af913e

Memory hole fix:
https://github.com/Tranz5/bottlecaps/commit/45a18e40add64200898a6c9f190bfd4047902cb1

Enable DB Log Options:
https://github.com/Tranz5/bottlecaps/commit/e401751453b6f23047891c8a04bc6f62c31b2489

Add yearly stake interest to getmininginfo:
https://github.com/Tranz5/bottlecaps/commit/99a22a933322c02c8b3c6fe028f6fbcba01c6ec4
https://github.com/Tranz5/bottlecaps/commit/04873c8782d57b35d54e1017ff3fec9bb85a8458

Add getbestblockhash rpc:
https://github.com/Tranz5/bottlecaps/commit/4884b6961a0169727dadef4b17a5f39837dc7bc2

IPv6 Fix for Win:
https://github.com/Tranz5/bottlecaps/commit/0023962711a87f812c018b4da7575890d422b685

Change to dump addresses to peers.dat every 10 mins vs 1 min:
https://github.com/Tranz5/bottlecaps/commit/465053853a20cdffffbcf5df685e865645eb38b5

HBN: https://bitcointalk.org/index.php?topic=303749.0 hobonickels.info
Personal Donations: F1TranzWqFGZyFeTMu6iLbtTQgdXuJPsiL
Donations to the HBN Fund: EhbNfund4PrRFLHMxsnbGLhP25hizJGHEE or 1LVFtCX4a83dMLjd8S7imKKKC58QaG83kw
presstab
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
May 20, 2014, 04:34:21 AM
 #1847


Awesome commits tonight.  That IPv6 bug has been really irritating me lately with other coins too, nice to see a fix.

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
David Latapie
Hero Member
*****
Offline Offline

Activity: 658
Merit: 503


Monero Core Team


View Profile WWW
May 21, 2014, 01:09:54 AM
 #1848

What is the interest rate for Bottlecaps?

Monero: the first crytocurrency to bring bank secrecy and net neutrality to the blockchain.HyperStake: pushing the limits of staking.
Reputation threadFree bitcoins: reviews, hints…: freebitco.in, freedoge.co.in, qoinpro
presstab
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
May 21, 2014, 02:53:47 AM
 #1849

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%.

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
ElTomeko27
Sr. Member
****
Offline Offline

Activity: 371
Merit: 250



View Profile
May 21, 2014, 03:57:16 AM
 #1850

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
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


‘Try to be nice’


View Profile WWW
May 21, 2014, 04:37:44 AM
 #1851

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 Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
May 21, 2014, 05:21:26 AM
 #1852

Tonight's Commits:

More memory bug fixes:
https://github.com/Tranz5/bottlecaps/commit/c8cbdedcd9c362a114355f45220c18e8d833b698

DoS protection:
https://github.com/Tranz5/bottlecaps/commit/032c48cca00ebdb491fac4e1891be807136ccfe1
https://github.com/Tranz5/bottlecaps/commit/c841c13d31e0a139bd22f41693016bd30d8808d4

Extend coinstake reward verification error message:
https://github.com/Tranz5/bottlecaps/commit/086cf67c1af275ef993468bfbffc0b74e2b3f1da

Remove legacy block schema version checking:
https://github.com/Tranz5/bottlecaps/commit/58519a52fe2bfa51c4007662c3e21028d39521c9

Add Dump(Export)/Import Wallet to rpc and gui:
https://github.com/Tranz5/bottlecaps/commit/09cea911d6e8bd230d04946ad5e7105601e03a16
https://github.com/Tranz5/bottlecaps/commit/aebbe4200b22ba69484f9bdabdc22c630a8582a5
https://github.com/Tranz5/bottlecaps/commit/f91d434c63f4ec3ad835a09eed65ce7cecca1388
https://github.com/Tranz5/bottlecaps/commit/9ef85745c329ce6a02b6bf7e7a95490547774d87
https://github.com/Tranz5/bottlecaps/commit/8701510132af4822bca59cab95ff9684b05ba1cd
https://github.com/Tranz5/bottlecaps/commit/489f99607be2cd48352739e5e34776b8d9c3aad1
https://github.com/Tranz5/bottlecaps/commit/4b49049d910775159430d1de578aab53ce47c04d
https://github.com/Tranz5/bottlecaps/commit/3747989c5ff123180e54f878d947406b57ee0291






HBN: https://bitcointalk.org/index.php?topic=303749.0 hobonickels.info
Personal Donations: F1TranzWqFGZyFeTMu6iLbtTQgdXuJPsiL
Donations to the HBN Fund: EhbNfund4PrRFLHMxsnbGLhP25hizJGHEE or 1LVFtCX4a83dMLjd8S7imKKKC58QaG83kw
presstab
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
May 21, 2014, 05:40:31 AM
 #1853

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.

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
digitalindustry
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


‘Try to be nice’


View Profile WWW
May 21, 2014, 06:38:16 AM
 #1854

http://www.zerohedge.com/news/2014-05-20/russia-reminds-us-its-not-over-test-fires-nuclear-missile?page=1



Ok I'm going to buy a few more Caps .

: D


Maybe we can buy survivalist gear with them?

- Twitter @Kolin_Quark
Oldminer
Legendary
*
Offline Offline

Activity: 1022
Merit: 1001



View Profile
May 21, 2014, 09:48:41 AM
 #1855

http://www.zerohedge.com/news/2014-05-20/russia-reminds-us-its-not-over-test-fires-nuclear-missile?page=1



Ok I'm going to buy a few more Caps .

: D


Maybe we can buy survivalist gear with them?

Well, from memory most Caps are found in fallout shelters so its all looking good for this coin  Grin

If you like my post please feel free to give me some positive rep https://bitcointalk.org/index.php?action=trust;u=18639
Tip me BTC: 1FBmoYijXVizfYk25CpiN8Eds9J6YiRDaX
kingscrown
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500


http://fuk.io - check it out!


View Profile WWW
May 22, 2014, 12:23:50 AM
 #1856

any working pool bros ?

Tranz
Legendary
*
Offline Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
May 22, 2014, 12:45:03 AM
 #1857

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:
Code:
nslookup cap.nodes.btcrypt.net

Non-authoritative answer:
Name:    cap.nodes.btcrypt.net
Address:  87.106.246.28

Here is hbns:

Code:
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.

HBN: https://bitcointalk.org/index.php?topic=303749.0 hobonickels.info
Personal Donations: F1TranzWqFGZyFeTMu6iLbtTQgdXuJPsiL
Donations to the HBN Fund: EhbNfund4PrRFLHMxsnbGLhP25hizJGHEE or 1LVFtCX4a83dMLjd8S7imKKKC58QaG83kw
techbytes
Legendary
*
Offline Offline

Activity: 1694
Merit: 1054


Point. Click. Blockchain


View Profile
May 22, 2014, 01:22:48 AM
 #1858

any working pool bros ?


cap.cryptopools.com/getting_started


-tb-

Jamesco
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
May 22, 2014, 02:25:11 AM
 #1859

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 Cheesy). Could be another spike upwards again, depending on if we still have anyone dumping on us. No complaints either way from me Smiley.

Great work on the updates Tranz and also presstab as well!
unick
Sr. Member
****
Offline Offline

Activity: 504
Merit: 254


View Profile
May 22, 2014, 02:54:16 AM
 #1860

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:
Code:
nslookup cap.nodes.btcrypt.net

Non-authoritative answer:
Name:    cap.nodes.btcrypt.net
Address:  87.106.246.28

Here is hbns:

Code:
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?

Awesome Explorers for Awesome Coins | Show some BTC love here: 1AAYAZgaz2me7hyumexUZzcyGRZEYtCx5C
HoboNickels: hbn.blockx.info | BottleCaps: cap.blockx.info | GrowthCoin: grw.blockx.info
Pages: « 1 ... 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 [93] 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 ... 219 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!