Bitcoin Forum
August 07, 2026, 12:20:41 PM *
News: COLDCARD users only: critical vulnerability risks funds stored on COLDCARD devices; immediate action required
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 »
21  Local / Альтернативные криптовалюты / Re: Заработок на мастернодах - сравнительный on: August 19, 2018, 08:16:54 PM
Ну я же написал, для вхoда в тему, для тех, кто никогда не имел дела с мастернoдaми. Или 3 доллара- большие деньги? Smiley
Лучше, если человек купит говна на несколько сотен и всё потеряет? А так будет представление, как это работает.
У меня есть одна нода LPC, давно окупилась, но тут же надо вложиться, чтобы получить профит.
Я,вот, купил девиант по 5 а теперь холдю, их хакнули, потом свап, и теперь хрен знает, когда поднимется.
Так что тема скользкая. Конечно, имея пару десятков разных нод, можно что-то иметь, и то не факт.
22  Local / Альтернативные криптовалюты / Re: Заработок на мастернодах - сравнительный on: August 19, 2018, 07:49:31 PM
Для входа в тему осмелюсь порекомендовать PZDC.
https://masternodes.online/currencies/PZDC/
Мотетка очень дешёвая, стабильная и очень быстро окупается.
Не смеши, троль монета ...

Для ознакомления с мастернодами, чтобы приобрести опыт в настройке и не вкладываться. Нода стоит 3$. Самое то.
23  Local / Альтернативные криптовалюты / Re: Заработок на мастернодах - сравнительный on: August 19, 2018, 07:39:55 PM
Для входа в тему осмелюсь порекомендовать PZDC.
https://masternodes.online/currencies/PZDC/
Монетка очень дешёвая, стабильная и очень быстро окупается.
24  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ¤ DMD Diamond 3.0 | Scarce ¤ Valuable ¤ Secure | PoS 3.0 | Masternodes 65% on: June 29, 2018, 03:52:51 PM

To developers. Please check how they fucking scammers steal Diamond brand.

https://diamondbitcoin.net/

I think that needs to report to hosting provider.
Regards.
25  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ¤ DMD Diamond 3.0 | Scarce ¤ Valuable ¤ Secure | PoS 3.0 | Masternodes 65% on: June 04, 2018, 08:19:20 AM
Compiled from source without any issues.
Takes 15 minutes.
Regards.
26  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ¤ DMD Diamond 3.0 | Scarce ¤ Valuable ¤ Secure | PoS 3.0 | Masternodes 65% on: June 02, 2018, 08:54:44 AM
Can someone explain where to get diamond wallet ver 3.0.1.1 Diamond V3 for linux?
Link on website
https://github.com/DMDcoin/Diamond/releases/download/v3.0.1.1/linux.ubuntu.16.04.LTS_non_static-static-libstdc.tar.gz
for linux.ubuntu.16.04.LTS_non_static-static-libstdc.tar.gz is not a DMD but points to some BTX?

Thanks
27  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SPD][BOUNTIES:ON] PoW/PoS/Masternode - Stipend - The Freelancer's Currency on: May 31, 2018, 09:20:38 AM
To compile for ubuntu 14.

If you got such errors:

build/init.o: In function `boost::filesystem::copy_file(boost::filesystem::path const&, boost::filesystem::path const&)':
init.cpp:(.text._ZN5boost10filesystem9copy_fileERKNS0_4pathES3_[_ZN5boost10filesystem9copy_fileERKNS0_4pathES3_]+0x2d): undefined reference to `boost::filesystem::detail::copy_file(boost::filesystem::path const&, boost::filesystem::path const&, boost::filesystem::copy_option, boost::system::error_code*)'
build/walletdb.o: In function `BackupWallet(CWallet const&, std::string const&)':
walletdb.cpp:(.text+0x507e): undefined reference to `boost::filesystem::detail::copy_file(boost::filesystem::path const&, boost::filesystem::path const&, boost::filesystem::copy_option, boost::system::error_code*)'
collect2: error: ld returned 1 exit status
make: *** [stipend-qt] Error 1

there is solution:

==================================
stipend-master/Makefile
==================================
DEFINES       = -DENABLE_WALLET -DBOOST_THREAD_USE_LIB -DBOOST_NO_CXX11_SCOPED_ENUMS -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DBOOST_VARIANT_USE_RELAXED_GET_BY_DEFAULT -DUSE_DBUS -DHAVE_BUILD_INFO -DUSE_UPNP=1 -DMINIUPNP_STATICLIB -DSTATICLIB -DLINUX -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB

==================================
stipend-master/Makefile.Release
==================================
DEFINES       = -DUNICODE -D_UNICODE -DENABLE_WALLET -DBOOST_NO_CXX11_SCOPED_ENUMS -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DBOOST_VARIANT_USE_RELAXED_GET_BY_DEFAULT -DUSE_UPNP=1 -DMINIUPNP_STATICLIB -DSTATICLIB -DWIN32 -D_MT -DBOOST_THREAD_PROVIDES_GENERIC_SHARED_MUTEX_ON_WIN -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN

==================================
/src/walletdb.cpp:
==================================
//#include <boost/filesystem.hpp>
#define BOOST_NO_CXX11_SCOPED_ENUMS
#include <boost/filesystem.hpp>
#undef BOOST_NO_CXX11_SCOPED_ENUMS

==================================
/src/makefile.unix
==================================
DEFS=-DBOOST_SPIRIT_THREADSAFE
DEFS+= -DBOOST_NO_CXX11_SCOPED_ENUMS


Regards.
28  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]Deviant Coin[DEV] PoS +Single click Masternodes [ Cryptopia & CMC ] on: May 29, 2018, 07:59:40 PM
@Deviant X
Just compiled version v2.0.0.0-60029 and can say that everything going very well.
This version can be considered as production....  So congrats DEV team.

Regards.
29  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]Deviant Coin[DEV] PoS +Single click Masternodes [ Cryptopia & CMC ] on: May 29, 2018, 04:10:47 AM
You are right. about old code. 5 Years old code not so good.
Target of screens was to show "how cool I am"
 Unspendable until nodes confirm it. Again It's possible to spend. I remember about blackcoin when was possible to send blackcoins to litecoin network (someone made big money) but they fixed it
too fast) But not so simple. I don't think that this "mom's basement hacker" can do that. (I have some knowledge because worked before in other developer team but I'm not against Deviant too. I hope this coin will be success.)
So don't trust some gentle uploaders both binaries and blockchains. Only from developers!
Everyone can split blockchain (because opensource) and PoS concept is (unfortunately) that miners will accept all splits of (homemade) blockchains.
There is reason where is orphans from. So need to put checkpoints more often to avoid bad chains. But it's on developers responsibility.
Sorry for my bad English. Not my native.

ADD

More info: good old one

https://bitfury.com/content/downloads/pos-vs-pow-1.0.2.pdf


Regards.
30  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]Deviant Coin[DEV] PoS +Single click Masternodes [ Cryptopia & CMC ] on: May 29, 2018, 02:04:15 AM
@Fastlan
Sorry where I told about PoS?
I'm saying about PoW. Please check code, in main.cpp line from 1397
I told about one of (working) bad solution. It's not a bug. If say 51% of nodes will launch such code....
So many uploads for "good" binaries, blockchains for fast synchronisation etc. Smiley

ADD

What's a "safety percaution"? I can't understand it. Where was a problem?
Deposits or withdrawals was not affected by old wallet.
Orphans? Fork? Where is checkpoint to point to new chain? Last was at block 3082 so?
I wrote to admin of discord don't know if he read my message hope yes.

Also big question is when exchanges will be available.

Regards.

31  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]Deviant Coin[DEV] PoS +Single click Masternodes [ Cryptopia & CMC ] on: May 27, 2018, 09:27:06 AM
Possibly what he did.
I will not reveal all possibilities because there will be a lot of kiddy "hackers"
Not needs to scare naive people. Again that only illusion. He can move coins between his wallets only but again,
this coins unspendable.

main.cpp
================
1397 int64_t GetProofOfWorkReward(int nHeight, int64_t nFees)
     {
   // Base reward.
   int64_t nSubsidy;
   if (nHeight < 51)
      nSubsidy = 82720 * COIN;
   else
      nSubsidy = 0 * COIN;

   // add fees.
   return nSubsidy + nFees;
     }

==================
simply substitue to:

nSubsidy = STATIC_REWARD;

==================

Of course needs to alter more in another files too


After that launch cpuminer.

Such way can get whatever he want but again- unspendable.
32  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]🔴Deviant Coin🔴[DEV] PoS +Single click Masternodes [🔥 Cryptopia & CMC 🔥] on: May 27, 2018, 08:45:57 AM
Even no disbalance in PoS.
He simply alter source and use PoW so it's only illusion.
This coins unspendable.
Where hi get 20 coins from?

Check code.
==================
main.h

27 static const int64_t STATIC_REWARD = 20 * COIN;
==================

But as nodes have right client they never accept that.
Actually it's known attack but he need 51% of all network for success.
Unreal.
Second thing orphans. I think that a lot of orphans because another new coin use same ports. 7117,7118
I post about that, see post #664
Block timeshift can be corrected too. It's not a big deal.
I hope developers will fix that soon. In my opinion even not needs to do hardfork.
About exchanges. I think no needs to disable deposits and withdrawals because market will go down soon.
Nobody need coin that can't buy or sale.
Tell me if I'm wrong.
33  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ▉ANN▉ MTNC ▉▉▉▉░ Masternodecoin ░▉▉▉ Multiple Privacy Center Platform on: May 27, 2018, 08:09:47 AM
Anyway I love this coin, really.I have a couple of hundreds and staking just for fun.
First of all stability. It doesn't have any problems with exchanges. Everything working smoothly not like some others coins.
Only need right marketing strategy. I think this coin have greath potencial and hope will growth in time.
34  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]🔴Deviant Coin🔴[DEV] PoS +Single click Masternodes [🔥 Cryptopia & CMC 🔥] on: May 25, 2018, 04:22:35 PM
Everyone can alter source code but it's doesn't means that miners will accept that fake.
35  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]Deviant Coin[DEV] PoS +Single click Masternodes [ Cryptopia & CMC ] on: May 21, 2018, 10:15:05 PM
There is new coin:
https://bitcointalk.org/index.php?topic=3643128.0
They using same ports 7117,7118
Not good Sad
36  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ▉ANN▉ MTNC ▉▉▉▉░ Masternodecoin ░▉▉▉ Multiple Privacy Center Platform on: March 25, 2018, 06:26:36 AM
Checking cryptopia.....
https://www.cryptopia.co.nz/CoinInfo/?coin=MTNC&view=settings
Interesting... They still using old version:
https://i.imgur.com/LrP70NT.png
...   but all my transactions with new client working good.
I mean that I can send coins to sryptopia and buy MTNC and withdrew to my new client without any problems.
I use linux (ubuntu16.04) and compile new client myself from the github source.

Regards.
37  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ▉ANN▉ MTNC ▉▉▉▉░ Masternodecoin ░▉▉▉ Multiple Privacy Center Platform on: March 08, 2018, 02:28:57 PM
There will be upcoming good exchange:
https://exchange.bankera.com/add-token
Why not to listen too?
38  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ICO] BANKERA - the Bank for the Blockchain Era on: March 03, 2018, 01:05:52 PM
After getting US market licence (Sure it will be happen in 1-2 Years, remember my words Smiley) 1BNK will be 1k$.

Regards.
39  Economy / Services / Re: Community and Bounty Manager on: March 03, 2018, 09:48:18 AM
I have recently just complete a large campaign and would like to ask each of the bounty participants to give me their honest feedback. Good or Bad.

Suggestions that may help.

Thankyou you for your patience guys - Dealing with over 2000 people is not easy.

If you are looking for someone to join your team as a community manager and or bounty manager. Please consider contacting me.

I am not really in this for the money. Have had 3 ICO's aproach me but after reading their whitepapers would have nothing to do with it.

The project simply HAS to be something I would also purchase tokens in for myself as i believe in it.

All the best Steve  Smiley Smiley

No problem. Let he sign message from Fedor's wallet Smiley

We know fedor's wallet ish ttps://bitcointalk.org/index.php?topic=549486.msg5981139#msg5981139
1FHxvwCfFz3B1VZSAQa71qWGyDbxdfamh4

Even Scammer will erase real Fedor's posts he have all his messages archived.

Also real Fedor can sign message from his wallet and I will (because Fedor in processing to recover his account yet) post it here Smiley

I think that signed message will be good proof isn't?
So?

40  Economy / Services / Re: Community and Bounty Manager on: February 15, 2018, 08:55:26 AM
I have recently just complete a large campaign and would like to ask each of the bounty participants to give me their honest feedback. Good or Bad.

Suggestions that may help.

Thankyou you for your patience guys - Dealing with over 2000 people is not easy.

If you are looking for someone to join your team as a community manager and or bounty manager. Please consider contacting me.

I am not really in this for the money. Have had 3 ICO's aproach me but after reading their whitepapers would have nothing to do with it.

The project simply HAS to be something I would also purchase tokens in for myself as i believe in it.

All the best Steve  Smiley Smiley

Hey guys!

This scammer is NOT a fedor3327! Real Fedor is my neighbor and his last post was about one year old.
This "Fedor" stolen real Fedor's account so be careful!
Pages: « 1 [2] 3 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!