Bitcoin Forum
May 03, 2024, 06:15:45 PM *
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 »
941  Bitcoin / Press / Re: [2019-05-24] LocalBitcoins Bans Bitcoin Buying in Iran on: May 28, 2019, 05:44:28 PM
That should mean stay away from LBC if they are now banning people from buying bitcoin.
If they are doing this as a backing to what is going on the the political sectors they have no place being part of the bitcoin ecosystem.

942  Bitcoin / Project Development / Re: The BEST Bitcoin price ticker widget for Windows PC. (Recommend) on: May 28, 2019, 05:11:08 PM
https://www.hybrid-analysis.com/sample/d24057f9965dcf819c4c8e55b461f1231e8a6916f3fc081c6dcae646a5f624f5

Threat score of 85?
Not something you would normally see from something that has avast whitelist.

I'm going to go out on a limb and say this has some form of malware or spy-ware in it.

Code:
BitTabSetup2.1b.2.exe 
This report is generated from a file or URL submitted to this webservice on May 28th 2019 16:51:15 (CEST) and action script Heavy Anti-Evasion
Guest System: Windows 7 64 bit, Professional, 6.1 (build 7601), Service Pack 1
Report generated by Falcon Sandbox v8.30 © Hybrid Analysis -  learn more

I would be cautious there is still some warning signs on this software see the above link.
If the developers would care to explain some of the strings in here for RPC and private keys
Spawned process:

taskkill.exe
Code:
243A6011
?���������
\RPC Control\ConsoleLPC-0x0000000000000D70-1710979711-555981891199312740717942630711054705465-1417213109-10361871071607272043
ContextLimit
Domain
EnableObjectValidation
EnablePrivateObjectHeap
Hostname
IdentifierLimit
Image Path
Log File Max Size
Logging
Logging Directory
MachineGuid
MaximumAllowedAllocationSize
ObjectLimit
PrivateKeyLifetimeSeconds

943  Alternate cryptocurrencies / Altcoin Discussion / Re: Facebook plans to launch 'GlobalCoin' currency in 2020 on: May 28, 2019, 01:22:05 PM
And they did so well at collecting and harvesting data on everyone I can't see any issues with them throwing a "global coin" into the mix.
Why has facebook not died yet or is it too late to save those down that rabbit hole.
944  Bitcoin / Project Development / Re: Helpful volunteer needed on: May 28, 2019, 01:19:42 PM
I have been advertising my referral link for onehash.com over the last month or two through mellowads (mostly) and despite having thousands of registered clicks show on my mellowads dashboard, my affiliate dashboard on onehash.com shows 0 visits, 0 registered.

I know mellowads is shit conversion, but in the past i have gotten referrals for sites like crypto-games, bitsler etc.

Frustrated with the lack of results in my onehash campaigns, i created new referral links, visited my own link from incognito, visiting my own link from proxy, visiting my own link from Tor browser. Nothing worked, and after waiting 2 weeks on onehash support I was told that nothing was wrong with my links and that if a visit was not registered correctly, it was because their system recognized it as my device.

I also tried switching to a network i have never used on my phone before, and then visiting the link from my phone while on a connection i never use.

At this point, I am frustrated to say the least, and I was hoping a kind volunteer would visit my link to see if it actually counts then.

I would message a irl friend to visit the link, but i probably logged in to my account on their network too, at some point.

Sign up is NOT required. Just visiting the link is enough. PM me for link, thanks!

You may be better with something like MMR referral program

https://www.miningrigrentals.com/helpcenter/Referral-Program

They are reliable payers as the funds come from miner rentals and are paid directly to you.

945  Bitcoin / Project Development / Re: Nicehash Like Website Needed paying Good $$$ on: May 28, 2019, 12:11:39 PM
https://www.miningrigrentals.com/


MMR - Mining Rig Rentals are a good shout if you don't want to use nicehack never had issues with MMR good staff and support and lots of SHA256 gear available.
946  Other / Off-topic / Re: Flat Earth on: May 23, 2019, 01:29:17 PM
https://www.youtube.com/watch?v=1s6n7j-vC2s


Nothing to see here....
947  Bitcoin / Bitcoin Discussion / Re: Authorities Shut Down First Bitcoin Transaction Mixer on: May 23, 2019, 01:11:47 PM
So monero has massive botnets mining it and a thriving malware industry to infect and mine and not only that there was the crypto jacking service coinhive and nothing happens to them but the moment you mix some bitcoins your a criminal?
Something is very very wrong here.

If bitcoin cannot or will not take note that we are under attack and we must push for more privacy tools in the space then we might as well give up now..

And yes Mcafee seemed to play a part in this one.

https://securingtomorrow.mcafee.com/other-blogs/mcafee-labs/crypto-currency-laundering-service-bestmixer-io-taken-down-by-law-enforcement/
948  Other / Off-topic / Re: Flat Earth on: May 22, 2019, 10:04:00 PM


Hostility is the first sign of defeat.   Wink
949  Other / Off-topic / Re: Flat Earth on: May 22, 2019, 11:32:33 AM
https://youtu.be/m4kM5zwxThE

 Wink
950  Bitcoin / Development & Technical Discussion / Re: Testing my own hashing code on: May 22, 2019, 11:08:06 AM
I'm writing my own software to do the double SHA-256 hashing on my Windows 10 system.
I want to test it on real data, i.e., testnet.

My code can be called from C++, Python, or run as an executable from a command line.
It will take a message header as an input, and try to find a hash that satisfies the level of difficulty.

I expect that my code will be invoked with many such headers before it succeeds, even on testnet.  If I understand it correctly, the nodes on the network each receive different versions of the current block (with the extra nonce varying).

So I'm looking for a program that will get current data from the network, feed the message header to my program, try again if not successful, and post the success when successful.  I'd like to see that eventually, I will have successfully mined something.

Alternatively, I'd like to access an older block on the network to see if I can duplicate the successful hashing of that block, using the version of the message that was actually solved by the miner.  That way, I know that my program should succeed.

Can I get access to test cases which have a known result?

Is there a way I can estimate how many hashing attempt it would take, on average, to solve a hashing problem?  I know this will vary over time because of the adjustments to the level of difficulty, but I'd be interested in a ball-park answer for the testnet.  If the answer is in days (given the hashing speed of my software), then I might want to abandon attempts to successfully mine with live data and try some other approach.

Here are the first 50 nonce values for bitcoin.
There is no way to know exactly how long hashing would take it's all down to the numbers.

Code:
1639830024
2573394689
1844305925
2850094635
2011431709
2538380312
2258412857
1716931356
1397702696
1709518110
4161222679
208296255
2259603767
615369513
2566641720
3591544324
2474926087
4064360242
766824726
1901123894
3592540203
1645155368
1437882917
2969614887
837891875
1555516980
3012316214
2396281646
2688142130
3893691144
716922133
230744328
1076005922
616579874
3890072084
797229870
2244623873
3941073664
1610743848
1902584070
3522947079
3600650283
2093702200
429798192
2771238433
1626117377
2957174816
3759171867
3014810412
1028409902
951  Bitcoin / Project Development / Re: Crypto friendly Credit Card Payment Gateway/Provider on: May 21, 2019, 08:00:34 PM
If your looking to provide a service and would like banking facility with crypto and cards wirex are going from strength to strength at the moment and I would suggest you take a look at them.

Multi-currency accounts including BTC, ETH, XRP, AUD, HKD, JPY, GBP

https://wirexapp.com/business/wirex-business
952  Bitcoin / Development & Technical Discussion / Re: RPC Connection on: May 21, 2019, 03:49:29 PM
It seems to have connected once but still failed to get address
from debug.log it shows

Code:
2019-05-21T15:42:23Z Binding RPC on address 0.0.0.0 port 8332 failed.
2019-05-21T15:42:23Z HTTP: creating work queue of depth 1000
2019-05-21T15:42:23Z Config options rpcuser and rpcpassword will soon be deprecated. Locally-run instances may remove rpcuser to use cookie-based auth, or may be replaced with rpcauth. Please see share/rpcauth for rpcauth auth generation.

I ran with -deprecatedrpc=accounts to test but same result
953  Bitcoin / Development & Technical Discussion / RPC Connection on: May 21, 2019, 12:11:38 PM
I seem to be having some trouble connecting Bitcoin core v0.17.0 with RPC
In the wallet configuration I have set the bitcoin.conf with the following.

Code:
server=1
rpcbind=127.0.0.1
rpcallowip=IP-OF-LOCAL-MACHINE
rpcport=8332
rpcuser=UserHere
rpcpassword=PasswordHere
rpcclienttimeout=30
rpcthreads=2
rpcworkqueue=1000

On checking I can see bitcoin listening on local host with

Code:
netstat --ip -lpa|grep bitcoin
tcp        0      0 localhost:8332          0.0.0.0:*               LISTEN  

In my connecting configuration I have set the connection to.

Code:
  "btc": {
    "paytxfee": .00001,
    "config": {
      "port": 8332,
      "user": "UserHere",
      "password": "PasswordHere"
    }
  },

The connecting module is running from bitcoin npm so it should pass to localhost as default.
But when I call the command for balance or deposit address to be called it fail's to return the address or the balance.

The commands are being read but the wallet fail's to respond and return the requested info.

Code:
                                           
bot> treating !deposit from --User-- as command                                                                        
bot> treating !deposit from --User-- as command

Response:

BOT
Error getting your Bitcoin (BTC) deposit address.

Everything seems to be setup and running but for some reason the RPC won't pass the requested info back to the bot.

Thanks.
954  Bitcoin / Bitcoin Technical Support / Re: Fake or genuine ? on: May 13, 2019, 03:52:17 PM
Hi,

I saw various numbers in Google which they called them-self bitcoin Technical support team. Are they fake or they took franchise from Bitcoin ?

Let me know.

Thanks

You might be best asking here for help if you require some form of specialized help in relation to bitcoin.
As you did not post the link cannot check to see the service you talk of but I would guess you are better asking for advice here.

955  Bitcoin / Mining speculation / Re: 40TH/80TH new Miners??? Swiss Miner on: May 13, 2019, 03:47:49 PM
After all the warnings I am shocked to see anyone actually went ahead with this.

The warnings were clear as day with this one.

People just don't learn in this space.
956  Other / Meta / Re: New Yobit spam is coming to town, beware on: May 13, 2019, 12:01:42 PM
LoyceV strikes again! 

Fantastic to see so many spam accounts being caught out keep up the good work!

 Smiley
957  Other / Meta / Re: The invite and account section should be locked for newbies on: May 12, 2019, 11:05:13 AM
I will throw my two into the pot..
I noticed that we had a spate of bans for spam accounts recently this should help some what with the amount if spam being posted.

I think the market place should be restricted a rank higher that noob ranking this would help in more ways that one.

1. Users might think twice about posting a scam listing if they are in danger of losing a higher ranked account.
2. Being unable to just create a "throw" away account just to post advert without spending the time on the forum to build up reputation will dampen the scammers down a fair bit.
3. It's almost impossible to find good sellers on the forum anymore dew to the sheer volume of posting there.

Agreed there should be some kind of rank before being allowed to sell on the forum this will help protect members somewhat and possibly bring the rate of posting down in that section.
958  Alternate cryptocurrencies / Altcoin Discussion / Re: What is your definition of shitcoin? on: May 12, 2019, 10:51:08 AM
Anything that is not Bitcoin is a Shitcoin.

Not all that is gold shimmers.

Around 95% of the Altcoins on the market have and serve no purpose they take away from bitcoin adoption and stifle the market most of which turn out to be scams to the highest order.
People should see that the Alt market is nothing more than a was for greedy developers to push some shitcoin to gain more BTC -  all alts are a route to BTC nothing more.

Sooner alt's vanish from the industry the better.

959  Bitcoin / Development & Technical Discussion / Re: CoinJoin: Bitcoin privacy for the real world on: May 12, 2019, 10:46:03 AM
Wassabi wallet get's a vote from me. 
Must praise nopara73 for the work on the wallet have been testing out on ubuntu and quite impressed with the project and wallet thus far,

I agree with what is being said about the .NET privacy issue as nopara73 pointed out he is aware of the situation as are many others regarding the telemetry/privacy issues in the .NET framework.

You sir deserve some bounty!
960  Bitcoin / Development & Technical Discussion / Re: Testnet Coins on: May 12, 2019, 10:38:02 AM
Thanks for the test coins trying out the wassabi wallet and coinjoin just realized I could have got to regtest mode.

 Smiley
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!