sav112
Member
Offline
Activity: 69
Merit: 10
|
|
March 08, 2017, 10:26:12 PM |
|
I went to Ubuntu. How to Install a wallet?
GUI or daemon wallet ? It's a piece of piss If you can both? I'm new in Ubuntu
|
|
|
|
Pfeff (OP)
|
|
March 09, 2017, 01:48:27 AM |
|
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
Activity: 1218
Merit: 1001
|
|
March 09, 2017, 06:36:56 AM |
|
Remember this ? This was the start of a great character, now he's worm food
|
|
|
|
Pfeff (OP)
|
|
March 09, 2017, 07:45:12 PM Last edit: March 10, 2017, 02:01:36 AM by Pfeff |
|
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, eitherI 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
Activity: 69
Merit: 10
|
|
March 10, 2017, 10:20:01 AM |
|
Set a wallet on ubuntu is a big secret ?. Why does no one write how to install?
|
|
|
|
iGotSpots
Legendary
Offline
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
|
|
March 10, 2017, 09:58:24 PM |
|
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)
|
|
March 10, 2017, 11:29:41 PM |
|
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
Activity: 69
Merit: 10
|
|
March 10, 2017, 11:30:33 PM |
|
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)
|
|
March 11, 2017, 04:30:36 AM Last edit: March 11, 2017, 10:51:02 PM by Pfeff |
|
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 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
Activity: 77
Merit: 10
|
|
March 11, 2017, 05:44:40 AM Last edit: March 11, 2017, 08:22:58 AM by snook |
|
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)
|
|
March 11, 2017, 06:13:22 AM Last edit: March 11, 2017, 07:28:15 AM by Pfeff |
|
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
Activity: 77
Merit: 10
|
|
March 11, 2017, 08:22:48 AM |
|
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
|
|
March 11, 2017, 08:28:51 AM |
|
Are you need local translator sir??? reserve indonesian translation thank you
|
|
|
|
sav112
Member
Offline
Activity: 69
Merit: 10
|
|
March 11, 2017, 09:21:31 AM |
|
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 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)
|
|
March 11, 2017, 10:51:27 PM |
|
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 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= HealhyWormCoindmake: *** Heт пpaвилa для cбopки цeли «HealhyWormCoind». Ocтaнoв. alexey@alexey:~/HealthyWormCoin/src$ You're missing a t in Healthy
|
|
|
|
sav112
Member
Offline
Activity: 69
Merit: 10
|
|
March 12, 2017, 03:40:04 PM |
|
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 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= HealhyWormCoindmake: *** 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)
|
|
March 12, 2017, 03:55:11 PM |
|
Fix the typo
|
|
|
|
|
sav112
Member
Offline
Activity: 69
Merit: 10
|
|
March 12, 2017, 08:11:58 PM |
|
Fix the typo
I'm new in ubuntu. Which typo should be corrected?
|
|
|
|
0xfff
|
|
March 12, 2017, 09:02:31 PM |
|
|
|
|
|
|