Bitcoin Forum
March 19, 2024, 11:35:18 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 103 104 »
  Print  
Author Topic: [♔] British Digital Currency | 5% annual PoS - Bittrex - Fiat to BritCoin [BRIT]  (Read 125040 times)
california_jim
Member
**
Offline Offline

Activity: 85
Merit: 10


View Profile
August 08, 2014, 02:06:00 PM
 #1321

Britcoin Wallet 1.1

UI changes and statistics page added.

Windows
Mac OSX
Linux / Source


Enjoy. Until next version  Cool

I just tried to 'make' the Linux QT version and thought everything was going well until it terminated with this error:

g++ -c -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -Ibuild -Ibuild -o build/net.o src/net.cpp
src/net.cpp:19:32: fatal error: miniupnpc/miniwget.h: No such file or directory
 #include <miniupnpc/miniwget.h>
                                ^
compilation terminated.
make: *** [build/net.o] Error 1


I've done a little searching for a fix but didn't find anything useful (to me anyway - I'm not a coder, just a reasonably proficient user). I don't know enough to know what the error fully means or where to try and fix it. Any help getting the GUI wallet in Linux installed gratefully received!
I'm using Linux Mint 17 64bit, I cloned the github files from here - https://github.com/dennemann/britcoin, anything else I should tell you about my system?
1710848118
Hero Member
*
Offline Offline

Posts: 1710848118

View Profile Personal Message (Offline)

Ignore
1710848118
Reply with quote  #2

1710848118
Report to moderator
1710848118
Hero Member
*
Offline Offline

Posts: 1710848118

View Profile Personal Message (Offline)

Ignore
1710848118
Reply with quote  #2

1710848118
Report to moderator
1710848118
Hero Member
*
Offline Offline

Posts: 1710848118

View Profile Personal Message (Offline)

Ignore
1710848118
Reply with quote  #2

1710848118
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
dennemann
Member
**
Offline Offline

Activity: 90
Merit: 10


View Profile WWW
August 08, 2014, 02:14:44 PM
 #1322

Britcoin Wallet 1.1

UI changes and statistics page added.

Windows
Mac OSX
Linux / Source


Enjoy. Until next version  Cool

I just tried to 'make' the Linux QT version and thought everything was going well until it terminated with this error:

g++ -c -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -Ibuild -Ibuild -o build/net.o src/net.cpp
src/net.cpp:19:32: fatal error: miniupnpc/miniwget.h: No such file or directory
 #include <miniupnpc/miniwget.h>
                                ^
compilation terminated.
make: *** [build/net.o] Error 1


I've done a little searching for a fix but didn't find anything useful (to me anyway - I'm not a coder, just a reasonably proficient user). I don't know enough to know what the error fully means or where to try and fix it. Any help getting the GUI wallet in Linux installed gratefully received!
I'm using Linux Mint 17 64bit, I cloned the github files from here - https://github.com/dennemann/britcoin, anything else I should tell you about my system?

Use qmake "USE_UPNP=-"
then make

Designer and developer at the Britcoin project. https://twitter.com/dennemann87
Donate Britcoins: BKvch6CHCtvAvxXwSRk5nHuBCysUehfQ9P
california_jim
Member
**
Offline Offline

Activity: 85
Merit: 10


View Profile
August 08, 2014, 02:37:03 PM
 #1323

Fixed it Smiley Just needed to do
Code:
sudo apt-get install libminiupnpc-dev

First run of wallet fails, second run seems to work fine, just syncing with network. Looking good Mr. Denneman


Use qmake "USE_UPNP=-"
then make

Thanks dennemann, saw that on a forum too, installing libminiupnpc-dev worked.
hugabase
Hero Member
*****
Offline Offline

Activity: 824
Merit: 1000


View Profile
August 08, 2014, 02:37:12 PM
 #1324

some one still DUMP it this coin... Cool
Nxtblg
Legendary
*
Offline Offline

Activity: 924
Merit: 1000



View Profile WWW
August 08, 2014, 03:03:11 PM
 #1325

some one still DUMP it this coin... Cool

Yes, I saw that. Thankfully, everyone here seems to have the sterner stuff. Smiley






██████████████████████████████████████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████████████████████████████
███████████████████████████████████████████████████████████████████████▄▄▄███████████████████████
███████████████████████████████████████████████████████████████████████▀▀▀████████████████████████
██████████████████████████████████████████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████████





...INTRODUCING WAVES........
...ULTIMATE ASSET/CUSTOM TOKEN BLOCKCHAIN PLATFORM...






Soul_eater_123
Legendary
*
Offline Offline

Activity: 952
Merit: 1000



View Profile
August 08, 2014, 03:08:52 PM
 #1326

I think it might be a good idea to limit total coins to 12.5 million and cut the POS interest to 0.1%.
Dexpla
Member
**
Offline Offline

Activity: 97
Merit: 10


View Profile
August 08, 2014, 03:35:57 PM
 #1327

I have 5182.78823503 BRIT unconfirmed which isn't my money! how do i get rid of it or even keep it! its just stuck there, i've tried repairwallet
california_jim
Member
**
Offline Offline

Activity: 85
Merit: 10


View Profile
August 08, 2014, 03:40:41 PM
 #1328

New wallet installed and synced on Linux Mint 17. Wallet closed and wallet.dat copied from Windows ~user/AppData/Roaming/BritCoin to ~user/.britcoin directory. Wallet opened, message about rescanning and voila, BritCoin address and coins in wallet. Happy happy happy, joy joy joy Grin
dennemann
Member
**
Offline Offline

Activity: 90
Merit: 10


View Profile WWW
August 08, 2014, 04:22:59 PM
 #1329

New wallet installed and synced on Linux Mint 17. Wallet closed and wallet.dat copied from Windows ~user/AppData/Roaming/BritCoin to ~user/.britcoin directory. Wallet opened, message about rescanning and voila, BritCoin address and coins in wallet. Happy happy happy, joy joy joy Grin

No problem man Smiley Glad you figured it out!

Designer and developer at the Britcoin project. https://twitter.com/dennemann87
Donate Britcoins: BKvch6CHCtvAvxXwSRk5nHuBCysUehfQ9P
dennemann
Member
**
Offline Offline

Activity: 90
Merit: 10


View Profile WWW
August 09, 2014, 03:21:50 AM
 #1330

I think it might be a good idea to limit total coins to 12.5 million and cut the POS interest to 0.1%.

Can you please elaborate on your idea?

Designer and developer at the Britcoin project. https://twitter.com/dennemann87
Donate Britcoins: BKvch6CHCtvAvxXwSRk5nHuBCysUehfQ9P
california_jim
Member
**
Offline Offline

Activity: 85
Merit: 10


View Profile
August 09, 2014, 12:41:18 PM
 #1331

I have 5182.78823503 BRIT unconfirmed which isn't my money! how do i get rid of it or even keep it! its just stuck there, i've tried repairwallet
I have a similar thing with my new wallet but with a much smaller amount, here are the transaction details:

Status: conflicted, broadcast through 12 nodes
Date: 09/08/2014 09:59
Source: Generated
Debit: 0.00 BRIT
Net amount: -15462.90669404 BRIT
Transaction ID: 8e412eda27797ba8696f52a0394d64d0fa277a3e3808eecfd420c46070a19eff

Generated coins must mature 110 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours.


What does it mean? and is there a way delete it if it's bad? or do I just ignore it? I prefer tidy but I can live with it.

The amount showing in the transactions window is [1.55484685], square brackets mean minus amount? Odd that the two amounts are different, I've tried a few calculations but haven't made a sum come to 15462.90669404
gysca
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


www.DonateMedia.org


View Profile WWW
August 09, 2014, 12:48:41 PM
 #1332


MadGhost
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250

★777Coin.com★ Fun BTC Casino!


View Profile
August 09, 2014, 12:49:46 PM
 #1333

buy buy 1k2 today

yeah buy now when the price is low.

will7am (OP)
Legendary
*
Offline Offline

Activity: 973
Merit: 1000



View Profile
August 09, 2014, 05:18:38 PM
 #1334

Hey guys, just a quick update.  I'm going to be 'out of action' so to speak until Monday.  I've been living in rural France for the past few months (traitor? lol) to concentrate on BritCoin and I have some friends from UK to visiting me, until Monday.  They drove 12+ hours to see me so it would be quite impolite for me to lock myself in my office for the short period that they're here.  Hope you guys understand.

The August whitepaper hasn't been finished yet, I'm expecting to publish it by Wednesday next week though. Smiley

Soul_eater_123
Legendary
*
Offline Offline

Activity: 952
Merit: 1000



View Profile
August 10, 2014, 05:45:24 PM
 #1335

Hey guys, just a quick update.  I'm going to be 'out of action' so to speak until Monday.  I've been living in rural France for the past few months (traitor? lol) to concentrate on BritCoin and I have some friends from UK to visiting me, until Monday.  They drove 12+ hours to see me so it would be quite impolite for me to lock myself in my office for the short period that they're here.  Hope you guys understand.

The August whitepaper hasn't been finished yet, I'm expecting to publish it by Wednesday next week though. Smiley

Enjoy.  It's a good chance for people to buy up during the dip.  No point in rushing as that could cause more problems.
will7am (OP)
Legendary
*
Offline Offline

Activity: 973
Merit: 1000



View Profile
August 10, 2014, 07:03:47 PM
 #1336

Hey guys, just a quick update.  I'm going to be 'out of action' so to speak until Monday.  I've been living in rural France for the past few months (traitor? lol) to concentrate on BritCoin and I have some friends from UK to visiting me, until Monday.  They drove 12+ hours to see me so it would be quite impolite for me to lock myself in my office for the short period that they're here.  Hope you guys understand.

The August whitepaper hasn't been finished yet, I'm expecting to publish it by Wednesday next week though. Smiley

Enjoy.  It's a good chance for people to buy up during the dip.  No point in rushing as that could cause more problems.

Thanks, I really needed some time with friends..  It has been months since I've seen anyone so it's been exactly what I've needed.  Lots of tennis and beer, perfect.

Price has taken a dip indeed, but that was expected with weak hands selling.  I'm sure we'll be back to 1k soon though, just a matter of time. Smiley

kotwica666
Legendary
*
Offline Offline

Activity: 2282
Merit: 1035



View Profile
August 11, 2014, 04:57:44 AM
 #1337

Hey guys, just a quick update.  I'm going to be 'out of action' so to speak until Monday.  I've been living in rural France for the past few months (traitor? lol) to concentrate on BritCoin and I have some friends from UK to visiting me, until Monday.  They drove 12+ hours to see me so it would be quite impolite for me to lock myself in my office for the short period that they're here.  Hope you guys understand.

The August whitepaper hasn't been finished yet, I'm expecting to publish it by Wednesday next week though. Smiley

Enjoy.  It's a good chance for people to buy up during the dip.  No point in rushing as that could cause more problems.

Thanks, I really needed some time with friends..  It has been months since I've seen anyone so it's been exactly what I've needed.  Lots of tennis and beer, perfect.

Price has taken a dip indeed, but that was expected with weak hands selling.  I'm sure we'll be back to 1k soon though, just a matter of time. Smiley

Just take you time! Forget about work for this days! - I wish you a lot of fun and relax! Smiley

.
..........
██████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████
█████████████░░██████████████████████████░░███████████████████
███████████████░░██████████████████████████░░█████████████████
█████████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░███████████████
█████████████████░░░░░░░░░░██░░██░░░░░░░░░░██░░███████████████
███████████████████░░░░░░██░░██████░░░░░░██░░█████████████████
█████████████████████░░░░░░██████████░░░░░░███████████████████
██████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████

▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
.....I AM BLACKJACK.FUN.....
██████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████
█████████████░░██████████████████████████░░███████████████████
███████████████░░██████████████████████████░░█████████████████
█████████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░███████████████
█████████████████░░░░░░░░░░██░░██░░░░░░░░░░██░░███████████████
███████████████████░░░░░░██░░██████░░░░░░██░░█████████████████
█████████████████████░░░░░░██████████░░░░░░███████████████████
██████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████

▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
..........
peterw1234
Full Member
***
Offline Offline

Activity: 181
Merit: 100


View Profile
August 11, 2014, 05:22:30 AM
 #1338

Thanks for the update dev Wink you deserve a nice break. Have fun! Cheesy
will7am (OP)
Legendary
*
Offline Offline

Activity: 973
Merit: 1000



View Profile
August 11, 2014, 09:11:33 AM
 #1339

Just take you time! Forget about work for this days! - I wish you a lot of fun and relax! Smiley

Thanks for the update dev Wink you deserve a nice break. Have fun! Cheesy

Thanks guys!  Means a lot. Smiley  It's Monday morning and I'm back to it now, feeling replenished and ready for a busy week! Cheesy

Things to look forward to in the next couple of days;

- New promo video for BritCoin.  First draft is done, just a few changes and it will be on YouTube for all to see.

- Whitepaper due on Wednesday which will outline our progress so far and detail the many new features and developments we have planned.

- Press release about our newly launched Fiat > BritCoin platform, BuyBritCoins.com.

The price of Brit is really volatile right now, remember hold your coins and don't sell at the bid price! Cheesy

will7am (OP)
Legendary
*
Offline Offline

Activity: 973
Merit: 1000



View Profile
August 11, 2014, 09:48:39 AM
 #1340

Friendly reminder that our 25,000 BritCoins giveaway competition is ending on Wednesday the 15th of August.

https://www.facebook.com/BritCoinUK

To take part, just like our Facebook page and share the competition image for a chance to win 25,000 BritCoins!

Good luck! Cheesy

Pages: « 1 ... 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 103 104 »
  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!