Bitcoin Forum
May 02, 2024, 03:15:49 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 75 76 77 78 79 80 81 82 83 84 »
1101  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]--★★BumbaCoin★★-- POS X11 on: February 19, 2016, 09:52:34 AM


                                                                     
                    auctions are over.                                                                   
now we'll give away one of our fine bumbacoin hand made felt icon patches (tm).
made by the bowscoin team
                                                                     

to enter our fine competition for these fine felty things, these are about 10cm across and hand crafted from felt.

first : create a bumbaclot themed meme, and post here in thread.

second : wait Cheesy

we'll choose a winner and get in touch, you will need to supply a postal address for receipt of such goodies




--

example of the sort of work expected.




1102  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FIND] FindCoin | Update Wallet If You Haven't! | Community Anti-Scam Token on: February 19, 2016, 05:45:29 AM
How do you write the command to re-synchronize wallet?

do you mean from scratch ?
if so, you need to delete lots of files then let it sort itself out .. can take a while ..

go into your datadir ..
probably somewhere like
%APPDATA%\roaming\Findcoin

BACK UP EVERYTHING
. - so if you make a mistake you can fix it
then delete everything lol, EXCEPT wallet.dat, FindCoin.conf, peers.dat

then reboot.

alternatively
if you want to resync from where you're already at, you need to addnodes to your FindCoin.conf, this conf should be somewhere like %APPDATA%\roaming\Findcoin

see here for a list of nodes to add,
http://www.multifaucet.tk/index.php?blockexplorer=FIND&network_info

they need to be added like they appear
Code:
 addnode=151.80.206.101:55097
addnode=90.190.173.193:55097
addnode=159.203.133.4:55097
addnode=158.69.211.110:55097


edit,
you might be able to add nodes from the debug console. i dont know.

help>debug
go to console tab,
then enter the nodes in this format
addnode 151.80.206.101:55097 add

if you can, the command will elicit no response. if you cannot, it will tell you it has no idea what you are talking about
1103  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [DRZ-V3] [DROIDZ-V3] [ANTI-INSTAMINE] - A FRESH NEW START - WALLET 3.0.1 on: February 19, 2016, 04:25:50 AM

ok. for any mac users who still need to swap.
v2 Droidz mac osx qt wallet availabe here, v2500

https://drive.google.com/file/d/0B5j8d4FSc7drR0UyM0piVG9DNkU/view?usp=sharing
1104  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: CRYPTOPIA marketplace meets BUMBA coin. items for sale for BUMBA on: February 19, 2016, 04:16:12 AM

see our auctions here for
2x felt bumbacoin icons
1x 10k BSC yobit voucher to enable you to choose your own favourite coin to be made into a felt icon.


https://www.cryptopia.co.nz/MarketPlace?categoryId=0&currencyId=211&locationId=0&sortBy=Title&searchTerm=&type=All%20Items






OMG does no-one want a felt bumba icon..
pah you heathen plebs Cheesy

AUCTION HAS ABOUT 1 HOUR LEFT !!!

1105  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]--★★BumbaCoin★★-- POS X11 on: February 19, 2016, 04:15:41 AM

see our auctions here for
2x felt bumbacoin icons
1x 10k BSC yobit voucher to enable you to choose your own favourite coin to be made into a felt icon.


https://www.cryptopia.co.nz/MarketPlace?categoryId=0&currencyId=211&locationId=0&sortBy=Title&searchTerm=&type=All%20Items





OMG does no-one want a felt bumba icon..
pah you heathen plebs Cheesy

AUCTION HAS ABOUT 1 HOUR LEFT !!!

1106  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [BOWSCOIN] [BSC] [X11] [POW] [21,000,000 coins] [Gifts] on: February 19, 2016, 04:13:56 AM

see our auctions here for
2x felt bumbacoin icons
1x 10k BSC yobit voucher to enable you to choose your own favourite coin to be made into a felt icon.


https://www.cryptopia.co.nz/MarketPlace?categoryId=0&currencyId=211&locationId=0&sortBy=Title&searchTerm=&type=All%20Items






note,
in case you havent noticed, BARR is doing a swap for BSC, but as YoBit wallet is in maintenance there is currently no chance of BSC purchased at YoBit participating in such swap.
any BSC purchased on YoBit in consideration of said swap is at the purchasers risk as there is no guarantee the wallet will become operational within the swap time frame.
it is further up to any individual traders as to whether they trust YoBit (or any exchange) to honour BSC (or any other coin) bought on their exchange.

OMG does no-one want a felt bumba icon..
pah you heathen plebs Cheesy

AUCTION HAS ABOUT 1 HOUR LEFT !!!
1107  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NEW WALLET V1.3 Exchanges & More In Wallet Coming PEX POS HIPOS [ANN] on: February 19, 2016, 02:44:44 AM
could be the 10 second block time that is confusing the % return issue.


https://github.com/PosEx/Posex/blob/dcb83325dd149da48c56765251c267f17f52f98a/src/main.cpp#L51
Code:
unsigned int nStakeTargetSpacing = 10; // 10 seconds Pos blocks
unsigned int nStakeMinAge = 1.5 * 60 * 60; // 1.5 hours
unsigned int nStakeMaxAge = 5 * 24 * 60 * 60; // 5 days



edit,
these below variables don't seem to be used anywhere else, so shouldn't effect anything

daily block count , 24 * 60 * 6 = 8640
yearly block count should be more like 365 * 24 * 60 * 6 = 3153600 ?

https://github.com/PosEx/Posex/blob/dcb83325dd149da48c56765251c267f17f52f98a/src/main.cpp#L999
Code:
const int DAILY_BLOCKCOUNT =  2000;
const int YEARLY_BLOCKCOUNT = 262800;   // 365 * 720
1108  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [DRZ-V3] [DROIDZ-V3] [ANTI-INSTAMINE] - A FRESH NEW START - WALLET 3.0.1 on: February 17, 2016, 10:30:31 AM

well if it's "normal" behaviour then.

mac osx qt wallet is here : https://drive.google.com/open?id=0B5j8d4FSc7dreS14VldvVUZiaDg



will sort out the fixes i did later and send them
1109  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [DRZ-V3] [DROIDZ-V3] [ANTI-INSTAMINE] - A FRESH NEW START - WALLET 3.0.1 on: February 17, 2016, 09:48:35 AM
just compiled the mac OSX qt wallet,

strangely the gui is frozen while it's updating/synchronising.
getinfo in console reports change in height, but the gui hasn't moved since i started..

so it seems to be working, just not gui.

will see what it does when it finishes syncing.



EDIT, by frozen, i mean no sync data is updating, i can still navigate around and access different features like coincontrol.
but the block height does not change in gui.

EDIT, it updates but every while.
but tis synchronised now

will do some more looking at it later Cheesy meanwhile here's the link if anyone else wants a go .

https://drive.google.com/open?id=0B5j8d4FSc7dreS14VldvVUZiaDg
1110  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitHIRE (HIRE) | Freelance Market | Microtipping | Adverts | Featured Gigs on: February 17, 2016, 09:39:21 AM

i have compiled Mac OSX qt wallet from current git

https://drive.google.com/file/d/0B5j8d4FSc7drOWJacldibW5NYWM/view?usp=sharing


----
for any bounty or signs of appreciation, see the donation address link in my sig Smiley
1111  Alternate cryptocurrencies / Altcoin Discussion / Re: BARR dev does not appreciate humour. brief analysis of BARR process. on: February 17, 2016, 08:37:18 AM
locking this to prevent more lolz

i haven't come to a full conclusion on the BARR teams motivation vs seeming economic naivety.
but have put a series of observations into the OP.
1112  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [DRZ-V3] [DROIDZ-V3] [ANTI-INSTAMINE] - A FRESH NEW START - WALLET 3.0.1 on: February 17, 2016, 08:04:11 AM
Let's start on the swap guys, Swapping Droidz-V2 to Droidz-V3 will start today, please check the OP for more information.

Warm Regards,
~SoopY~


lol. no change in the OP ?
1113  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [DRZ-V3] [DROIDZ-V3] [ANTI-INSTAMINE] - A FRESH NEW START - WALLET 3.0.1 on: February 17, 2016, 06:38:17 AM
gosh so many hero members and a legendary in such a small thread so far Cheesy

only 1 noob and that's the dev. lol
1114  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FIND] FindCoin | Update Wallet If You Haven't! | Community Anti-Scam Token on: February 16, 2016, 02:41:39 PM
Clearer than your pre-swap pumps.
Unlike you, BARR doesn't hardfork and invalidate everyone's coins if they don't swap.
We aren't a central authority over everyone's wallets, like you are.

what are you talking about?
you're comparing apples to oranges again and pretending it makes sense.




Quote
"clear" like your market value claims ?

lol. no-one wants to buy BSC for 400 sats except your 4c order.
only a fool thinks the market cap for a shitcoin with no buy orders is real.

my BSC is on YoBit and i'm auctioning it off for people to buy felt coin icons. you can participate too if you want Smiley
get 10k BSC for much cheaper than you would with the c-cex pump price, then get a BARR felt icon.
would be sweet and cute Cheesy





Quote
You still haven't made that clear, and you're still giving yourself more free premined coins right now.
Nobody has ever gotten any BARR for free.
haha such claims. as legit as any i've ever seen. what are you going on about?
nope, no free BARR, so you just adjust the market swap rate to get extra coins?

Quote
I talk about farts, and farts don't change.
like your just previous fact/fart about giving myself free premined coins. such facts you pull out of thin air .
your facts smell like farts.




Quote
You come here, say I haven't updated my ANN, then you admit that I've updated it, then you say I haven't updated it, then you admit that you were caught in a lie, but then you say "never mind that, it's not important now even though I was making a big deal about it 5 minutes ago, but I want to talk about something else now that I look like an idiot, so what about these other equally pointless questions?"

dude, your ANN is still not updated.
why you getting all uppity? you should just go update your ANN and be done with it.
then afterwards come back and we can work out exactly where you got all confused.





Bunnycoin should be cross out from eligible list, isnt it ?
Yes, that is correct.
why it is still not crossed out ?

The data review for this cycle's update processing is still in secondary phase.
1115  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ◥◣ TALK◥◣ ✪ BϾϾ ✪ Bitcoin Community Coin ★★ 15% APR ★★ on: February 16, 2016, 01:43:53 PM
POS  Bumba vs. nxt asset BARR ... some beef about not much
https://bitcointalk.org/index.php?topic=1352963.0

lol i agree, i just got on a roll and couldn't help myself.
i'm going to lock it tomorrow and ignore him as much as i can Smiley

a question.

i just logged into polo for the longest time ever and see i have some hundreds or so of BCC, does that sound like bticointalkcoin?
the next step would be to try and withdraw it Smiley unless those coins are on teh wrong chain anyway
1116  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitPound [BTP]- airdrop online - sha256 pow/pos/airdrop on: February 16, 2016, 01:32:23 PM
POS mode yet ??  Huh

yes it's staking, but looks dead Cheesy
1117  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [DRZ] [DROIDZ] [ANTI-INSTAMINE] - A FRESH NEW START - WALLET UPDATES!!! on: February 16, 2016, 01:13:32 PM

the code there is placed on the drz-tmp git as a momentary compile ...

that is the code that is causing the compile issue ...

the official code is NOT on my git at the moment - and when it does get there - it will only be there to compile the seednodes initially - THEN placed on the official git - which soopy and i will release to the community when its sorted ...

and yes - that is the current masternode amount for now ...

we want to organize the seeds THEN the wallets THEN git and compilations ... but none of it can happen without the official code ...

#crysx

the only problem i had compiling an ubuntu deamon was needing to clean the leveldb folder,
apart from that, it was fine.

i have two "coalition" peers that are currently on block 23827
hmm but mine is reporting as "blaze"

edit
woot staked a few blocks up to 23842, moneysupply is now 8017455
1118  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [DRZ] [DROIDZ] [ANTI-INSTAMINE] - A FRESH NEW START - WALLET UPDATES!!! on: February 16, 2016, 01:10:45 PM
i am drz v2.4 holder and coins are in staking process (not available for sending), i had unloaded v2.4 client now, made backup .dat. Is it ok to me to unzip v3 blockchain and v3 client ? Or i need to wait main part of staking coins be available? After that my coins would be on a new v3 chain?

if you have problems with yr coins continually staking,
you can enter this line in yr droidz.conf
staking=0

first stop yr client Wink, enter the line into droidz.conf, then restart,
it will stop any coins you hold from restaking when they're eligible

you will need to swap those coins for new droidz, just keep checking on thread here until someone posts a how to swap them Smiley
1119  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FIND] FindCoin | Update Wallet If You Haven't! | Community Anti-Scam Token on: February 16, 2016, 09:55:24 AM
you have claimed a lot of shit that never led anywhere,
and here you are back to troll some shitty arse troll topic that no-one actually cares about.
good job on your dead end troll feud.
It's clear that the only valid accusations you've made are against yourself,
but you're really being harsh to yourself with this one.

lol.
"clear" like your pre-swap pumps ?
"clear" like your market value claims ?
"clear" like how many BARR the dev team has ended up with ?
"clear" like your continually shifting claims about other people ?
murky as muddy water ?
you must have some fine goggles to see through that murk.


..

just remember folks, a 4c buy wall makes a real difference in market valuation ..

1120  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [DRZ] [DROIDZ] [ANTI-INSTAMINE] - A FRESH NEW START - WALLET UPDATES!!! on: February 16, 2016, 09:33:32 AM

changed masternode requirements to 25000 ??

https://github.com/chrysophylax69/drz3-tmp/blob/master/src/main.h#L98
Pages: « 1 ... 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 75 76 77 78 79 80 81 82 83 84 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!