Bitcoin Forum
May 07, 2024, 09:00:52 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 62 63 64 65 66 67 68 69 70 71 72 73 ... 104 »
441  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][AR2] Argon2Coin new PoW algo, CPU friendly on: January 31, 2016, 02:58:15 PM
I see that the warnings do not work for you guys. You should read the other people post and take more care.

At least we tried.


"Lust and greed are more gullible than innocence."
442  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FLO] Florin | The original tx msg coin | Blocktech Project Alexandria on: January 31, 2016, 09:00:21 AM
Yep, it got stuck.

This transaction is failing to pass verification so the block gets rejected and the peer banned for being malicious.

http://florincoin.info/explorer/tx/?txid=6cba295dbd61a81c35ab994a94b6e758782661b976ee015043ea2314f84535bf

Can someone with a synced node run this command in either debug console or florincoind?

Code:
gettransaction 6cba295dbd61a81c35ab994a94b6e758782661b976ee015043ea2314f84535bf

While I was debugging that I also deleted my chainstate index so now it's redoing the entire blockchain, yay waiting. Cheesy
443  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FLO] Florin | The original tx msg coin | Blocktech Project Alexandria on: January 31, 2016, 04:32:14 AM
@bitspill does it seem successfully updated other than QT?

I've not looked into qt yet and I think it may have gotten stuck again.

Code:
root@39bb67bf80c9:~/florincoin# ./src/florincoin-cli getinfo
{
    "version" : 100400,
    "protocolversion" : 70003,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 1505022,
    "timeoffset" : 0,
    "connections" : 6,
    "proxy" : "",
    "difficulty" : 28.29434146,
    "testnet" : false,
    "keypoololdest" : 1454142730,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "relayfee" : 0.00100000,
    "errors" : ""
}
444  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FLO] Florin | The original tx msg coin | Blocktech Project Alexandria on: January 30, 2016, 08:08:18 PM
And the race continues...


Code:
root@39bb67bf80c9:~/florincoin# ./src/florincoin-cli getinfo
{
    "version" : 100400,
    "protocolversion" : 70003,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 710270,
    "timeoffset" : 0,
    "connections" : 7,
    "proxy" : "",
    "difficulty" : 2.88781193,
    "testnet" : false,
    "keypoololdest" : 1454142730,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "relayfee" : 0.00100000,
    "errors" : ""
}

I wish you the best of luck Bitspill, to be honest updating the code base was a little out of my leauge as I have never worked with C++, so I hope you are able to get this up and running Smiley

If you get stuck again, just post here and create an issue on Github and I will try to take a look at it.

Just to clarify, I didn't mean that as "racing against you" I meant it in the sense that the daemon is racing through the blockchain.

Current height ~750k
445  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FLO] Florin | The original tx msg coin | Blocktech Project Alexandria on: January 30, 2016, 07:46:21 PM
And the race continues...


Code:
root@39bb67bf80c9:~/florincoin# ./src/florincoin-cli getinfo
{
    "version" : 100400,
    "protocolversion" : 70003,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 710270,
    "timeoffset" : 0,
    "connections" : 7,
    "proxy" : "",
    "difficulty" : 2.88781193,
    "testnet" : false,
    "keypoololdest" : 1454142730,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "relayfee" : 0.00100000,
    "errors" : ""
}
446  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FLO] Florin | The original tx msg coin | Blocktech Project Alexandria on: January 30, 2016, 07:30:26 PM
I'm pretty sure I found the problem while pondering it at work. Can someone run this command in their debug console or florincoind and post the output

Code:
getblock 325128ad1100e4979f02e39a8cbab6faa262d5b01ab5099b0fe5c163b2f1a42d
447  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FLO] Florin | The original tx msg coin | Blocktech Project Alexandria on: January 30, 2016, 05:59:15 PM
Code:
root@39bb67bf80c9:~/florincoin# ./src/florincoin-cli getinfo
{
    "version" : 100400,
    "protocolversion" : 70003,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 709998,
    "timeoffset" : 0,
    "connections" : 7,
    "proxy" : "",
    "difficulty" : 3.33164536,
    "testnet" : false,
    "keypoololdest" : 1454142730,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "relayfee" : 0.00100000,
    "errors" : ""
}

Looks like I got stuck here, does that block number stand out for anything special? Maybe a hard fork or something.

Otherwise I'll start poking around tonight after work and see if I can get this going fully.
448  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][AR2] Argon2Coin new PoW algo, CPU friendly on: January 30, 2016, 03:16:09 PM
CPU miner optimized based on Testz's CPU miner (should give you an additional 35%)

Source:
https://github.com/Ar2Miner/cpuminer-multi-argon2

Compiled:
https://mega.nz/#!NYEjlCAY!Z2WBSf_JrFbecZeIGZaHncrqO_nWLtIb96SebMuwpUM



I don't see any new optimisations.

Agreed, source shows no commits after Testz's, perhaps a malicious binary? Use caution.

Edit: certainly not definitive but... virustotal reports it already scanned cpuminer.exe a little over a week ago and cpuminer-v2.exe when scanned doesnt report the usual bitcoinminer and instead reports malware.gen and dropper.gen  https://www.virustotal.com/en/file/2da15bfaffbf018fc5775816b3e0055ec288e2e810790acbaa2f3f2635252a57/analysis/1454168831/
449  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FLO] Florin | The original tx msg coin | Blocktech Project Alexandria on: January 30, 2016, 12:54:40 PM
Code:
florincoin-cli getinfo
{
    "version" : 100400,
    "protocolversion" : 70003,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 1072,
    "timeoffset" : 0,
    "connections" : 7,
    "proxy" : "",
    "difficulty" : 0.55620624,
    "testnet" : false,
    "keypoololdest" : 1454142730,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "relayfee" : 0.00100000,
    "errors" : ""
}


Notice the version field.

Still a bit of work to do but it's at least syncing now.
450  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][FLO] Florin | The original tx msg coin | Blocktech Project Alexandria on: January 30, 2016, 08:44:08 AM
I am currently working on updating Florincoin up to the latest Litecoin source in order to built 64 bit Mac binaries, but also to provide more constant codebase updates.

Currently only a couple things are left until the update is complete.
1) Fixing the Genesis hash not matching (described below) and
2) Adding back in transaction messages.

Currently I am stuck on a rather trivial issue of the Genesis hash and Merkle hash not matching Florincoin. The variables for calculating it appear to be the same, and the methods for calculating it have not changed massively. I would greatly appreciate if someone could take a look at the code and see if I may be missing something.

The issue and code can be found on Github here: https://github.com/OstlerDev/florincoin/issues/1



Without transaction comments you'll never get the correct genesis hash, so you need to complete "2)" first.



On a related note, I too am working on moving Florin to litecoin-0.10 and have a correctly generated genesis. Right now my current issue is shortly after launching it crashes with "Floating point exception (core dumped)" which suggests it's dividing by zero somewhere but I'm not sure where yet... https://github.com/bitspill/florincoin/tree/master-0.10
451  Other / Off-topic / Re: [NSFW] Bestiality on: January 29, 2016, 09:44:21 AM
https://www.youtube.com/watch?v=9uAAP3PbkRI
452  Economy / Services / Re: ⚠ WARNING ⚠ NEWBIES ⚠ SKYPE USERS ⚠ BE CAREFUL ⚠ LOOKING FOR WORK? ⚠ SCAMMERS ⚠ on: January 29, 2016, 09:41:22 AM
Please also Do aviod to add Annymous people to your Skype, First ask them where they came from, from where did they get your Username, Secondly DO NOT OPEN any Link that seems contaning some malware etc


Please Do not Click on the Site, Files and Other Links  before Fully verifying them

Here is what happened Few days Ago, I dont know who was he/ She, She send me a Request at Skype, and I accepted, and Here is our some talk Screenshot

[]https://i.imgur.com/RVCWroU.png[/]
[]https://i.imgur.com/PtPsyoC.png[/]
The link she provided me was using these character api.tracker and some other things, I immediately closed that link.
I still Dont Whats her Purpose?  Grin
________________________________________________

Now from few days I dont know who the F* Trying to Login to ANX account, and I even DONT know when Did I created an account on ANX lol

Got 3-4 Similar Email

[]https://i.imgur.com/OF4P7Rq.png[/]
[]https://i.imgur.com/s0c7Vu3.png[/]

^^ Im Still getting email from ANX Still, Every day receive 1-2 email but I never check that

When you get a short link from goo.gl or bit.ly add a + to the end to see it's true destination and statistics.

https://goo.gl/#analytics/goo.gl/oozUWr/all_time That link got 48k clicks in less than a month, if even a fraction of them sign up that's a lot of referral earnings... maybe it's time I start running one of these bots... haha
453  Economy / Service Announcements / Re: UnTorrent.Me - Convert torrents into zip downloads on: January 29, 2016, 09:23:25 AM
Hard drive filled up with a bunch of games and BluRay's, I just purged some disk space and downloads should be working again. Thanks for the heads up molecular.


again?

Nope. Is it stuck again?



Edit: Fixed it, any torrent that was added while it was full was paused by the daemon so I had to tell them all to resume otherwise they just sat there idling.
454  Other / Off-topic / Re: Pictures from Russia. NSFW!!! on: January 29, 2016, 09:08:23 AM


Who translate this frirst from Russian?

Woman <something> Fondled <something> Gondolas <something> Without Lubricant?
455  Economy / Services / Re: ⚠ WARNING ⚠ NEWBIES ⚠ SKYPE USERS ⚠ BE CAREFUL ⚠ LOOKING FOR WORK? ⚠ SCAMMERS ⚠ on: January 29, 2016, 09:03:50 AM
The bot's messages are set by default or they change relatively ? cause they replied to my questions sometimes.

They adapt to what you say yes, but they're still bots, you can trap them in certain loops or bizarre statements.

This looks a Bot


That's definitely a bot. If you go to the imgur gallery page for that image by manually typing the code (http://imgur.com/drsj2HK) it says it was uploaded 2 months ago, the title is glorious ("Someone on Skype sent me this picture...") and it's not even a blonde haha

I also had that bot a couple weeks ago, was the name "glitterness flowers"?
456  Economy / Services / Re: ⚠ WARNING ⚠ NEWBIES ⚠ SKYPE USERS ⚠ BE CAREFUL ⚠ LOOKING FOR WORK? ⚠ SCAMMERS ⚠ on: January 29, 2016, 04:51:04 AM
A good thing is that since the last week Skype no longer reveals your ip address to skype resolvers by searching a username.
http://blogs.skype.com/2016/01/21/to-our-gamers-ip-will-now-be-hidden-by-default-in-latest-update/




If a HOT Chic magically messages you through Skype saying she is lonely? Ignore her, it's probably an ugly dude on the other end anyway or it's definitely a bot that will try to get you to visit some url shortened link with malware galore. So just use pornhub like the rest of us have to…lol J/K I have no idea what pornhub even is.

I get messages from these bots occasionally and just find it funny, obviously never click their link but it can be fun to "play" with the bot by seeing what kind of ridiculous chat's it'll generate. Some of the bots are actually very well written so kudos to the original developers for that. After you run through a "conversation" when they send you the random affiliate link Do not click it! Do not sign up! Block and report the account!



Edit: Worlds greatest coincidence? Just after sending this reply I got messaged by "theresa cwang" yet another bot. LOL
457  Economy / Service Discussion / Re: Searchtrade.com has launched. on: January 29, 2016, 04:41:42 AM
I think it's great idea, but i think it won't work well. Multi accounts and spammer will found this site & use any way to earn free bitcoin in easy & fast way.
Just like faucet website with ads, but we don't input captcha, but search what we want.
Can be prevented easily by simply limit the IP address to a search every 2 minutes
Or add captcha for every search query Wink

Could you see yourself ever using google again if they implemented a one search per two minute limit? That'd basically kill searchtrade.com in one fell swoop.
458  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Sia - Decentralized Storage - Working Beta - Currency has been released on: January 29, 2016, 03:21:27 AM
what price my hosting contracts should have to be competitive and where can i see other peoples contracts?

You can view some statistics about the other hosts on siapulse.

http://siapulse.com/page/network
459  Economy / Services / Re: Bounty for writing steps to build OSX coin-qt on: January 29, 2016, 02:18:16 AM
The steps are already pretty much written out to build the qt application here https://github.com/axiomcryptocurrency/axiom/blob/master/doc/readme-qt.rst
460  Economy / Service Announcements / Re: UnTorrent.Me - Convert torrents into zip downloads on: January 27, 2016, 10:17:47 PM
Hard drive filled up with a bunch of games and BluRay's, I just purged some disk space and downloads should be working again. Thanks for the heads up molecular.
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 ... 104 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!