Bitcoin Forum
July 10, 2024, 04:19:21 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 61 62 63 64 65 66 67 68 69 70 71 72 »
481  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚓⚓⚓Doubloons⚓⚓⚓ [BOAT] PoW/PoS, CPU-friendly HMQ1725 ⚓⚓⚓POOL UP!⚓⚓⚓ on: February 05, 2017, 10:16:34 PM
Nothing to see here, just a premine equivalent to 100.000 blocks instamine.


Premine is stated for bounties, giveaways, and listing expenses.  All covered in the ANN.

I'd assume this is a better way to go than creating fake value and the countless other problems caused by creating an ICO, no?

This is my first project - can't pull BTC off a tree for listing Wink  Not staking that premine, either.

Not to mention, I've already received and noted advice from the community regarding burning the leftovers -which will be conducted after dealing with exchanges.

You could've just asked for some o' the booty, m8...the cap'n is very generous in keepin' his crew's morale high  Smiley
482  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚓⚓⚓Doubloons⚓⚓⚓ [BOAT] Hybrid PoW/PoS, HMQ1725 - Pillage and Plunder with CPU! on: February 05, 2017, 09:19:49 PM
Har Har har Pirates, i've got a Pool up:

https://boat.suprnova.cc

Har har ^^



Yer a god!  Smooth sailing ahead lads!
483  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚓⚓⚓Doubloons⚓⚓⚓ [BOAT] Hybrid PoW/PoS, HMQ1725 - Pillage and Plunder with CPU! on: February 05, 2017, 07:34:53 PM
cannot connect to the wallet no matter what port...

The miner cant find nor the local host, not 0.0.0.0 not 127.0.0.1

"In your %AppData%/Doubloon folder, create a file 'Doubloon.conf' and enter the following:"

Code:
listen=1
server=1
rpcuser=anyname
rpcpassword=anypassword
rpcallowip=127.0.0.1
rpcport=33828
port=33827
addnode=199.26.184.214
addnode=boatdoubloon.ddns.net
addnode=103.4.167.189
addnode=202.62.18.38
addnode=104.237.0.79
addnode=96.3.197.145


make sure your miner has user and pass same as .conf file, and that you connect through http:// not stratum+tcp://

for example, my CPU miner config (.bat file):

Code:
cpuminer -a hmq1725 -o http://127.0.0.1:33828  -u anyname -p anypassword
484  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚓⚓⚓Doubloons⚓⚓⚓ [BOAT] Hybrid PoW/PoS, HMQ1725 - Pillage and Plunder with CPU! on: February 05, 2017, 06:40:35 PM
Big Bug Bounty Reward set in regards to this wallet issue. 

Makin' me beard hairs grey trying to figure out whats wrong with me BOAT  Cry

Also added bounties for Pools.  Still givin' 10,000 per node!

updated OP
485  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚓⚓⚓Doubloons⚓⚓⚓ [BOAT] Hybrid PoW/PoS, HMQ1725 - Pillage and Plunder with CPU! on: February 05, 2017, 06:16:27 PM
Since the difficulty and the network power increases more and more, how does it look with a pool  Huh

Working on getting a pool set up now Smiley
486  Other / Off-topic / Re: [Mandela Effect] The Berenstæin Bears on: February 05, 2017, 02:26:11 AM
Justin Beiber exists


He didn't exist 50 years ago

Mendellio effect?  I believe so
487  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚓⚓⚓Doubloons⚓⚓⚓ [BOAT] Hybrid PoW/PoS, HMQ1725 - Pillage and Plunder with CPU! on: February 05, 2017, 01:56:43 AM
What is this new algo and how does it work ? Will asics just take over and own or do us lowly CPU and GPU miners stand a chance ?
Also is this wallet safe I see people complaining about virus warnings for nothing wallet and miner. Let me k ow what's up please ?

Have anyone else here began mining and how is it going ? Any problems or is all well ?

Arg matey !!

The wallet scan is here:

https://www.virustotal.com/en/file/35ccd3522e45c59f4c06ae10ba66c90aa2919e033a1f93f833e36d7ced84002e/analysis/

All of the positives I see are miner-related.  If you have any doubts, you can always run it on a virtual machine...you'll still be in the giveaway Smiley
488  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚓⚓⚓Doubloons⚓⚓⚓ [BOAT] Hybrid PoW/PoS, HMQ1725 on: February 05, 2017, 01:48:44 AM
everytime you restart windows wallet, you need to sync blocks again from beginning  Sad

I noticed this as well.  Something isn't right.  Best to run in a virtualbox for now.  I'm going to take a closer look at the code in the next few hours.

Been trying to figure out how to fix this as well.

The reason it keeps re-syncing is probably because:

Code:

void init_blockindex(leveldb::Options& options, bool fRemoveOld = [b]true[/b]) {
    // First time init.
    filesystem::path directory = GetDataDir() / "txleveldb";

    if (fRemoveOld)
        filesystem::remove_all(directory); // remove directory


if true is set to false, the wallet brings up an error stating "cannot find blkindex.dat"

Setting the value to true was the only option until the real issue can be found...  Huh 

Still trying to figure this out, apologies for any inconvenience!
489  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚓⚓⚓Doubloons⚓⚓⚓ [BOAT] Hybrid PoW/PoS, HMQ1725 - Pillage and Plunder with CPU! on: February 04, 2017, 10:51:29 PM
OBAViJEST 
he bro this miner works great for me i mine a few coins !

Miner Gpu :  https://www.cryptopia.co.nz/Forum/Thread/1112


You must have a better GPU than me bro Wink  Thanks for the link, will add it to the OP!
490  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚓⚓⚓Doubloons⚓⚓⚓ [BOAT] Hybrid PoW/PoS, HMQ1725 - Pillage and Plunder with CPU! on: February 04, 2017, 08:51:50 PM
DRAC COIN DEV hello BUZZ BUZZ you fucker

Your ass is gonna get caught eventually


BEWARE


He is going to pillage and plunder all your shit

LOL wut?

Who do you think I am?

I can prove my identity.  My username is all over the web, which can be verified...and multiple users from various sites can vouch for me.

How would you like me to identify myself? Smiley
491  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚓⚓⚓Doubloons⚓⚓⚓ [BOAT] Hybrid PoW/PoS, HMQ1725 - on: February 04, 2017, 06:42:45 PM

Awesome!

PM me your BOAT address, you'll receive a hefty reward Smiley
492  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚓⚓⚓Doubloons⚓⚓⚓ [BOAT] Hybrid PoW/PoS, HMQ1725 - Pillage and Plunder with CPU! on: February 04, 2017, 05:09:11 PM

Yes, same algo Smiley thanks for the links!

Bounties still active!
493  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚓⚓⚓Doubloons⚓⚓⚓ [BOAT] Hybrid PoW/PoS, HMQ1725 - Pillage and Plunder with CPU! on: February 04, 2017, 12:09:07 AM
it's just me or not, but the Windows Wallet download link isn't working anymore..

same problem.

works for me

https://mega.nz/#!vwBTHTaY!-FhfHwWrdWPrx8apKGnf7gbmsE15tfpxRBUH5xzbh1s

i just try it, and still nothing happen,

https://drive.google.com/open?id=0Bw8nrrj9qh28eUVXd2d3bFRNYTQ

Here is an alternative link, just created! Let me know if this works.

which giveaway is running for this coin?

bitcoingarden giveaway link in first post Smiley
494  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚓⚓⚓Doubloons⚓⚓⚓ [BOAT] Hybrid PoW/PoS, HMQ1725 - Pillage and Plunder with CPU! on: February 03, 2017, 10:50:02 PM
Why is the name is boat?

This is a new algo btw?

The name 'boat' started as a joke, because everyone just spams their coins in YoBit & Poloniex chat. Our hearty crew in Cryptopia's chat made a joke of it, and pretended to hype a nonexistent coin posting stuff like ⚓⚓⚓BOAT⚓⚓⚓  Tongue  Now it is a reality, and sails in honor of those salty seadogs.

HMQ1725 is an algo first used by the Espers Project.  This is the second coin to use it Smiley

hi Dev,

Compilation failed (Linux)

boatcoinfinal/src/txdb-leveldb.h:37 : référence indéfinie vers « leveldb::WriteBatch::~WriteBatch()

boatcoinfinal/src/txdb-leveldb.h:84  ..........................................

boatcoinfinal/src/txdb-leveldb.h:114 .................................................

/boatcoinfinal/src/txdb-leveldb.h:119 : référence indéfinie vers « leveldb::Status::ToString() const » obj/txdb-leveldb.o:(.rodata._ZTI13CBatchScanner[_ZTI13CBatchScanner]+0x10) : référence indéfinie vers « typeinfo for leveldb::WriteBatch::Handler » collect2: error: ld returned 1 exit status make: *** [doubloond] Erreur 1

here only a small part, gives some errors

Try this:

cd ~
git clone https://github.com/OBAViJEST/boatcoinfinal
cd ~/boatcoinfinal/src
chmod a+x leveldb/build_detect_platform
make -f makefile.unix USE_UPNP=-
495  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚓⚓⚓Doubloons⚓⚓⚓ [BOAT] Hybrid PoW/PoS, HMQ1725 - Pillage and Plunder with CPU! on: February 03, 2017, 08:48:22 PM
OBAViJEST hello bro wish you good luck with your coin nice nice Work dude!  See ya
Regards Lafu

Ayyyyyyyyyyyyyyyy thanks bro!  Hopefully we'll see it on Cryptopia soon

Polishing up the linux builds at the moment, then we should be in better shape for listing Smiley
496  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚓⚓⚓Doubloons⚓⚓⚓ [BOAT] Hybrid PoW/PoS, HMQ1725 - Pillage and Plunder with CPU! on: February 03, 2017, 08:09:24 PM

Anyone using this successfully? I'll put it in the ANN.

Updating bounties....
497  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚓⚓⚓Doubloons⚓⚓⚓ [BOAT] Hybrid PoW/PoS, HMQ1725 - Pillage and Plunder with CPU! on: February 03, 2017, 06:45:20 PM
add the details of ICO and please get a trusted escrow.

No ICO here, lad!

Any bounty dev, other then that posted on bitcoingarden forum? Smiley

20,000 BOAT for block explorer
Will be giving away more BOAT in a few hours!
498  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚓⚓⚓Doubloons⚓⚓⚓ [BOAT] Hybrid PoW/PoS, HMQ1725 - Pillage and Plunder with CPU! on: February 03, 2017, 07:42:43 AM
It seems interesting... I'm in  Grin

Nice - thanks for hoppin' aboard!

Everyone who downloads the wallet - check the bitcoingarden link above! Ye early adopters will be gettin' a fair share o the Captain's buried treasure Smiley
499  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚓⚓⚓Doubloons⚓⚓⚓ [BOAT] Hybrid PoW/PoS, HMQ1725 - Pillage and Plunder with CPU! on: February 03, 2017, 06:51:38 AM
total suply boat coin 500 million coin, and premine 150 million coin, equal until reach 30% is very big total premine
plan ico selling dev
and how much total premine to use bounty

Premine is only 15 million. 3% mined for community giveaways, bounties, and exchanges Smiley
500  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ⚓⚓⚓Doubloons⚓⚓⚓ [BOAT] Hybrid PoW/PoS, HMQ1725 - Pillage and Plunder with CPU! on: February 03, 2017, 06:02:48 AM
i downloaded the wallet and the miner, and found 2 blocks so far

 Smiley


keep in mind that most of the virus totals that show up in these programs wind up being false positives.

I've had no problems, but as always use at your own risk.


Yeah I've noticed majority of detections show up as false positives - I've been using this miner with ESP for years(? has it been that long) now without issue, and without detection from desktop AVs Smiley

Did you create the conf file, and use the same settings in your mining .bat?


& use
Code:
-o http:// 
instead of stratum?
Of course, the CPU miner is working fine. Does the GPU miner work for anyone else? In the Esper thread such a problem isn't mentioned. Anyways, got a block already with my CPU, Arrr.  Cheesy

Very smooth launch btw, only 146 blocks so far.  Wink

edit: The other GPU miner says: No address specified, unable to solo mine

Unfortunately there seems to be no argument for that in Sgminer, I could only find references to --btc-address in the ooooold Cgminer (for BTC).

The gpu miner is working for me with this .bat file:
sgminer.exe --kernel hmq1725 -o http://127.0.0.1:33828 -u username -p password -I 15

I've found several blocks with it already

What sort of hash rates are you hitting? Curious as to the difference between your sgminer and cpuminer


FF
Anyways, got a block already with my CPU, Arrr.  Cheesy

Very smooth launch btw, only 146 blocks so far.  Wink


Thanks for the input!  Wasn't sure the proper 'protocol' for launches (& the reception by the community)

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