Skip to content

Instantly share code, notes, and snippets.

View believeohiozua's full-sized avatar

Believe Ohiozua believeohiozua

View GitHub Profile
@believeohiozua
believeohiozua / mac_address_changer.py
Last active December 27, 2022 23:06
How to change a linux mac address with Python
#!/usr/bin/env python3
import subprocess
import optparse
'''
Readme.md
To run this application
python3 main.py -i etho -m 00:11:22:33:44:55
contract StoreTransaction{
address wallet;
uint256 amount;
uint256 balance;
uint256 total;
function totalDeposit() public view returns (uint256) {
return amount;