Bitcoin Forum
April 24, 2024, 07:27:56 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 [203] 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 ... 293 »
  Print  
Author Topic: [ANN][DGC] Digitalcoin | Multi-algo & Masternodes | Established 2013  (Read 523357 times)
BitcoinFX
Legendary
*
Offline Offline

Activity: 2646
Merit: 1720


https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF


View Profile WWW
October 31, 2013, 01:09:00 AM
 #4041

I've started promoting the digitalcoin - Portable USB project on indiegogo.com via my proxy websites:

http://www.xeronet-proxy.org
http://www.xeronet-proxy.biz
http://www.xeronet-proxy.info
http://www.xeronet-proxy.net
http://www.xeronet-proxy.com

See the main project page here: http://igg.me/at/digitalcoin-usb/x/5215693 - Again, backing for the project ends on Sat. 30th November 2013.

Anyone with a website or blog can embed the standard indiegogo widget to support the project and help to promote digitalcoin to the masses.

Code:
 <iframe src="http://www.indiegogo.com/project/573323/widget" width="224px" height="486px" frameborder="0" scrolling="no"></iframe>

If you would prefer to use the floating ad that I've created for above websites then please contact me via PM.

I'll allocate a number of 16GB Flashdrives to anyone that promotes this widget for the duration of the funding period. Quality websites or blogs with a reasonable level of traffic please. This offer is completely separate to indiegogo and from the new stock.

...

On a separate note if the community would be able to crowdfund my Bitcoinstarter project very quickly, then driving mass traffic to further promote the indiegogo project and digitalcoin long-term can easily be accomplished. See: https://bitcoinstarter.com/projects/191

Cheers!

"Bitcoin OG" 1JXFXUBGs2ZtEDAQMdZ3tkCKo38nT2XSEp | Bitcoin logo™ Enforcer? | Bitcoin is BTC | CSW is NOT Satoshi Nakamoto | I Mine BTC, LTC, ZEC, XMR and GAP | BTC on Tor addnodes Project | Media enquiries : Wu Ming | Enjoy The Money Machine | "You cannot compete with Open Source" and "Cryptography != Banana" | BSV and BCH are COUNTERFEIT.
1713986876
Hero Member
*
Offline Offline

Posts: 1713986876

View Profile Personal Message (Offline)

Ignore
1713986876
Reply with quote  #2

1713986876
Report to moderator
1713986876
Hero Member
*
Offline Offline

Posts: 1713986876

View Profile Personal Message (Offline)

Ignore
1713986876
Reply with quote  #2

1713986876
Report to moderator
1713986876
Hero Member
*
Offline Offline

Posts: 1713986876

View Profile Personal Message (Offline)

Ignore
1713986876
Reply with quote  #2

1713986876
Report to moderator
Bitcoin addresses contain a checksum, so it is very unlikely that mistyping an address will cause you to lose money.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
klintay
Legendary
*
Offline Offline

Activity: 1775
Merit: 1032


Value will be measured in sats


View Profile WWW
October 31, 2013, 07:03:41 AM
 #4042

This is what i put in my config file:

rpcuser=x
rpcpassword=y
rpcallowip=localhost
rpcport=7998
listen=1
daemon=1
server=1

{
"pools" : [
        {
                "url" : "http://localhost:7998/",
                "user" : "x",
                "pass" : "y"
        },
        {
                "url" : "http://mine-dgc.scryptmining.com:3388/",
                "user" : "ilovedgc.1",
                "pass" : "x"
        }
]
,
"failover-only" : true



I noticed that the config file in the digitalcoin master download has lots of nodes. do I need them as well? What do they do? It seems to be mining happily...just keeps saying "New block detected" every 1-2 mins. Haven't found anything yet. Do i need to add any thing else to my digitalcoin.conf file?

Thanks in advance!
baritus (OP)
Legendary
*
Offline Offline

Activity: 966
Merit: 1052


View Profile
October 31, 2013, 12:06:23 PM
 #4043

This is what i put in my config file:

rpcuser=x
rpcpassword=y
rpcallowip=localhost
rpcport=7998
listen=1
daemon=1
server=1

{
"pools" : [
        {
                "url" : "http://localhost:7998/",
                "user" : "x",
                "pass" : "y"
        },
        {
                "url" : "http://mine-dgc.scryptmining.com:3388/",
                "user" : "ilovedgc.1",
                "pass" : "x"
        }
]
,
"failover-only" : true



I noticed that the config file in the digitalcoin master download has lots of nodes. do I need them as well? What do they do? It seems to be mining happily...just keeps saying "New block detected" every 1-2 mins. Haven't found anything yet. Do i need to add any thing else to my digitalcoin.conf file?

Thanks in advance!

You don't need to add nodes to your miner config. Those nodes are for your client only.

Digitalcoin - Sha256, Scrypt, x11 Mining - Multi-algorithm & One Click Masternodes - Founded in 2013
klintay
Legendary
*
Offline Offline

Activity: 1775
Merit: 1032


Value will be measured in sats


View Profile WWW
October 31, 2013, 11:32:42 PM
 #4044

This is what i put in my config file:

rpcuser=x
rpcpassword=y
rpcallowip=localhost
rpcport=7998
listen=1
daemon=1
server=1

{
"pools" : [
        {
                "url" : "http://localhost:7998/",
                "user" : "x",
                "pass" : "y"
        },
        {
                "url" : "http://mine-dgc.scryptmining.com:3388/",
                "user" : "ilovedgc.1",
                "pass" : "x"
        }
]
,
"failover-only" : true



I noticed that the config file in the digitalcoin master download has lots of nodes. do I need them as well? What do they do? It seems to be mining happily...just keeps saying "New block detected" every 1-2 mins. Haven't found anything yet. Do i need to add any thing else to my digitalcoin.conf file?

Thanks in advance!


You don't need to add nodes to your miner config. Those nodes are for your client only.

cool, i found a block last night Wink
techbytes
Legendary
*
Offline Offline

Activity: 1694
Merit: 1054


Point. Click. Blockchain


View Profile
November 01, 2013, 12:04:00 AM
 #4045

Klintay,

You do not need pool info in your digitalcoin.conf file.  That info goes into your cgminer config file if you use one.  So it is safe to remove it.


-tb-


MobGod
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500



View Profile WWW
November 01, 2013, 12:33:50 AM
 #4046

I think we should officially move the thread to the dgc forum

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
disclaimer201
Legendary
*
Offline Offline

Activity: 1526
Merit: 1001


View Profile
November 01, 2013, 02:11:55 AM
 #4047

I have a question about future developments of DGC as read at the CryptoNerd webpage. It says there something about variable block times:

"Most, if not all crypto have a fixed block time, depending on their current difficulty. For example, a block can be generated every 45 seconds, every 5 minutes, every 31 seconds,..You get the idea. But what if, and I want to stress the IF part, those block times could become variable?

We’re not going into detail on how this would be coded. I myself am no programmer, and most of you wouldn’t be interested in the technical, boring mumbo jumbo anyway. Variable block times could have several consequences to take into account, so maybe we should take a look at those first, before judging whether or not this would be a good call.

- Potential increase in block generation rate because there will be more transactions.
- The Digitalcoin network would generate less “useless” blocks, useless as in blocks that aren’t processing transactions. This would allow transactions to be sent even faster than the times we are experiencing right now.
- Variable block times could also be a long-term solution to tie Digitalcoin usability and Digitalcoin block rewards directly. Usability and rewards is a very difficult combination to master if you have long-term plans for your coin. This could bring us one step closer to that goal."

So, what's up this this? Is this just an idea or may something really come out of this?

Would love it if DGC would be known as one of the most innovative coins out there for actual use. There has been lots of talk about mining rewards, multipools and the price of DGC lately. But after V1 is active, I think it's time to focus on some core issues again: What non-virtual things can you use DGC for instead of looking at numbers in your client to pile up. The Android Wallet sounds great, and I love the digitalcoin USB drive, though I find 16 gigs a bit too small these days. Its design looks terrific! Let's show everyone DGC isn't just another pump and dump coin. And real world use is the key to success. The more people can identify with the coin and actually use it even for silly little things (that maybe useful though), the faster it will take off.

Rock on!
digitalindustry
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


‘Try to be nice’


View Profile WWW
November 01, 2013, 08:12:04 AM
 #4048

Wait a minute, are you the 10000 BTC pizza guy? Everyone in this forum and outside owes you if you are. Put up a whiskey fund dgc btc and ltc address in your signature, man!

No. That was laszlo. I was on this forum back then though and I did offer to buy laszlo the infamous pizza.  Smiley

See: https://bitcointalk.org/index.php?topic=137.msg1183#msg1183

The pizza was purchased by someone else. With Bitcoins changing hands and private PM's at that time I only really give myself the permission to jest about indirectly purchasing a slice of said pizza - as per my current form sig.

As someone once said Bitcoins for pizza ? or Pizza for Bitcoins ? Its a mystery.

No one involved with crypto-currencies or this forum really owes me anything. The price is the price, right!

For various reasons, I'm one of the few early adopters who sadly didn't make it big. I'm here again to do my bit. I'm continually pursuing new ideas and concepts for crypto related projects and online privacy in general that I hope to make a reality some day soon. I'll work to earn my way up the bitcoin ladder again - its more interesting I guess.

Having the 2nd post in this thread is more of an honor for me than the whole pizza debacle - Topic: Welcome to the new Bitcoin forum!

See: https://bitcointalk.org/index.php?topic=5.msg188#msg188  (I do wonder exactly who was on the old Bitcoin forum  Cheesy )

Some folks had to be the first forum members and I just so happen to be one of them. How randomly I discovered Bitcoin is sometimes of question even to myself. At one time I think the way back machine's stats show me as the 4th (or something) most active contributor to this forum - mostly ramblings. However, much of the potential for bitcoin and crypto-currency that was discussed in those early days - i'm pleased to know has since been made a reality by others.

Anyway, I digress and we all contiune ...

I remain the multiple and the multiplex.  Cool

Great story , nice to hear  , what are you involved in now ?

Still primarily Bitcoin ?

- Twitter @Kolin_Quark
MobGod
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500



View Profile WWW
November 01, 2013, 04:31:08 PM
 #4049

Price seems very low.
Buy now while you have the chance!!!!!

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
BitcoinFX
Legendary
*
Offline Offline

Activity: 2646
Merit: 1720


https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF


View Profile WWW
November 01, 2013, 05:20:32 PM
 #4050

Price seems very low.
Buy now while you have the chance!!!!!

What like 'crazy' low ?

http://newlibertystandard.wikifoundry.com/page/Exchange+Rate

http://newlibertystandard.wikifoundry.com/page/2009+Exchange+Rate   Shocked

Kramer on CNBC said "Hit the BUY BUY BUY button"  Grin

...Trading what you think...

https://www.youtube.com/watch?v=ktKNEGSqLB4

"Bitcoin OG" 1JXFXUBGs2ZtEDAQMdZ3tkCKo38nT2XSEp | Bitcoin logo™ Enforcer? | Bitcoin is BTC | CSW is NOT Satoshi Nakamoto | I Mine BTC, LTC, ZEC, XMR and GAP | BTC on Tor addnodes Project | Media enquiries : Wu Ming | Enjoy The Money Machine | "You cannot compete with Open Source" and "Cryptography != Banana" | BSV and BCH are COUNTERFEIT.
klintay
Legendary
*
Offline Offline

Activity: 1775
Merit: 1032


Value will be measured in sats


View Profile WWW
November 01, 2013, 05:39:05 PM
 #4051

Klintay,

You do not need pool info in your digitalcoin.conf file.  That info goes into your cgminer config file if you use one.  So it is safe to remove it.


-tb-



+1
Cheers tb!

Price seems very low.
Buy now while you have the chance!!!!!

I agree...we could easily see a rebound from 0.00005 to 0.00015
BitcoinFX
Legendary
*
Offline Offline

Activity: 2646
Merit: 1720


https://youtu.be/DsAVx0u9Cw4 ... Dr. WHO < KLF


View Profile WWW
November 01, 2013, 05:55:59 PM
 #4052


Great story , nice to hear  , what are you involved in now ?

Still primarily Bitcoin ?

I don't have much to do with Bitcoin really, aside from my own advertising and ofc mining it again.

Still trading the forex markets on micro accounts and building automated trading robots.

Working on a homebrew scrypt FPGA project, a big internet privacy project and some other stuff.

"Bitcoin OG" 1JXFXUBGs2ZtEDAQMdZ3tkCKo38nT2XSEp | Bitcoin logo™ Enforcer? | Bitcoin is BTC | CSW is NOT Satoshi Nakamoto | I Mine BTC, LTC, ZEC, XMR and GAP | BTC on Tor addnodes Project | Media enquiries : Wu Ming | Enjoy The Money Machine | "You cannot compete with Open Source" and "Cryptography != Banana" | BSV and BCH are COUNTERFEIT.
ahmed_bodi
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500

Bitrated user: ahmedbodi.


View Profile
November 02, 2013, 02:50:19 AM
 #4053

DGC Android Wallet Released and fully working!
https://play.google.com/store/apps/details?id=de.schildbach.wallet.digitalcoin&hl=en

Im always in #digitalcoin and #crypto-expert on freenode for support

However please note exchange rates in the wallet do not working i am in the process of fixing it. after this i am retiring maintaining the code since i would rather switch to electrum and make a litewallet and android wallet at the same time

Donations welcome @ D6tdmDCUkZEUaUyLx4dhZH992yTEJSL1tU or can be done inapp using the tip/donate button

Bitrated user: ahmedbodi.
ahmed_bodi
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500

Bitrated user: ahmedbodi.


View Profile
November 02, 2013, 01:33:26 PM
 #4054

bump

Bitrated user: ahmedbodi.
Don007
Legendary
*
Offline Offline

Activity: 1050
Merit: 1007

Live like there is no tomorrow!


View Profile
November 02, 2013, 09:18:39 PM
 #4055

How do I know whether I'm on the wrong blockchain or not? I own this DigitalCoin Wallet for quite a long time (and the 44,30 DGC's on it), but it seems it isn't synch'ing anymore.

Does this mean I will loose my DGC's when I'm on the wrong chain?  Cry

{Curently quite inactive as I'm really busy in my private life. I will get back soon!}

-> Your line here during my inactivity? Feel free to PM <-
techbytes
Legendary
*
Offline Offline

Activity: 1694
Merit: 1054


Point. Click. Blockchain


View Profile
November 02, 2013, 11:07:32 PM
 #4056

How do I know whether I'm on the wrong blockchain or not? I own this DigitalCoin Wallet for quite a long time (and the 44,30 DGC's on it), but it seems it isn't synch'ing anymore.

Does this mean I will loose my DGC's when I'm on the wrong chain?  Cry

Most likely you are two versions behind.  Click on the link below to get the latest update to the qt-client.  Make sure you backup your wallet before installing the update.  Once you are back on the correct chain, you will see your coins.

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


-tb-

Bitcoin.Greece
Sr. Member
****
Offline Offline

Activity: 412
Merit: 250


Bitcoin is the Future of currency


View Profile WWW
November 03, 2013, 07:15:47 AM
 #4057

DGC Android Wallet Released and fully working!
https://play.google.com/store/apps/details?id=de.schildbach.wallet.digitalcoin&hl=en

Im always in #digitalcoin and #crypto-expert on freenode for support

However please note exchange rates in the wallet do not working i am in the process of fixing it. after this i am retiring maintaining the code since i would rather switch to electrum and make a litewallet and android wallet at the same time

Donations welcome @ D6tdmDCUkZEUaUyLx4dhZH992yTEJSL1tU or can be done inapp using the tip/donate button


Good JOB!!!

Get a VPN - Protect yourself
MobGod
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500



View Profile WWW
November 03, 2013, 09:38:06 AM
 #4058

DGC Android Wallet Released and fully working!
https://play.google.com/store/apps/details?id=de.schildbach.wallet.digitalcoin&hl=en

Im always in #digitalcoin and #crypto-expert on freenode for support

However please note exchange rates in the wallet do not working i am in the process of fixing it. after this i am retiring maintaining the code since i would rather switch to electrum and make a litewallet and android wallet at the same time

Donations welcome @ D6tdmDCUkZEUaUyLx4dhZH992yTEJSL1tU or can be done inapp using the tip/donate button


Good JOB!!!
Don't forget to donate!!!!!!

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
Bitcoin.Greece
Sr. Member
****
Offline Offline

Activity: 412
Merit: 250


Bitcoin is the Future of currency


View Profile WWW
November 04, 2013, 09:32:22 PM
 #4059

100 DGC from me!
but you deserve a lot more

Get a VPN - Protect yourself
Bitcoin.Greece
Sr. Member
****
Offline Offline

Activity: 412
Merit: 250


Bitcoin is the Future of currency


View Profile WWW
November 04, 2013, 09:50:46 PM
 #4060

Last Warning

NEW Mandatory Update
https://bitcointalk.org/index.php?topic=310111.0
*********** Block 523,800 **************

[DGC] DigitalCoin V1 Release | Mandatory Update

Get a VPN - Protect yourself
Pages: « 1 ... 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 [203] 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 ... 293 »
  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!