Bitcoin Forum
May 27, 2024, 07:34:34 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 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 ... 114 »
1021  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Bottlecaps v1.5.2 Just Released Checkpoint Node New Wallet Design! Please Update on: May 19, 2014, 09:54:01 PM
I can't activate coin control on the mac. when I click the checkbox, I can' t accept the changes

Hmm ok, is this based on the latest commit?

yes from your github, I pull the latest commit and compiled. I see the the option but when I click on it to activate it, I can't apply the changes.

Also, do we need to resync the block chain after those changes? I get an error saying can't load blkindex.dat when I use the version from your github

I'll compile on windows and see if it happens on windows too. I helped with the coin control commit and it worked fine for me on windows, but I will build again and test.

You do need to resync because of this commit https://github.com/Tranz5/bottlecaps/commit/ed8833b8c5df86490fadf77760b11afa9a263547

Looks like something got mixed up when the commit was made for coin control.

The way options /qt/optionsdialog.cpp is now:
Code:
    /* Window */
#ifndef Q_OS_MAC
    mapper->addMapping(ui->minimizeToTray, OptionsModel::MinimizeToTray);
    mapper->addMapping(ui->minimizeOnClose, OptionsModel::MinimizeOnClose);
    mapper->addMapping(ui->coinControlFeatures, OptionsModel::CoinControlFeatures);
#endif

    /* Display */
    mapper->addMapping(ui->lang, OptionsModel::Language);
    mapper->addMapping(ui->unit, OptionsModel::DisplayUnit);
    mapper->addMapping(ui->displayAddresses, OptionsModel::DisplayAddresses);

The way /qt/optionsdialog.cpp should be:
Code:
    /* Window */
#ifndef Q_OS_MAC
    mapper->addMapping(ui->minimizeToTray, OptionsModel::MinimizeToTray);
    mapper->addMapping(ui->minimizeOnClose, OptionsModel::MinimizeOnClose);
#endif

    /* Display */
    mapper->addMapping(ui->lang, OptionsModel::Language);
    mapper->addMapping(ui->unit, OptionsModel::DisplayUnit);
    mapper->addMapping(ui->displayAddresses, OptionsModel::DisplayAddresses);
    mapper->addMapping(ui->coinControlFeatures, OptionsModel::CoinControlFeatures);


ahh thanks presstab, I'll give that a try

EDIT: that did it Smiley

Thanks guys, sorry about that, fixed in github.
1022  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Bottlecaps v1.5.2 Just Released Checkpoint Node New Wallet Design! Please Update on: May 19, 2014, 03:28:03 AM
Commits for the weekend:

Change notificator to use message
https://github.com/Tranz5/bottlecaps/commit/49aa486eeff575cc416ddfae0dae687044b76341

Split trayIcon and trayIconMenu. Init menu after fully loaded:
https://github.com/Tranz5/bottlecaps/commit/7100ca314f54d9190e977de6168410747682f157
https://github.com/Tranz5/bottlecaps/commit/8b9c237d0a3648ae8040ef9611bbb28429d9dd43

Update fee message:
https://github.com/Tranz5/bottlecaps/commit/1cc34e62828bdbf6d3af507054ba0738b0213b53

Change Encrypt Status Tip:
https://github.com/Tranz5/bottlecaps/commit/4bbc04fba79b6ab0032c703c149cd20221642a34

Update GUI (Add new alert bar,add client to model)
https://github.com/Tranz5/bottlecaps/commit/d7f61e5802aa5cc92bb572d8c543b0bff2e99d56
https://github.com/Tranz5/bottlecaps/commit/8095545c8eb3cd2946ba9f7c36d43cf80dda4bb0
https://github.com/Tranz5/bottlecaps/commit/8c0e85dee865a96bdd13878db78146b7d0c0b792
https://github.com/Tranz5/bottlecaps/commit/a2ca7e1f72d4624d607d99ae7cef0140113e572c
https://github.com/Tranz5/bottlecaps/commit/0e2e9834dd659a3b07bd4bce953260f1055dd66f

Changes to numBlocks:
https://github.com/Tranz5/bottlecaps/commit/6a7954d04b43c75836d954d690222b179af94ebe

Small Changes to transactionalpage:
https://github.com/Tranz5/bottlecaps/commit/3fbf859a514a61d513241a59dd633bc309d1c82e

Added setClipboard to Guiutil:
https://github.com/Tranz5/bottlecaps/commit/e972719cca73e9bb2253707bf2cd02f1671e1f3f

ToolTipToRichTextFilter::eventFilter Fix:
https://github.com/Tranz5/bottlecaps/commit/c6da2919f3f84a30fd60209d0af5252af51f63a6

URI Fixs:
https://github.com/Tranz5/bottlecaps/commit/f36076f4f50278b95f2b354434e9c63ead69d2a2
https://github.com/Tranz5/bottlecaps/commit/d1f3281c939d74f59da85241e13dcbe4013cc815
1023  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Bottlecaps v1.5.2 Just Released Checkpoint Node New Wallet Design! Please Update on: May 19, 2014, 02:43:10 AM
I can't activate coin control on the mac. when I click the checkbox, I can' t accept the changes

Hmm ok, is this based on the latest commit?
1024  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Bottlecaps v1.5.2 Just Released Checkpoint Node New Wallet Design! Please Update on: May 18, 2014, 08:22:51 PM
One great feature I have seen out there recently was the built in  block explorer feature that would be a slick addition.

This was going to be an addition to HBN version 1.5, Then maybe later I will put it in CAPS Wink
1025  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - Version 1.4. Stake For Charity. on: May 18, 2014, 02:05:17 PM
Hi Dear Administrator and Owner HobonikelsCoin Currency.

I Have Business Proposal For You -
We have Anonymous VPN Service and Partnership 30% to all pays your client.
We Add Your Currency - HobonickelsCoin to My VPN Service.
We have all CryptoCoin money in our vpn service site.
Our Vpn Service here - www.in-disguise.com

We want add banner or stick on your Site - With Your Referral Url - You have 30 % all payments your clients.
http://hobonickels.info/
With Your Referral Url - You have 30 % all payments your clients.

Please Contact me, i want to talk with you for advertise.
www.in-disguise.com

ICQ: 6906911
E-mail: manager@in-disguise.com
Jabber: In-Disguise-VPN@jabber.org
Skype: In-Disguise-VPN


Please Add my Contact - I Very Want Talk With You and have business with you!!!

Thanks, we will be in touch!
1026  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - Version 1.4. Stake For Charity. on: May 18, 2014, 02:04:57 PM
hi guys noob here need help..
While opening my HBN 0.7.5.0 wallet ..i get message
A fatal error has occured HoboNickels can no longer continue safely and quit.
EXCEPTION:St13runtime_error.

Please help ihave 1500 coins in there.

Seems like you are using the newest client for the first time.

You will need to remove or rename the folder txleveldb found in %appdata%/HoboNickels folder (on windows). Then start up the client.

For a faster alternative, see this page.
http://wiki.hobonickels.info/index.php?title=Replace_Blockchain
1027  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Bottlecaps v1.5.2 Just Released Checkpoint Node New Wallet Design! Please Update on: May 18, 2014, 01:08:17 AM
Commits for tonight:

Change some var to volatile
https://github.com/Tranz5/bottlecaps/commit/bbc8f32fb5283a30ea2566efcd99fbddce068c77

Create client release flag, and set it to pre-release during development.
https://github.com/Tranz5/bottlecaps/commit/8e7af4198c2c13338a08e2575ddeab0d6fdcf6e9

Add status tips when mouse is over buttons:
https://github.com/Tranz5/bottlecaps/commit/4538252aedcae9f9cf5a04e872b5ef4334147dc0

Clear RPC scroll back history when clear button is used:
https://github.com/Tranz5/bottlecaps/commit/8a580746fefdc74f3aa31a636501f8395ad7f027

Change how vchData is cleared:
https://github.com/Tranz5/bottlecaps/commit/2e7cd5e651b288829dc5933266ef2a92aac0877b

Sign message is a constant var:
https://github.com/Tranz5/bottlecaps/commit/8931d32c8aa02f4f5fc9cf7b13902090c99efdf8

Update Message Box Buttons:
https://github.com/Tranz5/bottlecaps/commit/7b3346329d6194364cd89cb215a17b6b4ba1c4fc
https://github.com/Tranz5/bottlecaps/commit/4678e7ee934dd090d966fac05bdb05f5ec4bc745
https://github.com/Tranz5/bottlecaps/commit/878a4576a46d26090000ad71a3b07587cdab4058

Change gui error box to gui message box:
https://github.com/Tranz5/bottlecaps/commit/e31a351a950da27aac586283fa2ccd33d7eb5cba

Change bitcoinamountfield.h to have the correct ifdef
https://github.com/Tranz5/bottlecaps/commit/12a7bb276901ffd0484af8d61f091a6a639f3684
1028  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Bottlecaps v1.5.2 Just Released Checkpoint Node New Wallet Design! Please Update on: May 17, 2014, 05:40:34 PM
Coin Control with weight added.
https://github.com/Tranz5/bottlecaps/commit/a9f1653073ab35592fd09145b8d64e22e08eedea

Thanks to presstab for getting this one going.

It's great to see these updates rolling in.  Great job, guys!  Does anyone have an opinion about dropping the instances of camel case from BottleCaps?  I know it is minor, but it tends to confuse people when they create a .conf file and it must be named BottleCaps.conf as opposed to Bottlecaps.conf or bottlecaps.conf. 

And a question for Tranz: When you compile the QT for Windows, do you go the route of including all the separate .dll files in a zip or do you go with something like Gitian?  I have my preference, but I am just curious.

Once I am done, it will be 1 static exe, no dlls.
1029  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Bottlecaps v1.5.2 Just Released Checkpoint Node New Wallet Design! Please Update on: May 17, 2014, 03:44:31 PM
Coin Control with weight added.
https://github.com/Tranz5/bottlecaps/commit/a9f1653073ab35592fd09145b8d64e22e08eedea

Thanks to presstab for getting this one going.
1030  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Bottlecaps v1.5.2 Just Released Checkpoint Node New Wallet Design! Please Update on: May 17, 2014, 01:25:29 PM
any working pool on last version ?

Might try this one?
http://cap.cryptotroll.com/index.php
1031  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Bottlecaps v1.5.2 Just Released Checkpoint Node New Wallet Design! Please Update on: May 17, 2014, 05:07:11 AM
Ahh. glad to hear you found the bug.

I have added faststart tonight. Still testing full sync, speed test.
https://github.com/Tranz5/bottlecaps/commit/ed8833b8c5df86490fadf77760b11afa9a263547


5hrs sync, 10 sec load. Good by me!
1032  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - Version 1.4. Stake For Charity. on: May 17, 2014, 03:08:56 AM
And link to download files: https://mega.co.nz/#!IJ8gzQAA!C_pJG6ybgoZT8kvWBF1J6cl-o-gX6vnLwihmbgp1I7M
Edit all Var in index.php and run the sql Smiley

Hope it will be usefull for some.
All HBN are welcom to ErmqaiunrcguMEhpDP5uqEQhRKmn3oViWv  Grin

Looks pretty cool, I will have to check this out. Thanks for porting it over to HBN!

Yes, nice. So I need to install mysql first, before I use those php scripts?
1033  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Bottlecaps v1.5.2 Just Released Checkpoint Node New Wallet Design! Please Update on: May 17, 2014, 02:29:55 AM
Ahh. glad to hear you found the bug.

I have added faststart tonight. Still testing full sync, speed test.
https://github.com/Tranz5/bottlecaps/commit/ed8833b8c5df86490fadf77760b11afa9a263547
1034  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Bottlecaps v1.5.2 Just Released Checkpoint Node New Wallet Design! Please Update on: May 16, 2014, 09:02:01 PM
Quick note:

After I updated the database for CAP on cap.cryptocoinexplorer.com, I updated the client with your updates.

I am not sure if this change was intentional or not, but the "flags" field when a block is POS now reads "proof-of-stake stake-modifier".

Most coins just read "proof-of-stake". I modified the database loader to understand the modified flag, though I do not like having customized code for a coin. One of the main points for developing CCE3 was to completely eliminate that need.

Just let me know if it is going to stay that way, or when you change it back so I can adjust the code accordingly.



No this shouldn't be this way. When I issue getblock on a PoS block I get flags of just proof-of-stake. Which RPC command is giving you that?
1035  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Bottlecaps v1.5.2 Just Released Checkpoint Node New Wallet Design! Please Update on: May 16, 2014, 12:02:46 PM
I also want to thank the new team for picking up the development of Bottlecaps!
I welcome the settlement for 200% POS - as I understand the new stake will start immediately after the new wallet release.
Does that mean, that old coinholders should not stake before the release to avoid destroying Coin-Age?

No, once the new wallet is released, there will be a time before the new stake starts. This will allow everyone to get on the right client, before it forks.

We are looking at 30-60 days before all is finalized.
1036  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - Version 1.4. Stake For Charity. on: May 16, 2014, 12:00:49 PM
the explorer is live again with the new version

http://hbn.blockx.info/

check it out and share your comments   Smiley

EDIT:

some new features

  • Home pages auto-refreshes to get latest blocks
  • You get new unconfirmed transactions from mempool on home page
  • You can browse blocks by days of mining
  • Current BTC value of blocks/transactions (historic value of BTC yet to come)
  • New overall presentation of informations

Unick, it looks superber!
1037  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - Version 1.4. Stake For Charity. on: May 16, 2014, 04:33:58 AM
Hello!

I'm excited to announce that I'm about to roll out a new version of the block explorer. The process should be done by tomorrow.

I've been working hard to rewrite a lot of the code of Abe and adding new features to the explorer at the same time.

I started all this work so it could be much easier to read the data from the block chain and make the explorer more dynamic.

I'm still not 100% finished with this new version and I have to work around the way Abe does things sometimes, but I decided to roll it out anyways so I could have feedback from you guys and test out for any bugs.

So there is still a lot of work ahead but I think it's fun to get feedback on the work in progress.

So keep that in mind when you use the new version.

Meanwhile, prepare yourselves to be blown away Tongue (at least I hope Roll Eyes haha!)

I have been using the beta version for a while and it is super cool! I am excited!
1038  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Bottlecaps v1.5.2 Just Released Checkpoint Node New Wallet Design! Please Update on: May 16, 2014, 04:09:07 AM
Last few for tonight:

About Page Update:
https://github.com/Tranz5/bottlecaps/commit/c9bd961fd830e12ecaa53a6d23989a110387a79e

Send Coins Update:
https://github.com/Tranz5/bottlecaps/commit/6d64f0655bcffb7a605a6d82a497bf72f5d750a7

Reset Added to Options:
https://github.com/Tranz5/bottlecaps/commit/9d3ad2d38ac74890a9a517a331182404d8d19f1c

Fix Send Alert RPC:
https://github.com/Tranz5/bottlecaps/commit/49009f4c77803c31be15f353183bf3b06a28c631

Old Ask Pass Phrase Bug:
https://github.com/Tranz5/bottlecaps/commit/1df0379b0d4d740958d97a97864bbab18d0b6786

Use OpenSSL_Cleanse in key spots:
https://github.com/Tranz5/bottlecaps/commit/41adc2e090334d3767c05d8386fdbcd01d51c138
1039  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Bottlecaps v1.5.2 Just Released Checkpoint Node New Wallet Design! Please Update on: May 16, 2014, 02:22:44 AM
PoS and PoW Mined are now easier to see in Transaction Page
https://github.com/Tranz5/bottlecaps/commit/6c16aae7a3ea169693563ff71ca4708d8d66e3e8
1040  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Bottlecaps v1.5.2 Just Released Checkpoint Node New Wallet Design! Please Update on: May 16, 2014, 01:55:59 AM
Here we go!

Added addnode and getaddednodeinfo to RPC

https://github.com/Tranz5/bottlecaps/commit/93b8767a9fe1393a83952793e1f8f024ddede4f7


Quote
21:48:25

addnode cap.nodes.btcrypt.net:7685 add


21:49:15

getaddednodeinfo true


21:49:15

[
{
"addednode" : "cap.nodes.btcrypt.net:7685",
"connected" : true,
"addresses" : [
{
"address" : "87.106.246.28:7685",
"connected" : "outbound"
}
]
}
]
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 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 ... 114 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!