Bitcoin Forum
April 18, 2024, 04:41:20 AM *
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 »  All
  Print  
Author Topic: [ANN][DOUG] Dougcoin - Quark algo | KGW | 10240 CPB | Wordpress Hosting  (Read 62354 times)
javabudd (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
February 23, 2014, 03:27:52 AM
 #161

I have almost 90k ... i'm millionaire  Cheesy

i love your math. so if 90k = 1mill then my 126k  = 1.4 mill. nice im gonna buy alaska

I have 831k, i just mined it for the first 2-3 days.

I stopped because the activity in this thread seemed to die down too much after launch. The dev also needs to approach more exchanges instead of relying on this "mintpal" voting to bring any kind of lucky win. I'm sure Cryptorush would gladly add us there. If we can't start to trade, then we can't have any kind of value assigned to the coin, and then nobody will take an interest or even know that DOUG exists!

Just my thoughts, i know the dev say he's been working on things, but from the outside it seems very silent.

I'm talking to a couple of exchanges, we are hoping to get on one in the next week!
1713415280
Hero Member
*
Offline Offline

Posts: 1713415280

View Profile Personal Message (Offline)

Ignore
1713415280
Reply with quote  #2

1713415280
Report to moderator
1713415280
Hero Member
*
Offline Offline

Posts: 1713415280

View Profile Personal Message (Offline)

Ignore
1713415280
Reply with quote  #2

1713415280
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, but full nodes are more resource-heavy, and they must do a lengthy initial syncing process. As a result, lightweight clients with somewhat less security are commonly used.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713415280
Hero Member
*
Offline Offline

Posts: 1713415280

View Profile Personal Message (Offline)

Ignore
1713415280
Reply with quote  #2

1713415280
Report to moderator
1713415280
Hero Member
*
Offline Offline

Posts: 1713415280

View Profile Personal Message (Offline)

Ignore
1713415280
Reply with quote  #2

1713415280
Report to moderator
tygarbyte
Sr. Member
****
Offline Offline

Activity: 300
Merit: 250

4mnth old Miner :-)


View Profile
February 23, 2014, 03:49:37 AM
 #162

This coins only been around like 10 days  Shocked just saying Rome wasnt built by doug in a day.

current block is

blocks" : 29941,  - block halving is @ 86400 - still got a long way to go.
Still got another 50k blocks to go, Hopefully it will get more exposure when it gets added to

https://bitcointalk.org/index.php?topic=379601.0

When people want to cpu mine as a secondary to their scrypt mining, all the other qrk base eventually get onto a exchange. It still early days - this is the gamble for being an early adoptor. Ive mined qrk,prt,fz on the tail end these were all quark based, currently hashing away at dougcoin.


I mine therefor I am Smiley - WIN : WcLLYcZfHQAMMVwiaAtMECZQh1YfCPw88g
phm
Full Member
***
Offline Offline

Activity: 378
Merit: 110


DATABLOCKCHAIN.IO SALE IS LIVE | MVP @ DBC.IO


View Profile
February 23, 2014, 04:33:11 AM
 #163

Code:
g++ -c -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -D_FILE_OFFSET_BITS=64 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -Ibuild -Ibuild -o build/sendcoinsdialog.o src/qt/sendcoinsdialog.cpp
src/qt/sendcoinsdialog.cpp: In member function ‘void SendCoinsDialog::on_sendButton_clicked()’:
src/qt/sendcoinsdialog.cpp:93:124: error: ‘const class QString’ has no member named ‘toHtmlEscaped’
    formatted.append(tr("<b>%1</b> to %2 (%3)").arg(BitcoinUnits::formatWithUnit(BitcoinUnits::DOUG, rcp.amount), rcp.label.toHtmlEscaped(), rcp.address));
                                                                                                                            ^
make: *** [build/sendcoinsdialog.o] Error 1

Dougcoind compiles ok, but the qt wallet does not Sad

Solution: in line 90 of src/qt/sendcoinsdialog.cpp change 0x05000 to 0x050000.

miningcrew
Member
**
Offline Offline

Activity: 117
Merit: 10


View Profile
February 23, 2014, 05:42:10 AM
 #164

Solution: in line 90 of src/qt/sendcoinsdialog.cpp change 0x05000 to 0x050000.
Thanks a lot!

javabudd (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
February 23, 2014, 05:52:53 AM
 #165

Code:
g++ -c -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -D_FILE_OFFSET_BITS=64 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -Ibuild -Ibuild -o build/sendcoinsdialog.o src/qt/sendcoinsdialog.cpp
src/qt/sendcoinsdialog.cpp: In member function ‘void SendCoinsDialog::on_sendButton_clicked()’:
src/qt/sendcoinsdialog.cpp:93:124: error: ‘const class QString’ has no member named ‘toHtmlEscaped’
    formatted.append(tr("<b>%1</b> to %2 (%3)").arg(BitcoinUnits::formatWithUnit(BitcoinUnits::DOUG, rcp.amount), rcp.label.toHtmlEscaped(), rcp.address));
                                                                                                                            ^
make: *** [build/sendcoinsdialog.o] Error 1

Dougcoind compiles ok, but the qt wallet does not Sad

Solution: in line 90 of src/qt/sendcoinsdialog.cpp change 0x05000 to 0x050000.

Is this an error while compiling in linux? I'm wondering if I should commit this change for the next update.
phm
Full Member
***
Offline Offline

Activity: 378
Merit: 110


DATABLOCKCHAIN.IO SALE IS LIVE | MVP @ DBC.IO


View Profile
February 23, 2014, 06:25:55 AM
 #166

Code:
g++ -c -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -D_FILE_OFFSET_BITS=64 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -Ibuild -Ibuild -o build/sendcoinsdialog.o src/qt/sendcoinsdialog.cpp
src/qt/sendcoinsdialog.cpp: In member function ‘void SendCoinsDialog::on_sendButton_clicked()’:
src/qt/sendcoinsdialog.cpp:93:124: error: ‘const class QString’ has no member named ‘toHtmlEscaped’
    formatted.append(tr("<b>%1</b> to %2 (%3)").arg(BitcoinUnits::formatWithUnit(BitcoinUnits::DOUG, rcp.amount), rcp.label.toHtmlEscaped(), rcp.address));
                                                                                                                            ^
make: *** [build/sendcoinsdialog.o] Error 1

Dougcoind compiles ok, but the qt wallet does not Sad

Solution: in line 90 of src/qt/sendcoinsdialog.cpp change 0x05000 to 0x050000.

Is this an error while compiling in linux? I'm wondering if I should commit this change for the next update.

I think so, if you check the sources then in all the places QT_VERSION is compared with 0x050000, this was the only place where 0x05000 was used, someone ate one zero. Generally this error will happen when building the wallet with Qt 4.x, with Qt 5.x it will work fine. Operating system is irrelevant.

javabudd (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
February 23, 2014, 06:27:58 AM
 #167

Code:
g++ -c -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -D_FILE_OFFSET_BITS=64 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -Ibuild -Ibuild -o build/sendcoinsdialog.o src/qt/sendcoinsdialog.cpp
src/qt/sendcoinsdialog.cpp: In member function ‘void SendCoinsDialog::on_sendButton_clicked()’:
src/qt/sendcoinsdialog.cpp:93:124: error: ‘const class QString’ has no member named ‘toHtmlEscaped’
    formatted.append(tr("<b>%1</b> to %2 (%3)").arg(BitcoinUnits::formatWithUnit(BitcoinUnits::DOUG, rcp.amount), rcp.label.toHtmlEscaped(), rcp.address));
                                                                                                                            ^
make: *** [build/sendcoinsdialog.o] Error 1

Dougcoind compiles ok, but the qt wallet does not Sad

Solution: in line 90 of src/qt/sendcoinsdialog.cpp change 0x05000 to 0x050000.

Is this an error while compiling in linux? I'm wondering if I should commit this change for the next update.

I think so, if you check the sources then in all the places QT_VERSION is compared with 0x050000, this was the only place where 0x05000 was used, someone ate one zero. Generally this error will happen when building the wallet with Qt 4.x, with Qt 5.x it will work fine. Operating system is irrelevant.

Ok thanks alot, I'll make the changes
Franky2010
Hero Member
*****
Offline Offline

Activity: 565
Merit: 500

Crypto enthusiast for years.


View Profile
February 23, 2014, 12:09:17 PM
 #168

Like this coin!   Smiley   48nW7hscqBreJSqi9XyWkXfY9wQDUhRP8B  Thank you!

ccj241
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
February 23, 2014, 03:59:05 PM
 #169

nice coin~ Cheesy
pink drizzle
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
February 23, 2014, 05:02:21 PM
 #170

Hi

I can't mine Doug because i don't have any!

I can't mine solo but can mine pool - but need something in my wallet to get a payout

Can anyone send me a fraction of Dougcoin to this address 3wYnvJZYBw6oEREQqXdGUDfj22J1vL6uxb

- i'll happily send them straight back


cheers
NUFCrichard
Legendary
*
Offline Offline

Activity: 1218
Merit: 1003


View Profile
February 23, 2014, 05:38:40 PM
 #171

Hi

I can't mine Doug because i don't have any!

I can't mine solo but can mine pool - but need something in my wallet to get a payout

Can anyone send me a fraction of Dougcoin to this address 3wYnvJZYBw6oEREQqXdGUDfj22J1vL6uxb

- i'll happily send them straight back


cheers
This isnt ripple, you don't need anything in you wallet to mine.
Taburnak
Member
**
Offline Offline

Activity: 116
Merit: 10


View Profile
February 23, 2014, 06:33:48 PM
 #172

Hi

I can't mine Doug because i don't have any!

I can't mine solo but can mine pool - but need something in my wallet to get a payout

Can anyone send me a fraction of Dougcoin to this address 3wYnvJZYBw6oEREQqXdGUDfj22J1vL6uxb

- i'll happily send them straight back


cheers

ill send you 0.00000001 doug but you have to pay the transaction fee.

hope that helps

  Grin
pink drizzle
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
February 23, 2014, 06:47:37 PM
 #173

This isnt ripple, you don't need anything in you wallet to mine.

i'd assumed that because http://176.221.46.81/address/3wYnvJZYBw6oEREQqXdGUDfj22J1vL6uxb

Address not seen on the network.

i'd been mining with shares but no received coins Sad
Taburnak
Member
**
Offline Offline

Activity: 116
Merit: 10


View Profile
February 23, 2014, 06:50:52 PM
 #174

This isnt ripple, you don't need anything in you wallet to mine.

i'd assumed that because http://176.221.46.81/address/3wYnvJZYBw6oEREQqXdGUDfj22J1vL6uxb

Address not seen on the network.

i'd been mining with shares but no received coins Sad

just mine youll get your coins

it says that for everyone
pink drizzle
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
February 23, 2014, 06:53:41 PM
 #175

cools - thanks  Smiley
javabudd (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
February 23, 2014, 07:39:23 PM
 #176

The dougpool.lowend.fm was having problems with payouts, should be fixed now!
Leo4everR
Newbie
*
Offline Offline

Activity: 45
Merit: 0


View Profile
February 23, 2014, 07:52:18 PM
 #177

200k coins disappeared from my wallet  Huh Huh Huh

what happened ?  Angry Angry Angry

looks like the wallet go back in time 24hs or something like that  ... dev some  explanation ??
javabudd (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
February 23, 2014, 07:58:45 PM
 #178

200k coins disappeared from my wallet  Huh Huh Huh

what happened ?  Angry Angry Angry

looks like the wallet go back in time 24hs or something like that  ... dev some  explanation ??

Is there anything in your transaction history? Has your wallet been compromised?
Taburnak
Member
**
Offline Offline

Activity: 116
Merit: 10


View Profile
February 23, 2014, 07:59:48 PM
 #179

The dougpool.lowend.fm was having problems with payouts, should be fixed now!


it doesnt look fixed everyones payouts  on the graphs for lowend has flatlined since 240
Leo4everR
Newbie
*
Offline Offline

Activity: 45
Merit: 0


View Profile
February 23, 2014, 08:05:01 PM
 #180

200k coins disappeared from my wallet  Huh Huh Huh

what happened ?  Angry Angry Angry

looks like the wallet go back in time 24hs or something like that  ... dev some  explanation ??

Is there anything in your transaction history? Has your wallet been compromised?

Nope, i dont have outgoing transactions, the last transaction is from 2/22 ... that's impossible because i'm mining 24hs . Also i was checking my mined coins in the pool statics, the last time that i saw i was mined like 315k in total, after a refresh i got an error message in the page , then when i look again i just see that i have only 100k . Looks very fishy to me  Lips sealed
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 »  All
  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!