Bitcoin Forum
May 08, 2024, 06:26:24 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
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 »
361  Alternate cryptocurrencies / Announcements (Altcoins) / Re: New [ANN] [$XSEED] BitSeeds - Rainforest Foundation Charity - SHA256 PoW/PoS 10% on: October 10, 2015, 12:19:52 AM
was there a fork/mandatory update ??
or just new git?
362  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin - Cryptsy/Bittrex, CAT bot, Loads of News! on: October 09, 2015, 03:07:35 PM

i could do some proof reading and editorial suggestions Smiley

363  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][TRK] ★ Truckcoin ★ Pure PoS 200% per year ★ New v0.9.8.8 ★ Now on Cryptsy! on: October 09, 2015, 02:17:44 PM

i've just re-opened it for the first time since my last post.. took 9 minutes

09/10/2015 14:03:04 Loading block index...
09/10/2015 14:12:32 LoadBlockIndex(): hashBestChain=a809ba60331a9a17582a  height=456277  trust=1027480714806352  date=07/10/2015 08:26:50

then it was about 2100 blocks behind.

//
just noticed i didnt detail how much quicker .
Quote
although i've noticed that when it's been opened recently then it's much quicker ..
but when i reopened truckcoin immediately after closing it took maybe 1 minute tops.

--
i'll try it with a differnt OS install. but that' s the most i can do i think.
364  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][TRK] ★ Truckcoin ★ Pure PoS 200% per year ★ New v0.9.8.8 ★ Now on Cryptsy! on: October 07, 2015, 07:50:18 AM

the mac qt is taking a long time to load , heres the last few times i've opened it from the debug.log
you can see the time

05/10/2015 12:01:46 Loading block index...
05/10/2015 12:11:21 LoadBlockIndex(): hashBestChain=1e18f03356c1639039fa  height=444845  trust=920587735667307  date=25/09/2015 10:33:42

06/10/2015 09:59:14 Loading block index...
06/10/2015 10:11:33 Shutdown requested. Exiting.

this one with -checkblocks=10
06/10/2015 10:13:04 Loading block index...
06/10/2015 10:24:42 LoadBlockIndex(): hashBestChain=7a192045a58d661d5775  height=447282  trust=941922254446223  date=27/09/2015 23:37:15

07/10/2015 07:27:41 Loading block index...
07/10/2015 07:36:45 LoadBlockIndex(): hashBestChain=6b8e64cc5fd315c127b4  height=455420  trust=1018356245156073  date=06/10/2015 11:16:21


although i've noticed that when it's been opened recently then it's much quicker ..
is it related to how far behind the current time the last block is ?

i've tried -checkblocks and it didnt seem to effect it much
365  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]  Bitcurrency on: October 04, 2015, 10:57:05 AM
my conf has these three lines

rpcuser=useruseruser
rpcpassword=xxxxxxx
staking=1


and am currently connected to two nodes

91.121.217.70:58167
24.7.144.109:59216

what version are you on?

it does seem that there are multiple versions connected so it probably doesnt matter. but the latest is 1.1.2.1
(i am on 1.0.0.0 but am just updating now to seeeeeee.....)
366  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][KARM] Karma / ₭ / X11 on: September 29, 2015, 09:14:55 AM

can you just change the
Code:
unsigned char pchMessageStart[4] = { 0xfb, 0xc0, 0xb6, 0xdb }; // Reddcoin: increase each by adding 2 to bitcoin's value.

??

how would one soft fork such a change? does it effect the chain or just client communications?

i thought maybe you could create a unique version number and block the differing versions.
367  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]  Bitcurrency on: September 28, 2015, 02:45:19 PM
Sorry for the delay
I updated the Bitcurrency code to the latest Blackcoin code.

Downloads
Github
Windows v1.1.2.1

If you need addnodes, the node list can be found here https://chainz.cryptoid.info/btcr/#!network if you click on node list.

I downloaded it and opened. Have problem for syncing.
Also pasted these nodes in .conf file but didn't help.

addnode=24.7.144.109
addnode=5.9.36.211
addnode=97.93.2.112

What to do?
a couple more from the explorer


addnode=45.48.185.55
addnode=90.154.66.204
368  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ANN CryptoPennies X11 PoW ended. on: September 28, 2015, 02:32:20 PM
https://yobit.net/en/trade/CRPS/BTC
where buy support ? im not see it Huh
where are you dev ?

yeh dev. where are you?
369  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][TRK] ★ Truckcoin ★ Pure PoS 200% per year ★ New v0.9.8.8 ★ Now on Cryptsy! on: September 24, 2015, 03:35:23 AM
i'm trying to compile an OSX qt but am getting this error

Code:
src/qt/notificator.cpp:72:28: error: expected ';' after expression
Notificator::~Notificator()
                           ^
                           ;
src/qt/notificator.cpp:220:1: error: function definition is not allowed here
{
^
src/qt/notificator.cpp:219:19: error: definition or redeclaration of 'notifySystray' not allowed inside a function
void Notificator::notifySystray(Class cls, const QString &title, const QString &text, const QIcon &icon, int millisTimeout)
     ~~~~~~~~~~~~~^
src/qt/notificator.cpp:315:2: error: expected ';' at end of declaration
}
 ^
 ;
src/qt/notificator.cpp:315:2: error: expected '}'
src/qt/notificator.cpp:36:1: note: to match this '{'
{
^
5 errors generated.
make: *** [build/notificator.o] Error 1

am using qtcreator 4.8.5

edit // will try 4.8.6 soon
370  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][QUIT] Quit Dough, Real Products (e-cigs) +Multi-Vendor Vape Site on: September 18, 2015, 01:30:04 PM

https://www.cryptopia.co.nz/Forum/Thread/187
371  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] RibbitRewards - World's first blockchain rewards program [Airdrop is now!] on: September 18, 2015, 09:29:45 AM
Is there a place to download the latest wallet (or source code) so that I can run it on Debian?  I see the source code at https://github.com/RibbitFROG/RibbitRewards-Alpha, but that source code is for version 100000 whereas http://ribbitchain.info/status reports version 100200.  When I try to run version 100000, I get connections that connect and then drop me.  I would appreciate the help.
They have launched new multi currency webwallet and they never had desktop client.If you want to check wallet.ribbit.me is the link to create one for you.This is really one of the best and amazing wallet I have seen ever.They are working around the clock but not active on this forum.For more info and news follow their twitter.

will there be open source code?


for that matter. is wallet.ribbit.me mentioned anywhere?
i only found because of this one post
372  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin - Cryptsy/Bittrex, CAT bot, Loads of News! on: September 18, 2015, 05:53:08 AM

also another noteworthy thing.
my freshly compiled daemon could not get any connections using the coded seed node

i got some nodes from here
https://chainz.cryptoid.info/excl/#!network

Hey pineapples,

     The server the seed node is hosted on was upgraded and it didn't spawn after reboot.  That's since been rectified and is now up.  Please remove your manually-added sync nodes and restart your wallet and let me know if that resolves your issues.

     Best regards,

syntaks

yup all good Smiley
373  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin - Cryptsy/Bittrex, CAT bot, Loads of News! on: September 18, 2015, 12:43:02 AM
to me it synced fine.
im at windows 64x

great Smiley

i tried from scratch twice but it caught at the same place both times
it's funny how bootstraps sometimes dont work.. wonder why

374  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin - Cryptsy/Bittrex, CAT bot, Loads of News! on: September 17, 2015, 12:24:03 PM

also another noteworthy thing.
my freshly compiled daemon could not get any connections using the coded seed node

i got some nodes from here
https://chainz.cryptoid.info/excl/#!network
375  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin - Cryptsy/Bittrex, CAT bot, Loads of News! on: September 17, 2015, 03:36:05 AM

im adding here bootstrat downloads:
http://fuk.io/blk0001.dat
http://fuk.io/txleveldb.rar

i was starting with an empty data dir. from scratch

i had to rename blk0001.dat -> bootstrap.dat
and NOT use txleveldb.rar

then on startup it imported from the bootstrap.dat


...
still syncing Smiley

edit  .
further testing.
i tried to use the two files but had no luck, resulted in
error =>> txleveldb/MANIFEST-060635: No such file or directory   

i think if you also included the database folder it would be succesful ??

.
using the bootstrap failed two times, glitched out with an apparent duplicate PoS block at 421588 :p

perhaps the copy of the chain is no good?

did anyone have any luck with the downloaded chain??
i will try on a linux box laterer

376  Bitcoin / Bitcoin Discussion / Re: Gregory Maxwell threatens to sell his bitcoins and find other things to work on on: September 15, 2015, 12:14:14 PM

why xt? because science. lol wtf
377  Alternate cryptocurrencies / Altcoin Discussion / Re: iGotSpots Scam Dev on: September 15, 2015, 06:08:55 AM
not sure if blatantly lying about bucks masternode exploit fix is scam or not. but that def happened.

lying seems the most common dodgy behaviour by coin devs.

lying about coming services/features - roadmaps, continued support/development
lying about their own intent - long term commitment
lying about the code - heheh the dev hopping on after dumping 10x the total coin count and saying "we're working with bittrex to see what we can do" (not igotspots)

lying is the basic tool of a scam. no idea what else he might have lied about, but i'd call the evident lie a swindle at least.
378  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] TriviaCoin [QUIZ] is only available through Trivia | NO MINING | on: September 15, 2015, 05:57:11 AM
Trivia is back up! Tipping in both QUIZ and PRIME

#Negativity on Freenode IRC

woot up and winning !!
379  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]  Bitcurrency on: September 15, 2015, 04:04:17 AM

on the voting list at cryptopia now

https://www.cryptopia.co.nz/Home/Voting
380  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Corgi community foundation on: September 11, 2015, 01:37:09 AM
Can someone give me some active nodes, and in return I will give you a 24/7 node you can advertise in the ANN

there's a couple here in the node list

https://www.cryptopia.co.nz/BlockExplorer?coin=CORG
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!