Bitcoin Forum
May 25, 2024, 07:47:53 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 74 75 76 77 78 79 80 81 82 83 84 »
841  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin EXCL - Masternodes,DarkSend, MAC OSX WALLET ADDED! on: July 18, 2016, 05:07:15 AM

I made a how to master node for Exclusive Coin using the Qt Smiley

it's based on a couple of examples for Transfer Coin.

http://bumbacoin.blogspot.com.au/2016/07/how-to-setup-exclusive-coin-master-node.html

Are you sure the privkey is the private key of the address, and not the result of the command "masternode genkey"?

yes.

the genkey goes in the exclusivecoin.conf if necessary,

if you are only running one master node, then you can handle it all through the exclusivecoin.conf using the genkey, but the setup as described works for local masternodes.



apparently you can set up remote masternodes using the genkey,
i havent explored it yet but i get the impression that you can set up a remote client/wallet with no coins in it, put the genkey in that remote exclusivecoin.conf file then start it up using local client.

i believe then you would still need the privkey in yr local masternode.conf

hopefully i will work this out in the next day or two, i've found teh tutorials elsewhere not entirely descriptive enough so i'll try and write one too.
heh i should put them on steemit Smiley


edit
remote masternodes sounds awesome.
the transaction database would never clog up and the client could run reasonably quietly.

842  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin EXCL - Masternodes,DarkSend, MAC OSX WALLET ADDED! on: July 16, 2016, 04:12:26 PM

here are some peers , for some reason the osx wallet only connects to 1 peer.

exclusivecoin.conf

addnode=104.172.24.79:23230
addnode=96.44.156.214:23230
addnode=178.62.74.201:23230
addnode=107.170.120.23:23230
addnode=149.56.140.60:39510
addnode=151.80.42.180:57969
addnode=70.180.225.70:54119
addnode=68.2.157.88:57403
843  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin EXCL - Masternodes,DarkSend, MAC OSX WALLET ADDED! on: July 16, 2016, 02:15:28 PM

WALLETS and SOURCE

p2p - 23230
rpc - 23231
node: nodes.exclusivecoin.pw

Github - source
https://github.com/exclfork/ExclusiveCoin

Windows QT
https://mega.nz/#!CQN21Z6b!vDSdwc50dLOr9T_z2xs6OcT3GXAFpaKx9tISU2OjmII (you need to copy paste, forum blocks links with #)

OSX[/]
https://drive.google.com/file/d/0B5j8d4FSc7drY1VtdE9Sb295YXM/view?usp=sharing (made by bumpacoin)



hehe it's bumbacoin Smiley
844  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin EXCL - Masternodes,DarkSend, MAC OSX WALLET ADDED! on: July 16, 2016, 10:54:13 AM

I made a how to master node for Exclusive Coin using the Qt Smiley

it's based on a couple of examples for Transfer Coin.

http://bumbacoin.blogspot.com.au/2016/07/how-to-setup-exclusive-coin-master-node.html
845  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin EXCL - Masternodes,DarkSend,InstantX - BIG UPDATES! on: July 15, 2016, 03:24:49 PM
master nodes are 5000

something to be fixed :p either the gui that says 10000, or the code that says 5000




edit
strangely my master nodes keep stopping and need restarting.
846  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin EXCL - Masternodes,DarkSend,InstantX - BIG UPDATES! on: July 15, 2016, 07:04:58 AM
Block explorer is synced with the new chain: http://cryptobe.com/chain/ExclusiveCoin

why doesn't this have the "burn" subtracted from the outstanding total?

"Old" EXCL:

Total supply: ~60,000,000 (60MM)
[60000000 - 23474339.7208 [burned] = 36525660 actual total numer of coins in circulation]

[source:

36525660 / 10 = 3652566 and this is block one.


So there was no need to create 60 mil to burnd them, we went right away for number from original existance




Old math: Total possible coins in existence 60M-23M(burned) = 36 Million *possible* coins. Only about 15 million of those had been created,(mined/staked) before the switch. You gave yourself the rest of the possible mined coins when the switch happened? the remaining 21M (now 2.1M) coins?


36525660 actual total numer of coins in circulation

not possible. actual. lol
847  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] CryptoChainer.com: Blockchain Archives for Fast Wallet Sync! on: July 15, 2016, 03:14:37 AM

hi, would you consider adding a node list to yr site as well as the block chains ??
848  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin EXCL - Masternodes,DarkSend,InstantX - BIG UPDATES! on: July 14, 2016, 08:51:17 AM

anyone got any nodes to add ??
849  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin EXCL - Masternodes,DarkSend,InstantX - BIG UPDATES! on: July 14, 2016, 08:50:45 AM
I had to change this line

Code:
const CScriptID& hash = boost::get<CScriptID&>(address);

in rpcrawtransaction.cpp to

Code:
const CScriptID& hash = boost::get<CScriptID>(address);

to get it to compile on Ubuntu 16.04 LTS. Otherwise I was getting an error

Code:
/usr/include/boost/variant/get.hpp:178:5: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE<false>’

Can you please confirm this change doesn't break anything?

as far as i'm aware that fix is just for differing versions of boost. should be fine.

https://github.com/bitcoin/bitcoin/issues/6056
850  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: RAWX altcoin exchange (former mcxNOW) | BETA RELEASED! on: July 13, 2016, 02:21:33 PM
I've got quite a few valid accounts if anyone is buying, PM me. Cheesy


Ah ha from someone who called me some satoshi clicking kid for having a sig (It's non paid of course)

And hassles other threads about being scams

How many satoshis you make off spending the time registering chat names for a copy of a scam exchange (albeit well coded)  
that is in beta? Also being realistically by RS?



A HA toooo fucking good Kid

The entire concept of trolling just flys right over your head doesn't it - even when a laughing emoji is thrown right there just to try and assist those less intelligent people like yourself.

My user accounts all date back to 2013/14 and were registered for reasons other that resale.  Cheesy

i'll give you 12 9 BUMBA for @prospector
851  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: mac OSX qt's compiled/built .. .. node hosting on: July 12, 2016, 03:39:35 PM
OK cash osx qt v4000 - fresh Smiley

https://bitcointalk.org/index.php?topic=1028368.msg15536370#msg15536370
852  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]--★★BumbaCoin★★-- POS X11 on: July 12, 2016, 03:38:07 PM
just updated to a new current bootstrap

https://www.dropbox.com/s/ydzm9xouejjxrhy/bumbastrap-872158.zip?dl=1
853  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin EXCL - Masternodes,DarkSend,InstantX - BIG UPDATES! on: July 12, 2016, 12:11:58 PM
WHY relaunch if it old coin

heh. i think the dev lost his old account and couldn't change the old thread ?
so a new thread was needed for new infos.
854  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin EXCL - Masternodes,DarkSend,InstantX - BIG UPDATES! on: July 11, 2016, 02:54:39 PM
coin is mined out?

wallet says "no more pow blocks"

yes. coin is a swap. so had 100% premine for swap coins and that's it.
855  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 💸  DigiCube  🔷  IN-WALLET BLACKJACK  🔷  STAKE ON ANDROID  🔷  MULTIPOOL  💸 on: July 11, 2016, 06:27:38 AM


mcxnow has been upgraded to rawx.io
realsolid is still coding, but i believe enlightened is running the show ..

but .. it's running in beta and you need an old mcxnow login to get access

https://bitcointalk.org/index.php?topic=1465315.0

856  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [OK] OKCash |Multicultural |ROKOS |Easy Installer |Bitsquare |WinOK|Pine64 |LTSS on: July 10, 2016, 03:28:25 PM

Wow, that was fast. Amazing! just PM me your OK address Smiley

Heh, helps when the code is up to date and nothing needs to be changed. Nice work OKtoshi Smiley
857  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [OK] OKCash |Multicultural |ROKOS |Easy Installer |Bitsquare |WinOK|Pine64 |LTSS on: July 10, 2016, 01:49:39 PM
WOW nice wallet!!! Excellent work OKtoshi!  Smiley

In my opinion we also need a wallet for MAC, IOS... But i think OKtoshi is very bizzy with ROKOS and all, so let me throw in a bounty:


#BOUNTY#BOUNTY#BOUNTY#BOUNTY#BOUNTY#BOUNTY#BOUNTY#

50,000 OKCash BOUNTY for a good working MAC wallet here Smiley

#BOUNTY#BOUNTY#BOUNTY#BOUNTY#BOUNTY#BOUNTY#BOUNTY#



MAC OSX QT v4000 available here

https://drive.google.com/file/d/0B5j8d4FSc7drVzFJQlVKNXNYY1E/view?usp=sharing






please feel free to let me know further updates that need building Smiley
858  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 📈 PutinCoin【PUTIN】🌟 💵 POS 150% 💴 POW JUST 50K BLOCKS ➔ MUCH BOUNTIES on: July 10, 2016, 04:57:00 AM

i'll build a mac wallet for 100k Smiley

859  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin - Cryptsy/Bittrex, CAT bot, Loads of News! on: July 10, 2016, 04:46:47 AM
glad to see EXCL is finally getting it's swap Smiley

when the new source/windows qt is out, i can look at making a mac qt.
i know there are some issues with converting some code for mac compatibility but i look forward to seeing what can be done ..
860  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: RAWX altcoin exchange (former mcxNOW) | BETA RELEASED! on: July 08, 2016, 03:54:25 AM
a bit laggardly perhaps.
but BUMBA would enjoy being on rawx.io

a shit coin perhaps, but bumba had a love/hate relationship with mcxnow, using the mcx chat box as one of our methods of distribution.

whilst chatting, the use of certain trigger words would result in the receipt of BUMBA. heh. troll maybe but fun times Cheesy

https://bitcointalk.org/index.php?topic=592679

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 74 75 76 77 78 79 80 81 82 83 84 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!