Bitcoin Forum
April 30, 2024, 11:57:09 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 [1154] 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 ... 1548 »
  Print  
Author Topic: [ANN][DOGE] Dogecoin - very currency many coin - v1.10.0  (Read 3097676 times)
Monopoly
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500



View Profile
August 09, 2015, 09:10:33 PM
 #23061

Nice update but it's too late ... i sold all of my Doges ......
You get merit points when someone likes your post enough to give you some. And for every 2 merit points you receive, you can send 1 merit point to someone else!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714478229
Hero Member
*
Offline Offline

Posts: 1714478229

View Profile Personal Message (Offline)

Ignore
1714478229
Reply with quote  #2

1714478229
Report to moderator
1714478229
Hero Member
*
Offline Offline

Posts: 1714478229

View Profile Personal Message (Offline)

Ignore
1714478229
Reply with quote  #2

1714478229
Report to moderator
1714478229
Hero Member
*
Offline Offline

Posts: 1714478229

View Profile Personal Message (Offline)

Ignore
1714478229
Reply with quote  #2

1714478229
Report to moderator
hoie6060
Full Member
***
Offline Offline

Activity: 192
Merit: 100


View Profile
August 12, 2015, 06:38:17 AM
 #23062

As we're closing on a beta release for Dogecoin Core 1.10, I wanted to talk about where 1.9 went to, why we haven't had a major release in 11 months, and what we're doing differently in future. This is a long post, but I swear it's worth reading in full.

First of all, important security announcement: If you're using brain wallets (this won't be many of you, but want to ensure we catch anyone who is), stop, and move your funds right now. There was a security talk at DEF CON which basically explained how much their security is broken, more detail at https://rya.nc/cracking_cryptocurrency_brainwallets.pdf . For anyone who's unsure, brain wallets are where you pick a set of words and use them to generate a wallet, such as bip32.org (I'm not linking that) lets you do. If you have been given words by a random process (i.e. Multibit HD, Electrum, Trezor, Ledger), these are AFAIK fine, it's just manually chosen words that are a disaster waiting to happen.

Next, there's a Bitcoin village, at Chaos Communication Camp next weekend, and while the core developers can't attend (we're doing dull day job things instead), Dogerain's developer will be there, and they're organising a video hangout with the Dogecoin core devs. Not sure if others can attend remotely, but if you're at the camp we'd love to get to talk to you!

Right, back to 1.9; Dogecoin Core 1.9 was going to be 1.8 with the Bitcoin Core 0.10 changes merged in. The same process was used to make Dogecoin Core 1.8 from 1.7 with Bitcoin Core 0.9, so we knew what we were doing. With almost 1,300 commits to review and apply it would take a while, but in theory was straight forward enough. A spreadsheet was created to track progress amongst the developers, and in January we set out to start merging.
At this point we discovered several things:

* Some patches from 0.10 had been merged in early and out of sequence, so we had to avoid merging them twice.
* A lot of the changes were less readily compatible with Dogecoin Core than we expected.
* 1,300 is really a lot of changes

As time dragged on, we gained further assistance (Sporklin, this means you) in preparing merged commits, and I made several attempts at automating much of the process. Around March we started struggling with keeping development motivation up, and pace faltered, with Sporklin taking on much of the charge to keep work continuing. In June, we were about half way, and Bitcoin Core 0.11 hit release candidate, and at that point we realised this wasn't going to work.

So, Dogecoin Core 1.10 is a rebuild. We've started with Bitcoin Core 0.11 as a base and then manually re-applied the Dogecoin changes. This makes a lot of sense, in as much as they're a smaller set of changes (and less invasive by design), but does mean that we risk losing subtle tweaks to the code (which is what the beta period is intended to help catch). Most of the changes have been totally rewritten to make them simpler to apply, and better fit in with the hugely revised code base. We also see a significant number of changes in the strings with Dogecoin, so previous improvements to translations cannot necessarily be used as-is, and when we hit beta we'll be looking for help with updating translations.

The loss of motivation is something we need to be more aware of as a risk; while the Dogecoin developers are not doing this to try getting rich, that doesn't mean that there's no motivation required. We enjoy the challenge and opportunity to work with interesting technology, and based on that it's important that we ensure the work does have its interesting parts in amongst just getting stuff shipped.

Looking ahead to future work:
* We'll do a full rebuild once per year, potentially twice, to keep us close to the Bitcoin Core code and ensure compatibility.
* In between these rebuilds, we'll merge in changes where feasible.
* To avoid Dogecoin and Bitcoin diverging, we'll push new features and fixes into the relevant upstream project where practical. We avoid divergence because it makes it harder to update, and requires custom code to adopt Dogecoin compared to Bitcoin.
* Dogecoin Core will be promoted as the reference base for other Scrypt-based altcoins. This happens already, and we get fixes from downstream (i.e. Fractalcoin caught that the fork detection code is too sensitive) as a result.

I know there are those who wish to see Dogecoin split further from Bitcoin, but there's just far too much effort being poured into Bitcoin, and too much available expertise from working with them, to ignore.

On a related note, bitcoinj 0.14 now has all of the changes to make it work with the libdohj wrapper library. Patrick's been testing libdohj, and so far mostly it seems to work well (there's an issue with the advertised network protocol version that I need to fix, but apart from that so far so good). There's a similar model for python-bitcoinlib and python-altcoinlib, although I need to dust off python-altcoinlib somewhat.

There's tons more I could write about HD wallets, user defined consensus or Ledger wallet support, but I think that's quite enough for today. There will be an interim update for Dogecoin Core 1.10 work around next weekend, hopefully a beta around the same sort of time, and the next full update post should be on the 23rd or thereabouts.


How about building a separate branch for doge specific codes?

Any new changes specific to doge should be merged to this separate branch first. You will only merge these changes to master when you want new client version release, while you may add a tag to make it clear on master these changes are doge-specific and the rest are not.

So even if the next Bitcoin v0.12 may contain 2000+ new commits, you won't easily lose moviation to rebuild doge client again.

I like Doge:  DCayeMFxQCPnZfpmXy49AtsDG44ERCPsC9
Dogecoin (OP)
Full Member
***
Offline Offline

Activity: 141
Merit: 231


View Profile
August 12, 2015, 07:57:19 AM
 #23063


How about building a separate branch for doge specific codes?

Any new changes specific to doge should be merged to this separate branch first. You will only merge these changes to master when you want new client version release, while you may add a tag to make it clear on master these changes are doge-specific and the rest are not.

So even if the next Bitcoin v0.12 may contain 2000+ new commits, you won't easily lose moviation to rebuild doge client again.

Yup, we've done more or less that; there's two branches, 1.10-dev which is everything needed to get network consensus (i.e. it will sync) and a separate 1.10-branding which is everything needed to make it look like Dogecoin (a much bigger, but easier to reproduce change set). We've also restructured our code heavily to make it less invasive to the Bitcoin code, so incoming changes are less likely to be an issue.

I imagine for v0.12 we'll probably rebase these branches to layer our patches on, rather than trying to apply the Bitcoin patches, but generally that's the model we're using. It's been quite positive clearing out all the old cruft and starting new, so I suspect we'll rebuild every few releases anyway (anything generic we push into Bitcoin anyway, so we should never diverge too much).

Dogecoin developer comments

PMs are not read, please message individuals directly if needed.
Dogecoin (OP)
Full Member
***
Offline Offline

Activity: 141
Merit: 231


View Profile
August 16, 2015, 06:11:04 PM
 #23064

Dogecoin Core 1.10 Beta 1

Dogecoin 1.10 is a complete rebuild based on Bitcoin 0.11. This means in terms of the code-base we introduced all the changes between Bitcoin 0.9 and 0.11 into this version of Dogecoin Core.  
We therefore suggest to read the release notes of both Bitcoin 0.10 and Bitcoin 0.11  

Upgrading

To upgrade from any version below 1.10 you will need to re-index once, as the block database format has changed. If you run the Qt GUI client, it will prompt you to do so on the first start after the update. If you run a dogecoind daemon, you will need to start it with the parameter `-reindex` once after you updated. This process can take a few hours, depending on the performance of your machine.

Mining

For this beta release, we decided to disable AuxPoW mining, while further testing is completed. The functionality will be re-enabled in a later release candidate.

Notable changes
For further explanation of these, see the above mentioned Bitcoin release notes.

Faster synchronization

Dogecoin Core 1.10 introduces headers-first and parallel block synchronization to greatly reduce the initial blockchain synchronization time.

Watch only address support

It is now possible to add public keys to your wallet that will be held in a "watch only" state. This means you will get information about incoming/outgoing transactions and resulting balance changes. Especially useful to keep track of your paper wallets.

Strict signature encoding (BIP66)

One of the reasons why mining is disabled on this release is the introduction of BIP66 which enforces strict rules about how transaction signatures are encoded and therefore will introduce a new block version (3). These rules will only activate once a certain number of blocks are mined with this new version. To not let this happen too early, mining is disabled for now. NOTE: This is **not** a hard fork, as all existing wallets will accept version 3 blocks, although they'll fail to enforce the new requirements.

Block file pruning

It is possible to run a Dogecoin node without keeping the full blockchain on your disk. This is currently incompatible with having a wallet on that client due to the fact that some actions regarding a wallet require the full block data. The minimum amount of kept blocks has been changed from Bitcoin to reflect our shorter block times.  

General comments

Please backup your wallet regularly and especially before performing this upgrade. Do not copy your wallet.dat while Dogecoin Core is open. Instead you should either use the backup feature you find in the "File" menu or shut down Dogecoin Core completely before you make a copy of your wallet.dat.  

Download

You can find all downloads here: https://github.com/dogecoin/dogecoin/releases/tag/v1.10-beta-1
Please let us know about any bugs you find. Either here or on GitHub Smiley
Thanks everyone for their continued support!

Dogecoin developer comments

PMs are not read, please message individuals directly if needed.
Polly Stripe
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500



View Profile
August 26, 2015, 04:16:48 PM
 #23065

Hi! We added your coin on our Multi Faucet site. If you are interested, please make a donation and add us on the main page this thread  Wink

http://www.free-crypto.com/doge/
OBAViJEST
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500



View Profile WWW
August 26, 2015, 04:45:09 PM
 #23066

Keep up the great work DevShibes!

Dogecoin expands consciousness. Dogecoin is vital to space travel.
lorylore
Legendary
*
Offline Offline

Activity: 1470
Merit: 1002



View Profile
August 27, 2015, 07:41:09 PM
 #23067

hi guys
want buy cool doge t-shirt?



wow-doge-t-shirt

You need only 3 more to be printed, but for me it is expensive, good luck in sales.
Even though it looks good, i would put something else on the back.
pawel7777
Legendary
*
Offline Offline

Activity: 2422
Merit: 1559



View Profile WWW
August 27, 2015, 09:50:08 PM
 #23068

hi guys
want buy cool doge t-shirt?
...

No DOGEs allowed accepted?

.freebitcoin.       ▄▄▄█▀▀██▄▄▄
   ▄▄██████▄▄█  █▀▀█▄▄
  ███  █▀▀███████▄▄██▀
   ▀▀▀██▄▄█  ████▀▀  ▄██
▄███▄▄  ▀▀▀▀▀▀▀  ▄▄██████
██▀▀█████▄     ▄██▀█ ▀▀██
██▄▄███▀▀██   ███▀ ▄▄  ▀█
███████▄▄███ ███▄▄ ▀▀▄  █
██▀▀████████ █████  █▀▄██
 █▄▄████████ █████   ███
  ▀████  ███ ████▄▄███▀
     ▀▀████   ████▀▀
BITCOIN
DICE
EVENT
BETTING
WIN A LAMBO !

.
            ▄▄▄▄▄▄▄▄▄▄███████████▄▄▄▄▄
▄▄▄▄▄██████████████████████████████████▄▄▄▄
▀██████████████████████████████████████████████▄▄▄
▄▄████▄█████▄████████████████████████████▄█████▄████▄▄
▀████████▀▀▀████████████████████████████████▀▀▀██████████▄
  ▀▀▀████▄▄▄███████████████████████████████▄▄▄██████████
       ▀█████▀  ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  ▀█████▀▀▀▀▀▀▀▀▀▀
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.PLAY NOW.
Itun
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
August 27, 2015, 09:58:05 PM
 #23069

What is the max coins for doge?


static const CAmount MAX_MONEY = 10000000000 * COIN; // Dogecoin: maximum of 100B coins (given some randomness), max transaction 10,000,000,000


in amount.h is showing 10B but comment says 100B...

Or did they change it to constant inflation without a max?

constant inflation without a max.. I support the idea.  Keeps the miners mining.

DOGE is merge mined and requires no addition energy in order for miners to secure the network.  

There is no cap on DOGE.  There will be 5,250,000,000 new coins per year for ever with the current set up.  They are given away to SCRYPT miners for free.

The max number of DOGE you can move in one transaction is 10 billion.  It used to be 1 billion until Dooglus of Doge-dice missed a 0 and moved a few billion coins causing a fork.


The maximum in amount.h is only enforced on a single transaction, and exists to keep the number of coins in a single transaction below 2^64. At some point we'll add a 72 bit integer (64 bits + 8 bit overflow) to handle the full maximum quantity and enable someone to move 10 billion coins at once if they actually have them, but it's not really considered a priority.

If I understand... this address could belong to a attacker:
https://bitinfocharts.com/dogecoin/address/D8EyEfuNsfQ3root9R3ac54mMcLmoNBW6q

LOL didn't know Dooglus had such an impact on Doges too

He's too influential in the digital currency world haha
lorylore
Legendary
*
Offline Offline

Activity: 1470
Merit: 1002



View Profile
August 27, 2015, 10:01:51 PM
 #23070

hi guys
want buy cool doge t-shirt?
...

No DOGEs allowed accepted?

I just checked and is a web that offer a % to the sellers so it shows that no cryptocurrencies accepted. It accepts just Credit Card PayPal.
theboccet
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000



View Profile
September 06, 2015, 12:29:27 AM
 #23071

Guldencoin is updating from litecoin to latest bitcoin code base tomorrow. Good to see Dogecoin also making the update, I don't think many coins have updated as of yet.
MonetaryUnit coin alredy updated to new core Wink but really not much coins are doing that

¦¦¦¦¦¦¦______
¦¦¦¦_¦¦¦¦¦¦¦¦¦¦_
¦¦¦¦¦¦¯¦¦¦¦¦¦¯¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦_¦¦¦¦¦¦_¦¦¦
¦¦¦¦¯¦¦¦¦¦¦¦¦¦¦¯
¦¦¦¦¦¦¦¯¯¯¯¯¯
   ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦


¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
  

¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¯¦¦¦¦¦¦¦¦¯
¦¦¦¦¦¯
   ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¯¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¯¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¯¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¯¦_¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦_¦_¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
MONETARYUNIT
.......for Me, U & Everyone.......
[/
SubversiveTech
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
September 08, 2015, 07:11:10 PM
 #23072

https://www.youtube.com/watch?v=rcPvl6oEN-Y

Dead Doges Aren't Much Fun
Tyke
Legendary
*
Offline Offline

Activity: 1444
Merit: 1161


View Profile
September 10, 2015, 09:48:51 AM
 #23073

DOGECOIN BOOK RESEARCH HAS BEGUN

Dogecoin (OP)
Full Member
***
Offline Offline

Activity: 141
Merit: 231


View Profile
September 11, 2015, 07:14:40 PM
 #23074

Dogecoin Core 1.10 beta 2

Dogecoin 1.10 is a complete rebuild based on Bitcoin 0.11. This means in terms of the code-base we introduced all the changes between Bitcoin 0.9 and 0.11 into this version of Dogecoin Core. 
We therefore suggest to read the release notes of both Bitcoin 0.10 and Bitcoin 0.11

Beta 2 introduces a number of bug fixes and improvements since beta 1:

* Correct AuxPoW support checks to match Dogecoin Core 1.8 rather than Namecoin
* Correct and expand RPC unit tests
* Add NODE_BLOOM service bit
* Fix missing new line in error messages
* Update testnet checkpoints so syncing is smoother, and add DNS seed
* Correct incompatibilities in fee calculation code compared to Dogecoin Core 1.8
* Remove old Bitcoin release notes
* Replace further references to Bitcoin with Dogecoin where user-facing
* Use locale-specific number formatting instead of thin spaces as thousand-separator in numbers

Upgrading

To upgrade from any version below 1.10 you will need to re-index once, as the block database format has changed. If you run the Qt GUI client, it will prompt you to do so on the first start after the update. If you run a dogecoind daemon, you will need to start it with the parameter `-reindex` once after you updated. This process can take a few hours, depending on the performance of your machine.

Notable changes

For further explanation of these, see the above mentioned Bitcoin release notes.

Faster synchronization

Dogecoin Core 1.10 introduces headers-first and parallel block synchronization to greatly reduce the initial blockchain synchronization time.

Watch only address support

It is now possible to add public keys to your wallet that will be held in a "watch only" state. This means you will get information about incoming/outgoing transactions and resulting balance changes. Especially useful to keep track of your paper wallets.

Strict signature encoding (BIP66)

One of the reasons why mining is disabled on this release is the introduction of [BIP66](https://github.com/bitcoin/bips/blob/master/bip-0066.mediawiki) which enforces strict rules about how transaction signatures are encoded and therefore will introduce a new block version (3). These rules will only activate once a certain number of blocks are mined with this new version. To not let this happen too early, mining is disabled for now. NOTE: This is **not** a hard fork, as all existing wallets will accept version 3 blocks, although they'll fail to enforce the new requirements.

Block file pruning

It is possible to run a Dogecoin node without keeping the full blockchain on your disk. This is currently incompatible with having a wallet on that client due to the fact that some actions regarding a wallet require the full block data. The minimum amount of kept blocks has been changed from Bitcoin to reflect our shorter block times. 

General comments
Please backup your wallet regularly and especially before performing this upgrade. Do not copy your wallet.dat while Dogecoin Core is open. Instead you should either use the backup feature you find in the "File" menu or shut down Dogecoin Core completely before you make a copy of your wallet.dat. 

Dogecoin developer comments

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

Activity: 1457
Merit: 1001



View Profile
September 13, 2015, 11:12:54 AM
 #23075

We can still use the previous wallet right? I mean this is no fork is it  Huh

Take your Bitcoin and Altcoin trading strategy to another level with Trade Santa! - https://tradesanta.com/en/site/set-referral-cookie?referral_id=111843
bitpotter
Sr. Member
****
Offline Offline

Activity: 1451
Merit: 258


View Profile
September 13, 2015, 11:20:34 AM
 #23076

dogecoin remains the best after bitcoin Smiley
Dogecoin (OP)
Full Member
***
Offline Offline

Activity: 141
Merit: 231


View Profile
September 15, 2015, 08:05:04 AM
 #23077

We can still use the previous wallet right? I mean this is no fork is it  Huh

You can keep using the old wallet, yes. There's a lot of improvements under the hood, though, so once it's a release version we'd recommend upgrading (it's faster, lower memory usage, etc. etc.)

Dogecoin developer comments

PMs are not read, please message individuals directly if needed.
ycagel
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1000


View Profile
September 15, 2015, 01:50:57 PM
 #23078

I know the Digibyte and DOGE family have worked in collaboration in the past. I just wanted to share some exciting news that is happening over in our community. Love to see some of you guys participate as well!

"Breaking News" Digibyte first digital currency to implement payment system into League of Legends and ther 100 million user base. Check out how to earn payments by going to http://www.digibytegaming.com.

Thanks,
YC
BayAreaCoins
Legendary
*
Offline Offline

Activity: 3906
Merit: 1240


Owner at AltQuick.com & FreeBitcoins.com


View Profile WWW
September 15, 2015, 11:33:28 PM
Last edit: September 17, 2015, 04:26:10 AM by BayAreaCoins
 #23079

Hey DOGErs!

(being edited for typos still)

I started a new service to help assist you discover and recover additional digital assets that are attached to every DOGE wallet that was in use on May 12, 2014.

Prior to using our service (or any other one that requires priv keys) you should be absolutely sure to move all your coins away from the address you are about to compromise.  You should then consider the address as compromised, but keep it regardless (always save your keys as Satoshi said.)  Do not put additional trust where additional trust is not needed in my opinion.  Obviously you can do as you wish and we do not store any key information.

Please visit www.ClamChecker.com to check your DOGE wallet for free!

If it does turn out you have one of the addresses we are looking for then we are willing to pay you 3.5 CLAMS or .005 BTC.  You also have the option of downloading the altcoin client and sweeping your own 4.60545574 CLAM.  

If you wish you convert your free earnings from our site automatically into DOGE we recommend using a Shapeshift address as your "payout" address with us and your payment will be converted to DOGE automatically.  (3.5 CLAMS is worth roughly 39,688 DOGE at the time of this post!!! 39,688 DOGE (ish) for your empty DOGE, BTC or LTC wallets)

You read that right... 39,688 free DOGE for each empty DOGE address! (9/16/15)

Don't forget about your "change addresses".  You may have a ton more DOGE wallets than you even realized.

You can also earn DOGE by becoming an affiliate of ours and using a Shapeshift.io Bitcoin to DOGE deposit address.  No sign up with us or with Shapeshift.  To join our affiliate system through Shapeshift for DOGE simple post:

www.ClamChecker.com/1YOURSHAPESHIFTBTCADDRESS

and done!

We pay our affiliates .005 BTC each address dug or .1 CLAM for each address dug.  At this time the BTC is worth more for instant converting into DOGE.  Affiliates receive their cut within 10 minutes of a dig!  Once someone visits us through your affiliate address we store cookies in order to be sure that you are credited for the dig even if it is a month later (provided they don't delete cookies or visit the website through a different affiliate address.)  Please see our main thread for more details

If you wish to collect your own affiliate pay link the address as

www.ClamChecker.com/YourBTCorCLAMaddress

https://www.reddit.com/r/dogecoin/comments/3kmoka/sell_your_empty_doge_wallets_that_were_in_use_on/

https://AltQuick.com/exchange/ - Trade altcoins & Bitcoin Testnet coins with real Bitcoin. Fast, private, and easy!
https://FreeBitcoins.com/faucet/ - Load your AltQuick exchange account with free Bitcoins & Testnet every 10 minutes.
rnicoll
Full Member
***
Offline Offline

Activity: 199
Merit: 110


View Profile
September 16, 2015, 12:16:27 PM
 #23080

Hey DOGErs!

I started a new service to help assist you discover and recover additional digital assets that are attached to every DOGE wallet that was in use on May 12, 2014.

Please visit www.ClamChecker.com to check your DOGE wallet for free!

You can also earn DOGE by becoming an affiliate of ours and using a Shapeshift.io Bitcoin to DOGE deposit address.  No sign up required just tell your friends.  Simply give them the link:

www.ClamChecker.com/1YOURSHAPESHIFTBTCADDRESS

and done!

https://www.reddit.com/r/dogecoin/comments/3kmoka/sell_your_empty_doge_wallets_that_were_in_use_on/


If you choose to dig your 3.5 CLAM and you then post your transaction on our main thread.  We will send you 1 free CLAM!
https://bitcointalk.org/index.php?topic=1177619.msg12395155#msg12395155

It should go without saying that you should only do this with empty wallet.dat files just in case, and not use them afterwards, but pulled about half a BTC of Clam's out of old debug wallets I had, a month back.

Dogecoin Core developer, ex-researcher, trader.

Unless stated otherwise, opinions are my own and do not necessarily reflect that of other Dogecoin developers.
Pages: « 1 ... 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 [1154] 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 ... 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!