Pages:
Author

Topic: [ANN] [DOLP] ★★DolphinCoin★★| The First Decentralized Angel Investing Blockchain - page 22. (Read 166345 times)

full member
Activity: 182
Merit: 100
★Bitin.io★ - Instant Exchange
The  progects whether games or other about the Dolphincoin  are always going slowing,every few days I will look at the post,but most of the time I got rarely news, and the community members are less active ,so,would  the state  be changed.


What you said was very right, I agreewith  you  that  we should increase the active degree here.

good luck , Dolphincoin!
full member
Activity: 182
Merit: 100
★Bitin.io★ - Instant Exchange

recent transactions haven't been updating on the overview tab... anyone else?




why? i can  receive the dvidend every  days.


hero member
Activity: 1442
Merit: 521
No more Rekt and Bust

recent transactions haven't been updating on the overview tab... anyone else?



sr. member
Activity: 308
Merit: 250
The  progects whether games or other about the Dolphincoin  are always going slowing,every few days I will look at the post,but most of the time I got rarely news, and the community members are less active ,so,would  the state  be changed.
member
Activity: 84
Merit: 10
The distribution of DoplShare is really tricky, better list DolphinCoin in good exchange for more visibilities.
hero member
Activity: 2282
Merit: 589
Is the game finished?

Not yet, still in coding phase but everyone's hopeful dev will release a beta version of the game soon.

cool, thanks


We still need more time to publish a beta version(at least 2 months), but we will list the DOLP game project on http://www.dolpshare.com/ in days and upload some demos of the game soon.

Very long time for waiting, try to do quick way, I don't think community want to wait that much.
legendary
Activity: 1512
Merit: 1010
ITSMYNE 🚀 Talk NFTs, Trade NFTs 🚀
Is the game finished?

Not yet, still in coding phase but everyone's hopeful dev will release a beta version of the game soon.

cool, thanks


We still need more time to publish a beta version(at least 2 months), but we will list the DOLP game project on http://www.dolpshare.com/ in days and upload some demos of the game soon.

Good to know, but still 2 more months it's too much time, because you guys already took more then 3 months.
member
Activity: 90
Merit: 10
Is the game finished?

Not yet, still in coding phase but everyone's hopeful dev will release a beta version of the game soon.

cool, thanks


We still need more time to publish a beta version(at least 2 months), but we will list the DOLP game project on http://www.dolpshare.com/ in days and upload some demos of the game soon.
full member
Activity: 196
Merit: 100
Is the game finished?

Not yet, still in coding phase but everyone's hopeful dev will release a beta version of the game soon.

cool, thanks

full member
Activity: 199
Merit: 102
Hey all, I am not much one for writing guides but thought I would share my steps for compiling DolphinCoin under the latest Xubuntu.

I'm new to compiling under linux, so please let me know if you see any problems with the steps, especially any major errors!

Steps should be the same for Ubuntu too I think, and would be similar steps for most other coins.

Code:
=============================================================
Building dolphincoin-qt on Xubuntu 14.04 LTS using Qt Creator
=============================================================

* Install Xubuntu 14.04 LTS from http://xubuntu.org/getxubuntu/ (suggest to install in a virtual machine e.g. VirtualBox).

* Open the terminal emulator in Xubuntu.

* Install qt-creator:

sudo apt-get install qtcreator

* Add the bitcoin PPA to get access to the libdb4.8++-dev package:

sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update

* Install dependencies:

sudo apt-get install git qt4-qmake libqt4-dev libboost-all-dev libssl-dev libdb4.8-dev libdb4.8++-dev

* Get DolphinCoin source:

git clone https://github.com/DolphinCoin/dolphincoin

* Open Qt Creator via Xubuntu's main menu:

+ Choose File>OpenFile.. in Qt Creator
+ Navigate to the dolphincoin folder and open 'dolphincoin-qt.pro'
+ Click 'Configure Project'
+ Click 'Projects' in the Qt Creator sidebar
+ Under Build Steps/qmake, Click Details and add USE_UPNP=- to Additional arguments.

+ Click 'Manage Kits...' in the Projects window.
~ Select the 'Qt Versions' tab and click 'Add...'
~ Navigate to and select '/usr/lib/x86_64-linux-gnu/qt4/bin/qmake'
~ Select the 'Kits' tab and choose Qt4 for the Qt version instead of Qt5.
~ Click ok.

+ Edit the file addressbookpage.cpp (under Sources/src/qt) and replace #include "QDesktopServices.h" with #include
(thanks to user who suggested this at https://bitcointalk.org/index.php?topic=625466.msg8467513;topicseen#msg8467513 )

+ Finally, select 'Build All' from Qt Creator's main menu.

If it builds successfully, you're Done! dolphincoin-qt should be somewhere under your home directory.

If you found this useful, DOLP tips appreciated :D

DPQHmTmstzAHFqEod8aFY6BXTJqRnD6fL1


========================

If you found this useful, DOLP tips appreciated Cheesy

DOLP: DPQHmTmstzAHFqEod8aFY6BXTJqRnD6fL1
hero member
Activity: 916
Merit: 500
Is the game finished?

Not yet, still in coding phase but everyone's hopeful dev will release a beta version of the game soon.
hero member
Activity: 1442
Merit: 521
No more Rekt and Bust
I get a btc dividend every day I leave it open... including the last 7 days so I guess it's not "finished". It has varied wildly, between 0.00001758 & 0.00159844.

edit: the recent transactions haven't been updating on the overview tab... anyone else?


full member
Activity: 196
Merit: 100
full member
Activity: 123
Merit: 100
legendary
Activity: 1512
Merit: 1010
ITSMYNE 🚀 Talk NFTs, Trade NFTs 🚀
Why  are the selling orders  so much??

When most people get them free, this is what happens.

Veru true, and other thing nothing exciting going with Dolphincoin.

That is why no one interested to buy Dolp COin.
hero member
Activity: 1442
Merit: 521
No more Rekt and Bust
Why  are the selling orders  so much??

When most people get them free, this is what happens.
member
Activity: 83
Merit: 10
Is there some good activitiesa about the coin?? Why  are the selling orders  so much??
sr. member
Activity: 452
Merit: 250
anyone manage to compile dolphincoin wallet on raspbian?!

Hi, we use the codes to compile dolphincoin wallet on ubuntu, you can try with it.

Quote
git clone https://github.com/DolphinCoin/dolphincoin.git
cd dolphincoin/src
make -f makefile.unix USE_UPNP=-
./dolphincoind

i get an error message when i try dev... would be good to setup a 24/7 node for dolphincoin!

Can anyone help? Would really love to get Dolphincoin wallet on my raspberry pi and help the community

Hey mate, I know we had talked about this. I've just uploaded to MEGA a Raspberry Pi DolphinCoind. The one i used just b4 my Pi went down. Also
included in the tar.gz package is the source code i used to compile the client. I hope it serves your purpose.



LINK=> https://mega.co.nz/#!RtBUQbjY!qgK0OoOpuZXIyKh_IuT1-c9egwmGQTxJDAjn87405PM


great work, will check out on next day off Cheesy
hero member
Activity: 641
Merit: 500
anyone manage to compile dolphincoin wallet on raspbian?!

Hi, we use the codes to compile dolphincoin wallet on ubuntu, you can try with it.

Quote
git clone https://github.com/DolphinCoin/dolphincoin.git
cd dolphincoin/src
make -f makefile.unix USE_UPNP=-
./dolphincoind

i get an error message when i try dev... would be good to setup a 24/7 node for dolphincoin!

Can anyone help? Would really love to get Dolphincoin wallet on my raspberry pi and help the community

Hey mate, I know we had talked about this. I've just uploaded to MEGA a Raspberry Pi DolphinCoind. The one i used just b4 my Pi went down. Also
included in the tar.gz package is the source code i used to compile the client. I hope it serves your purpose.



LINK=> https://mega.co.nz/#!RtBUQbjY!qgK0OoOpuZXIyKh_IuT1-c9egwmGQTxJDAjn87405PM

hello!

thanks for your assistance! can you provide me with some basic instructions? Only just got my pi and I am very new to Linux

thanks!
member
Activity: 90
Merit: 10
anyone manage to compile dolphincoin wallet on raspbian?!

Hi, we use the codes to compile dolphincoin wallet on ubuntu, you can try with it.

Quote
git clone https://github.com/DolphinCoin/dolphincoin.git
cd dolphincoin/src
make -f makefile.unix USE_UPNP=-
./dolphincoind

i get an error message when i try dev... would be good to setup a 24/7 node for dolphincoin!

Can anyone help? Would really love to get Dolphincoin wallet on my raspberry pi and help the community

Hey mate, I know we had talked about this. I've just uploaded to MEGA a Raspberry Pi DolphinCoind. The one i used just b4 my Pi went down. Also
included in the tar.gz package is the source code i used to compile the client. I hope it serves your purpose.



LINK=> https://mega.co.nz/#!RtBUQbjY!qgK0OoOpuZXIyKh_IuT1-c9egwmGQTxJDAjn87405PM

Great!  Grin Thanks!

Pages:
Jump to: