Bitcoin Forum
April 20, 2024, 03:42:10 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
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 »
  Print  
Author Topic: 🐛  HealthyWorm  •  Sig/Avatar Campaign  •  Full PoS  •  REAL SHOP OPEN  🐛  (Read 68240 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
sav112
Member
**
Offline Offline

Activity: 69
Merit: 10


View Profile
March 08, 2017, 10:26:12 PM
 #581

I went to Ubuntu.
How to Install a wallet?

GUI or daemon wallet ? It's a piece of piss Cheesy


If you can both?
I'm new in Ubuntu
1713627730
Hero Member
*
Offline Offline

Posts: 1713627730

View Profile Personal Message (Offline)

Ignore
1713627730
Reply with quote  #2

1713627730
Report to moderator
The grue lurks in the darkest places of the earth. Its favorite diet is adventurers, but its insatiable appetite is tempered by its fear of light. No grue has ever been seen by the light of day, and few have survived its fearsome jaws to tell the tale.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713627730
Hero Member
*
Offline Offline

Posts: 1713627730

View Profile Personal Message (Offline)

Ignore
1713627730
Reply with quote  #2

1713627730
Report to moderator
1713627730
Hero Member
*
Offline Offline

Posts: 1713627730

View Profile Personal Message (Offline)

Ignore
1713627730
Reply with quote  #2

1713627730
Report to moderator
1713627730
Hero Member
*
Offline Offline

Posts: 1713627730

View Profile Personal Message (Offline)

Ignore
1713627730
Reply with quote  #2

1713627730
Report to moderator
Pfeff (OP)
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
March 09, 2017, 01:48:27 AM
 #582

10 WORM will be paid on Sunday to everyone who sends support@bittrex.com an email requesting they add WORM. Send me a PM with your ticket # from their response and your address
Belligerent Fool
Legendary
*
Offline Offline

Activity: 1218
Merit: 1001



View Profile
March 09, 2017, 06:36:56 AM
 #583

Remember this ? This was the start of a great character, now he's worm food Cheesy

Pfeff (OP)
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
March 09, 2017, 07:45:12 PM
Last edit: March 10, 2017, 02:01:36 AM by Pfeff
 #584

I will be taking a (short? long? permanent? As of right now, I don't know, yet) leave of absence from all of my crypto-related activities. I have included below a list of exchanges which I suggest getting WORM listed on. If you have any respect for me, my work, or my contributions to this scene through the last, more than, 4 years, you will help get it listed in bigger markets. The coin is very solid and will continue to be supported through my store. I am not working on another coin, I am not using another name

However, due to circumstances that have recently happened in my outside-of-business life, I will not be spending any time on the forums anymore, nor am I interested in any conversation outside of adding links to my site or being contacted to do work for you as a silent dev. I hope some of you respect me enough to actually contribute to what I have spent so much time on with this quite easy request. As it has nothing to do with the coin, I will not be posting details about what happened. Don't bother me in PM's about it, either

I don't ask for you guys to do much. So if you ignore this post and are just sitting around waiting for other people to do the very simple tasks, such as sending a 2 second email to Bittrex, that are still needed for this coin to succeed after everything I have done for all of you in the last 4 years, then fuck you



I have a few more people who have open agreements with me via PM. I will finish all of our agreed-upon terms and then that will be it for me
sav112
Member
**
Offline Offline

Activity: 69
Merit: 10


View Profile
March 10, 2017, 10:20:01 AM
 #585

Set a wallet on ubuntu is a big secret ?.
Why does no one write how to install?
iGotSpots
Legendary
*
Offline Offline

Activity: 2548
Merit: 1054


CPU Web Mining 🕸️ on webmining.io


View Profile WWW
March 10, 2017, 09:58:24 PM
 #586

Set a wallet on ubuntu is a big secret ?.
Why does no one write how to install?

Install deps for Qt5, download source, then:

make clean
qmake
make

Pfeff (OP)
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
March 10, 2017, 11:29:41 PM
 #587

Set a wallet on ubuntu is a big secret ?.
Why does no one write how to install?

Install deps for Qt5, download source, then:

make clean
qmake
make

Sorry, I was mistaken. The source on Github uses Qt4. The Windows wallet is Qt5
sav112
Member
**
Offline Offline

Activity: 69
Merit: 10


View Profile
March 10, 2017, 11:30:33 PM
 #588

Set a wallet on ubuntu is a big secret ?.
Why does no one write how to install?

Install deps for Qt5, download source, then:

make clean
qmake
make


compilation terminated.
Makefile:1080: oшибкa выпoлнeния peцeптa для цeли «build/bitcoin.o»
make: *** [build/bitcoin.o] Oшибкa 1
Pfeff (OP)
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
March 11, 2017, 04:30:36 AM
Last edit: March 11, 2017, 10:51:02 PM by Pfeff
 #589

Set a wallet on ubuntu is a big secret ?.
Why does no one write how to install?

Install deps for Qt5, download source, then:

make clean
qmake
make


compilation terminated.
Makefile:1080: oшибкa выпoлнeния peцeптa для цeли «build/bitcoin.o»
make: *** [build/bitcoin.o] Oшибкa 1

Code:
sudo apt-get -y update
sudo apt-get -y upgrade
sudo apt-get -y install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev libminiupnpc-dev git g++ g++-4.6
git clone https://github.com/HealthyWormDotCom/HealthyWormCoin
cd HealthyWormCoin/src
sudo make -f makefile.unix USE_UPNP= HealthyWormCoind
cd ..
sudo qmake "USE_UPNP=1" "USE_DBUS=1"
sudo make


Headless daemon will be in /HealthyWormCoin/src and Qt will be in /HealthyWormCoin - Your data folder will be .HealthyWormCoin
snook
Member
**
Offline Offline

Activity: 77
Merit: 10


View Profile
March 11, 2017, 05:44:40 AM
Last edit: March 11, 2017, 08:22:58 AM by snook
 #590

Man I started full bore with this coin on day one.  It was kind of refreshing that the coin was actually backed by something real.  In this day of just complete bullshit coins or farms hogging everything.

Once I saw the big dumps on the exchange I had to switch to something else.  Oh well I'll continue to stake every couple days.  
Pfeff (OP)
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
March 11, 2017, 06:13:22 AM
Last edit: March 11, 2017, 07:28:15 AM by Pfeff
 #591

Man I started full bore with this coin on day one.  It was kind of refreshing that the coin was actually backed by something real.  In this day of just complete bullshit coins or farms hogging everything.

Once I saw the big bumps on the exchange I had to switch to something else.  Oh well I'll continue to stake every couple days.  

I am focusing on the actual business for a while once I finish these last few things up. I assume the coin will eventually follow. Breeding and building this takes time, there's no way to speed it up. You can all watch the premine, I still haven't moved any since last time and don't plan on it for a while
snook
Member
**
Offline Offline

Activity: 77
Merit: 10


View Profile
March 11, 2017, 08:22:48 AM
 #592

I am focusing on the actual business for a while once I finish these last few things up.

sounds good man!  That's all I needed to hear.  
judyrob
Sr. Member
****
Offline Offline

Activity: 798
Merit: 253


View Profile
March 11, 2017, 08:28:51 AM
 #593

Are you need local translator sir???
reserve indonesian translation
thank you
sav112
Member
**
Offline Offline

Activity: 69
Merit: 10


View Profile
March 11, 2017, 09:21:31 AM
 #594

Set a wallet on ubuntu is a big secret ?.
Why does no one write how to install?

Install deps for Qt5, download source, then:

make clean
qmake
make


compilation terminated.
Makefile:1080: oшибкa выпoлнeния peцeптa для цeли «build/bitcoin.o»
make: *** [build/bitcoin.o] Oшибкa 1

Code:
sudo apt-get -y update
sudo apt-get -y upgrade
sudo apt-get -y install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev libminiupnpc-dev git g++ g++-4.6
git clone https://github.com/HealthyWormDotCom/HealthyWormCoin
cd HealthyWormCoin/src
sudo make -f makefile.unix USE_UPNP= HealhyWormCoind
cd ..
sudo qmake "USE_UPNP=1" "USE_DBUS=1"
sudo make


Headless daemon will be in /HealthyWormCoin/src and Qt will be in /HealthyWormCoin - Your data folder will be .HealthyWormCoin

alexey@alexey:~/HealthyWormCoin/src$ sudo make -f makefile.unix USE_UPNP= HealhyWormCoind
make: *** Heт пpaвилa для cбopки цeли «HealhyWormCoind».  Ocтaнoв.
alexey@alexey:~/HealthyWormCoin/src$
Pfeff (OP)
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
March 11, 2017, 10:51:27 PM
 #595

Set a wallet on ubuntu is a big secret ?.
Why does no one write how to install?

Install deps for Qt5, download source, then:

make clean
qmake
make


compilation terminated.
Makefile:1080: oшибкa выпoлнeния peцeптa для цeли «build/bitcoin.o»
make: *** [build/bitcoin.o] Oшибкa 1

Code:
sudo apt-get -y update
sudo apt-get -y upgrade
sudo apt-get -y install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev libminiupnpc-dev git g++ g++-4.6
git clone https://github.com/HealthyWormDotCom/HealthyWormCoin
cd HealthyWormCoin/src
sudo make -f makefile.unix USE_UPNP= HealhyWormCoind
cd ..
sudo qmake "USE_UPNP=1" "USE_DBUS=1"
sudo make


Headless daemon will be in /HealthyWormCoin/src and Qt will be in /HealthyWormCoin - Your data folder will be .HealthyWormCoin

alexey@alexey:~/HealthyWormCoin/src$ sudo make -f makefile.unix USE_UPNP= HealhyWormCoind
make: *** Heт пpaвилa для cбopки цeли «HealhyWormCoind».  Ocтaнoв.
alexey@alexey:~/HealthyWormCoin/src$

You're missing a t in Healthy
sav112
Member
**
Offline Offline

Activity: 69
Merit: 10


View Profile
March 12, 2017, 03:40:04 PM
 #596

Set a wallet on ubuntu is a big secret ?.
Why does no one write how to install?

Install deps for Qt5, download source, then:

make clean
qmake
make


compilation terminated.
Makefile:1080: oшибкa выпoлнeния peцeптa для цeли «build/bitcoin.o»
make: *** [build/bitcoin.o] Oшибкa 1

Code:
sudo apt-get -y update
sudo apt-get -y upgrade
sudo apt-get -y install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev libminiupnpc-dev git g++ g++-4.6
git clone https://github.com/HealthyWormDotCom/HealthyWormCoin
cd HealthyWormCoin/src
sudo make -f makefile.unix USE_UPNP= HealhyWormCoind
cd ..
sudo qmake "USE_UPNP=1" "USE_DBUS=1"
sudo make


Headless daemon will be in /HealthyWormCoin/src and Qt will be in /HealthyWormCoin - Your data folder will be .HealthyWormCoin

alexey@alexey:~/HealthyWormCoin/src$ sudo make -f makefile.unix USE_UPNP= HealhyWormCoind
make: *** Heт пpaвилa для cбopки цeли «HealhyWormCoind».  Ocтaнoв.
alexey@alexey:~/HealthyWormCoin/src$

You're missing a t in Healthy

How to fix it?
Pfeff (OP)
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
March 12, 2017, 03:55:11 PM
 #597

Fix the typo
Pfeff (OP)
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
March 12, 2017, 08:05:13 PM
 #598

Thanks to everyone who has signed up. Plenty of slots still available

March 12th
Payments sent for both signature and avatar users

WORM Signature / Avatar Thread: https://bitcointalk.org/index.php?topic=1775767
HealthyWormCoin Twitter Thread: https://bitcointalk.org/index.php?topic=1781699
sav112
Member
**
Offline Offline

Activity: 69
Merit: 10


View Profile
March 12, 2017, 08:11:58 PM
 #599

Fix the typo

I'm new in ubuntu.
Which typo should be corrected?
0xfff
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
March 12, 2017, 09:02:31 PM
 #600

Fix the typo

I'm new in ubuntu.
Which typo should be corrected?

HealhyWormCoind   Angry Angry Angry Angry


HealthyWormCoind  Grin Grin Grin Grin
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 »
  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!