Bitcoin Forum
May 08, 2024, 10:39:55 AM *
News: Latest Bitcoin Core release: 27.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 50 51 52 ... 1548 »
  Print  
Author Topic: [ANN][DOGE] Dogecoin - very currency many coin - v1.10.0  (Read 3097697 times)
baocin
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
December 08, 2013, 06:57:33 AM
 #21

much love many compile sad

If anyone has trouble compiling the wallet on linux check this fix out(#3):
http://pw999.wordpress.com/2013/09/29/compiling-memecoin-qt-on-xubuntu/

Quote
3. Fix memecoin-qt.pro

There is a little error in the memecoin-qt.pro file which forces make to use a very specific version of boost. Open ~/src/Memecoin/memecoin-qt.pro and change the line that says
LIBS += -lboost_system-mgw46-mt-sd-1_53 -lboost_filesystem-mgw46-mt-sd-1_53 -lboost_program_options-mgw46-mt-sd-1_53 -lboost_thread-mgw46-mt-sd-1_53
into
LIBS += -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread
BOOST_LIB_SUFFIX=-mgw46-mt-sd-1_53
should become
BOOST_LIB_SUFFIX=
and deleting the following lines
isEmpty(BOOST_LIB_SUFFIX) {
macx:BOOST_LIB_SUFFIX = -mt
windows:BOOST_LIB_SUFFIX = -mgw44-mt-s-1_53
}
should help you fix errors like:

ddatamapper.o build/moc_transactiondesc.o build/moc_transactiondescdialog.o build/moc_bitcoinamountfield.o build/moc_transactionfilterproxy.o build/moc_transactionview.o build/moc_walletmodel.o build/moc_overviewpage.o build/moc_csvmodelwriter.o build/moc_sendcoinsentry.o build/moc_qvalidatedlineedit.o build/moc_qvaluecombobox.o build/moc_askpassphrasedialog.o build/moc_notificator.o build/moc_miningpage.o build/moc_rpcconsole.o build/qrc_bitcoin.o    -L/usr/lib/i386-linux-gnu -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread -lrt -LC:/deps/boost/stage/lib -Lc:/deps/db/build_unix -Lc:/deps/ssl -lssl -lcrypto -ldb_cxx -lboost_system-mgw46-mt-sd-1_53 -lboost_filesystem-mgw46-mt-sd-1_53 -lboost_program_options-mgw46-mt-sd-1_53 -lboost_thread-mgw46-mt-sd-1_53 -lQtGui -lQtCore -lpthread
/usr/bin/ld: cannot find -lboost_system-mgw46-mt-sd-1_53
/usr/bin/ld: cannot find -lboost_filesystem-mgw46-mt-sd-1_53
/usr/bin/ld: cannot find -lboost_program_options-mgw46-mt-sd-1_53
/usr/bin/ld: cannot find -lboost_thread-mgw46-mt-sd-1_53
collect2: error: ld returned 1 exit status
make: *** [memecoin-qt] Error 1
1715164795
Hero Member
*
Offline Offline

Posts: 1715164795

View Profile Personal Message (Offline)

Ignore
1715164795
Reply with quote  #2

1715164795
Report to moderator
1715164795
Hero Member
*
Offline Offline

Posts: 1715164795

View Profile Personal Message (Offline)

Ignore
1715164795
Reply with quote  #2

1715164795
Report to moderator
1715164795
Hero Member
*
Offline Offline

Posts: 1715164795

View Profile Personal Message (Offline)

Ignore
1715164795
Reply with quote  #2

1715164795
Report to moderator
I HATE TABLES I HATE TABLES I HA(╯°□°)╯︵ ┻━┻ TABLES I HATE TABLES I HATE TABLES
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715164795
Hero Member
*
Offline Offline

Posts: 1715164795

View Profile Personal Message (Offline)

Ignore
1715164795
Reply with quote  #2

1715164795
Report to moderator
Dogecoin (OP)
Full Member
***
Offline Offline

Activity: 141
Merit: 231


View Profile
December 08, 2013, 07:02:15 AM
 #22

much love many compile sad

If anyone has trouble compiling the wallet on linux check this fix out(#3):
http://pw999.wordpress.com/2013/09/29/compiling-memecoin-qt-on-xubuntu/

Quote
3. Fix memecoin-qt.pro

There is a little error in the memecoin-qt.pro file which forces make to use a very specific version of boost. Open ~/src/Memecoin/memecoin-qt.pro and change the line that says
LIBS += -lboost_system-mgw46-mt-sd-1_53 -lboost_filesystem-mgw46-mt-sd-1_53 -lboost_program_options-mgw46-mt-sd-1_53 -lboost_thread-mgw46-mt-sd-1_53
into
LIBS += -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread
BOOST_LIB_SUFFIX=-mgw46-mt-sd-1_53
should become
BOOST_LIB_SUFFIX=
and deleting the following lines
isEmpty(BOOST_LIB_SUFFIX) {
macx:BOOST_LIB_SUFFIX = -mt
windows:BOOST_LIB_SUFFIX = -mgw44-mt-s-1_53
}
should help you fix errors like:

ddatamapper.o build/moc_transactiondesc.o build/moc_transactiondescdialog.o build/moc_bitcoinamountfield.o build/moc_transactionfilterproxy.o build/moc_transactionview.o build/moc_walletmodel.o build/moc_overviewpage.o build/moc_csvmodelwriter.o build/moc_sendcoinsentry.o build/moc_qvalidatedlineedit.o build/moc_qvaluecombobox.o build/moc_askpassphrasedialog.o build/moc_notificator.o build/moc_miningpage.o build/moc_rpcconsole.o build/qrc_bitcoin.o    -L/usr/lib/i386-linux-gnu -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread -lrt -LC:/deps/boost/stage/lib -Lc:/deps/db/build_unix -Lc:/deps/ssl -lssl -lcrypto -ldb_cxx -lboost_system-mgw46-mt-sd-1_53 -lboost_filesystem-mgw46-mt-sd-1_53 -lboost_program_options-mgw46-mt-sd-1_53 -lboost_thread-mgw46-mt-sd-1_53 -lQtGui -lQtCore -lpthread
/usr/bin/ld: cannot find -lboost_system-mgw46-mt-sd-1_53
/usr/bin/ld: cannot find -lboost_filesystem-mgw46-mt-sd-1_53
/usr/bin/ld: cannot find -lboost_program_options-mgw46-mt-sd-1_53
/usr/bin/ld: cannot find -lboost_thread-mgw46-mt-sd-1_53
collect2: error: ld returned 1 exit status
make: *** [memecoin-qt] Error 1

Thanks for tip Smiley Should also be able to

sudo apt-get install libboost1.48-dev libboost-filesystem1.48-dev libboost-program-options1.48-dev libboost-thread1.48-dev libboost-system1.48-dev

Dogecoin developer comments

PMs are not read, please message individuals directly if needed.
bitspill
Legendary
*
Offline Offline

Activity: 2058
Merit: 1015



View Profile
December 08, 2013, 07:04:31 AM
 #23

hmm...

{ BitSpill }
Drexme
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
December 08, 2013, 07:11:37 AM
 #24

Someone start a giveaway, and tell me how to mine these little dogies

GameKyuubi
Sr. Member
****
Offline Offline

Activity: 253
Merit: 1413


DTCxNMC


View Profile
December 08, 2013, 07:19:37 AM
 #25

Very not work mine few coin get nothing
pls to give DOGE digs here
DF2f2niGCXkzAbwg6QKegQa4jLHTcWPsqM

BTC: 15SLrNo6PKVfsH5JLtatJcVkSQXCk1LXyq
full stack Node
Drexme
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
December 08, 2013, 07:21:04 AM
 #26

Someone start a pool please!

mtree5
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
December 08, 2013, 07:22:11 AM
 #27

very much dodgy
TBCM
Full Member
***
Offline Offline

Activity: 182
Merit: 100



View Profile WWW
December 08, 2013, 07:23:49 AM
 #28

Someone start a giveaway, and tell me how to mine these little dogies

You can mine them just as you would mine Litecoins solo. Check this post: http://cryptocoininfo.blogspot.com/2013/11/how-to-mine-litecoins.html

You'll have to change the port number and user/password from the SoloMineWith(AMD/Nvidia)GPU.bat file and the data in the dogecoin.conf file once you figure out how it works (this data is at the bottom of the first post of this thread)

Tenchi
Full Member
***
Offline Offline

Activity: 322
Merit: 100



View Profile WWW
December 08, 2013, 07:24:03 AM
 #29

such style, such coin, ver donations: D8QZQV8tgUeLVRNyFvCGhbsVZtWi9tMkk7

   ⚡⚡ PRiVCY ⚡⚡   ▂▃▅▆█ PRiVCY (PRIV) is a new PoW/PoS revolutionary privacy project  ☞ Best privacy crypto-market! █▆▅▃▂
    Own Your Privacy! ───────────────── WebsiteGithub  |  Bitcointalk  |  Twitter  |  Discord  |  Explorer ─────────────────
   ✯✯✯✯✯                 ✈✈✈[Free Airdrop - Starts 9th June][Tor]✈✈✈ ║───────────║ Wallet ➢ Windows  |  macOS  |  Linux
baocin
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
December 08, 2013, 07:24:56 AM
 #30

much love many compile sad

If anyone has trouble compiling the wallet on linux check this fix out(#3):
http://pw999.wordpress.com/2013/09/29/compiling-memecoin-qt-on-xubuntu/

Quote
3. Fix memecoin-qt.pro

There is a little error in the memecoin-qt.pro file which forces make to use a very specific version of boost. Open ~/src/Memecoin/memecoin-qt.pro and change the line that says
LIBS += -lboost_system-mgw46-mt-sd-1_53 -lboost_filesystem-mgw46-mt-sd-1_53 -lboost_program_options-mgw46-mt-sd-1_53 -lboost_thread-mgw46-mt-sd-1_53
into
LIBS += -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread
BOOST_LIB_SUFFIX=-mgw46-mt-sd-1_53
should become
BOOST_LIB_SUFFIX=
and deleting the following lines
isEmpty(BOOST_LIB_SUFFIX) {
macx:BOOST_LIB_SUFFIX = -mt
windows:BOOST_LIB_SUFFIX = -mgw44-mt-s-1_53
}
should help you fix errors like:

ddatamapper.o build/moc_transactiondesc.o build/moc_transactiondescdialog.o build/moc_bitcoinamountfield.o build/moc_transactionfilterproxy.o build/moc_transactionview.o build/moc_walletmodel.o build/moc_overviewpage.o build/moc_csvmodelwriter.o build/moc_sendcoinsentry.o build/moc_qvalidatedlineedit.o build/moc_qvaluecombobox.o build/moc_askpassphrasedialog.o build/moc_notificator.o build/moc_miningpage.o build/moc_rpcconsole.o build/qrc_bitcoin.o    -L/usr/lib/i386-linux-gnu -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread -lrt -LC:/deps/boost/stage/lib -Lc:/deps/db/build_unix -Lc:/deps/ssl -lssl -lcrypto -ldb_cxx -lboost_system-mgw46-mt-sd-1_53 -lboost_filesystem-mgw46-mt-sd-1_53 -lboost_program_options-mgw46-mt-sd-1_53 -lboost_thread-mgw46-mt-sd-1_53 -lQtGui -lQtCore -lpthread
/usr/bin/ld: cannot find -lboost_system-mgw46-mt-sd-1_53
/usr/bin/ld: cannot find -lboost_filesystem-mgw46-mt-sd-1_53
/usr/bin/ld: cannot find -lboost_program_options-mgw46-mt-sd-1_53
/usr/bin/ld: cannot find -lboost_thread-mgw46-mt-sd-1_53
collect2: error: ld returned 1 exit status
make: *** [memecoin-qt] Error 1

Thanks for tip Smiley Should also be able to

sudo apt-get install libboost1.48-dev libboost-filesystem1.48-dev libboost-program-options1.48-dev libboost-thread1.48-dev libboost-system1.48-dev

Gotta think of the non-debian users too Smiley
Still can't get solo mining to work though.....
Just in case: DEzsWwe7RFMQs5mCAqWh3fAgcnKkzXqj2q
zoro
Full Member
***
Offline Offline

Activity: 226
Merit: 100


View Profile
December 08, 2013, 07:28:32 AM
 #31

i have only one active connection with the qt.
it seems solo mining cannot work with one connection only, i cannot think of other causes.

"killer app" of BTC = MasterCoin https://bitcointalk.org/index.php?topic=265488.0Mastercoin(A new protocol layer on top of Bitcoin)
Drexme
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
December 08, 2013, 07:28:55 AM
 #32

Someone start a giveaway, and tell me how to mine these little dogies

You can mine them just as you would mine Litecoins solo. Check this post: http://cryptocoininfo.blogspot.com/2013/11/how-to-mine-litecoins.html

You'll have to change the port number and user/password from the SoloMineWith(AMD/Nvidia)GPU.bat file and the data in the dogecoin.conf file once you figure out how it works (this data is at the bottom of the first post of this thread)

What does that mean?

Eex77
Full Member
***
Offline Offline

Activity: 160
Merit: 100


View Profile
December 08, 2013, 07:29:44 AM
Last edit: June 15, 2014, 06:24:03 AM by Eex77
 #33

such donations.

D9X7qReZrCzkWefgt5FW55ENftoLiyvZHq

Hi /u/helix09

DOGE: D9X7qReZrCzkWefgt5FW55ENftoLiyvZHq             BTC: 1NXinRxyWhuetk7VTqUE2xFepbFJUD4MZf             EAC: epECRCi4eLytstZZiD57gXRoLwEJLgTgZx
TBCM
Full Member
***
Offline Offline

Activity: 182
Merit: 100



View Profile WWW
December 08, 2013, 07:34:42 AM
 #34

What does that mean?

It can't find the information it needs to start mining.

Did you create a dogecoin.conf file with the necessary information (port, user, password) at C:\Users\YOURNAME\AppData\Roaming\Dogecoin?
Do you have the client open?
Did you download the whole blockchain?
Does the miner .bat file have the same port and user/password information as the dogecoin.conf file?

lonestar108
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
December 08, 2013, 07:39:58 AM
 #35

I much happiness now

I have a big millionaire!

Dogecoin is best very currency, you buy now!
How do you mine this coin?

You using you computer special made with little CPU

But needing many big heat gpu graphic card noisy

You install Linux or if you have impatient the window Program on internets with scrypt

Then visit mining Big Time Best Dogicoin websites!!

Dogicoin is best coin, I now have a many millionaire!!!!
Drexme
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
December 08, 2013, 07:41:42 AM
 #36

What does that mean?

It can't find the information it needs to start mining.

Did you create a dogecoin.conf file with the necessary information (port, user, password) at C:\Users\YOURNAME\AppData\Roaming\Dogecoin?
Do you have the client open?
Did you download the whole blockchain?
Does the miner .bat file have the same port and user/password information as the dogecoin.conf file?
Yes I have a dogecoin.conf
Yes I have client open
blockchain is up-to-date
same port and pass

Tenchi
Full Member
***
Offline Offline

Activity: 322
Merit: 100



View Profile WWW
December 08, 2013, 07:42:07 AM
 #37

very sad, much rejected blocks, but still already millionair

   ⚡⚡ PRiVCY ⚡⚡   ▂▃▅▆█ PRiVCY (PRIV) is a new PoW/PoS revolutionary privacy project  ☞ Best privacy crypto-market! █▆▅▃▂
    Own Your Privacy! ───────────────── WebsiteGithub  |  Bitcointalk  |  Twitter  |  Discord  |  Explorer ─────────────────
   ✯✯✯✯✯                 ✈✈✈[Free Airdrop - Starts 9th June][Tor]✈✈✈ ║───────────║ Wallet ➢ Windows  |  macOS  |  Linux
lonestar108
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
December 08, 2013, 07:44:14 AM
 #38

I much happiness now

I have a big millionaire!

Dogecoin is best very currency, you buy now!
How do you mine this coin?

You using you computer special made with little CPU

But needing many big heat gpu graphic card noisy

You install Linux or if you have impatient the window Program on internets with scrypt

Then visit mining Big Time Best Dogicoin websites!!

Dogicoin is best coin, I now have a many millionaire!!!!

On a side note, this is the funniest bitcointalk thread I've ever read, on so many levels.
Chris180Z
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
December 08, 2013, 07:50:39 AM
 #39

O, many mirrionairs I see!  Shocked Grin
TBCM
Full Member
***
Offline Offline

Activity: 182
Merit: 100



View Profile WWW
December 08, 2013, 07:51:02 AM
 #40

Yes I have a dogecoin.conf
Yes I have client open
blockchain is up-to-date
same port and pass

My dogecoin.conf:

rpcuser=u
rpcpassword=p
addnode=162.243.113.110
addnode=146.185.181.114
rpcport=22555
server=1
daemon=1

My working NVIDIA miner script:

cudaminer.exe -i 0 -C 2 -l 32x4 -m 1 -o http://127.0.0.1:22555 -O u:p

With cgminer it should work with this script:

cgminer.exe --scrypt -o http://127.0.0.1:22555 -u u -p p --thread-concurrency 4096 -I 10 -g 1 -w 256

On topic: http://youtu.be/UH_Zc2EXpN4?t=6m46s

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 ... 1548 »
  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!