Bitcoin Forum
May 22, 2024, 02:03:31 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 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 ... 127 »
  Print  
Author Topic: 💦[RAIN]💦X11💦ONLY DL FROM GITHUB!💦20,000,000 COINS BURNED!💦condensate.co💦  (Read 150264 times)
zerocom
Legendary
*
Offline Offline

Activity: 1134
Merit: 1003



View Profile
May 11, 2017, 08:42:11 PM
 #461

vote 75%

Will the accumulated coins be lost?

Ethereum Next is a brand-new cryptocurrency
 Twitter      ⟹ Ethereum Next  ⟸     telegram
OBAViJEST (OP)
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500



View Profile WWW
May 12, 2017, 12:07:30 AM
 #462

vote 75%

Will the accumulated coins be lost?

Nope Smiley

Just lowering the rewards after a specific block in the future.

I've just build the test wallet successfully - now all we need to do is figure out how to lock the premine address.  Anyone with experience care to lend a hand?
airbou
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
May 12, 2017, 01:14:15 AM
 #463

I say you try this out.... Post the wallet online and as an incentive if anyone can hack it they get ownership of the coins "Make it Rain on them". that can be used to draw lots of attention to the coin... Just an idea....

TheKingofBubble
Member
**
Offline Offline

Activity: 108
Merit: 10


View Profile
May 12, 2017, 03:57:22 AM
 #464

I'm going to mine the rain too. why not. I can't stand the rain, on my window, but I sing in it anyway.

 🔴⭕🔴 PepperMint Shiba ⭕🔴⭕    4% Reflections | Start Staking Here.  🚀🚀🚀
TheKingofBubble
Member
**
Offline Offline

Activity: 108
Merit: 10


View Profile
May 12, 2017, 04:07:17 AM
 #465

vote 75%

Will the accumulated coins be lost?

Nope Smiley

Just lowering the rewards after a specific block in the future.

I've just build the test wallet successfully - now all we need to do is figure out how to lock the premine address.  Anyone with experience care to lend a hand?

I believe you have to hardcode the premine merkle into the src and recompile to defend it:
Quote
7. Checkpointing the premine.

If you followed all the steps above you should be sitting with a lovely source code and compiled client.

We have a few things to finish and checkpointing the premine is highly important.

Many coin launches have been lost by people not knowing or forgetting to do this step. Without a checkpoint you can very likely kiss your premine goodbye to a hash attack on launch.

Start your compiled clients on both machines. Since we deleted the blockchain earlier mine your premine, plus 2-3 blocks.

Open the concole on the clonecoin client and type; getblockhash 1, getblockhash 2, getblockhash 3. We will use these three hashes to checkpoint the premine.

We also need some data from the C:\Users\(YOUR**PC**NAME)\AppData\Roaming\clonecoin\debug file.

We are looking for the details of the highest checkpointed block, in this case block 3.

2014-11-11 15:02:57 SetBestChain: new best=718732cb3323ceaa46c8fc5fd521e7f7e31e424c59cc2a02e4e39c2c7306a649  height=3 log2_work=22.000022 tx=4 date=2014-11-11 15:02:57 progress=1.000000
You will need to convert the last block time to an epochtime date i.e. in this instance, from 2014-11-11 15:02:57 to 1415718177. Use epochconverter for convenience

Now we add the block hashes for blocks 1, 2 and 3 and insert the highest block (block 3) details into the checkpoint block details. We also add the estimated number of transactions per day after the checkpoint.

https://github.com/HowToCloneAnAltcoin/Clonecoin/commit/d5e61c1d0e7678cc165acf9dc1a27c6d23200030.

Recompile your client.

Back up your C:\Users\(YOUR**PC**NAME)\AppData\Roaming\clonecoin folder. This now has your premine.

You now need to check the checkpoints are correct. On the client that does not have the premine, navigate to C:\Users\(YOUR**PC**NAME)\AppData\Roaming\clonecoin and delete everything EXCEPT wallet.dat (very important, DO NOT DELETE) and clonecoin.conf files.

Restart the client. If your checkpoints are correct the client should update and sync without issues.

see: https://vcoin-project.github.io/cloning-litecoin/


pardon my intrusion if this is not the answer  Grin

 🔴⭕🔴 PepperMint Shiba ⭕🔴⭕    4% Reflections | Start Staking Here.  🚀🚀🚀
ken thung
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250



View Profile
May 12, 2017, 10:47:02 AM
 #466

+1 VOTE 75%
75% sounds good...
TanchikG
Member
**
Offline Offline

Activity: 236
Merit: 10


View Profile
May 12, 2017, 11:28:27 AM
 #467

+1 VOTE 75%
75% sounds good..
logocreator
Legendary
*
Offline Offline

Activity: 1134
Merit: 1000


www.cryptodesign.cc


View Profile WWW
May 12, 2017, 11:50:26 AM
 #468

Whats the progress?

Crypto Girl
Sr. Member
****
Offline Offline

Activity: 980
Merit: 294


View Profile
May 12, 2017, 02:42:59 PM
 #469

75% is my vote and it would be great to make this coin RARE for it will help to increase the price considering the 3 existing exchanges and the succeeding listing in the coming days, what a very fast progress.

I use this provider to trade Cryptos : Bitcoin Revolution
OBAViJEST (OP)
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500



View Profile WWW
May 12, 2017, 03:22:03 PM
 #470

Whats the progress?

Created new version of wallet with lowered rewards. Will push that out later today & get exchanges & pools on board.

Still working on a fix to lock the premine address - definitely looking for help from any seasoned coders out there!! I've even messaged the creator of said feature (other coins have utilized his/her lostWallet code) but haven't heard back yet. While I am locked out of the premine, it's still better to have it coded in to alleviate any fear of its funds being accessed (in the case I'm lying like vginacoindev says LOL)

If anyone knows a seasoned wallet dev, please let me know! Willing to pay for assistance with this issue.
longestline
Member
**
Offline Offline

Activity: 72
Merit: 10


View Profile
May 12, 2017, 03:45:48 PM
 #471

Whats the progress?

Created new version of wallet with lowered rewards. Will push that out later today & get exchanges & pools on board.

Still working on a fix to lock the premine address - definitely looking for help from any seasoned coders out there!! I've even messaged the creator of said feature (other coins have utilized his/her lostWallet code) but haven't heard back yet. While I am locked out of the premine, it's still better to have it coded in to alleviate any fear of its funds being accessed (in the case I'm lying like vginacoindev says LOL)

If anyone knows a seasoned wallet dev, please let me know! Willing to pay for assistance with this issue.

Excellent news! Good luck finding someone, with the lowered rewards and the premine lockin... this is going to be massive!
waltonvani
Full Member
***
Offline Offline

Activity: 143
Merit: 100



View Profile
May 12, 2017, 04:45:05 PM
 #472

Whats the progress?

Created new version of wallet with lowered rewards. Will push that out later today & get exchanges & pools on board.

Still working on a fix to lock the premine address - definitely looking for help from any seasoned coders out there!! I've even messaged the creator of said feature (other coins have utilized his/her lostWallet code) but haven't heard back yet. While I am locked out of the premine, it's still better to have it coded in to alleviate any fear of its funds being accessed (in the case I'm lying like vginacoindev says LOL)

If anyone knows a seasoned wallet dev, please let me know! Willing to pay for assistance with this issue.

It sounds interesting. Dev needs to make it clear so investors will join this coin and boost it into the air soon.

Minexcoin — A new era of payments || ICO || DISCUSSION
Joker168
Newbie
*
Offline Offline

Activity: 45
Merit: 0


View Profile
May 12, 2017, 07:30:36 PM
 #473

Name   Rating   Algo   Network   Connections   Block Height   Wallet Status   Listing Status   Version
 Condensate (RAIN)      Scrypt   POW   Connections: 0   0   OK   Active   
? ? ? ? Huh Huh Huh
cryptopia.co.nz
OBAViJEST (OP)
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500



View Profile WWW
May 12, 2017, 07:48:10 PM
 #474

Name   Rating   Algo   Network   Connections   Block Height   Wallet Status   Listing Status   Version
 Condensate (RAIN)      Scrypt   POW   Connections: 0   0   OK   Active   
? ? ? ? Huh Huh Huh
cryptopia.co.nz

They just need to update their coininfo, no big deal.  All the info needed is in the OP of this thread Smiley



I've recently been having issues myself, and have received reports in regards to the Windows Qt wallet crashing unexpectedly.  If others are having this issue, please let me know - PM me with as much related info (time, user activity (for example, using the wallet or away from the PC)) as you can so we can figure out what's causing this issue.  I'll be rolling out the reduced-rewards update tonight, and would like to get this issue sorted out - always better to get two birds stoned at once, knowwhatimsayin?

Will update thread in a few hours, keep collectin' those drops Tongue


Will probably set the rewards reduction to kick in around block ~39000 - any objections/opinions?
Joker168
Newbie
*
Offline Offline

Activity: 45
Merit: 0


View Profile
May 12, 2017, 07:56:53 PM
 #475

Mнe и тaк нaгpaдa нaвицa тoгдa и cлoжнocть мeньшe здeлaй  бyдeт oтличнo )
logocreator
Legendary
*
Offline Offline

Activity: 1134
Merit: 1000


www.cryptodesign.cc


View Profile WWW
May 12, 2017, 08:00:43 PM
 #476



I've recently been having issues myself, and have received reports in regards to the Windows Qt wallet crashing unexpectedly.  If others are having this issue, please let me know - PM me with as much related info (time, user activity (for example, using the wallet or away from the PC)) as you can so we can figure out what's causing this issue.  I'll be rolling out the reduced-rewards update tonight, and would like to get this issue sorted out - always better to get two birds stoned at once, knowwhatimsayin?

Will update thread in a few hours, keep collectin' those drops Tongue


Will probably set the rewards reduction to kick in around block ~39000 - any objections/opinions?


I experienced twice wallet crashing, not much info to tell, once i was away from pc.

-
Current block 31,877 . , pushing it on block 39000 will be ~7000 more blocks, right ? thats about 7000 minutes , almost 5 days, isn't that too much ? it will be 10M coins plus


airbou
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
May 12, 2017, 08:04:27 PM
 #477

So I sent a transaction today and it isn't showing up on the block explorer but it is taken from my balance..... Can someone help? please... it even has confirmations....

here is the transaction ID= 1ae3c9731e8f552ec7696f12e32b5c9963036c5fe3849b72c939bee0ae259a10

logocreator
Legendary
*
Offline Offline

Activity: 1134
Merit: 1000


www.cryptodesign.cc


View Profile WWW
May 12, 2017, 08:22:21 PM
 #478

So I sent a transaction today and it isn't showing up on the block explorer but it is taken from my balance..... Can someone help? please... it even has confirmations....

here is the transaction ID= 1ae3c9731e8f552ec7696f12e32b5c9963036c5fe3849b72c939bee0ae259a10

You can't see the transaction, because both block explorers are behind the current block.

airbou
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
May 12, 2017, 08:27:20 PM
 #479

I sent the transaction over 1 hour and 30 minutes ago.... Is it that far behind?

longestline
Member
**
Offline Offline

Activity: 72
Merit: 10


View Profile
May 12, 2017, 08:30:30 PM
 #480

I sent the transaction over 1 hour and 30 minutes ago.... Is it that far behind?

They are quite far behind, close to 24 hours.
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 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 ... 127 »
  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!