Bitcoin Forum
June 26, 2024, 08:37:40 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: what do you like more
Choice 22759
Choice 42
Choice 11teen
Choice A
Choice B
Choice #

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 »
  Print  
Author Topic: FlapXcoin Back on the move Listings, Pools, Games, More. Flappycoin, FLAP FLAPX  (Read 40443 times)
hanzou
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
July 20, 2017, 03:16:28 PM
 #281

If we can get a linux binary for the daemon I could add it to one of my node vps
wailord284 and I can help you with that as we both got flappycoin-qt running on Raspbian. Which Linux distro and architecture are you targeting?

Or if you'd like to attempt to build it yourself, for the most part the instructions in doc/build-*.md work. I did this:
Code:
sudo apt-get install build-essential libdb5.3++-dev libminiupnpc-dev qt4-qmake libqt4-dev \
  libbooost-thread-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev
git clone https://github.com/Flapmin/Flappy5.git
cd Flappy5/src
make -f makefile.unix # see notes
I left out libssl-dev as others mentioned having trouble with it, and you can see my earlier instructions for building openssl locally and pointing makefile.unix to it. Later when I ran qmake and plain make for the Qt build I didn't bother specifying my own openssl, so it might actually work with libssl-dev on some systems after all.

IIRC if you don't have libdb4.8 you shouldn't attempt to migrate an old wallet.dat, but libdb5 is fine for fresh wallets.

Between 150K ~ 500K ... part of the day I need to reduce to be able to work ...
That would suggest you have a GPU or some small ASIC miner. Can you answer my earlier question about how to solo-mine with sgminer?
uBm
Member
**
Offline Offline

Activity: 88
Merit: 10


View Profile
July 20, 2017, 04:15:13 PM
 #282

@hanzou solomining:
to keep it simple:
Quote
sgminer -k scrypt -o http://ipfromwallet:11555 -u user -p yourpassword
pause

for more information about sgminer type sgminer.exe -h
configure flappycoin.conf in %appdata% >> flappycoin before mining
sample:
daemon=1
server=1
listen=1
rpcuser=user
rpcpassword=yourpassword
rpcallowip=*
rpcport=11555
port=11556
addnode=24.9.245.200
addnode=104.244.216.187:54890
addnode=54.186.211.206:11556
addnode=[2001:464b:10d3::3]:58548
addnode=88.89.11.212:11556
addnode=172.91.203.163:11556
n00bminer
Member
**
Offline Offline

Activity: 104
Merit: 10


View Profile
July 20, 2017, 05:45:40 PM
Last edit: July 20, 2017, 06:08:59 PM by n00bminer
 #283

Update:  node is up and pulling blockchain down. ( 198.98.48.192:11556 )

You may want to add to your "How to build a node instructions"
Code:
iptables -A INPUT -p tcp --dport 11556 -j ACCEPT
iptables -A INPUT -p udp --dport 11556 -j ACCEPT
hanzou
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
July 20, 2017, 09:30:38 PM
Last edit: July 20, 2017, 10:15:17 PM by hanzou
 #284

Thanks uBm! And ugabuga for the PM.

Update:  node is up and pulling blockchain down. ( 198.98.48.192:11556 )
Nice work getting everything built and running on Linux.

the tx fee isssue
I think I figured it out. If you run with -mintxfee=0.0001 -minrelaytxfee=0.0001 that makes a 4000 FLAP transaction cost something reasonable like 0.3 FLAP.

Unfortunately everybody's nodes are setting the default fees really high so at first my transactions weren't getting accepted by the network. So then I applied these settings to my node that carried hashpower to pull my low-fee transactions through.

So we could benefit if anyone here running an active node could go ahead and edit flappycoin.conf accordingly.
crys191971
Sr. Member
****
Offline Offline

Activity: 304
Merit: 250


View Profile
July 20, 2017, 09:35:59 PM
 #285

They own about 5000000 flappycoins a few years ago. Can I do anything with these coins?
wailord284
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile
July 20, 2017, 10:20:37 PM
 #286

Quote
I think I figured it out. If you run with -mintxfee=0.0001 -minrelaytxfee=0.0001 that makes a 4000 FLAP transaction cost something reasonable like 0.3 FLAP.

Unfortunately everybody's nodes are setting the default fees really high so at first my transactions weren't getting accepted by the network. So then I applied these settings to my node that carried hashpower to pull my low-fee transactions through.

So we could benefit if anyone here running an active node could go ahead and edit flappycoin.conf accordingly.
I edited my node to use this now! So far a 25 flap transaction went from a flap fee of 73 to 5.7 so that is significantly better
menlatin
Sr. Member
****
Offline Offline

Activity: 366
Merit: 260


View Profile WWW
July 20, 2017, 10:57:13 PM
 #287

They own about 5000000 flappycoins a few years ago. Can I do anything with these coins?

By 'they' do you mean 'I'? If so, you can download the new V5 wallet, sync it with the available bootstrap.dat and then copy your old wallet.dat into the C:\Users\[USER]\AppData\Roaming\FlappyCoin folder and you should have your coins back.

spartagates
Member
**
Offline Offline

Activity: 116
Merit: 10


View Profile
July 21, 2017, 10:03:06 AM
 #288

Developer has been a bit quiet of late? An update would be cool Smiley

n00bminer
Member
**
Offline Offline

Activity: 104
Merit: 10


View Profile
July 21, 2017, 11:39:22 AM
 #289


I think I figured it out. If you run with -mintxfee=0.0001 -minrelaytxfee=0.0001 that makes a 4000 FLAP transaction cost something reasonable like 0.3 FLAP.

Unfortunately everybody's nodes are setting the default fees really high so at first my transactions weren't getting accepted by the network. So then I applied these settings to my node that carried hashpower to pull my low-fee transactions through.

So we could benefit if anyone here running an active node could go ahead and edit flappycoin.conf accordingly.

Code:
mintxfee=0.0001
minrelaytxfee=0.0001

stopped the node and added that to the .conf, trans fees are as above now!
uBm
Member
**
Offline Offline

Activity: 88
Merit: 10


View Profile
July 21, 2017, 02:46:26 PM
 #290

added to  wallet and will test
(i even used 0.00001) which led to a tx fee of 7 flap for a 200 flap transaction from ~100 adresses


I think I figured it out. If you run with -mintxfee=0.0001 -minrelaytxfee=0.0001 that makes a 4000 FLAP transaction cost something reasonable like 0.3 FLAP.

Unfortunately everybody's nodes are setting the default fees really high so at first my transactions weren't getting accepted by the network. So then I applied these settings to my node that carried hashpower to pull my low-fee transactions through.

So we could benefit if anyone here running an active node could go ahead and edit flappycoin.conf accordingly.

Code:
mintxfee=0.0001
minrelaytxfee=0.0001

stopped the node and added that to the .conf, trans fees are as above now!

n00bminer
Member
**
Offline Offline

Activity: 104
Merit: 10


View Profile
July 21, 2017, 03:59:43 PM
 #291

I'll set mine to what ever you guys want.  Just let me know
ugabuga
Sr. Member
****
Offline Offline

Activity: 316
Merit: 250


View Profile
July 21, 2017, 04:28:08 PM
 #292

I'll set mine to what ever you guys want.  Just let me know

...me too..

       ▀
   ▄▄▄   ▄▀
   ███ ▄▄▄▄  ██
       ████
    ▄  ▀▀▀▀
▄▄
      ██    ▀▀
██▄█▄▄▄████████
▄▄▄▄▄▄▄▄▀▀███▀▀▀
██████████████████
████▄▀▄▀▄▀███▀▀▀▀▀
████▄▀▄▀▄▀███ ▀
████▄▀▄▀▄▀████████
▀█████████████████
]
CoinPayments
█████
█████ ██
█████ ██
█████ ██
█████ ██
█████ ██
█████ ██
█████ ██
█████ ██
█████ ██
█████ ██
█████ ██
█████
█████
█████ ██
█████ ██
█████ ██
█████ ██
█████ ██
█████ ██
█████ ██
█████ ██
█████ ██
█████ ██
█████ ██
█████
█████
█████ ██
█████ ██
█████ ██
█████ ██
█████ ██
█████ ██
█████ ██
█████ ██
█████ ██
█████ ██
█████ ██
█████
hanzou
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
July 21, 2017, 04:49:07 PM
 #293

also the coin itself needs update, codebase seem a bit dusty to me compared to doge btc etc
I've been brainstorming some ways to to modernize the coin. With all the August 1st news, I started thinking about what it would take to support SegWit and the Lightning Network. This would put FlappyCoin ahead of its cousin Dogecoin in that regard.

So I found the pull request for SegWit: https://github.com/bitcoin/bitcoin/pull/7910/files Unfortunately it's 5000 lines and dependent on years of other changes to the codebase.

Okay then, next thought: can we fork the tip of Litecoin and change all its parameters to match the Flappy blockchain? From what I can tell we mainly need to modify GetBlockSubsidy() (formerly known as GetBlockValue()) to handle those Flappy random block awards, plus change the genesis block, protocol number, retargeting period, and checkpoints. Any soft-fork BIPs that got applied in the past three years, set those to start some time in the future.

Migrating the branding images seems easy, but wouldn't attempt that until the above path is proven.

Easier said than done, but I think much less than 5000 lines and it gives us a modern codebase/UI along with a whole lot more than SegWit.

No doubt I'm missing something. Thoughts?
wailord284
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile
July 21, 2017, 05:00:59 PM
 #294

also the coin itself needs update, codebase seem a bit dusty to me compared to doge btc etc
I've been brainstorming some ways to to modernize the coin. With all the August 1st news, I started thinking about what it would take to support SegWit and the Lightning Network. This would put FlappyCoin ahead of its cousin Dogecoin in that regard.

So I found the pull request for SegWit: https://github.com/bitcoin/bitcoin/pull/7910/files Unfortunately it's 5000 lines and dependent on years of other changes to the codebase.

Okay then, next thought: can we fork the tip of Litecoin and change all its parameters to match the Flappy blockchain? From what I can tell we mainly need to modify GetBlockSubsidy() (formerly known as GetBlockValue()) to handle those Flappy random block awards, plus change the genesis block, protocol number, retargeting period, and checkpoints. Any soft-fork BIPs that got applied in the past three years, set those to start some time in the future.

Migrating the branding images seems easy, but wouldn't attempt that until the above path is proven.

Easier said than done, but I think much less than 5000 lines and it gives us a modern codebase/UI along with a whole lot more than SegWit.

No doubt I'm missing something. Thoughts?

I think its a good idea and certainly possible but like you said it would take a lot of work. But it would certainly help this coin and future proof it a little more.
wailord284
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile
July 21, 2017, 07:10:53 PM
 #295

This is a really interesting project and I'm extremely excited to watch it evolve over the next few months/years.
You just posted that on the Casinocoin page too...
hanzou
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
July 21, 2017, 07:57:59 PM
 #296

https://bitcointalk.org/index.php?action=profile;u=303089;sa=showPosts

Guess we can hit that "Report to moderator" button Cheesy
uBm
Member
**
Offline Offline

Activity: 88
Merit: 10


View Profile
July 21, 2017, 07:59:00 PM
 #297

would be happy if Flapmin could comment on the issues,  / Progress, i get a feeling he is not along with it anymore... ?
flappycoinrevive
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
July 21, 2017, 10:55:54 PM
 #298

he said in the earlier days that his team would not solely focus of flappycoin, but on saving several other coins from the dark abyss. so maybe he's caught up on other projects at the moment and we'll have to carry on by ourselves.
hanzou
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
July 22, 2017, 08:44:09 PM
 #299

Well I can confirm at least he's still alive. Flapmin replied to me last night mentioning that he's quitting his day job (which I assume is the carpentry shop) and going back into crypto full-time.

flappycoinrevive, can I get edit access to the WordPress site? I submitted my "Become a Contributor" request last week but anyhow my WordPress username is hanzoufuuma.
Flapmin (OP)
Sr. Member
****
Offline Offline

Activity: 532
Merit: 251



View Profile
July 23, 2017, 01:06:12 AM
 #300

 Huh please hold sorting things out
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 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!